|
|
Created:
5 years, 8 months ago by oystein (OOO til 10th of July) Modified:
5 years, 8 months ago Reviewers:
not at google - send to devlin CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionFlip extension background page throttling on by default
R=kalman
BUG=424661
Committed: https://crrev.com/34ea66b8ac1d56dadd670a9f5f8431063857ffdd
Cr-Commit-Position: refs/heads/master@{#326953}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Review fixes #Messages
Total messages: 18 (7 generated)
lgtm https://codereview.chromium.org/1106653002/diff/1/extensions/browser/extensio... File extensions/browser/extension_host.cc (right): https://codereview.chromium.org/1106653002/diff/1/extensions/browser/extensio... extensions/browser/extension_host.cc:156: if (base::FieldTrialList::FindFullName( btw is looking up a field trial at all expensive? because the HasPersistentBackgroundPage isn't at all... and I actually think it reads more naturally if you check that first anyway. https://codereview.chromium.org/1106653002/diff/1/extensions/browser/extensio... extensions/browser/extension_host.cc:157: "ThrottleExtensionBackgroundPages") != "disabled" && kinda weird that the case here changed, from "ThrottlePersistent"/"ThrottleAll" to "disabled", but just an observation.
Thanks! https://codereview.chromium.org/1106653002/diff/1/extensions/browser/extensio... File extensions/browser/extension_host.cc (right): https://codereview.chromium.org/1106653002/diff/1/extensions/browser/extensio... extensions/browser/extension_host.cc:156: if (base::FieldTrialList::FindFullName( On 2015/04/23 18:35:04, kalman wrote: > btw is looking up a field trial at all expensive? because the > HasPersistentBackgroundPage isn't at all... and I actually think it reads more > naturally if you check that first anyway. Agreed; done. https://codereview.chromium.org/1106653002/diff/1/extensions/browser/extensio... extensions/browser/extension_host.cc:157: "ThrottleExtensionBackgroundPages") != "disabled" && On 2015/04/23 18:35:04, kalman wrote: > kinda weird that the case here changed, from "ThrottlePersistent"/"ThrottleAll" > to "disabled", but just an observation. Fair enough :). Changed to "Disabled"
The CQ bit was checked by oysteine@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from kalman@chromium.org Link to the patchset: https://codereview.chromium.org/1106653002/#ps20001 (title: "Review fixes")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1106653002/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by oysteine@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1106653002/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by oysteine@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1106653002/20001
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/34ea66b8ac1d56dadd670a9f5f8431063857ffdd Cr-Commit-Position: refs/heads/master@{#326953}
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1106953002/ by nkostylev@chromium.org. The reason for reverting is: Speculative revert - multiple browser_tests fail on Mac10.9 Tests (dbg) http://goo.gl/4AqhVG.
Message was sent while issue was closed.
Patchset #3 (id:40001) has been deleted |