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

Issue 161113002: Fix pushState causing stop/reload button and favicon to flicker. (Closed)

Created:
6 years, 10 months ago by Nate Chapin
Modified:
6 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, miu+watch_chromium.org
Visibility:
Public.

Description

Fix pushState causing stop/reload button and favicon to flicker. BUG=50298 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260143

Patch Set 1 #

Total comments: 1

Patch Set 2 : Address comments, add test #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Rebase #

Total comments: 6

Patch Set 7 : Address creis's comments #

Patch Set 8 : Merged to trunk #

Patch Set 9 : Add a missing android LoadingStateChanged update #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -48 lines) Patch
M chrome/browser/android/chrome_web_contents_delegate_android.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/chrome_web_contents_delegate_android.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/captive_portal_view.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/captive_portal_view.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/simple_web_view_dialog.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/simple_web_view_dialog.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/browser_tab_strip_model_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/web_dialog_window_controller.mm View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/panels/panel_host.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/panels/panel_host.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/web_contents_delegate_android/web_contents_delegate_android.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M components/web_contents_delegate_android/web_contents_delegate_android.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/frame_host/interstitial_page_impl.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/navigation_controller_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_delegate.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 5 chunks +9 lines, -5 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_browsertest.cc View 1 2 3 4 5 6 3 chunks +51 lines, -0 lines 0 comments Download
M content/common/frame_messages.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell.h View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M content/shell/browser/shell.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
A content/test/data/push_state.html View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M content/test/test_web_contents.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/webview/web_dialog_view.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/controls/webview/web_dialog_view.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 48 (0 generated)
Nate Chapin
sky, Could I get your opinion on the content/browser/ portion of this patch? This uses ...
6 years, 10 months ago (2014-02-13 19:42:11 UTC) #1
sky
This seems ok to me. Be sure and document to_different_document all the way through. As ...
6 years, 10 months ago (2014-02-13 22:25:25 UTC) #2
Nate Chapin
On 2014/02/13 22:25:25, sky wrote: > This seems ok to me. Be sure and document ...
6 years, 9 months ago (2014-02-27 17:32:04 UTC) #3
Nate Chapin
+ygorshenin I needed to remove a DLOG(INFO) from captive_portal_view.cc in order to satisfy the presubmit ...
6 years, 9 months ago (2014-02-27 17:34:16 UTC) #4
ygorshenin1
lgtm for chrome/browser/chromeos/*
6 years, 9 months ago (2014-03-05 09:42:12 UTC) #5
Nate Chapin
+creis Would you mind reviewing the content/ changes?
6 years, 9 months ago (2014-03-10 18:01:17 UTC) #6
Charlie Reis
Wow, thanks for tackling this old bug! content/ LGTM with a few style nits. https://codereview.chromium.org/161113002/diff/200001/content/browser/web_contents/web_contents_impl.cc ...
6 years, 9 months ago (2014-03-10 20:07:45 UTC) #7
Nate Chapin
+jschuh, would you mind rubber-stamping the frame_messages.h change?
6 years, 9 months ago (2014-03-11 19:52:07 UTC) #8
jschuh
On 2014/03/11 19:52:07, Nate Chapin wrote: > +jschuh, would you mind rubber-stamping the frame_messages.h change? ...
6 years, 9 months ago (2014-03-11 20:28:10 UTC) #9
Nate Chapin
The CQ bit was checked by japhet@chromium.org
6 years, 9 months ago (2014-03-11 20:37:31 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/161113002/210001
6 years, 9 months ago (2014-03-11 21:30:50 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-11 22:47:05 UTC) #12
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=54776
6 years, 9 months ago (2014-03-11 22:47:06 UTC) #13
Nate Chapin
sky, would you mind take a look at the chrome/ and ui/ changes?
6 years, 9 months ago (2014-03-11 23:00:31 UTC) #14
Nate Chapin
On 2014/03/11 23:00:31, Nate Chapin wrote: > sky, would you mind take a look at ...
6 years, 9 months ago (2014-03-24 21:11:16 UTC) #15
sky
LGTM
6 years, 9 months ago (2014-03-25 16:27:40 UTC) #16
Nate Chapin
The CQ bit was checked by japhet@chromium.org
6 years, 9 months ago (2014-03-25 16:30:04 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/161113002/210001
6 years, 9 months ago (2014-03-25 16:30:13 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 16:30:52 UTC) #19
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/login/simple_web_view_dialog.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-25 16:30:53 UTC) #20
Nate Chapin
The CQ bit was checked by japhet@chromium.org
6 years, 9 months ago (2014-03-25 17:13:16 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/161113002/280001
6 years, 9 months ago (2014-03-25 17:13:27 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 18:44:08 UTC) #23
commit-bot: I haz the power
Retried try job too often on android_clang_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_clang_dbg&number=126616
6 years, 9 months ago (2014-03-25 18:44:09 UTC) #24
jochen (gone - plz use gerrit)
lgtm
6 years, 9 months ago (2014-03-25 19:57:22 UTC) #25
Nate Chapin
The CQ bit was checked by japhet@chromium.org
6 years, 9 months ago (2014-03-25 19:57:42 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/161113002/470001
6 years, 9 months ago (2014-03-25 19:59:23 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 20:05:25 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_compile_dbg
6 years, 9 months ago (2014-03-25 20:05:26 UTC) #29
Nate Chapin
The CQ bit was checked by japhet@chromium.org
6 years, 9 months ago (2014-03-25 20:06:29 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/161113002/470001
6 years, 9 months ago (2014-03-25 20:07:47 UTC) #31
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 21:22:56 UTC) #32
commit-bot: I haz the power
Retried try job too often on android_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_dbg&number=164422
6 years, 9 months ago (2014-03-25 21:22:57 UTC) #33
Nate Chapin
The CQ bit was checked by japhet@chromium.org
6 years, 9 months ago (2014-03-25 21:24:34 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/161113002/470001
6 years, 9 months ago (2014-03-25 21:25:19 UTC) #35
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 22:36:35 UTC) #36
commit-bot: I haz the power
Retried try job too often on android_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_dbg&number=164461
6 years, 9 months ago (2014-03-25 22:36:36 UTC) #37
Nate Chapin
The CQ bit was checked by japhet@chromium.org
6 years, 9 months ago (2014-03-27 16:33:40 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/161113002/760001
6 years, 9 months ago (2014-03-27 16:34:25 UTC) #39
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 16:42:23 UTC) #40
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 9 months ago (2014-03-27 16:42:24 UTC) #41
Nate Chapin
The CQ bit was checked by japhet@chromium.org
6 years, 9 months ago (2014-03-27 17:56:00 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/161113002/760001
6 years, 9 months ago (2014-03-27 17:56:14 UTC) #43
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 00:24:24 UTC) #44
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 9 months ago (2014-03-28 00:24:25 UTC) #45
Nate Chapin
The CQ bit was checked by japhet@chromium.org
6 years, 9 months ago (2014-03-28 15:58:51 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/japhet@chromium.org/161113002/760001
6 years, 9 months ago (2014-03-28 16:01:20 UTC) #47
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 16:06:13 UTC) #48
Message was sent while issue was closed.
Change committed as 260143

Powered by Google App Engine
This is Rietveld 408576698