Kevin Sawicki
|
c32a723e29
|
Only read iconPosition when icon is present
|
2017-04-18 08:58:54 -07:00 |
|
Samuel Attard
|
526d287d25
|
Make iconPosition non-breaking by defaulting to overlay
|
2017-04-18 08:56:39 -07:00 |
|
Samuel Attard
|
11c7c107a9
|
add iconPosition property to touch bar buttons
|
2017-04-18 08:56:39 -07:00 |
|
Birunthan Mohanathas
|
e7d71000ee
|
Fix missing warning icon with dialog.showMessageBox() on macOS
Fixes #9183.
|
2017-04-14 19:27:25 +03:00 |
|
Kevin Sawicki
|
fe8726d775
|
Use Chrome default client inset handling
|
2017-04-13 13:03:46 +03:00 |
|
Birunthan Mohanathas
|
638eae1080
|
Remove MenuLayout in favor of NativeWindowViews::Layout
|
2017-04-13 01:27:31 +03:00 |
|
Ales Pergl
|
73e3fd01eb
|
Fixed a couple of failing debug checks when calling Chromium APIs
|
2017-04-05 14:45:46 +02: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
|
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
|
4d6b0fc01b
|
Add a method to set the escape identifier on the touch bar
|
2017-04-04 12:50:41 -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 |
|
joshaber
|
146e1ed3ce
|
Don't pass the result through
It's meaningless on macOS, at least.
|
2017-04-04 09:21:15 -04:00 |
|
joshaber
|
b3e865a478
|
Fix some style things
|
2017-04-03 21:22:14 -04:00 |
|
joshaber
|
b8ff4666c8
|
Remove stale includes
|
2017-04-03 15:48:47 -04:00 |
|
joshaber
|
06643e525a
|
Const ref that message
|
2017-04-03 15:28:44 -04:00 |
|
joshaber
|
6e89cb9d7c
|
Move it into dialog
|
2017-04-03 15:05:24 -04:00 |
|
Haojian Wu
|
ff745e1a82
|
Use prefix increment in for loops.
|
2017-03-30 22:56:21 +02:00 |
|
Haojian Wu
|
8d8c7ce6ad
|
Correct type cast.
|
2017-03-30 22:53:20 +02:00 |
|
Haojian Wu
|
d425b63b0d
|
NULL => nullptr
|
2017-03-30 22:12:14 +02:00 |
|
Haojian Wu
|
00693ba075
|
Replace "size()" with "empty()".
|
2017-03-30 21:59:18 +02:00 |
|
Hansen Zhang
|
426563a843
|
#8881 - Display '&' in MenuItem label
|
2017-03-22 11:52:25 -04:00 |
|
Kevin Sawicki
|
da0d0e7aac
|
Merge pull request #8910 from electron/touchbar-scrubber
Touchbar NSScrubber
|
2017-03-16 09:10:59 -07:00 |
|
Kevin Sawicki
|
e98ac94d51
|
🎨
|
2017-03-15 11:22:31 -07:00 |
|
Kevin Sawicki
|
f41db87e47
|
Use NSZeroRect for scrubber frame
|
2017-03-15 09:45:50 -07:00 |
|
Kevin Sawicki
|
466c39ed19
|
Use icon for consistency with other touch bar APIs
|
2017-03-15 09:33:11 -07:00 |
|
Kevin Sawicki
|
6175ee05e2
|
Remove unneeded long cast
|
2017-03-14 13:59:29 -07:00 |
|
Kevin Sawicki
|
8b7675baee
|
Add more forward declarations for scrubber APIs
|
2017-03-14 13:57:39 -07:00 |
|
Samuel Attard
|
a55cddaa53
|
Add more options
|
2017-03-14 18:57:57 +11:00 |
|
deepak1556
|
15e2b2335f
|
address review comments
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
4381e0895f
|
propagate zoom changes to pdf plugin
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
eda413861a
|
update spec
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
b28e686228
|
code cleanup
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
5a8e522526
|
StreamManager class is no longer required.
Stream lifetime is managed by webui
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
c982af991d
|
request for pdf resource from the webui
|
2017-03-14 00:26:27 +05:30 |
|
Cheng Zhao
|
422b7acece
|
Do not store resource_path as FilePath
On Windows the path value returned by PathWithoutParams also uses "/" as
separator, so there is no need to use the FilePath class.
|
2017-03-14 00:26:27 +05:30 |
|
Cheng Zhao
|
cca1db47ee
|
Print error when path is not found
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
528853efbf
|
handle reload api call from pdf ui
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
b9710532e1
|
update api changes
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
3aba23b471
|
view_id=>stream_id and add some code comments.
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
e90fd1444f
|
move constants to atom_constants.h
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
671a8a2cd6
|
address review comments
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
cc09b9ac7d
|
BINDINGS_POLICY_WEB_UI is not required
|
2017-03-14 00:26:27 +05:30 |
|
Paul Betts
|
846d516584
|
Get us compiling on macOS
|
2017-03-14 00:26:27 +05:30 |
|
Paul Betts
|
8580a34f9f
|
Get us compiling on Win32
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
c15f6af892
|
fix crash when pdf viewer is reloaded
|
2017-03-14 00:25:59 +05:30 |
|