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

Issue 9950040: Get chrome:// dev tool urls hooked up in content_shell. (Closed)

Created:
8 years, 8 months ago by michaeln
Modified:
8 years, 8 months ago
Reviewers:
jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Get chrome:// dev tool urls hooked up in content_shell. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=133107

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Total comments: 14

Patch Set 12 : #

Total comments: 1

Patch Set 13 : #

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -63 lines) Patch
M chrome/app/chrome_main_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +6 lines, -11 lines 0 comments Download
M chrome/common/chrome_content_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/common/chrome_content_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +12 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +0 lines, -18 lines 0 comments Download
M chrome/test/base/chrome_test_suite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -1 line 0 comments Download
M chrome_frame/test/net/fake_external_tab.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +4 lines, -4 lines 0 comments Download
M content/app/content_main_runner.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +4 lines, -0 lines 0 comments Download
M content/browser/resource_context_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -0 lines 0 comments Download
M content/public/app/content_main_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -5 lines 0 comments Download
M content/public/common/content_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -0 lines 0 comments Download
M content/public/common/url_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -6 lines 0 comments Download
M content/public/common/url_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +23 lines, -6 lines 0 comments Download
M content/shell/shell_content_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -0 lines 0 comments Download
M content/shell/shell_content_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -0 lines 0 comments Download
M content/shell/shell_main_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +7 lines, -8 lines 0 comments Download
M content/test/content_test_suite.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -0 lines 0 comments Download
M content/test/test_content_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -0 lines 0 comments Download
M content/test/test_content_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
michaeln
noticed these didn't quite work yet in content_shell
8 years, 8 months ago (2012-03-31 01:15:52 UTC) #1
michaeln
http://codereview.chromium.org/9950040/diff/1/content/browser/resource_context_impl.cc File content/browser/resource_context_impl.cc (right): http://codereview.chromium.org/9950040/diff/1/content/browser/resource_context_impl.cc#newcode127 content/browser/resource_context_impl.cc:127: return protocol == chrome::kChromeUIScheme; This is needed otherwise 'chrome' ...
8 years, 8 months ago (2012-03-31 01:30:06 UTC) #2
jam
http://codereview.chromium.org/9950040/diff/1/content/app/content_main_runner.cc File content/app/content_main_runner.cc (right): http://codereview.chromium.org/9950040/diff/1/content/app/content_main_runner.cc#newcode470 content/app/content_main_runner.cc:470: else you're assuming that the presence of a delegate ...
8 years, 8 months ago (2012-04-02 16:19:25 UTC) #3
michaeln
https://chromiumcodereview.appspot.com/9950040/diff/1/content/app/content_main_runner.cc File content/app/content_main_runner.cc (right): https://chromiumcodereview.appspot.com/9950040/diff/1/content/app/content_main_runner.cc#newcode470 content/app/content_main_runner.cc:470: else > so can you make content's RegisterContentSchemes call ...
8 years, 8 months ago (2012-04-02 19:37:22 UTC) #4
jam
lgtm https://chromiumcodereview.appspot.com/9950040/diff/1/content/app/content_main_runner.cc File content/app/content_main_runner.cc (right): https://chromiumcodereview.appspot.com/9950040/diff/1/content/app/content_main_runner.cc#newcode470 content/app/content_main_runner.cc:470: else On 2012/04/02 19:37:22, michaeln wrote: > > ...
8 years, 8 months ago (2012-04-02 20:23:13 UTC) #5
jam
clicked the lgtm button by accident :)
8 years, 8 months ago (2012-04-02 20:23:23 UTC) #6
michaeln
k... i'll ping you after poking at the CL some more
8 years, 8 months ago (2012-04-02 21:37:48 UTC) #7
michaeln
I still have to see what the trybots think about this, but here's a stab ...
8 years, 8 months ago (2012-04-16 21:24:39 UTC) #8
michaeln
ping
8 years, 8 months ago (2012-04-17 01:14:24 UTC) #9
michaeln
There are more content_unittests out there that call url_util::AddStandardScheme after the TestSuite initialization has run ...
8 years, 8 months ago (2012-04-17 01:59:05 UTC) #10
michaeln
Done > I'll look into an initialization sequence for unittests that doesn't result in a ...
8 years, 8 months ago (2012-04-17 02:45:07 UTC) #11
jam
http://codereview.chromium.org/9950040/diff/8026/chrome/app/chrome_main_delegate.cc File chrome/app/chrome_main_delegate.cc (right): http://codereview.chromium.org/9950040/diff/8026/chrome/app/chrome_main_delegate.cc#newcode458 chrome/app/chrome_main_delegate.cc:458: // processes that work with these URLs (i.e. including ...
8 years, 8 months ago (2012-04-17 03:30:10 UTC) #12
michaeln
thnx for looking http://codereview.chromium.org/9950040/diff/8026/chrome/app/chrome_main_delegate.cc File chrome/app/chrome_main_delegate.cc (right): http://codereview.chromium.org/9950040/diff/8026/chrome/app/chrome_main_delegate.cc#newcode458 chrome/app/chrome_main_delegate.cc:458: // processes that work with these ...
8 years, 8 months ago (2012-04-17 04:08:26 UTC) #13
michaeln
http://codereview.chromium.org/9950040/diff/8026/chrome/test/base/chrome_test_suite.cc File chrome/test/base/chrome_test_suite.cc (right): http://codereview.chromium.org/9950040/diff/8026/chrome/test/base/chrome_test_suite.cc#newcode172 chrome/test/base/chrome_test_suite.cc:172: content::RegisterContentSchemes(kDontLockStandardSchemes); On 2012/04/17 04:08:26, michaeln wrote: > On 2012/04/17 ...
8 years, 8 months ago (2012-04-17 04:11:45 UTC) #14
jam
http://codereview.chromium.org/9950040/diff/8026/chrome/app/chrome_main_delegate.cc File chrome/app/chrome_main_delegate.cc (right): http://codereview.chromium.org/9950040/diff/8026/chrome/app/chrome_main_delegate.cc#newcode458 chrome/app/chrome_main_delegate.cc:458: // processes that work with these URLs (i.e. including ...
8 years, 8 months ago (2012-04-17 04:49:51 UTC) #15
michaeln
http://codereview.chromium.org/9950040/diff/8026/chrome/app/chrome_main_delegate.cc File chrome/app/chrome_main_delegate.cc (right): http://codereview.chromium.org/9950040/diff/8026/chrome/app/chrome_main_delegate.cc#newcode458 chrome/app/chrome_main_delegate.cc:458: // processes that work with these URLs (i.e. including ...
8 years, 8 months ago (2012-04-17 19:23:32 UTC) #16
jam
lgtm
8 years, 8 months ago (2012-04-17 23:18:57 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/michaeln@chromium.org/9950040/22001
8 years, 8 months ago (2012-04-19 19:50:13 UTC) #18
commit-bot: I haz the power
8 years, 8 months ago (2012-04-19 21:08:04 UTC) #19
Try job failure for 9950040-22001 (retry) on linux_rel for step "browser_tests".
It's a second try, previously, step "browser_tests" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&...

Powered by Google App Engine
This is Rietveld 408576698