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

Issue 511683003: Add a flag to let render process wait for java debugger (Closed)

Created:
6 years, 3 months ago by Jaekyun Seok (inactive)
Modified:
6 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, erikwright+watch_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Add a flag to let render process wait for java debugger A switch RENDERER_WAIT_FOR_JAVA_DEBUGGER is newly added to block ChildProcessMain thread of ChildProcessService until a Java debugger is attached. BUG=378975 Committed: https://crrev.com/d7929e7eb431ae8c94e99d958b480934022f7a23 Cr-Commit-Position: refs/heads/master@{#292733}

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : Rename a flag to RENDERER_WAIT_FOR_JAVA_DEBUGGER #

Total comments: 6

Patch Set 4 : Fix typos #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M base/android/java/src/org/chromium/base/BaseSwitches.java View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/app/ChildProcessService.java View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (2 generated)
Jaekyun Seok (inactive)
jaekyun@chromium.org changed reviewers: + feng@chromium.org
6 years, 3 months ago (2014-08-27 03:00:39 UTC) #1
Jaekyun Seok (inactive)
Please review this patch.
6 years, 3 months ago (2014-08-27 03:00:39 UTC) #2
Feng Qian
Jaekyun, thanks for the patch! Please see my inlined comments. https://codereview.chromium.org/511683003/diff/20001/base/android/java/src/org/chromium/base/BaseSwitches.java File base/android/java/src/org/chromium/base/BaseSwitches.java (right): https://codereview.chromium.org/511683003/diff/20001/base/android/java/src/org/chromium/base/BaseSwitches.java#newcode17 ...
6 years, 3 months ago (2014-08-27 17:45:29 UTC) #3
Jaekyun Seok (inactive)
PTAL https://codereview.chromium.org/511683003/diff/20001/base/android/java/src/org/chromium/base/BaseSwitches.java File base/android/java/src/org/chromium/base/BaseSwitches.java (right): https://codereview.chromium.org/511683003/diff/20001/base/android/java/src/org/chromium/base/BaseSwitches.java#newcode17 base/android/java/src/org/chromium/base/BaseSwitches.java:17: public static final String WAIT_RENDERER_FOR_JAVA_DEBUGGER = "wait-renderer-for-java-debugger"; On ...
6 years, 3 months ago (2014-08-28 00:09:49 UTC) #4
Jaekyun Seok (inactive)
jaekyun@chromium.org changed reviewers: + ccameron@chromium.org, yfriedman@chromium.org
6 years, 3 months ago (2014-08-28 00:17:45 UTC) #5
Jaekyun Seok (inactive)
jaekyun@chromium.org changed reviewers: + creis@chromium.org
6 years, 3 months ago (2014-08-28 00:25:32 UTC) #6
Jaekyun Seok (inactive)
creis@chromium.org: Please review changes in
6 years, 3 months ago (2014-08-28 00:25:32 UTC) #7
Charlie Reis
I'm not a good reviewer for content/public/android/java/src/org/chromium/content/app/ChildProcessService.java, so please have someone else approve that. The ...
6 years, 3 months ago (2014-08-28 16:38:37 UTC) #8
ccameron
OWNER lgtm for RHWVImpl (w existing comments).
6 years, 3 months ago (2014-08-28 17:22:19 UTC) #9
Jaekyun Seok (inactive)
PTAL. https://codereview.chromium.org/511683003/diff/40001/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://codereview.chromium.org/511683003/diff/40001/content/browser/renderer_host/render_process_host_impl.cc#newcode1248 content/browser/renderer_host/render_process_host_impl.cc:1248: switches::kRendererWainForJavaDebugger, On 2014/08/28 16:38:37, Charlie Reis wrote: > ...
6 years, 3 months ago (2014-08-28 23:41:16 UTC) #10
Jaekyun Seok (inactive)
Feng, could you please review changes on android java files?
6 years, 3 months ago (2014-08-29 01:09:41 UTC) #11
Feng Qian
lgtm
6 years, 3 months ago (2014-08-29 16:01:05 UTC) #12
Charlie Reis
content/ still LGTM
6 years, 3 months ago (2014-08-29 16:48:55 UTC) #13
Jaekyun Seok (inactive)
Tommy, could you please review changes on BaseSwitches.java?
6 years, 3 months ago (2014-08-29 20:58:46 UTC) #15
nyquist
base/android lgtm
6 years, 3 months ago (2014-08-29 21:00:59 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 7b1434f2c54d21e5f1b387c90e8af36fd70ecde6
6 years, 3 months ago (2014-08-30 00:28:27 UTC) #18
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:12:20 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d7929e7eb431ae8c94e99d958b480934022f7a23
Cr-Commit-Position: refs/heads/master@{#292733}

Powered by Google App Engine
This is Rietveld 408576698