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

Issue 147993009: [App Shell] Add dev tools for debugging (Closed)

Created:
6 years, 10 months ago by Haojian Wu
Modified:
6 years, 10 months ago
CC:
chromium-reviews, tfarina, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[App Shell] Add dev tools for debugging BUG=None TEST=launch app_shell with flag "--remote-debugging-port=9222", then open "localhost:9222" in browser and see the console. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251351

Patch Set 1 #

Total comments: 5

Patch Set 2 : address comments #

Patch Set 3 : update #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M apps/shell/app/shell_main_delegate.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M apps/shell/browser/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M apps/shell/browser/shell_browser_main_parts.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M apps/shell/browser/shell_browser_main_parts.cc View 1 2 3 3 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Haojian Wu
James@, I add dev tools in app_shell, so that it's easier for debugging. Does app_shell ...
6 years, 10 months ago (2014-02-09 13:06:56 UTC) #1
James Cook
I think it would be nice to have devtools support like this. https://codereview.chromium.org/147993009/diff/1/apps/shell/app/shell_main_delegate.cc File apps/shell/app/shell_main_delegate.cc ...
6 years, 10 months ago (2014-02-10 20:31:23 UTC) #2
Haojian Wu
https://codereview.chromium.org/147993009/diff/1/apps/shell/app/shell_main_delegate.cc File apps/shell/app/shell_main_delegate.cc (right): https://codereview.chromium.org/147993009/diff/1/apps/shell/app/shell_main_delegate.cc#newcode100 apps/shell/app/shell_main_delegate.cc:100: pak_file = pak_dir.Append(FILE_PATH_LITERAL("content_shell.pak")); On 2014/02/10 20:31:23, James Cook wrote: ...
6 years, 10 months ago (2014-02-11 03:24:36 UTC) #3
James Cook
LGTM with one optional suggestion https://codereview.chromium.org/147993009/diff/1/apps/shell/browser/shell_browser_main_parts.cc File apps/shell/browser/shell_browser_main_parts.cc (right): https://codereview.chromium.org/147993009/diff/1/apps/shell/browser/shell_browser_main_parts.cc#newcode145 apps/shell/browser/shell_browser_main_parts.cc:145: if (devtools_delegate_) On 2014/02/11 ...
6 years, 10 months ago (2014-02-11 17:11:16 UTC) #4
Haojian Wu
The CQ bit was checked by hokein.wu@gmail.com
6 years, 10 months ago (2014-02-12 13:42:22 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/Hokein.Wu@gmail.com/147993009/140001
6 years, 10 months ago (2014-02-12 13:42:30 UTC) #6
Haojian Wu
On 2014/02/11 17:11:16, James Cook wrote: > LGTM with one optional suggestion > > https://codereview.chromium.org/147993009/diff/1/apps/shell/browser/shell_browser_main_parts.cc ...
6 years, 10 months ago (2014-02-12 13:42:32 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-12 14:13:09 UTC) #8
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=49798
6 years, 10 months ago (2014-02-12 14:13:10 UTC) #9
Haojian Wu
+brettw@ for DEPS's dependency.
6 years, 10 months ago (2014-02-12 14:21:50 UTC) #10
brettw
lgtm
6 years, 10 months ago (2014-02-13 19:00:24 UTC) #11
Haojian Wu
The CQ bit was checked by hokein.wu@gmail.com
6 years, 10 months ago (2014-02-14 02:23:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/Hokein.Wu@gmail.com/147993009/140001
6 years, 10 months ago (2014-02-14 02:24:06 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-14 05:27:03 UTC) #14
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=202013
6 years, 10 months ago (2014-02-14 05:27:03 UTC) #15
Haojian Wu
The CQ bit was checked by hokein.wu@gmail.com
6 years, 10 months ago (2014-02-14 15:54:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/Hokein.Wu@gmail.com/147993009/140001
6 years, 10 months ago (2014-02-14 15:54:12 UTC) #17
commit-bot: I haz the power
Change committed as 251351
6 years, 10 months ago (2014-02-14 16:49:16 UTC) #18
James Cook
6 years, 10 months ago (2014-02-19 20:39:44 UTC) #19
Message was sent while issue was closed.
Haojian, I was just looking at this again. Does the content_shell.pak file need
to be loaded in all processes, or just the renderer, or just the browser?

We would get a faster startup time if we only loaded it in the processes that
need it.

Powered by Google App Engine
This is Rietveld 408576698