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

Issue 159395: DevTools: make pause work for script evaluations (Closed)

Created:
11 years, 5 months ago by yurys
Modified:
9 years, 7 months ago
Reviewers:
pfeldman
CC:
chromium-reviews_googlegroups.com, darin (slow to review), Ben Goodger (Google)
Visibility:
Public.

Description

DevTools: split console evaluation into two steps: actual evaluation and result wrapping. When second step is executed debugger_agent_manager will autocontinue on break. We assume that second step doesn't call user scripts. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21635 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21637

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -30 lines) Patch
M chrome/browser/debugger/devtools_sanity_unittest.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/devtools/debugger_agent_impl.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/glue/devtools/debugger_agent_impl.cc View 1 2 2 chunks +59 lines, -0 lines 0 comments Download
M webkit/glue/devtools/debugger_agent_manager.h View 1 2 2 chunks +20 lines, -0 lines 0 comments Download
M webkit/glue/devtools/debugger_agent_manager.cc View 1 2 3 chunks +29 lines, -9 lines 0 comments Download
M webkit/glue/devtools/js/devtools.js View 1 2 1 chunk +12 lines, -9 lines 0 comments Download
M webkit/glue/devtools/js/inject.js View 1 2 2 chunks +12 lines, -11 lines 0 comments Download
M webkit/glue/devtools/js/tests.js View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
M webkit/glue/devtools/tools_agent.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M webkit/glue/webdevtoolsagent_impl.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/webdevtoolsagent_impl.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M webkit/glue/webkit_resources.grd View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
yurys
This is second attempt to land change http://codereview.chromium.org/160012 without breaking interactive UI tests.
11 years, 5 months ago (2009-07-27 07:08:11 UTC) #1
pfeldman
LGTM
11 years, 5 months ago (2009-07-27 07:54:09 UTC) #2
pfeldman
LGTM
11 years, 5 months ago (2009-07-27 07:54:10 UTC) #3
yurys
11 years, 5 months ago (2009-07-27 09:15:39 UTC) #4
On 2009/07/27 07:54:10, pfeldman wrote:
> LGTM

Added emtpy change to webkit_resources.grd to force resources rebuild.

Powered by Google App Engine
This is Rietveld 408576698