electron/brightray/browser
Robo 171230e45d Cleanup destruction of URLRequestContextGetter (#12305)
- Add Leak detector
 - Indicate shutdown of request context from Browser Context
 - Change stored references to URLRequestContextGetter to use BrowserContext
 - Destroy session properties explicitly
2018-03-30 08:24:55 -05:00
..
linux Fix desktop-id notification edge case (#12216) 2018-03-12 16:02:47 +09:00
mac Merge pull request #11654 from sethlu/set-notification-close-button-text 2018-02-15 16:01:30 +09:00
media Force MediaCaptureDevicesDispatcher to be created on UI thread 2017-12-07 09:47:32 +05:30
net REVIEW: Re-use devtools network throttling from content layer 2018-03-20 10:13:15 +03:00
views Unity detection now works in all OSes - returns false. 2018-03-20 10:13:15 +03:00
win Enable official build (#11847) 2018-02-08 13:26:23 -06:00
brightray_paths.h add ability to access logs in getPath() 2017-09-28 13:35:22 -04:00
browser_client.cc FIX: add chrome-devtools:// to list of WebUI schemes 2018-02-23 10:21:24 +09:00
browser_client.h FIX: add chrome-devtools:// to list of WebUI schemes 2018-02-23 10:21:24 +09:00
browser_context.cc Cleanup destruction of URLRequestContextGetter (#12305) 2018-03-30 08:24:55 -05:00
browser_context.h REVIEW: Re-use devtools network throttling from content layer 2018-03-20 10:13:15 +03:00
browser_main_parts.cc FIXME: re-enable guest webcontents based on OOPIF feature 2018-03-20 10:13:15 +03:00
browser_main_parts.h re-use request context from IOThread 2018-03-20 10:13:17 +03:00
browser_main_parts_mac.mm consolidate code and rename for clarity 2017-09-29 09:32:30 -04:00
devtools_contents_resizing_strategy.cc Remove extra newlines 2017-05-19 08:46:15 -07:00
devtools_contents_resizing_strategy.h Remove unused includes 2017-05-19 08:46:15 -07:00
devtools_embedder_message_dispatcher.cc REVIEW: Inject devtools extensions API via browser 2017-11-24 10:58:53 +09:00
devtools_embedder_message_dispatcher.h REVIEW: Inject devtools extensions API via browser 2017-11-24 10:58:53 +09:00
devtools_file_system_indexer.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
devtools_file_system_indexer.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
devtools_manager_delegate.cc REVIEW: Re-use devtools network throttling from content layer 2018-03-20 10:13:15 +03:00
devtools_manager_delegate.h REVIEW: Re-use devtools network throttling from content layer 2018-03-20 10:13:15 +03:00
devtools_ui.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
devtools_ui.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
inspectable_web_contents.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
inspectable_web_contents.h Enable using external WebContents as devtools 2017-12-01 10:35:23 +09:00
inspectable_web_contents_delegate.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
inspectable_web_contents_impl.cc Use generic base::Value::SetKey 2018-02-23 10:21:23 +09:00
inspectable_web_contents_impl.h Enable using external WebContents as devtools 2017-12-01 10:35:23 +09:00
inspectable_web_contents_view.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
inspectable_web_contents_view_delegate.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
inspectable_web_contents_view_delegate.h Fix build/include_what_you_use linter violations in brightray 2017-05-19 08:46:15 -07:00
inspectable_web_contents_view_mac.h Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
inspectable_web_contents_view_mac.mm Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
io_thread.cc re-use request context from IOThread 2018-03-20 10:13:17 +03:00
io_thread.h re-use request context from IOThread 2018-03-20 10:13:17 +03:00
net_log.cc Fix crash when destroying NetLog 2017-11-24 10:58:53 +09:00
net_log.h Stop file observer of NetLog to finish writing to disk 2017-11-24 10:58:53 +09:00
network_delegate.cc Reporting: Wire ReportingDelegate into ChromeNetworkDelegate 2017-11-24 10:58:16 +09:00
network_delegate.h Reporting: Wire ReportingDelegate into ChromeNetworkDelegate 2017-11-24 10:58:16 +09:00
notification.cc Coding style fixes 2017-05-31 16:17:29 +09:00
notification.h Organize code 2018-02-10 03:19:47 -08:00
notification_delegate.h Fix cpp lint errors 2017-11-24 10:58:53 +09:00
notification_presenter.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
notification_presenter.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
permission_manager.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
permission_manager.h Fix build/include_what_you_use linter violations in brightray 2017-05-19 08:46:15 -07:00
platform_notification_service.cc Made NotificationDelegateImpl final 2017-11-24 10:58:53 +09:00
platform_notification_service.h FIXME: DesktopNotificationDelegate has been removed 2017-11-24 10:58:16 +09:00
special_storage_policy.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
special_storage_policy.h Fix API changes of Chrome 58 2017-04-17 16:16:02 +09:00
url_request_context_getter.cc Cleanup destruction of URLRequestContextGetter (#12305) 2018-03-30 08:24:55 -05:00
url_request_context_getter.h Cleanup destruction of URLRequestContextGetter (#12305) 2018-03-30 08:24:55 -05:00
web_ui_controller_factory.cc Add brightray prefix to include paths from within brightray 2017-05-19 08:46:15 -07:00
web_ui_controller_factory.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
zoom_level_delegate.cc Use generic base::Value::SetKey 2018-02-23 10:21:23 +09:00
zoom_level_delegate.h Fix build/include_what_you_use linter violations in brightray 2017-05-19 08:46:15 -07:00