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

Issue 1036001: Add a DOMUI datasource that will handle the net-internals page.... (Closed)

Created:
10 years, 9 months ago by eroman
Modified:
9 years, 6 months ago
Reviewers:
Mike Belshe
CC:
chromium-reviews, ben+cc_chromium.org
Visibility:
Public.

Description

Add a DOMUI datasource that will handle the net-internals page. Right now it is bound to the temporary URL "chrome://net2", since the frontend is under construction. (Loading this page right now just shows a dummy HTML page.) This change is a first step to transitioning the about:net-internals / about:network pages from C++ to javascript. Note that the network stuff needs to run on the IO thread, however the DOMUI infrastructure is all set up to run on the UI thread. I work around this by proxying things back and forth through the IO thread. Hopefully in subsequent iterations this overhead can be removed, by exposing a sort of "IO thread DOMUI". BUG=37421 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=41791

Patch Set 1 #

Patch Set 2 : Fix some style issues #

Total comments: 7

Patch Set 3 : address mbelshe comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+406 lines, -0 lines) Patch
M chrome/browser/browser_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/dom_ui/dom_ui_factory.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/dom_ui/net_internals_ui.h View 1 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/dom_ui/net_internals_ui.cc View 1 2 1 chunk +347 lines, -0 lines 0 comments Download
A chrome/browser/resources/net_internals/index.html View 1 chunk +32 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
eroman
10 years, 9 months ago (2010-03-16 04:13:14 UTC) #1
Mike Belshe
lgtm http://codereview.chromium.org/1036001/diff/8001/9004 File chrome/browser/dom_ui/net_internals_ui.cc (right): http://codereview.chromium.org/1036001/diff/8001/9004#newcode56 chrome/browser/dom_ui/net_internals_ui.cc:56: // it the argument |value|. nit: This function ...
10 years, 9 months ago (2010-03-16 22:14:50 UTC) #2
eroman
http://codereview.chromium.org/1036001/diff/8001/9004 File chrome/browser/dom_ui/net_internals_ui.cc (right): http://codereview.chromium.org/1036001/diff/8001/9004#newcode56 chrome/browser/dom_ui/net_internals_ui.cc:56: // it the argument |value|. On 2010/03/16 22:14:50, Mike ...
10 years, 9 months ago (2010-03-16 23:15:58 UTC) #3
Mike Belshe
10 years, 9 months ago (2010-03-17 07:05:08 UTC) #4
http://codereview.chromium.org/1036001/diff/8001/9004
File chrome/browser/dom_ui/net_internals_ui.cc (right):

http://codereview.chromium.org/1036001/diff/8001/9004#newcode56
chrome/browser/dom_ui/net_internals_ui.cc:56: // it the argument |value|.
You're right - I was looking at the wrong instance of CallJavascriptFunction.

On 2010/03/16 23:15:58, eroman wrote:
> On 2010/03/16 22:14:50, Mike Belshe wrote:
> > nit:  This function will also delete |value|.
> 
> Where do you see that? |value| should not be deleted by this function...

Powered by Google App Engine
This is Rietveld 408576698