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

Issue 60115: DevTools: tell agent it has client attached early (prior to the navigation). (Closed)

Created:
11 years, 8 months ago by pfeldman
Modified:
9 years, 7 months ago
Reviewers:
brettw, yurys
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

DevTools: tell agent it has client attached early (prior to the navigation). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13237

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -18 lines) Patch
M chrome/browser/debugger/devtools_manager.h View 1 2 5 6 7 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/debugger/devtools_manager.cc View 1 2 3 4 5 6 7 5 chunks +5 lines, -16 lines 0 comments Download
M chrome/browser/tab_contents/web_contents.cc View 1 2 5 6 7 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
pfeldman
Hi Brett, I was looking for the ways to tell DevTools agent that it has ...
11 years, 8 months ago (2009-04-04 13:18:14 UTC) #1
yurys
LGTM
11 years, 8 months ago (2009-04-06 13:16:44 UTC) #2
brettw
11 years, 8 months ago (2009-04-06 14:36:33 UTC) #3
Hi Pavel,

What about NAV_ENTRY_PENDING? The NotificationController will send this one out
before telling the WebContents to navigate (see
NavigationController::LoadEntry). Hopefully this does what you need.

http://codereview.chromium.org/60115/diff/2001/2003
File chrome/browser/debugger/devtools_manager.h (right):

http://codereview.chromium.org/60115/diff/2001/2003#newcode62
Line 62: private:
You accidentally lost the space before the "private".

Powered by Google App Engine
This is Rietveld 408576698