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

Issue 5610005: Makes instant run before unload listeners. (Closed)

Created:
10 years ago by sky
Modified:
9 years, 7 months ago
Reviewers:
Charlie Reis, brettw
CC:
chromium-reviews, brettw-cc_chromium.org, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Makes instant run before unload listeners. BUG=64694 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68646

Patch Set 1 #

Patch Set 2 : Cleanup #

Patch Set 3 : Better comments #

Total comments: 41

Patch Set 4 : Fix unittest #

Patch Set 5 : Addresses review comments #

Total comments: 1

Patch Set 6 : Fix comments and reset session id appropriately #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -37 lines) Patch
M chrome/browser/instant/instant_browsertest.cc View 1 chunk +0 lines, -1 line 0 comments Download
A chrome/browser/instant/instant_unload_handler.h View 1 2 3 4 5 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/browser/instant/instant_unload_handler.cc View 1 2 3 4 5 1 chunk +135 lines, -0 lines 0 comments Download
M chrome/browser/sessions/session_id.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/tab_contents/navigation_controller.h View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/navigation_controller.cc View 1 2 3 4 5 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/navigation_controller_unittest.cc View 1 2 3 4 5 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 2 3 4 5 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_delegate.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_delegate.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/tabs/tab_strip_model.h View 1 2 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/tabs/tab_strip_model.cc View 1 chunk +7 lines, -5 lines 0 comments Download
M chrome/browser/tabs/tab_strip_model_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 7 chunks +12 lines, -13 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
sky
10 years ago (2010-12-07 22:37:19 UTC) #1
Charlie Reis
Thanks for taking this on! I couldn't quite work out if this was meant to ...
10 years ago (2010-12-08 01:26:12 UTC) #2
sky
All updated and new snapshot pushed. Thanks! -Scott http://codereview.chromium.org/5610005/diff/4001/chrome/browser/instant/instant_browsertest.cc File chrome/browser/instant/instant_browsertest.cc (left): http://codereview.chromium.org/5610005/diff/4001/chrome/browser/instant/instant_browsertest.cc#oldcode24 chrome/browser/instant/instant_browsertest.cc:24: On ...
10 years ago (2010-12-08 03:04:22 UTC) #3
Charlie Reis
LGTM once you rename Own. http://codereview.chromium.org/5610005/diff/4001/chrome/browser/instant/instant_unload_handler.cc File chrome/browser/instant/instant_unload_handler.cc (right): http://codereview.chromium.org/5610005/diff/4001/chrome/browser/instant/instant_unload_handler.cc#newcode130 chrome/browser/instant/instant_unload_handler.cc:130: delegates_.erase(i); On 2010/12/08 03:04:22, ...
10 years ago (2010-12-08 05:50:11 UTC) #4
sky
All updated. I also realized I needed to reset the session id, so I added ...
10 years ago (2010-12-08 16:36:18 UTC) #5
Charlie Reis
Thanks. I admit that I don't really follow the session id changes, so you may ...
10 years ago (2010-12-08 18:04:36 UTC) #6
sky
Will do. Thanks! -Scott On Wed, Dec 8, 2010 at 10:04 AM, <creis@chromium.org> wrote: > ...
10 years ago (2010-12-08 18:17:36 UTC) #7
sky
Brett, could you review the NavigationController changes in this patch? Thanks, -Scott
10 years ago (2010-12-08 18:18:40 UTC) #8
brettw
10 years ago (2010-12-08 22:01:00 UTC) #9
Nav controller stuff LGTM

Powered by Google App Engine
This is Rietveld 408576698