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

Issue 1047653003: [DevTools] Unpause renderer when paused RenderFrame is closed. (Closed)

Created:
5 years, 8 months ago by dgozman
Modified:
5 years, 8 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, yurys, darin-cc_chromium.org, devtools-reviews_chromium.org, mkwst+moarreviews-renderer_chromium.org, aandrey+blink_chromium.org, pfeldman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Unpause renderer when paused RenderFrame is closed. BUG=469421 Committed: https://crrev.com/cf9039cd9c0f1515fce14d2e2c5a8886bd1aa131 Cr-Commit-Position: refs/heads/master@{#323902}

Patch Set 1 #

Total comments: 3

Patch Set 2 : WidgetWillClose #

Patch Set 3 : Added test #

Patch Set 4 : CONTENT_EXPORT #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -5 lines) Patch
M content/public/renderer/render_frame_observer.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/renderer/devtools/devtools_agent.h View 1 2 3 4 chunks +8 lines, -2 lines 0 comments Download
M content/renderer/devtools/devtools_agent.cc View 1 2 4 chunks +8 lines, -3 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 chunks +47 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_widget.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (10 generated)
dgozman
Hi, https://codereview.chromium.org/1047653003/diff/1/content/renderer/devtools/devtools_agent.cc File content/renderer/devtools/devtools_agent.cc (right): https://codereview.chromium.org/1047653003/diff/1/content/renderer/devtools/devtools_agent.cc#newcode99 content/renderer/devtools/devtools_agent.cc:99: message.type() == ViewMsg_Close::ID) This message is no longer ...
5 years, 8 months ago (2015-03-30 17:04:36 UTC) #2
dgozman
Could you please take a look at this? We no longer catch ViewMsg_Close IPC because ...
5 years, 8 months ago (2015-03-30 17:07:30 UTC) #3
Charlie Reis
[+nasko] I think there's a high level question here about where widget level observer events ...
5 years, 8 months ago (2015-03-30 18:37:17 UTC) #5
dgozman
https://codereview.chromium.org/1047653003/diff/1/content/renderer/devtools/devtools_agent.cc File content/renderer/devtools/devtools_agent.cc (right): https://codereview.chromium.org/1047653003/diff/1/content/renderer/devtools/devtools_agent.cc#newcode105 content/renderer/devtools/devtools_agent.cc:105: void DevToolsAgent::FrameWillClose() { On 2015/03/30 18:37:17, Charlie Reis wrote: ...
5 years, 8 months ago (2015-03-30 18:43:33 UTC) #6
dgozman
Please take a look.
5 years, 8 months ago (2015-03-31 17:12:39 UTC) #8
Charlie Reis
Please include a test for this, but otherwise LGTM.
5 years, 8 months ago (2015-03-31 20:00:58 UTC) #9
kenrb
lgtm from me also.
5 years, 8 months ago (2015-03-31 20:53:53 UTC) #10
dgozman
Added test. Turned out to be a tricky one. Thank you for review!
5 years, 8 months ago (2015-04-01 13:28:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1047653003/40001
5 years, 8 months ago (2015-04-01 13:28:59 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/38720)
5 years, 8 months ago (2015-04-01 14:19:20 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1047653003/60001
5 years, 8 months ago (2015-04-01 15:52:00 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 8 months ago (2015-04-01 16:42:44 UTC) #20
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/cf00f40f5d627de9b6110682235ebb3dfac60486 Cr-Commit-Position: refs/heads/master@{#323258}
5 years, 8 months ago (2015-04-01 16:44:34 UTC) #21
mfomitchev1
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1053833002/ by mfomitchev@google.com. ...
5 years, 8 months ago (2015-04-01 20:20:48 UTC) #22
dgozman
Relanding after blink-side fix: https://codereview.chromium.org/1058653004/.
5 years, 8 months ago (2015-04-06 11:07:45 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1047653003/80001
5 years, 8 months ago (2015-04-06 11:08:00 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 8 months ago (2015-04-06 12:01:45 UTC) #27
commit-bot: I haz the power
5 years, 8 months ago (2015-04-06 12:02:37 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/cf9039cd9c0f1515fce14d2e2c5a8886bd1aa131
Cr-Commit-Position: refs/heads/master@{#323902}

Powered by Google App Engine
This is Rietveld 408576698