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

Issue 216083002: Revert of Revert of Make start/stop loading notifications per-frame (Closed)

Created:
6 years, 9 months ago by tkent
Modified:
6 years, 9 months ago
CC:
blink-reviews, jamesr, aboxhall, abarth-chromium, dglazkov+blink, dmazzoni, gavinp+loader_chromium.org, Nate Chapin
Visibility:
Public.

Description

Revert of Revert of Make start/stop loading notifications per-frame (https://codereview.chromium.org/215533004/) Reason for revert: r170192 was not a culprit. Original issue's description: > Revert of Make start/stop loading notifications per-frame (https://codereview.chromium.org/183793002/) > > Reason for revert: > Possibly causing content_browsertests EndToEnd to fail. > > See: http://build.chromium.org/p/chromium.webkit/builders/Linux%20Tests%20%28dbg%29/builds/2095/steps/content_browsertests/logs/stdio > > Output: > [20917:20917:0327/122353:3268961829:INFO:CONSOLE(0)] "Uncaught TypeError: Cannot convert undefined or null to object", source: http://127.0.0.1:34379/files/web_ui_mojo.html (0) > [20917:20917:0327/122353:3269022437:INFO:CONSOLE(28)] "Uncaught TypeError: undefined is not a function", source: http://127.0.0.1:34379/files/web_ui_mojo.js (28) > BrowserTestBase signal handler received SIGTERM. Backtrace: > #0 0x000000a593be base::debug::StackTrace::StackTrace() > #1 0x000002bfc17b content::(anonymous namespace)::DumpStackTraceSignalHandler() > #2 0x7f9c3e4ab4a0 <unknown> > #3 0x7f9c3e55da43 __poll > #4 0x7f9c42aabff6 <unknown> > #5 0x7f9c42aac124 g_main_context_iteration > #6 0x000000aaaf5f base::MessagePumpGlib::RunWithDispatcher() > #7 0x000000a8e802 base::RunLoop::Run() > #8 0x00000058256e content::(anonymous namespace)::WebUIMojoTest_EndToEnd_Test::RunTestOnMainThread() > > Original issue's description: > > Make start/stop loading notifications per-frame > > > > Also, make ProgressTracker a frame-level concept rather than a page-level concept and merge it with FrameLoader's FrameProgressTracker helper. Send per-frame progress change notifications accordingly. > > > > This depends on https://codereview.chromium.org/180113003/ landing in chromium. > > > > BUG=347643 > > > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170192 > > TBR=abarth@chromium.org,japhet@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=347643 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170218 TBR=abarth@chromium.org,japhet@chromium.org,enne@chromium.org NOTREECHECKS=true NOTRY=true BUG=347643 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170248

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -189 lines) Patch
M Source/core/accessibility/AXRenderObject.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/loader/EmptyClients.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/loader/FrameFetchContext.cpp View 2 chunks +5 lines, -10 lines 0 comments Download
M Source/core/loader/FrameLoader.h View 4 chunks +3 lines, -4 lines 0 comments Download
M Source/core/loader/FrameLoader.cpp View 3 chunks +3 lines, -51 lines 0 comments Download
M Source/core/loader/FrameLoaderClient.h View 1 chunk +3 lines, -4 lines 0 comments Download
M Source/core/loader/ProgressTracker.h View 3 chunks +6 lines, -8 lines 0 comments Download
M Source/core/loader/ProgressTracker.cpp View 8 chunks +36 lines, -61 lines 0 comments Download
M Source/core/page/Page.h View 3 chunks +0 lines, -3 lines 0 comments Download
M Source/core/page/Page.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M Source/web/FrameLoaderClientImpl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/web/FrameLoaderClientImpl.cpp View 2 chunks +16 lines, -23 lines 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M public/web/WebFrameClient.h View 1 chunk +9 lines, -0 lines 0 comments Download
M public/web/WebViewClient.h View 1 chunk +0 lines, -10 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
tkent
Created Revert of Revert of Make start/stop loading notifications per-frame
6 years, 9 months ago (2014-03-28 02:15:55 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/216083002/1
6 years, 9 months ago (2014-03-28 02:15:59 UTC) #2
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 02:16:35 UTC) #3
Message was sent while issue was closed.
Change committed as 170248

Powered by Google App Engine
This is Rietveld 408576698