Cheng Zhao
1b11bb56be
Merge pull request #212 from deepak1556/devtools_network_controller_patch
...
Fix race initialising DevtoolsNetworkController
2016-04-15 19:41:54 +09:00
Cheng Zhao
ffe88163bb
Update libchromiumcontent for printing fix
2016-04-15 16:46:55 +09:00
Cheng Zhao
08b6fe5229
Merge pull request #214 from electron/fix-notification
...
Fix notification not showing on Windows
2016-04-15 16:34:43 +09:00
Cheng Zhao
593fb8cdf0
Delay notification events to next tick
...
It is possible that the events get emitted when calling Show(), which
would then delete the class before Show() ends, results in using members
of a deleted class.
By delaying the events to next tick we can effectively avoid this.
2016-04-15 16:20:36 +09:00
Cheng Zhao
f4c27c6d29
Store weak ref to Notification in ToastEventHandler
2016-04-15 16:14:13 +09:00
Cheng Zhao
ddee77fae4
Do not use get_Setting to determine whether notification is enabled
...
On Windows 10 get_Setting always returns DISABLED when the program has a
AppUserModelID.
2016-04-15 16:01:21 +09:00
Marco Trevisan (Treviño)
83cbc1182d
LibnotifyNotification: use "append" when supported
...
This behavior can be overridden by just providing unique tags to notifications
2016-04-14 18:31:02 +02:00
Marco Trevisan (Treviño)
8962da380b
LibnotifyLoader: add notify_notification_set_hint_string
2016-04-14 18:29:00 +02:00
Marco Trevisan (Treviño)
8dd7a8d7fe
LibNotifyLoader: implement generic HasCapability
2016-04-14 18:24:00 +02:00
Cheng Zhao
77ca9bc76e
Do not link with ppapi_cpp.lib
2016-04-14 18:22:05 +09:00
Cheng Zhao
4c42fe2bb0
Link with other dependencies of pdf.lib
2016-04-14 17:09:09 +09:00
Cheng Zhao
0b68117822
Link with pdf.dll
2016-04-14 16:30:16 +09:00
Cheng Zhao
17fcd09e66
Merge pull request #208 from deepak1556/devtools_security_panel_patch
...
link libsecurity_state for providing security style
2016-04-14 15:10:48 +09:00
deepak1556
de60acbfde
Fix race initialising DevtoolsNetworkController
2016-04-14 08:57:20 +05:30
Cheng Zhao
2f107fcbe1
Merge pull request #211 from 3v1n0/notifications-tags
...
Notifications tags
2016-04-13 20:12:37 +09:00
Cheng Zhao
f716ae58a6
Merge pull request #210 from 3v1n0/notify-check-actions-cap
...
Notify check actions cap
2016-04-13 20:08:00 +09:00
Marco Trevisan (Treviño)
1ce34fb8d2
LibnotifyNotification: add support for notification tag
...
We set the id of the notification if tag is provided.
As per the protocol, this should cause the old notification with same ID to be replaced.
2016-04-13 06:12:46 +02:00
Marco Trevisan (Treviño)
59ed6ad413
Notification: pass tag to Show method
2016-04-13 06:12:46 +02:00
Marco Trevisan (Treviño)
743ceed780
LibnotifyNotification: verify if the "actions" capability is supported before adding actions
...
This would prevent to add actions to notifier such as Ubuntu's Notify-OSD
which doesn't support them.
2016-04-13 04:43:22 +02:00
Marco Trevisan (Treviño)
a22dc8676f
LibnotifyLoader: add notify_get_server_caps support
2016-04-13 04:42:01 +02:00
Marco Trevisan (Treviño)
4e7f478d1e
LibnotifyLoader: add notify_get_server_info support
2016-04-13 04:02:23 +02:00
Cheng Zhao
11685faffa
Hijack the Page.reload command
2016-04-12 16:35:35 +09:00
Cheng Zhao
3d3cc8c226
Merge pull request #207 from deepak1556/localized_media_strings_patch
...
register localized media strings
2016-04-11 19:30:09 +09:00
deepak1556
13a5dd4800
link libsecurity_state for providing security style
2016-04-11 15:08:15 +05:30
deepak1556
2b3813135c
register localized media strings
2016-04-08 12:42:50 +05:30
Kevin Sawicki
b6312ce63c
Update urls for new GitHub org
2016-04-04 12:55:40 -07:00
Cheng Zhao
39595c7a05
Merge pull request #205 from felixrieseberg/fix-win-not
...
[Windows] Notify only when enabled
2016-03-17 21:44:00 +09:00
Felix Rieseberg
b68be5c583
🏁 Notify only when enabled
...
- Previously, we'd attempt to create a notification no matter what the
user's configuration was. Microsoft advises against that, because it
can create race conditions if notifications are disabled.
- This fixes the issue.
Closes https://github.com/atom/electron/issues/4681
2016-03-15 17:10:24 -07:00
Cheng Zhao
bbfa5835e7
Merge pull request #204 from deepak1556/workspace_patch
...
fix devtools filesystem api
2016-03-15 21:07:51 +09:00
Robo
c25264113f
fix devtools filesystem api and allow delegate to request stored filesystem paths
2016-03-15 07:53:40 +05:30
Cheng Zhao
17ff8f2e7e
Merge pull request #203 from deepak1556/devtools_network_patch
...
update devtools network interceptor to throttle uploads
2016-03-14 10:39:12 +09:00
Robo
215a81d0e6
update devtools network interceptor to throttle uploads
2016-03-14 04:01:30 +05:30
Cheng Zhao
95e63f6b8e
Dealy loading powrprof.dll
2016-03-13 10:10:56 +09:00
Cheng Zhao
6b3d4fdc61
Update to lastest master of libchromiumcontent
2016-03-11 10:41:22 +09:00
Cheng Zhao
909c66fa9f
Merge pull request #200 from atom/chrome49
...
Upgrade to Chrome 49
2016-03-11 10:37:12 +09:00
Cheng Zhao
deb1abe152
Fix linking error for Release build
2016-03-10 21:00:49 +09:00
Cheng Zhao
5652af8e61
Merge pull request #202 from deepak1556/sysroot
...
allow setting pkg-config variable
2016-03-10 17:15:09 +09:00
Cheng Zhao
6b79926cc7
Link with sandbox_helper_win.lib
2016-03-10 16:11:38 +09:00
Cheng Zhao
b68d2ba8b5
Fix compilation error on Windows
2016-03-10 15:56:13 +09:00
Cheng Zhao
5ce6592e1c
Handle nullptr in RequestConextGetter
2016-03-10 14:39:07 +09:00
Robo
3983566fa3
allow setting pkg-config variable
2016-03-09 19:43:55 +05:30
Cheng Zhao
f70ece1669
No more libyuv_neon
2016-03-09 22:24:25 +09:00
Cheng Zhao
82c30ef9b9
Fix RenderFrameHostChanged
2016-03-09 18:47:11 +09:00
Cheng Zhao
ead0bb0cfc
Fix devtools not working
2016-03-09 14:55:46 +09:00
Cheng Zhao
d3a39540b5
Fix compilation errors on OS X
2016-03-08 23:28:28 +09:00
Cheng Zhao
baf5f384cd
Pass() is deprecated for std::move
2016-03-08 20:59:29 +09:00
Cheng Zhao
948e7c4055
virutal should not be used together with override
2016-03-08 17:51:16 +09:00
Cheng Zhao
d49e240fd4
Merge pull request #201 from atom/chrome49-win32
...
Updates to Chrome 49 on Win32
2016-03-08 17:49:02 +09:00
Paul Betts
dba6680578
Everyone gets permission
2016-03-07 23:09:25 -08:00
Paul Betts
6517dffa04
Start to update UrlRequestContextGetter
2016-03-07 22:58:25 -08:00