..
api
FIXME: temporary debugging to maybe diagnose netlog issue on mac
2018-10-09 15:43:33 -07:00
lib
fix: power observer dbus crash ( #15030 )
2018-10-09 00:32:19 -05:00
loader
fix: fix gn cpplint warnings ( #14583 )
2018-09-12 19:25:56 -05:00
mac
chore: run clang-format to clear linter for #14977 ( #14990 )
2018-10-05 10:38:27 -05:00
net
fix: crash in webRequest due to unsafe static_cast
2018-10-09 14:38:00 -07:00
osr
fix: re-enable osr following m68 upgrade ( #14973 )
2018-10-05 11:03:35 -07:00
resources
Bump v4.0.0-nightly.20181006
2018-10-06 02:43:36 -07:00
ui
Remove PlatformAccelerator
2018-10-09 14:38:00 -07:00
atom_blob_reader.cc
fix: fix gn cpplint warnings ( #14583 )
2018-09-12 19:25:56 -05:00
atom_blob_reader.h
fix: fix gn cpplint warnings ( #14583 )
2018-09-12 19:25:56 -05:00
atom_browser_client.cc
fix: remove conflicting header
2018-10-09 14:38:00 -07:00
atom_browser_client.h
Port //services/device/geolocation to network::SimpleURLLoader
2018-10-09 14:38:00 -07:00
atom_browser_context.cc
fix: ensure webcontents is destroyed before its associated browser context.
2018-10-09 14:39:39 -07:00
atom_browser_context.h
Rename content::PermissionManager into content::PermissionControllerDelegate
2018-10-09 14:38:00 -07:00
atom_browser_main_parts.cc
fix: Use the new isolate initialization api
2018-10-09 14:38:00 -07:00
atom_browser_main_parts.h
migrate off QuitCurrent*Deprecated in browser.cc
2018-10-09 14:38:00 -07:00
atom_browser_main_parts_mac.mm
Creates TaskScheduler and MessageLoop on main thread early
2018-10-09 14:38:00 -07:00
atom_browser_main_parts_posix.cc
also format missing .cc files
2018-04-18 20:48:45 -04:00
atom_download_manager_delegate.cc
Remove WebContentsUserData::kLocatorKey
2018-10-09 14:38:00 -07:00
atom_download_manager_delegate.h
Move download_item.h from content/public to components/download
2018-06-19 11:49:40 +10:00
atom_javascript_dialog_manager.cc
Remove WebContentsUserData::kLocatorKey
2018-10-09 14:38:00 -07:00
atom_javascript_dialog_manager.h
Give the JS dialog manager the alerting frame.
2018-06-19 11:49:42 +10:00
atom_navigation_throttle.cc
feat: add will-redirect ( #13866 )
2018-09-16 01:42:43 +10:00
atom_navigation_throttle.h
feat: add will-redirect ( #13866 )
2018-09-16 01:42:43 +10:00
atom_permission_manager.cc
clang-format
2018-10-09 14:38:00 -07:00
atom_permission_manager.h
Rename content::PermissionManager into content::PermissionControllerDelegate
2018-10-09 14:38:00 -07:00
atom_quota_permission_context.cc
Fix includes in AtomQuotaPermissionContext
2018-06-19 11:49:41 +10:00
atom_quota_permission_context.h
Fix includes in AtomQuotaPermissionContext
2018-06-19 11:49:41 +10:00
atom_resource_dispatcher_host_delegate.cc
build: define compile time features with buildflag header ( #14840 )
2018-10-01 16:00:53 -04:00
atom_resource_dispatcher_host_delegate.h
Handle external protocols with the network service.
2018-09-11 20:24:03 +02:00
atom_speech_recognition_manager_delegate.cc
Remove content::SpeechRecognitionResult
2018-10-09 14:38:00 -07:00
atom_speech_recognition_manager_delegate.h
Remove content::SpeechRecognitionResult
2018-10-09 14:38:00 -07:00
atom_web_ui_controller_factory.cc
Change CreateWebUIControllerForURL() to return a unique_ptr
2018-10-09 14:38:00 -07:00
atom_web_ui_controller_factory.h
Change CreateWebUIControllerForURL() to return a unique_ptr
2018-10-09 14:38:00 -07:00
auto_updater.cc
also format missing .cc files
2018-04-18 20:48:45 -04:00
auto_updater.h
clang-format atom files
2018-04-18 20:48:45 -04:00
auto_updater_mac.mm
clang-format objc files ( #12673 )
2018-04-20 11:47:04 -07:00
browser.cc
migrate off QuitCurrent*Deprecated in browser.cc
2018-10-09 14:38:00 -07:00
browser.h
migrate off QuitCurrent*Deprecated in browser.cc
2018-10-09 14:38:00 -07:00
browser_linux.cc
refactor: chromium-style warnings in linux code ( #12949 )
2018-05-16 14:12:45 -05:00
browser_mac.mm
refactor: remove deprecated GetAs methods ( #13425 )
2018-06-27 14:52:48 -07:00
browser_observer.h
fix: add method and referrer properties to app login event ( #14231 )
2018-08-23 18:55:13 +09:00
browser_win.cc
PathService -> base::PathService
2018-10-04 00:12:54 +02:00
child_web_contents_tracker.cc
child_web_contents_tracker.h
common_web_contents_delegate.cc
fix: ensure webcontents is destroyed before its associated browser context.
2018-10-09 14:39:39 -07:00
common_web_contents_delegate.h
blink::WebFullscreenOptions
2018-10-04 00:12:54 +02:00
common_web_contents_delegate_mac.mm
fix: handle shortcuts by default if no WebPreferences object exists ( #14766 )
2018-09-28 01:41:09 +10:00
common_web_contents_delegate_views.cc
fix: handle shortcuts by default if no WebPreferences object exists ( #14766 )
2018-09-28 01:41:09 +10:00
cookie_change_notifier.cc
refactor: create request context from network context ( #14656 )
2018-10-04 13:08:56 -05:00
cookie_change_notifier.h
refactor: create request context from network context ( #14656 )
2018-10-04 13:08:56 -05:00
fake_location_provider.cc
fix: opt into location services once device service has been started ( #14253 )
2018-08-23 08:51:46 -07:00
fake_location_provider.h
Port //services/device/geolocation to network::SimpleURLLoader
2018-10-09 14:38:00 -07:00
io_thread.cc
fix: only call NetworkService::SetUpHttpAuth once.
2018-10-09 14:38:00 -07:00
io_thread.h
refactor: create request context from network context ( #14656 )
2018-10-04 13:08:56 -05:00
javascript_environment.cc
fix: Use the new isolate initialization api
2018-10-09 14:38:00 -07:00
javascript_environment.h
fix: Use the new isolate initialization api
2018-10-09 14:38:00 -07:00
login_handler.cc
Switch NetworkDelegate to OnceCallbacks
2018-10-09 14:38:00 -07:00
login_handler.h
Switch NetworkDelegate to OnceCallbacks
2018-10-09 14:38:00 -07:00
native_browser_view.cc
Make BrowserView DragRegionViews children of the WebContents view
2018-03-19 20:45:40 +02:00
native_browser_view.h
clang-format atom files
2018-04-18 20:48:45 -04:00
native_browser_view_mac.h
Store InspectableWebContents instead of InspectableWebContentsView in NativeBrowserView
2018-03-19 20:44:05 +02:00
native_browser_view_mac.mm
fix: update deprecated NSWindow masks ( #14760 )
2018-09-26 16:00:57 -07:00
native_browser_view_views.cc
refactor: chromium-style warnings in linux code ( #12949 )
2018-05-16 14:12:45 -05:00
native_browser_view_views.h
refactor: chromium-style warnings in linux code ( #12949 )
2018-05-16 14:12:45 -05:00
native_window.cc
Remove WebContentsUserData::kLocatorKey
2018-10-09 14:38:00 -07:00
native_window.h
Remove WebContentsUserData::kLocatorKey
2018-10-09 14:38:00 -07:00
native_window_mac.h
fix: fix gn cpplint warnings ( #14583 )
2018-09-12 19:25:56 -05:00
native_window_mac.mm
fix: simplify SetBackgroundColor
2018-10-09 20:37:07 -07:00
native_window_observer.h
feat: add evt listeners for SetAlwaysOnTop ( #14951 )
2018-10-04 13:02:16 -05:00
native_window_views.cc
feat: add evt listeners for SetAlwaysOnTop ( #14951 )
2018-10-04 13:02:16 -05:00
native_window_views.h
fix: fix gn cpplint warnings ( #14583 )
2018-09-12 19:25:56 -05:00
native_window_views_win.cc
feat: 'will-move' event for windows. ( #14283 )
2018-08-28 08:44:10 -05:00
node_debugger.cc
use new node options parser
2018-10-04 00:13:37 +02:00
node_debugger.h
inspector: stop dragging platform pointer
2018-09-11 20:24:03 +02:00
pref_store_delegate.cc
refactor: create request context from network context ( #14656 )
2018-10-04 13:08:56 -05:00
pref_store_delegate.h
refactor: create request context from network context ( #14656 )
2018-10-04 13:08:56 -05:00
relauncher.cc
PathService -> base::PathService
2018-10-04 00:12:54 +02:00
relauncher.h
relauncher_linux.cc
fix relaunch on linux ( #14975 )
2018-10-04 18:41:37 -05:00
relauncher_mac.cc
also format missing .cc files
2018-04-18 20:48:45 -04:00
relauncher_win.cc
also format missing .cc files
2018-04-18 20:48:45 -04:00
render_process_preferences.cc
refactor: replace base::Value::DeepCopy and CreateDeepCopy with Clone ( #14420 )
2018-09-02 17:38:35 -05:00
render_process_preferences.h
Refactoring: use C++11 class member variable initialization
2018-05-22 00:18:38 +02:00
session_preferences.cc
also format missing .cc files
2018-04-18 20:48:45 -04:00
session_preferences.h
clang-format atom files
2018-04-18 20:48:45 -04:00
special_storage_policy.cc
Handle deleting cookies with session-only policy in network service
2018-10-09 14:38:00 -07:00
special_storage_policy.h
Handle deleting cookies with session-only policy in network service
2018-10-09 14:38:00 -07:00
unresponsive_suppressor.cc
unresponsive_suppressor.h
web_contents_permission_helper.cc
Rename content::PermissionManager into content::PermissionControllerDelegate
2018-10-09 14:38:00 -07:00
web_contents_permission_helper.h
Migrate MediaResponseCallback to OnceCallback
2018-10-09 14:38:00 -07:00
web_contents_preferences.cc
Remove WebContentsUserData::kLocatorKey
2018-10-09 14:38:00 -07:00
web_contents_preferences.h
Revert "sec: deprecate some webPreference defaults to be secure-by-default ( #14284 )" ( #14380 )
2018-08-30 09:57:49 +12:00
web_contents_zoom_controller.cc
fix: use OOPIF for webview tag ( #13869 )
2018-08-16 15:57:40 -07:00
web_contents_zoom_controller.h
fix: use OOPIF for webview tag ( #13869 )
2018-08-16 15:57:40 -07:00
web_dialog_helper.cc
chore: Annotate fallthrough switch paths with FALLTHROUGH
2018-06-20 14:38:18 -07:00
web_dialog_helper.h
clang-format atom files
2018-04-18 20:48:45 -04:00
web_view_guest_delegate.cc
std::unique_ptr<WebContents>
2018-10-04 00:12:54 +02:00
web_view_guest_delegate.h
fix: use OOPIF for webview tag ( #13869 )
2018-08-16 15:57:40 -07:00
web_view_manager.cc
[chromium-style] auto variable type must not deduce to a raw pointer type
2018-04-19 11:10:52 -07:00
web_view_manager.h
clang-format atom files
2018-04-18 20:48:45 -04:00
window_list.cc
[chromium-style] auto variable type must not deduce to a raw pointer type
2018-04-19 11:10:52 -07:00
window_list.h
window_list_observer.h