|
|
Chromium Code Reviews
DescriptionMove profile handling code to a child class of SharedPageState
There will be a separate review for removing this logic from SharedPageState.
More info: https://codereview.chromium.org/1871033002/
BUG=603121
Committed: https://crrev.com/70390020b54d46b4d34f96429c1db62b1f0629c4
Cr-Commit-Position: refs/heads/master@{#386943}
Committed: https://crrev.com/7a99b2a7e905842c5ac80617ef666aff8459d541
Cr-Commit-Position: refs/heads/master@{#387697}
Patch Set 1 #
Total comments: 3
Patch Set 2 : output_profile_path is in browser_options now #Patch Set 3 : corrected names of variables #
Messages
Total messages: 25 (11 generated)
Description was changed from ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG= ========== to ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG= ==========
gurrrik@yandex-team.ru changed reviewers: + eakuefner@chromium.org
On 2016/04/12 10:04:09, gurrrik wrote: > mailto:gurrrik@yandex-team.ru changed reviewers: > + mailto:eakuefner@chromium.org Please take a look.
lgtm, thanks a lot for doing this cleanup! It looks like this includes your unzip fix; probably you can just close the other CL, or use it to remove the code in shared_page_state instead.
Actually, you'll need to make a small change so that this will pass the CQ. https://codereview.chromium.org/1884493002/diff/1/tools/perf/page_sets/pregen... File tools/perf/page_sets/pregenerated_profile_shared_state.py (right): https://codereview.chromium.org/1884493002/diff/1/tools/perf/page_sets/pregen... tools/perf/page_sets/pregenerated_profile_shared_state.py:126: saved_output_profile = finder_options.output_profile_path Since https://codereview.chromium.org/1874473006 has landed just now you'll want to change this to finder_options.browser_options.output_profile_path https://codereview.chromium.org/1884493002/diff/1/tools/perf/page_sets/pregen... tools/perf/page_sets/pregenerated_profile_shared_state.py:130: finder_options.output_profile_path = final_profile and here https://codereview.chromium.org/1884493002/diff/1/tools/perf/page_sets/pregen... tools/perf/page_sets/pregenerated_profile_shared_state.py:138: finder_options.output_profile_path = saved_output_profile and here
The CQ bit was checked by gurrrik@yandex-team.ru
The patchset sent to the CQ was uploaded after l-g-t-m from eakuefner@chromium.org Link to the patchset: https://codereview.chromium.org/1884493002/#ps20001 (title: "output_profile_path is in browser_options now")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1884493002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1884493002/20001
On 2016/04/12 17:27:21, eakuefner wrote: > lgtm, thanks a lot for doing this cleanup! > > It looks like this includes your unzip fix; probably you can just close the > other CL, or use it to remove the code in shared_page_state instead. Thanks for reviewing it! I think I'll use that other CL to remove the code.
Message was sent while issue was closed.
Description was changed from ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG= ========== to ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG= ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG= ========== to ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG= Committed: https://crrev.com/70390020b54d46b4d34f96429c1db62b1f0629c4 Cr-Commit-Position: refs/heads/master@{#386943} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/70390020b54d46b4d34f96429c1db62b1f0629c4 Cr-Commit-Position: refs/heads/master@{#386943}
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1879193005/ by rnephew@chromium.org. The reason for reverting is: Breaks startup tests. crbug.com/603121.
Message was sent while issue was closed.
Description was changed from ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG= Committed: https://crrev.com/70390020b54d46b4d34f96429c1db62b1f0629c4 Cr-Commit-Position: refs/heads/master@{#386943} ========== to ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG=603121 Committed: https://crrev.com/70390020b54d46b4d34f96429c1db62b1f0629c4 Cr-Commit-Position: refs/heads/master@{#386943} ==========
On 2016/04/13 20:17:41, rnephew1 wrote: > A revert of this CL (patchset #2 id:20001) has been created in > https://codereview.chromium.org/1879193005/ by mailto:rnephew@chromium.org. > > The reason for reverting is: Breaks startup tests. > crbug.com/603121. I've uploaded a new patchset with fixes. Please take a look.
On 2016/04/15 10:16:19, gurrrik wrote: > On 2016/04/13 20:17:41, rnephew1 wrote: > > A revert of this CL (patchset #2 id:20001) has been created in > > https://codereview.chromium.org/1879193005/ by mailto:rnephew@chromium.org. > > > > The reason for reverting is: Breaks startup tests. > > crbug.com/603121. > > I've uploaded a new patchset with fixes. > > Please take a look. lgtm Would be great if you can add some smoke coverage, or just make sure you run the benchmark locally before landing the CL
On 2016/04/15 14:17:21, nednguyen wrote: > On 2016/04/15 10:16:19, gurrrik wrote: > > On 2016/04/13 20:17:41, rnephew1 wrote: > > > A revert of this CL (patchset #2 id:20001) has been created in > > > https://codereview.chromium.org/1879193005/ by mailto:rnephew@chromium.org. > > > > > > The reason for reverting is: Breaks startup tests. > > > crbug.com/603121. > > > > I've uploaded a new patchset with fixes. > > > > Please take a look. > > lgtm > > Would be great if you can add some smoke coverage, or just make sure you run the > benchmark locally before landing the CL I'm not sure how to add it to benchmark_smoke_unittest, so I ran the benchmark locally, seem like everything is fine now.
The CQ bit was checked by gurrrik@yandex-team.ru
The patchset sent to the CQ was uploaded after l-g-t-m from eakuefner@chromium.org Link to the patchset: https://codereview.chromium.org/1884493002/#ps40001 (title: "corrected names of variables")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1884493002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1884493002/40001
Message was sent while issue was closed.
Description was changed from ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG=603121 Committed: https://crrev.com/70390020b54d46b4d34f96429c1db62b1f0629c4 Cr-Commit-Position: refs/heads/master@{#386943} ========== to ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG=603121 Committed: https://crrev.com/70390020b54d46b4d34f96429c1db62b1f0629c4 Cr-Commit-Position: refs/heads/master@{#386943} ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG=603121 Committed: https://crrev.com/70390020b54d46b4d34f96429c1db62b1f0629c4 Cr-Commit-Position: refs/heads/master@{#386943} ========== to ========== Move profile handling code to a child class of SharedPageState There will be a separate review for removing this logic from SharedPageState. More info: https://codereview.chromium.org/1871033002/ BUG=603121 Committed: https://crrev.com/70390020b54d46b4d34f96429c1db62b1f0629c4 Cr-Commit-Position: refs/heads/master@{#386943} Committed: https://crrev.com/7a99b2a7e905842c5ac80617ef666aff8459d541 Cr-Commit-Position: refs/heads/master@{#387697} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/7a99b2a7e905842c5ac80617ef666aff8459d541 Cr-Commit-Position: refs/heads/master@{#387697} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
