Brian R. Bondy
23eda6930a
Refactor for NotificationResources bitmaps
...
SkBitmap icon moves into content::NotificationResources
2016-05-13 11:07:34 +09:00
Brian R. Bondy
9d31297d27
Use HttpNetworkSession::Params::enable_http2
...
next_protos is a private member now and HTTP1.1 is always added
2016-05-13 11:07:34 +09:00
Brian R. Bondy
71aa9a605a
Remove user_gesture parameter from PermissionManager::RequestPermission
2016-05-13 11:07:34 +09:00
Cheng Zhao
768efe89cf
Merge pull request #219 from deepak1556/devtools_lifecycle_events_patch
...
notify devtools open and close once per lifetime
2016-05-13 09:14:44 +09:00
deepak1556
a01f8ba739
notify devtools opened and closed once per lifetime
2016-05-12 19:16:13 +05:30
deepak1556
7e0918f95a
Revert "Merge pull request #218 from deepak1556/devtools_extensions_load_patch"
...
This reverts commit c0942cbbe67158c68ecfd9bf4cb7bdea84e0d529, reversing
changes made to a370461f3420ec285838126da7e7efd6a3101640.
2016-05-12 18:57:54 +05:30
Cheng Zhao
c860689a9b
Merge pull request #218 from deepak1556/devtools_extensions_load_patch
...
notify delegate when devtools is loaded
2016-05-12 17:50:58 +09:00
deepak1556
db0c931d60
notify delegate when devtools is loaded
2016-05-12 07:15:49 +05:30
Cheng Zhao
3797d4b8aa
Merge pull request #217 from deepak1556/devtools_file_system_indexer_patch
...
handle devtools file system indexing requests
2016-05-07 10:51:50 +09:00
deepak1556
f15940e703
port DevToolsFileSystemIndexer
2016-05-07 04:36:42 +05:30
deepak1556
2db138f2dc
allow delegate to handle file system indexing requests
2016-05-07 04:36:00 +05:30
Cheng Zhao
8e94d5ab0f
Update libchromiumcontent for --defines parameter
2016-05-02 21:18:43 +09:00
Cheng Zhao
434456e771
Do not check existence of paths
2016-05-02 16:17:20 +09:00
Cheng Zhao
d5d16844b5
Update libchromiumcontent for --build-libchromiumcontent
2016-05-02 16:14:20 +09:00
Cheng Zhao
80fff89f88
Merge pull request #215 from deepak1556/devtools_dock_state_patch
...
pass the current dock state to devtools url when available
2016-04-20 13:34:11 +09:00
deepak1556
e858c0c6d2
pass the current dock state to devtools url when available
2016-04-19 18:13:08 +05:30
Cheng Zhao
aafc48ae2c
Merge pull request #213 from 3v1n0/linux-notifications-append
...
Linux notifications append
2016-04-15 20:57:02 +09:00
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