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

Issue 797443002: Remove prerender sessionStorage namespace merging (1/2) (Closed)

Created:
6 years ago by davidben
Modified:
5 years, 11 months ago
Reviewers:
Ilya Sherman, sky, mmenke
CC:
chromium-reviews, davidben+watch_chromium.org, cbentzel+watch_chromium.org, tburkard+watch_chromium.org, gavinp+prer_chromium.org, jkarlin+watch_chromium.org, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove prerender sessionStorage namespace merging (1/2) This removes the additions in chrome/, but not the underlying content/ dom_storage changes. BUG=440539 Committed: https://crrev.com/1f9befb67a3592ae9e15e58edc0b5fdd421ff6c6 Cr-Commit-Position: refs/heads/master@{#311514}

Patch Set 1 #

Total comments: 12

Patch Set 2 : mmenke comments #

Patch Set 3 : histograms.xml #

Patch Set 4 : rebase #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -1138 lines) Patch
M chrome/browser/prerender/prerender_browsertest.cc View 1 2 3 4 5 chunks +10 lines, -283 lines 0 comments Download
M chrome/browser/prerender/prerender_contents.h View 1 2 3 3 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/prerender/prerender_contents.cc View 1 2 3 5 chunks +3 lines, -16 lines 0 comments Download
D chrome/browser/prerender/prerender_events.h View 1 chunk +0 lines, -44 lines 0 comments Download
D chrome/browser/prerender/prerender_events.cc View 1 2 3 1 chunk +0 lines, -52 lines 0 comments Download
M chrome/browser/prerender/prerender_field_trial.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/prerender/prerender_field_trial.cc View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/prerender/prerender_handle.h View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/prerender/prerender_handle.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/prerender/prerender_histograms.h View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/prerender/prerender_histograms.cc View 2 chunks +1 line, -9 lines 0 comments Download
M chrome/browser/prerender/prerender_local_predictor.h View 1 2 3 6 chunks +14 lines, -15 lines 0 comments Download
M chrome/browser/prerender/prerender_local_predictor.cc View 1 2 3 4 1 chunk +0 lines, -45 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.h View 8 chunks +1 line, -87 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.cc View 1 2 3 4 9 chunks +1 line, -272 lines 0 comments Download
D chrome/browser/prerender/prerender_pending_swap_throttle.cc View 1 chunk +0 lines, -69 lines 0 comments Download
M chrome/browser/prerender/prerender_tracker.h View 3 chunks +0 lines, -46 lines 0 comments Download
M chrome/browser/prerender/prerender_tracker.cc View 2 chunks +0 lines, -84 lines 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/browser_navigator.cc View 1 2 3 4 1 chunk +4 lines, -8 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
D chrome/test/data/prerender/init_session_storage.html View 1 chunk +0 lines, -4 lines 0 comments Download
D chrome/test/data/prerender/prerender_session_storage.html View 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/test/data/prerender/prerender_session_storage_conflict.html View 1 chunk +0 lines, -26 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 18 (3 generated)
davidben
This CL is split in two for ease of reviewing. The full version is here: ...
6 years ago (2014-12-11 01:01:50 UTC) #2
mmenke
https://codereview.chromium.org/797443002/diff/1/chrome/browser/prerender/prerender_contents.cc File chrome/browser/prerender/prerender_contents.cc (right): https://codereview.chromium.org/797443002/diff/1/chrome/browser/prerender/prerender_contents.cc#newcode584 chrome/browser/prerender/prerender_contents.cc:584: if (session_storage_namespace && I believe the "session_storage_namespace &&" should ...
6 years ago (2014-12-12 16:04:49 UTC) #3
davidben
https://codereview.chromium.org/797443002/diff/1/chrome/browser/prerender/prerender_contents.cc File chrome/browser/prerender/prerender_contents.cc (right): https://codereview.chromium.org/797443002/diff/1/chrome/browser/prerender/prerender_contents.cc#newcode584 chrome/browser/prerender/prerender_contents.cc:584: if (session_storage_namespace && On 2014/12/12 16:04:48, mmenke wrote: > ...
6 years ago (2014-12-12 20:41:20 UTC) #4
mmenke
LGTM
6 years ago (2014-12-12 21:41:07 UTC) #5
mmenke
On 2014/12/12 21:41:07, mmenke wrote: > LGTM Wait...you removed more than one histogram. Also removed ...
6 years ago (2014-12-12 21:42:45 UTC) #6
davidben
On 2014/12/12 21:42:45, mmenke wrote: > Wait...you removed more than one histogram. > > Also ...
6 years ago (2014-12-12 21:59:14 UTC) #7
davidben
+isherman for histograms.xml +sky for chrome/OWNERS. Just the ones that don't have 'prerender' in the ...
6 years ago (2014-12-12 22:00:48 UTC) #9
Ilya Sherman
histograms.xml LGTM
6 years ago (2014-12-12 22:03:27 UTC) #10
sky
Said files LGTM
6 years ago (2014-12-13 00:10:55 UTC) #11
davidben
(Holding off on landing this until after branch point. It's basically a revert, but it's ...
5 years, 11 months ago (2015-01-05 21:48:30 UTC) #12
mmenke
On 2015/01/05 21:48:30, David Benjamin wrote: > (Holding off on landing this until after branch ...
5 years, 11 months ago (2015-01-14 16:06:09 UTC) #13
davidben
On 2015/01/14 16:06:09, mmenke wrote: > On 2015/01/05 21:48:30, David Benjamin wrote: > > (Holding ...
5 years, 11 months ago (2015-01-14 16:28:54 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/797443002/80001
5 years, 11 months ago (2015-01-14 16:38:38 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-14 18:14:33 UTC) #17
commit-bot: I haz the power
5 years, 11 months ago (2015-01-14 18:16:18 UTC) #18
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/1f9befb67a3592ae9e15e58edc0b5fdd421ff6c6
Cr-Commit-Position: refs/heads/master@{#311514}

Powered by Google App Engine
This is Rietveld 408576698