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

Issue 862813002: WIP: Prototype OOP V8 PAC. (Closed)

Created:
5 years, 11 months ago by Anand Mistry (off Chromium)
Modified:
5 years, 8 months ago
Reviewers:
CC:
chromium-reviews, cbentzel+watch_chromium.org, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, kalyank, darin (slow to review), ben+mojo_chromium.org, mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP: Prototype OOP V8 PAC. BUG=11746

Patch Set 1 #

Patch Set 2 : Slight cleanup and report JS memory usage. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1489 lines, -12 lines) Patch
M chrome/browser/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/net/proxy_service_factory.cc View 1 4 chunks +67 lines, -3 lines 0 comments Download
M chrome/browser/task_manager/child_process_resource_provider.cc View 1 8 chunks +38 lines, -4 lines 0 comments Download
M chrome/utility/BUILD.gn View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.cc View 1 2 chunks +45 lines, -0 lines 0 comments Download
M content/browser/browser_child_process_host_impl.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 3 chunks +9 lines, -0 lines 0 comments Download
A content/browser/process_resource_impl.h View 1 1 chunk +47 lines, -0 lines 0 comments Download
A content/browser/process_resource_impl.cc View 1 1 chunk +69 lines, -0 lines 0 comments Download
M content/browser/utility_process_host_impl.h View 1 4 chunks +6 lines, -0 lines 0 comments Download
M content/browser/utility_process_host_impl.cc View 1 4 chunks +23 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 chunks +3 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/child_process_data.h View 1 2 chunks +8 lines, -4 lines 0 comments Download
A content/public/browser/child_process_data.cc View 1 1 chunk +15 lines, -0 lines 0 comments Download
A content/public/browser/process_resource.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
M content/public/browser/utility_process_host.h View 2 chunks +7 lines, -0 lines 0 comments Download
M content/public/common/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
A content/public/common/process_resource_service.mojom View 1 1 chunk +14 lines, -0 lines 0 comments Download
M content/public/utility/content_utility_client.h View 2 chunks +4 lines, -0 lines 0 comments Download
M content/utility/utility_thread_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
A mojo/public/cpp/environment/mojo_public_environment_export.h View 1 chunk +32 lines, -0 lines 0 comments Download
M net/BUILD.gn View 1 5 chunks +32 lines, -0 lines 0 comments Download
M net/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A net/dns/host_resolver.mojom View 1 chunk +30 lines, -0 lines 0 comments Download
A net/dns/host_resolver_mojo.h View 1 chunk +72 lines, -0 lines 0 comments Download
A net/dns/host_resolver_mojo.cc View 1 chunk +108 lines, -0 lines 0 comments Download
A net/dns/host_resolver_mojo_host.h View 1 chunk +62 lines, -0 lines 0 comments Download
A net/dns/host_resolver_mojo_host.cc View 1 chunk +107 lines, -0 lines 0 comments Download
M net/net.gyp View 1 2 chunks +8 lines, -0 lines 0 comments Download
M net/net.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
A net/proxy/proxy_resolver.mojom View 1 chunk +33 lines, -0 lines 0 comments Download
A net/proxy/proxy_resolver_error_observer_mojo.h View 1 chunk +28 lines, -0 lines 0 comments Download
A net/proxy/proxy_resolver_error_observer_mojo.cc View 1 chunk +24 lines, -0 lines 0 comments Download
A net/proxy/proxy_resolver_error_observer_mojo_host.h View 1 1 chunk +33 lines, -0 lines 0 comments Download
A net/proxy/proxy_resolver_error_observer_mojo_host.cc View 1 chunk +26 lines, -0 lines 0 comments Download
A net/proxy/proxy_resolver_mojo.h View 1 chunk +56 lines, -0 lines 0 comments Download
A net/proxy/proxy_resolver_mojo.cc View 1 chunk +198 lines, -0 lines 0 comments Download
A net/proxy/proxy_resolver_mojo_host.h View 1 chunk +71 lines, -0 lines 0 comments Download
A net/proxy/proxy_resolver_mojo_host.cc View 1 1 chunk +163 lines, -0 lines 0 comments Download
M net/proxy/proxy_resolver_v8.h View 1 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698