Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(141)

Issue 22314003: NavigationController prototype

Created:
7 years, 4 months ago by alecflett
Modified:
7 years, 2 months ago
Reviewers:
CC:
chromium-reviews, kinuko
Visibility:
Public.

Description

NavigationController prototype BUG=

Patch Set 1 #

Patch Set 2 : NavController prototype - chrome side #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1888 lines, -140 lines) Patch
M chrome/app/generated_resources.grd View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/resources/inspect/inspect.js View 1 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/appcache/appcache_dispatcher_host.h View 1 2 chunks +15 lines, -0 lines 0 comments Download
M content/browser/appcache/appcache_dispatcher_host.cc View 1 3 chunks +31 lines, -0 lines 0 comments Download
A content/browser/appcache/appcache_executable_handler_impl.h View 1 1 chunk +96 lines, -0 lines 0 comments Download
A content/browser/appcache/appcache_executable_handler_impl.cc View 1 1 chunk +172 lines, -0 lines 0 comments Download
M content/browser/appcache/appcache_frontend_proxy.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/appcache/appcache_frontend_proxy.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/appcache/chrome_appcache_service.h View 1 3 chunks +11 lines, -3 lines 0 comments Download
M content/browser/appcache/chrome_appcache_service.cc View 1 3 chunks +7 lines, -1 line 0 comments Download
M content/browser/storage_partition_impl_map.cc View 1 3 chunks +15 lines, -1 line 0 comments Download
M content/browser/worker_host/worker_process_host.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/worker_host/worker_process_host.cc View 1 5 chunks +13 lines, -6 lines 0 comments Download
M content/browser/worker_host/worker_service_impl.h View 1 2 chunks +17 lines, -0 lines 0 comments Download
M content/browser/worker_host/worker_service_impl.cc View 1 2 chunks +129 lines, -63 lines 0 comments Download
M content/child/appcache/appcache_backend_proxy.h View 1 2 chunks +8 lines, -1 line 0 comments Download
M content/child/appcache/appcache_backend_proxy.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download
M content/child/appcache/appcache_dispatcher.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/child/appcache/appcache_dispatcher.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M content/child/appcache/appcache_frontend_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/child/appcache/appcache_frontend_impl.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/child/appcache/web_application_cache_host_impl.h View 1 3 chunks +7 lines, -0 lines 0 comments Download
M content/child/appcache/web_application_cache_host_impl.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M content/common/appcache_messages.h View 1 4 chunks +42 lines, -0 lines 0 comments Download
M content/common/worker_messages.h View 1 3 chunks +5 lines, -1 line 0 comments Download
M content/content_browser.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/websharedworker_proxy.h View 1 2 chunks +4 lines, -1 line 0 comments Download
M content/renderer/websharedworker_proxy.cc View 1 2 chunks +6 lines, -1 line 0 comments Download
M content/worker/websharedworker_stub.h View 1 3 chunks +9 lines, -1 line 0 comments Download
M content/worker/websharedworker_stub.cc View 1 7 chunks +65 lines, -2 lines 0 comments Download
content/worker/worker_webkitplatformsupport_impl.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/worker/worker_webkitplatformsupport_impl.cc View 1 3 chunks +23 lines, -0 lines 0 comments Download
M webkit/browser/appcache/appcache.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/browser/appcache/appcache.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M webkit/browser/appcache/appcache_backend_impl.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M webkit/browser/appcache/appcache_backend_impl.cc View 1 1 chunk +21 lines, -0 lines 0 comments Download
M webkit/browser/appcache/appcache_entry.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/browser/appcache/appcache_executable_handler.h View 1 2 chunks +19 lines, -13 lines 0 comments Download
D webkit/browser/appcache/appcache_executable_handler.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M webkit/browser/appcache/appcache_group.h View 1 4 chunks +11 lines, -0 lines 0 comments Download
M webkit/browser/appcache/appcache_group.cc View 1 2 chunks +16 lines, -0 lines 0 comments Download
M webkit/browser/appcache/appcache_host.h View 1 4 chunks +16 lines, -0 lines 0 comments Download
webkit/browser/appcache/appcache_host.cc View 1 7 chunks +114 lines, -1 line 0 comments Download
M webkit/browser/appcache/appcache_request_handler.cc View 1 4 chunks +29 lines, -4 lines 0 comments Download
M webkit/browser/appcache/appcache_response.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
webkit/browser/appcache/appcache_response.cc View 1 1 chunk +13 lines, -1 line 0 comments Download
M webkit/browser/appcache/appcache_service.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
webkit/browser/appcache/appcache_service.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M webkit/browser/appcache/appcache_update_job.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M webkit/browser/appcache/appcache_update_job.cc View 1 4 chunks +45 lines, -1 line 0 comments Download
M webkit/browser/appcache/appcache_url_request_job.h View 1 7 chunks +21 lines, -1 line 0 comments Download
M webkit/browser/appcache/appcache_url_request_job.cc View 1 13 chunks +162 lines, -21 lines 0 comments Download
M webkit/browser/appcache/view_appcache_internals_job.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
A webkit/browser/blob/blob_reader.h View 1 1 chunk +114 lines, -0 lines 0 comments Download
A webkit/browser/blob/blob_reader.cc View 1 1 chunk +452 lines, -0 lines 0 comments Download
M webkit/common/appcache/appcache_interfaces.h View 1 6 chunks +39 lines, -0 lines 0 comments Download
M webkit/common/appcache/appcache_interfaces.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
M webkit/storage_browser.gyp View 1 2 chunks +3 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698