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

Issue 1316233010: Adds a WebPageScheduler and a WebFrameScheduler (Closed)

Created:
5 years, 3 months ago by alex clarke (OOO till 29th)
Modified:
5 years, 3 months ago
Reviewers:
Mike West, Sami
CC:
blink-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Adds a WebPageScheduler and a WebFrameScheduler These APIs are intended to support spatial scheduling and task attribution. Chromium implementation: https://codereview.chromium.org/1314903007/ BUG=510398 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201978

Patch Set 1 #

Patch Set 2 : Add to build file #

Patch Set 3 : Expose via WebScheduler #

Total comments: 2

Patch Set 4 : Use std::string #

Total comments: 2

Patch Set 5 : Pass WebSecurityOrigin #

Patch Set 6 : make white space consistent. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -0 lines) Patch
M public/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A public/platform/WebFrameScheduler.h View 1 2 3 4 1 chunk +38 lines, -0 lines 0 comments Download
A public/platform/WebPageScheduler.h View 1 2 3 4 5 1 chunk +27 lines, -0 lines 0 comments Download
M public/platform/WebScheduler.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
alex clarke (OOO till 29th)
5 years, 3 months ago (2015-09-03 13:29:12 UTC) #2
alex clarke (OOO till 29th)
What do you think Sami?
5 years, 3 months ago (2015-09-04 09:11:36 UTC) #3
Sami
Looks good -- just one question. https://codereview.chromium.org/1316233010/diff/40001/public/platform/WebFrameScheduler.h File public/platform/WebFrameScheduler.h (right): https://codereview.chromium.org/1316233010/diff/40001/public/platform/WebFrameScheduler.h#newcode30 public/platform/WebFrameScheduler.h:30: virtual void setFrameOrigin(const ...
5 years, 3 months ago (2015-09-04 10:13:35 UTC) #4
alex clarke (OOO till 29th)
https://codereview.chromium.org/1316233010/diff/40001/public/platform/WebFrameScheduler.h File public/platform/WebFrameScheduler.h (right): https://codereview.chromium.org/1316233010/diff/40001/public/platform/WebFrameScheduler.h#newcode30 public/platform/WebFrameScheduler.h:30: virtual void setFrameOrigin(const char*) { } On 2015/09/04 10:13:35, ...
5 years, 3 months ago (2015-09-04 10:19:34 UTC) #5
alex clarke (OOO till 29th)
mkwst@chromium.org: Can I have an OWNERS review please?
5 years, 3 months ago (2015-09-04 10:19:56 UTC) #7
Sami
Thanks, lgtm.
5 years, 3 months ago (2015-09-04 10:41:54 UTC) #8
Mike West
https://codereview.chromium.org/1316233010/diff/60001/public/platform/WebFrameScheduler.h File public/platform/WebFrameScheduler.h (right): https://codereview.chromium.org/1316233010/diff/60001/public/platform/WebFrameScheduler.h#newcode32 public/platform/WebFrameScheduler.h:32: virtual void setFrameOrigin(const std::string&) { } Nit: Be consistent, ...
5 years, 3 months ago (2015-09-07 07:45:19 UTC) #9
alex clarke (OOO till 29th)
PTAL. Sorry for the slow turn around. https://codereview.chromium.org/1316233010/diff/60001/public/platform/WebFrameScheduler.h File public/platform/WebFrameScheduler.h (right): https://codereview.chromium.org/1316233010/diff/60001/public/platform/WebFrameScheduler.h#newcode32 public/platform/WebFrameScheduler.h:32: virtual void ...
5 years, 3 months ago (2015-09-08 15:58:05 UTC) #10
Mike West
LGTM, thanks for the update.
5 years, 3 months ago (2015-09-08 19:24:58 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1316233010/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1316233010/100001
5 years, 3 months ago (2015-09-09 13:51:51 UTC) #14
commit-bot: I haz the power
5 years, 3 months ago (2015-09-09 14:40:03 UTC) #15
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201978

Powered by Google App Engine
This is Rietveld 408576698