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

Issue 11377: Changes tab restore service to handle restoring closed windows as a... (Closed)

Created:
12 years, 1 month ago by sky
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Changes tab restore service to handle restoring closed windows as a single unit. Sadly I've written another ui test. Lets hope it isn't flakey. Glen is going to change the NTP to deal with this appropriately. BUG=4686 TEST=Try closing a window (with more than one window open), hitting control-shift-t, and make sure the window and all it's tabs comes back.

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+360 lines, -212 lines) Patch
M chrome/browser/browser.cc View 1 4 chunks +14 lines, -8 lines 0 comments Download
M chrome/browser/browsing_data_remover.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/new_tab_ui.h View 1 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/dom_ui/new_tab_ui.cc View 1 3 chunks +65 lines, -33 lines 0 comments Download
M chrome/browser/tab_restore_service.h View 1 4 chunks +85 lines, -70 lines 0 comments Download
M chrome/browser/tab_restore_service.cc View 1 3 chunks +111 lines, -99 lines 0 comments Download
M chrome/browser/tab_restore_uitest.cc View 1 2 chunks +53 lines, -1 line 0 comments Download
M chrome/test/automation/browser_proxy.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/automation/browser_proxy.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sky
12 years, 1 month ago (2008-11-22 00:38:36 UTC) #1
jcampan
Some nits. http://codereview.chromium.org/11377/diff/1/10 File chrome/browser/tab_restore_service.cc (right): http://codereview.chromium.org/11377/diff/1/10#newcode56 Line 56: entries_.push_front(new Tab()); Any reason why you ...
12 years ago (2008-11-25 19:24:46 UTC) #2
sky
New snapshot uploaded. http://codereview.chromium.org/11377/diff/1/10 File chrome/browser/tab_restore_service.cc (right): http://codereview.chromium.org/11377/diff/1/10#newcode56 Line 56: entries_.push_front(new Tab()); On 2008/11/25 19:24:46, ...
12 years ago (2008-11-25 21:51:36 UTC) #3
jcampan
12 years ago (2008-11-25 22:00:39 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698