electron/brightray/browser
2017-04-05 14:30:15 +02:00
..
linux 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
mac 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
media Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
net Replace size() method with empty() when possible. 2017-03-30 21:49:16 +02:00
views Move title_ to InspectableWebContentsViewVies to get rid of cast. 2017-04-01 15:10:52 +02:00
win 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
brightray_paths.h Change our PATH_START to 11000 2016-01-11 10:40:20 +08:00
browser_client.cc Fix cpplint: at least two spaces between code and comments. 2017-03-31 20:59:27 +02:00
browser_client.h Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
browser_context.cc Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
browser_context.h persist media device id salt across sessions 2016-12-03 16:47:31 +05:30
browser_main_parts.cc Remove an extra blank line. 2017-03-31 21:56:19 +02:00
browser_main_parts.h DevToolsDelegate is no longer needed 2017-01-23 15:07:18 +09:00
browser_main_parts_mac.mm Fix cpplint: at least two spaces between code and comments. 2017-03-31 20:59:27 +02:00
devtools_contents_resizing_strategy.cc
devtools_contents_resizing_strategy.h basictypes.h => macros.h 2016-03-07 21:40:41 -08:00
devtools_embedder_message_dispatcher.cc Fix API changes of Chrome 53 2016-09-06 17:22:52 +09:00
devtools_embedder_message_dispatcher.h fix devtools filesystem api and allow delegate to request stored filesystem paths 2016-03-15 07:53:40 +05:30
devtools_file_system_indexer.cc Replace size() method with empty() when possible. 2017-03-30 21:49:16 +02:00
devtools_file_system_indexer.h port DevToolsFileSystemIndexer 2016-05-07 04:36:42 +05:30
devtools_manager_delegate.cc DevToolsDelegate is no longer needed 2017-01-23 15:07:18 +09:00
devtools_manager_delegate.h DevToolsDelegate is no longer needed 2017-01-23 15:07:18 +09:00
devtools_ui.cc Signature of StartDataRequest has changed 2017-01-23 14:55:06 +09:00
devtools_ui.h use browser context from webcontents for registering datasource 2015-08-31 21:04:48 +05:30
inspectable_web_contents.cc
inspectable_web_contents.h Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
inspectable_web_contents_delegate.h allow delegate to handle file system indexing requests 2016-05-07 04:36:00 +05:30
inspectable_web_contents_impl.cc Merge pull request #283 from electron/devtools_shutdown_patch_revert_revert 2017-03-27 22:46:06 -07:00
inspectable_web_contents_impl.h Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
inspectable_web_contents_view.h Add IsDevToolsViewFocused method 2015-09-15 11:04:46 +08:00
inspectable_web_contents_view_delegate.cc Add InspectableWebContentsViewDelegate 2015-06-25 12:29:34 +08:00
inspectable_web_contents_view_delegate.h Revert "Merge pull request #218 from deepak1556/devtools_extensions_load_patch" 2016-05-12 18:57:54 +05:30
inspectable_web_contents_view_mac.h Add IsDevToolsViewFocused method 2015-09-15 11:04:46 +08:00
inspectable_web_contents_view_mac.mm Fix cpplint: at least two spaces between code and comments. 2017-03-31 20:59:27 +02:00
net_log.cc Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
net_log.h Store NetLog in BrowserClient 2015-08-11 18:29:55 +08:00
network_delegate.cc Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
network_delegate.h Fix API changes of Chrome 53 2016-09-06 17:22:52 +09:00
notification.cc Store weak ref to Notification in ToastEventHandler 2016-04-15 16:14:13 +09:00
notification.h 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
notification_delegate.h win: Fire NotificationFailed when failed to show notification 2015-12-25 11:17:35 +08:00
notification_delegate_adapter.cc Adapt to changes of Chrome 51 API changes 2016-05-23 10:59:07 +09:00
notification_delegate_adapter.h Adapt to changes of Chrome 51 API changes 2016-05-23 10:59:07 +09:00
notification_presenter.cc 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
notification_presenter.h 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
permission_manager.cc Adjustments after upgrading to Chromium 54 2017-01-17 17:18:51 +09:00
permission_manager.h Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
platform_notification_service.cc Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
platform_notification_service.h Update PlatformNotificationService 2017-01-23 17:48:16 +09:00
special_storage_policy.cc Update to API changes of Chrome 47 2015-12-07 19:55:01 +08:00
special_storage_policy.h Update to API changes of Chrome 47 2015-12-07 19:55:01 +08:00
url_request_context_getter.cc Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
url_request_context_getter.h Format line length to 80 instead of 100 2017-03-23 15:47:30 -07:00
web_ui_controller_factory.cc Fix cpplint: at least two spaces between code and comments. 2017-03-31 20:59:27 +02:00
web_ui_controller_factory.h basictypes.h => macros.h 2016-03-07 21:40:41 -08:00
zoom_level_delegate.cc Persist zoom levels per partition 2017-02-10 22:54:32 +05:30
zoom_level_delegate.h Persist zoom levels per partition 2017-02-10 22:54:32 +05:30