Ales Pergl
|
9d75e9f54c
|
Address cpplint issue "Namespace should be terminated with "// namespace brightray" [readability/namespace] [5]"
|
2017-04-05 14:30:16 +02:00 |
|
Ales Pergl
|
64bf0d210e
|
Address cpplint issue "An else should appear on the same line as the preceding } [whitespace/newline] [4]"
|
2017-04-05 14:30:16 +02:00 |
|
Ales Pergl
|
9b7fbd4d22
|
Address cpplint issue "Using C-style cast. Use reinterpret_cast<BYTE*>(...) instead [readability/casting] [4]"
|
2017-04-05 14:30:16 +02:00 |
|
Ales Pergl
|
91cff2e6c7
|
Address cpplint issue "Missing space before ( in if( [whitespace/parens] [5]"
|
2017-04-05 14:30:16 +02:00 |
|
Ales Pergl
|
29f3332276
|
Address cpplint issue "{ should almost always be at the end of the previous line [whitespace/braces] [4]"
|
2017-04-05 14:30:16 +02:00 |
|
Ales Pergl
|
63eeb96e71
|
Address cpplint issue "Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]"
|
2017-04-05 14:30:16 +02:00 |
|
Ales Pergl
|
20d0bda538
|
Address cpplint issue "Found C++ system header after other header. Should be: toast.h, c system, c++ system, other. [build/include_order] [4]"
|
2017-04-05 14:30:16 +02:00 |
|
Ales Pergl
|
33b4936a68
|
Address cpplint issue "Include the directory when naming .h files [build/include] [4]"
|
2017-04-05 14:30:15 +02:00 |
|
Ales Pergl
|
0bba5b9b41
|
Address cpplint issue "Lines should be <= 80 characters long [whitespace/line_length] [2]"
|
2017-04-05 14:30:15 +02:00 |
|
Ales Pergl
|
392d606848
|
Changed member variable naming style to snake case
|
2017-04-05 14:30:15 +02:00 |
|
Ales Pergl
|
0fa6c82b3f
|
Use NotificationPresenterWin7 on Windows 7
|
2017-04-05 14:30:15 +02:00 |
|
Ales Pergl
|
fe05b66a6c
|
Added desktop notifications implementation for Windows 7 (and earlier)
|
2017-04-05 14:30:15 +02:00 |
|
Ales Pergl
|
e6a30388da
|
Make Notification factory function a member of NotificationPresenter so that we can create different types of notifications based on runtime conditions.
|
2017-04-05 14:30:15 +02:00 |
|
Ryohei Ikegami
|
b683584859
|
Add better comments to ShouldCreateNewSiteInstance
|
2017-04-05 18:16:10 +09:00 |
|
Ryohei Ikegami
|
cbdd52e43b
|
Always create new SiteInstance on root WebContents
|
2017-04-05 17:51:17 +09:00 |
|
Ryohei Ikegami
|
90852c665d
|
Pass RenderFrameHost to ShouldCreateNewSiteInstance
|
2017-04-05 13:47:02 +09:00 |
|
Kevin Sawicki
|
b27b1c3b24
|
Append printed page to job
|
2017-04-04 20:47:05 -07:00 |
|
Kevin Sawicki
|
aa75e4562e
|
Restore delivering IPC messages to utility handlers
|
2017-04-04 20:40:57 -07:00 |
|
Kevin Sawicki
|
7574c33ef1
|
Merge pull request #9028 from electron/fix-popover-items-not-updating
Fix popover items not updating
|
2017-04-04 14:09:59 -07:00 |
|
Kevin Sawicki
|
6a22c6645e
|
Guard against missing popover identifier
|
2017-04-04 13:51:39 -07:00 |
|
Kevin Sawicki
|
9c73c991d7
|
Use const references for params
|
2017-04-04 13:51:39 -07:00 |
|
Samuel Attard
|
bea56bbdc8
|
Update as per feedback
|
2017-04-04 13:51:38 -07:00 |
|
Samuel Attard
|
2fd62d090a
|
Allow items to be assigned to multiple popovers
|
2017-04-04 13:51:33 -07:00 |
|
Samuel Attard
|
f05dfc74da
|
Store parent popover in popover touch bar items
|
2017-04-04 13:51:13 -07:00 |
|
Kevin Sawicki
|
8c8b737fa2
|
Merge pull request #9023 from electron/touchbar-set-escape-button
TouchBar - Method to set escape button
|
2017-04-04 13:35:55 -07:00 |
|
Kevin Sawicki
|
74a3a34caa
|
Add spec for interaction event with escape item
|
2017-04-04 13:14:56 -07:00 |
|
Kevin Sawicki
|
bbadeb62ac
|
Check that escape item is non-null before checking id
|
2017-04-04 13:12:29 -07:00 |
|
Kevin Sawicki
|
414540bfcb
|
Support passing escape item to TouchBar constructor
|
2017-04-04 12:50:41 -07:00 |
|
Kevin Sawicki
|
b24b4212c5
|
Make escape item a property instead of setter
|
2017-04-04 12:50:41 -07:00 |
|
Kevin Sawicki
|
21c1ddffb3
|
Handle change and interaction events on escape items
|
2017-04-04 12:50:41 -07:00 |
|
Kevin Sawicki
|
591cd8d073
|
Update window via listener when escape item changes
|
2017-04-04 12:50:41 -07:00 |
|
Kevin Sawicki
|
0501a20fe6
|
Clear escape item
|
2017-04-04 12:50:41 -07:00 |
|
Kevin Sawicki
|
6eacec7dc3
|
replaceEscapeItem -> setEscapeItem
|
2017-04-04 12:50:41 -07:00 |
|
Kevin Sawicki
|
7f8e490839
|
Take const reference
|
2017-04-04 12:50:41 -07:00 |
|
Kevin Sawicki
|
d596d85288
|
🎨
|
2017-04-04 12:50:41 -07:00 |
|
Kevin Sawicki
|
df0f468dea
|
Add escapeKeyReplacementItemIdentifier forward declaration
|
2017-04-04 12:50:41 -07:00 |
|
Samuel Attard
|
60cc862031
|
Make everything pointer like
|
2017-04-04 12:50:41 -07:00 |
|
Samuel Attard
|
2ba937289c
|
Add smoke test for escape replacement
|
2017-04-04 12:50:41 -07:00 |
|
Samuel Attard
|
4d6b0fc01b
|
Add a method to set the escape identifier on the touch bar
|
2017-04-04 12:50:41 -07:00 |
|
Kevin Sawicki
|
3c1a372157
|
Merge pull request #9101 from electron/wrap-remote-set-as-args
Support calling remote setters with remote objects
|
2017-04-04 12:50:15 -07:00 |
|
Kevin Sawicki
|
fdd36334e5
|
Match args style of other IPC handlers
|
2017-04-04 11:18:16 -07:00 |
|
Kevin Sawicki
|
746f636016
|
Add tests for setting remote property null/undefined
|
2017-04-04 11:18:16 -07:00 |
|
Kevin Sawicki
|
7065123266
|
Wrap remote value being set as an arg
|
2017-04-04 11:18:16 -07:00 |
|
Kevin Sawicki
|
e5f70f90a4
|
Add spec for remote setter with remote object
|
2017-04-04 11:18:16 -07:00 |
|
Kevin Sawicki
|
3e9014c371
|
Merge pull request #9099 from electron/certificate-trust
macOS: Add certificate trust API
|
2017-04-04 11:17:09 -07:00 |
|
Kevin Sawicki
|
2bd47eb672
|
Add specs for showCertificateTrustDialog option errors
|
2017-04-04 10:49:21 -07:00 |
|
Kevin Sawicki
|
2e32525e8f
|
Make browser window optional
|
2017-04-04 10:49:10 -07:00 |
|
joshaber
|
2749ded062
|
Fix c&p error
|
2017-04-04 11:45:27 -04:00 |
|
Kevin Sawicki
|
af40a60937
|
Merge pull request #9072 from p-jackson/patch-1
Document passing null to Menu.setApplicationMenu
|
2017-04-04 08:42:08 -07:00 |
|
Kevin Sawicki
|
f64d82cf16
|
Merge pull request #9105 from miniak/fix-api-docs
Use point / size / rectangle structures consistently in API docs
|
2017-04-04 08:41:34 -07:00 |
|