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

Issue 2913253002: GRC: Hook up the frame-level CoordinationUnit (Closed)

Created:
3 years, 6 months ago by oystein (OOO til 10th of July)
Modified:
3 years, 6 months ago
Reviewers:
nasko
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

GRC: Hook up the frame-level CoordinationUnit This gets hooked up in the browser process and made available to the renderer process on request. It's created on demand, and currently won't be instantiated without the GlobalResourceCoordinator feature flag. An example of full GRC usage can be seen in https://codereview.chromium.org/2710823003 R=nasko@chromium.org BUG=691886 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2913253002 Cr-Commit-Position: refs/heads/master@{#477157} Committed: https://chromium.googlesource.com/chromium/src/+/2b2a1ee8bdcc6ff7e3d31e613964bd883141a5d8

Patch Set 1 #

Patch Set 2 : Buildfix #

Patch Set 3 : Moved include file #

Total comments: 4

Patch Set 4 : Review fixes #

Patch Set 5 : Rebase #

Total comments: 4

Patch Set 6 : Review fixes and rebase #

Messages

Total messages: 30 (22 generated)
oystein (OOO til 10th of July)
nasko: ptal; I couldn't find a good alternative to going through the content/public API here, ...
3 years, 6 months ago (2017-06-01 00:26:27 UTC) #12
oystein (OOO til 10th of July)
On 2017/06/01 at 00:26:27, oystein wrote: > nasko: ptal; I couldn't find a good alternative ...
3 years, 6 months ago (2017-06-02 20:49:24 UTC) #16
nasko
https://codereview.chromium.org/2913253002/diff/40001/chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc File chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc (right): https://codereview.chromium.org/2913253002/diff/40001/chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc#newcode47 chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc:47: resource_coordinator::EventType::kOnNavigationCommit); The frame hasn't committed yet, so it seems ...
3 years, 6 months ago (2017-06-02 23:29:16 UTC) #17
oystein (OOO til 10th of July)
Thanks! https://codereview.chromium.org/2913253002/diff/40001/chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc File chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc (right): https://codereview.chromium.org/2913253002/diff/40001/chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc#newcode47 chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc:47: resource_coordinator::EventType::kOnNavigationCommit); On 2017/06/02 at 23:29:16, nasko (slow) wrote: ...
3 years, 6 months ago (2017-06-05 20:02:40 UTC) #18
nasko
LGTM, assuming the comment for IsSameDocument is addressed either way. https://codereview.chromium.org/2913253002/diff/80001/chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc File chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc (right): https://codereview.chromium.org/2913253002/diff/80001/chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc#newcode43 ...
3 years, 6 months ago (2017-06-05 23:56:51 UTC) #23
oystein (OOO til 10th of July)
Thanks! https://codereview.chromium.org/2913253002/diff/80001/chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc File chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc (right): https://codereview.chromium.org/2913253002/diff/80001/chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc#newcode43 chrome/browser/resource_coordinator/resource_coordinator_web_contents_observer.cc:43: if (!navigation_handle->HasCommitted() || navigation_handle->IsErrorPage()) { On 2017/06/05 at ...
3 years, 6 months ago (2017-06-06 00:02:47 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2913253002/100001
3 years, 6 months ago (2017-06-06 00:03:48 UTC) #27
commit-bot: I haz the power
3 years, 6 months ago (2017-06-06 02:30:04 UTC) #30
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/2b2a1ee8bdcc6ff7e3d31e613964...

Powered by Google App Engine
This is Rietveld 408576698