electron/brightray/browser
2018-08-14 14:07:53 -07:00
..
linux [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
mac feat: On macOS, Closing Notifications Triggers the 'close' Event (#13306) 2018-08-13 23:09:25 +12:00
media [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
net Revert "[WIP] refactor: (Part I) make the ownership of URLRequestContextGetter more clear (#13956)" 2018-08-13 16:16:04 -07:00
views Convert ax_enums.idl to mojom. 2018-06-19 11:49:41 +10:00
win chore: replace _ASSERT with DCHECK in toast.cc (#13598) 2018-07-10 08:01:26 -07:00
brightray_paths.h clang-format brightray 2018-04-17 21:46:27 -04:00
browser_client.cc feat: netLog API for dynamic logging control (#13068) 2018-06-19 11:45:58 +10:00
browser_client.h feat: netLog API for dynamic logging control (#13068) 2018-06-19 11:45:58 +10:00
browser_context.cc fix: notify request context shutdown on IO before cleanup (#14058) 2018-08-14 14:07:53 -07:00
browser_context.h fix: notify request context shutdown on IO before cleanup (#14058) 2018-08-14 14:07:53 -07:00
browser_main_parts.cc fix: Improve --enable-features/--disable-features handling (#13920) 2018-08-03 10:53:54 +10:00
browser_main_parts.h fix: Improve --enable-features/--disable-features handling (#13920) 2018-08-03 10:53:54 +10:00
browser_main_parts_mac.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00
devtools_contents_resizing_strategy.cc format previously misses .cc files 2018-04-17 21:56:12 -04:00
devtools_contents_resizing_strategy.h clang-format brightray 2018-04-17 21:46:27 -04:00
devtools_embedder_message_dispatcher.cc add stubs for new devtools messages 2018-07-06 09:07:56 +09:00
devtools_embedder_message_dispatcher.h add stubs for new devtools messages 2018-07-06 09:07:56 +09:00
devtools_file_system_indexer.cc Update devtools_file_system_indexer 2018-06-19 11:46:59 +10:00
devtools_file_system_indexer.h Update devtools_file_system_indexer 2018-06-19 11:46:59 +10:00
devtools_manager_delegate.cc Devtools: Remove session_id in browser 2018-06-19 11:46:59 +10:00
devtools_manager_delegate.h Devtools: Remove session_id in browser 2018-06-19 11:46:59 +10:00
devtools_ui.cc format previously misses .cc files 2018-04-17 21:56:12 -04:00
devtools_ui.h Fix build/header_guard linter violations in brightray 2017-05-19 08:46:15 -07:00
inspectable_web_contents.cc [chromium-style] auto variable type must not deduce to a raw pointer type 2018-04-19 11:10:52 -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 clang-format brightray 2018-04-17 21:46:27 -04:00
inspectable_web_contents_impl.cc fix: notify request context shutdown on IO before cleanup (#14058) 2018-08-14 14:07:53 -07:00
inspectable_web_contents_impl.h add stubs for new devtools messages 2018-07-06 09:07:56 +09:00
inspectable_web_contents_view.h Require !OS_MACOSX as well as TOOLKIT_VIEWS for views code 2018-05-10 14:11:19 -07:00
inspectable_web_contents_view_delegate.cc format previously misses .cc files 2018-04-17 21:56:12 -04:00
inspectable_web_contents_view_delegate.h clang-format brightray 2018-04-17 21:46:27 -04:00
inspectable_web_contents_view_mac.h [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
inspectable_web_contents_view_mac.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00
io_thread.cc Rename ProxyService class to ProxyResolutionService 2018-06-19 11:46:59 +10:00
io_thread.h clang-format brightray 2018-04-17 21:46:27 -04:00
net_log.cc Add missing network:: for net log switches 2018-06-19 11:52:17 +10:00
net_log.h feat: netLog API for dynamic logging control (#13068) 2018-06-19 11:45:58 +10:00
network_delegate.cc Revert "[WIP] refactor: (Part I) make the ownership of URLRequestContextGetter more clear (#13956)" 2018-08-13 16:16:04 -07:00
network_delegate.h Revert "[WIP] refactor: (Part I) make the ownership of URLRequestContextGetter more clear (#13956)" 2018-08-13 16:16:04 -07:00
notification.cc [chromium-style] out-of-line default constructors and destructors 2018-04-19 11:12:58 -07:00
notification.h REVIEW: Remove the notification close-closure in favour of an explicit method 2018-06-19 11:49:40 +10:00
notification_delegate.h Fix cpp lint errors 2017-11-24 10:58:53 +09:00
notification_presenter.cc REVIEW: Remove the notification close-closure in favour of an explicit method 2018-06-19 11:49:40 +10:00
notification_presenter.h REVIEW: Remove the notification close-closure in favour of an explicit method 2018-06-19 11:49:40 +10:00
platform_notification_service.cc fix: remember the render_process_id when permission requests occur on the IO thread (#13621) 2018-07-11 12:21:47 -05:00
platform_notification_service.h REVIEW: Remove the notification close-closure in favour of an explicit method 2018-06-19 11:49:40 +10:00
special_storage_policy.cc Implement SpecialStoragePolicy::ShouldDeleteCookieOnExit 2018-06-19 11:49:40 +10:00
special_storage_policy.h Implement SpecialStoragePolicy::ShouldDeleteCookieOnExit 2018-06-19 11:49:40 +10:00
url_request_context_getter.cc fix: notify request context shutdown on IO before cleanup (#14058) 2018-08-14 14:07:53 -07:00
url_request_context_getter.h fix: notify request context shutdown on IO before cleanup (#14058) 2018-08-14 14:07:53 -07:00
web_ui_controller_factory.cc [chromium-style] auto variable type must not deduce to a raw pointer type 2018-04-19 11:10:52 -07:00
web_ui_controller_factory.h [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
zoom_level_delegate.cc Remove base::SizeTToString 2018-06-19 11:49:40 +10:00
zoom_level_delegate.h Fix build/include_what_you_use linter violations in brightray 2017-05-19 08:46:15 -07:00