.. |
linux
|
Code cleanup
|
2015-10-01 17:30:59 +08:00 |
mac
|
Unsubscribe from NSNotificationCenter when WebContents is destroyed
|
2015-09-17 11:19:08 +08:00 |
media
|
Update cpplint
|
2015-06-05 12:07:27 +08:00 |
net
|
enabling network emulation in devtools
|
2015-09-27 21:38:38 +05:30 |
views
|
Fix tooltip can not show outside window
|
2015-10-04 22:15:01 +08:00 |
brightray_paths.h
|
register DIR_CACHE and DIR_USER_CACHE in path service
|
2015-01-18 21:00:47 -08:00 |
browser_client.cc
|
linux: Fix building
|
2015-08-21 16:14:19 +08:00 |
browser_client.h
|
Come Correct with cpplint
|
2015-10-16 16:48:07 -07:00 |
browser_context.cc
|
Create a new API to trump IE security settings if desired
|
2015-10-16 16:40:30 -07:00 |
browser_context.h
|
Create a new API to trump IE security settings if desired
|
2015-10-16 16:40:30 -07:00 |
browser_main_parts.cc
|
linux: Set device scaling factor
|
2015-10-04 16:52:14 +08:00 |
browser_main_parts.h
|
Ignore X Window System errors
|
2015-10-04 15:40:51 +08:00 |
browser_main_parts_mac.mm
|
Make BrowserMainParts's overrides available on all platforms.
|
2014-07-09 10:26:01 +08:00 |
default_web_contents_delegate.cc
|
Implement CheckMediaAccessPermission
|
2015-01-23 15:13:04 -08:00 |
default_web_contents_delegate.h
|
Implement CheckMediaAccessPermission
|
2015-01-23 15:13:04 -08:00 |
default_web_contents_delegate_mac.mm
|
Make keyboard shortcuts work on Mac
|
2013-03-14 13:50:15 -04:00 |
devtools_contents_resizing_strategy.cc
|
Use new devtools resizing strategy from Chrome 37.
|
2014-09-01 19:15:07 +08:00 |
devtools_contents_resizing_strategy.h
|
Fix ui/gfx/geometry headers
|
2015-03-08 19:02:38 -07:00 |
devtools_embedder_message_dispatcher.cc
|
Implement devtools preference interfaces.
|
2015-08-11 09:49:57 +08:00 |
devtools_embedder_message_dispatcher.h
|
Implement devtools preference interfaces.
|
2015-08-11 09:49:57 +08:00 |
devtools_manager_delegate.cc
|
enabling network emulation in devtools
|
2015-09-27 21:38:38 +05:30 |
devtools_manager_delegate.h
|
enabling network emulation in devtools
|
2015-09-27 21:38:38 +05:30 |
devtools_ui.cc
|
Use the new devtools URL
|
2015-09-02 18:25:59 +08:00 |
devtools_ui.h
|
use browser context from webcontents for registering datasource
|
2015-08-31 21:04:48 +05:30 |
inspectable_web_contents.cc
|
web_contents_view.h has been hidden from user.
|
2014-07-27 11:27:04 +00:00 |
inspectable_web_contents.h
|
Add InspectableWebContents::GetDevToolsWebContents
|
2015-06-05 14:33:37 +08:00 |
inspectable_web_contents_delegate.h
|
fix devtools workspace api to accept file path
|
2015-07-29 09:31:00 +05:30 |
inspectable_web_contents_impl.cc
|
provide remoteBase to load remote devtools modules
|
2015-09-30 16:34:44 +05:30 |
inspectable_web_contents_impl.h
|
Fix API changes
|
2015-09-02 15:16:34 +08: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
|
Add InspectableWebContentsViewDelegate
|
2015-06-25 12:29:34 +08:00 |
inspectable_web_contents_view_mac.h
|
Add IsDevToolsViewFocused method
|
2015-09-15 11:04:46 +08:00 |
inspectable_web_contents_view_mac.mm
|
Unsubscribe from NSNotificationCenter when WebContents is destroyed
|
2015-09-17 11:19:08 +08:00 |
net_log.cc
|
create net log file after context is created
|
2015-09-07 22:44:13 +05:30 |
net_log.h
|
Store NetLog in BrowserClient
|
2015-08-11 18:29:55 +08:00 |
network_delegate.cc
|
Fix API changes
|
2015-09-02 15:16:34 +08:00 |
network_delegate.h
|
Fix API changes
|
2015-09-02 15:16:34 +08:00 |
notification_presenter.h
|
Add a parameter to ShowNotification for the icon
|
2015-04-20 13:20:50 -07:00 |
notification_presenter_mac.h
|
Include Foundation.h at right place
|
2015-08-11 10:05:27 +08:00 |
notification_presenter_mac.mm
|
Include Foundation.h at right place
|
2015-08-11 10:05:27 +08:00 |
permission_manager.cc
|
Grant ChildProcessSecurityPolicy for MIDI from PermissionManager
|
2015-09-05 14:56:32 +09:00 |
permission_manager.h
|
Fix API changes
|
2015-09-02 15:16:34 +08:00 |
platform_notification_service_impl.cc
|
Update PlatformNotificationServiceImpl Interfaces.
|
2015-08-11 09:49:56 +08:00 |
platform_notification_service_impl.h
|
Update PlatformNotificationServiceImpl Interfaces.
|
2015-08-11 09:49:56 +08:00 |
special_storage_policy.cc
|
Remove storage limitation of WebSQL.
|
2015-10-12 21:21:45 +08:00 |
special_storage_policy.h
|
Remove storage limitation of WebSQL.
|
2015-10-12 21:21:45 +08:00 |
url_request_context_getter.cc
|
Fallback to default behavior if boolean is false
|
2015-10-16 16:43:03 -07:00 |
url_request_context_getter.h
|
Come Correct with cpplint
|
2015-10-16 16:48:07 -07:00 |
web_ui_controller_factory.cc
|
use browser context from webcontents for registering datasource
|
2015-08-31 21:04:48 +05:30 |
web_ui_controller_factory.h
|
use browser context from webcontents for registering datasource
|
2015-08-31 21:04:48 +05:30 |