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

Issue 11342055: Add more conditions to reload when --reload-killed-tab option is used. (Closed)

Created:
8 years, 1 month ago by simonhong_
Modified:
8 years, 1 month ago
Reviewers:
sky
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@new
Visibility:
Public.

Description

Add more conditions to reload when --reload-killed-tab option is used. BUG=NONE TEST=compiles Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=165831

Patch Set 1 #

Total comments: 2

Patch Set 2 : Make anonymous functions #

Total comments: 4

Patch Set 3 : Add ShouldReloadCrashedTab #

Total comments: 2

Patch Set 4 : Combine into a single if, Change my name #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : Add crash animation #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : Fix indentation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -19 lines) Patch
M AUTHORS View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 3 chunks +20 lines, -18 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
simonhong_
Dear Scott, Please review this patch. Thank you.
8 years, 1 month ago (2012-10-30 21:40:11 UTC) #1
sky
https://codereview.chromium.org/11342055/diff/1/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/11342055/diff/1/chrome/browser/ui/browser.cc#newcode652 chrome/browser/ui/browser.cc:652: if (crashed_status == base::TERMINATION_STATUS_ABNORMAL_TERMINATION || Move this into an ...
8 years, 1 month ago (2012-10-30 22:33:01 UTC) #2
simonhong_
https://codereview.chromium.org/11342055/diff/1/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/11342055/diff/1/chrome/browser/ui/browser.cc#newcode652 chrome/browser/ui/browser.cc:652: if (crashed_status == base::TERMINATION_STATUS_ABNORMAL_TERMINATION || On 2012/10/30 22:33:01, sky ...
8 years, 1 month ago (2012-10-31 20:48:08 UTC) #3
sky
https://codereview.chromium.org/11342055/diff/5001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/11342055/diff/5001/chrome/browser/ui/browser.cc#newcode249 chrome/browser/ui/browser.cc:249: bool IsTabCrashed(WebContents* contents) { Name this ShouldReloadCrashedTab and have ...
8 years, 1 month ago (2012-10-31 21:30:15 UTC) #4
simonhong_
Done! Thank you. 2012. 11. 1. 오전 6:30에 <sky@chromium.org>님이 작성: > > > https://codereview.chromium.org/11342055/diff/5001/chrome/browser/ui/browser.cc > ...
8 years, 1 month ago (2012-10-31 21:52:15 UTC) #5
simonhong_
http://codereview.chromium.org/11342055/diff/5001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/11342055/diff/5001/chrome/browser/ui/browser.cc#newcode249 chrome/browser/ui/browser.cc:249: bool IsTabCrashed(WebContents* contents) { On 2012/10/31 21:30:15, sky wrote: ...
8 years, 1 month ago (2012-10-31 22:06:43 UTC) #6
sky
https://codereview.chromium.org/11342055/diff/9001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/11342055/diff/9001/chrome/browser/ui/browser.cc#newcode661 chrome/browser/ui/browser.cc:661: if (contents) { Combine into a single if, eg: ...
8 years, 1 month ago (2012-10-31 23:42:38 UTC) #7
simonhong_
I changed it into a single if statement. On 2012/10/31 23:42:38, sky wrote: > https://codereview.chromium.org/11342055/diff/9001/chrome/browser/ui/browser.cc ...
8 years, 1 month ago (2012-11-01 18:28:23 UTC) #8
sky
https://codereview.chromium.org/11342055/diff/11002/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/11342055/diff/11002/chrome/browser/ui/browser.cc#newcode661 chrome/browser/ui/browser.cc:661: if (contents && ShouldReloadCrashedTab(contents)) { nit: in general no ...
8 years, 1 month ago (2012-11-01 21:37:36 UTC) #9
simonhong_
https://codereview.chromium.org/11342055/diff/11002/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/11342055/diff/11002/chrome/browser/ui/browser.cc#newcode661 chrome/browser/ui/browser.cc:661: if (contents && ShouldReloadCrashedTab(contents)) { Done. Thank you! On ...
8 years, 1 month ago (2012-11-01 21:47:52 UTC) #10
simonhong_
On 2012/11/01 21:47:52, Simon Hong wrote: > https://codereview.chromium.org/11342055/diff/11002/chrome/browser/ui/browser.cc > File chrome/browser/ui/browser.cc (right): > > https://codereview.chromium.org/11342055/diff/11002/chrome/browser/ui/browser.cc#newcode661 ...
8 years, 1 month ago (2012-11-01 21:51:57 UTC) #11
simonhong_
Modified again. Thank you. On 2012/11/01 21:51:57, Simon Hong wrote: > On 2012/11/01 21:47:52, Simon ...
8 years, 1 month ago (2012-11-02 11:17:27 UTC) #12
sky
https://codereview.chromium.org/11342055/diff/17001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/11342055/diff/17001/chrome/browser/ui/browser.cc#newcode1087 chrome/browser/ui/browser.cc:1087: LOG(WARNING) << "Reloading killed tab at " << index; ...
8 years, 1 month ago (2012-11-02 15:57:37 UTC) #13
simonhong_
https://codereview.chromium.org/11342055/diff/17001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/11342055/diff/17001/chrome/browser/ui/browser.cc#newcode1087 chrome/browser/ui/browser.cc:1087: LOG(WARNING) << "Reloading killed tab at " << index; ...
8 years, 1 month ago (2012-11-02 21:23:51 UTC) #14
sky
LGTM
8 years, 1 month ago (2012-11-02 23:15:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simon.hong81@gmail.com/11342055/11006
8 years, 1 month ago (2012-11-02 23:25:57 UTC) #16
commit-bot: I haz the power
8 years, 1 month ago (2012-11-03 02:37:47 UTC) #17
Change committed as 165831

Powered by Google App Engine
This is Rietveld 408576698