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

Issue 10540094: Add RemoteDebuggingController.java and its (native) dependencies. (Closed)

Created:
8 years, 6 months ago by Philippe
Modified:
8 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jochen+watch-content_chromium.org, felipeg
Visibility:
Public.

Description

Add RemoteDebuggingController.java and its (native) dependencies. This is part of Chrome for Android upstreaming. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146313

Patch Set 1 #

Patch Set 2 : Sync #

Total comments: 12

Patch Set 3 : Address John's comments #

Patch Set 4 : Move devtools_server.h to content/public #

Total comments: 5

Patch Set 5 : Remove extra ';' #

Patch Set 6 : Sync #

Patch Set 7 : Sync #

Patch Set 8 : Address John's comment #

Total comments: 10

Patch Set 9 : Address John's comments #

Patch Set 10 : Sync #

Patch Set 11 : Sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+267 lines, -0 lines) Patch
M content/app/android/app_jni_registrar.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
A content/browser/android/devtools_server.cc View 1 2 3 4 5 6 7 8 1 chunk +112 lines, -0 lines 0 comments Download
A content/browser/android/remote_debugging_controller.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +16 lines, -0 lines 0 comments Download
A content/browser/android/remote_debugging_controller.cc View 1 2 3 4 5 6 7 8 1 chunk +30 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -0 lines 0 comments Download
M content/content_jni.gypi View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -0 lines 0 comments Download
A content/public/android/java/src/org/chromium/content/browser/RemoteDebuggingController.java View 1 2 3 4 5 6 7 1 chunk +48 lines, -0 lines 0 comments Download
A content/public/browser/android/devtools_server.h View 1 2 3 4 5 6 7 8 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
mnaganov (inactive)
lgtm
8 years, 6 months ago (2012-06-11 12:47:47 UTC) #1
Philippe
8 years, 6 months ago (2012-06-11 13:06:07 UTC) #2
John Grabowski
mostly lg; some questions. http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.cc File content/browser/android/devtools_server.cc (right): http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.cc#newcode22 content/browser/android/devtools_server.cc:22: "http://chrome-devtools-frontend.appspot.com/static/%s/devtools.html"; Is this something for ...
8 years, 6 months ago (2012-06-11 20:17:02 UTC) #3
mnaganov (inactive)
http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.cc File content/browser/android/devtools_server.cc (right): http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.cc#newcode22 content/browser/android/devtools_server.cc:22: "http://chrome-devtools-frontend.appspot.com/static/%s/devtools.html"; On 2012/06/11 20:17:02, John Grabowski wrote: > Is ...
8 years, 6 months ago (2012-06-11 21:32:44 UTC) #4
John Grabowski
http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h File content/browser/android/devtools_server.h (right): http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h#newcode6 content/browser/android/devtools_server.h:6: #define CONTENT_BROWSER_ANDROID_DEVTOOLS_SERVER_H_ On 2012/06/11 21:32:44, Mikhail Naganov (Chromium) wrote: ...
8 years, 6 months ago (2012-06-11 23:17:13 UTC) #5
Philippe
On 2012/06/11 23:17:13, John Grabowski wrote: > http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h > File content/browser/android/devtools_server.h (right): > > http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h#newcode6 ...
8 years, 6 months ago (2012-06-12 16:55:58 UTC) #6
Philippe
I also did a sync. http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h File content/browser/android/devtools_server.h (right): http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h#newcode6 content/browser/android/devtools_server.h:6: #define CONTENT_BROWSER_ANDROID_DEVTOOLS_SERVER_H_ On 2012/06/11 ...
8 years, 6 months ago (2012-06-13 15:21:12 UTC) #7
John Grabowski
http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h File content/browser/android/devtools_server.h (right): http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h#newcode6 content/browser/android/devtools_server.h:6: #define CONTENT_BROWSER_ANDROID_DEVTOOLS_SERVER_H_ On 2012/06/13 15:21:12, Philippe wrote: > On ...
8 years, 6 months ago (2012-06-13 19:54:10 UTC) #8
Philippe
On 2012/06/13 19:54:10, John Grabowski wrote: > http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h > File content/browser/android/devtools_server.h (right): > > http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h#newcode6 ...
8 years, 6 months ago (2012-06-18 10:04:01 UTC) #9
mnaganov (inactive)
Philippe, thanks for your efforts! http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h File content/browser/android/devtools_server.h (right): http://codereview.chromium.org/10540094/diff/7001/content/browser/android/devtools_server.h#newcode6 content/browser/android/devtools_server.h:6: #define CONTENT_BROWSER_ANDROID_DEVTOOLS_SERVER_H_ On 2012/06/13 ...
8 years, 6 months ago (2012-06-18 10:18:54 UTC) #10
Philippe
On 2012/06/18 10:18:54, Mikhail Naganov (Chromium) wrote: > Philippe, thanks for your efforts! > > ...
8 years, 6 months ago (2012-06-18 11:20:15 UTC) #11
jochen (gone - plz use gerrit)
drive-by content reviews http://codereview.chromium.org/10540094/diff/15002/content/browser/android/remote_debugging_controller.cc File content/browser/android/remote_debugging_controller.cc (right): http://codereview.chromium.org/10540094/diff/15002/content/browser/android/remote_debugging_controller.cc#newcode12 content/browser/android/remote_debugging_controller.cc:12: static void StartRemoteDebugging(JNIEnv*, jclass) { what ...
8 years, 6 months ago (2012-06-18 11:32:39 UTC) #12
mnaganov (inactive)
http://codereview.chromium.org/10540094/diff/15002/content/browser/android/remote_debugging_controller.cc File content/browser/android/remote_debugging_controller.cc (right): http://codereview.chromium.org/10540094/diff/15002/content/browser/android/remote_debugging_controller.cc#newcode12 content/browser/android/remote_debugging_controller.cc:12: static void StartRemoteDebugging(JNIEnv*, jclass) { On 2012/06/18 11:32:40, jochen ...
8 years, 6 months ago (2012-06-18 12:26:52 UTC) #13
Philippe
http://codereview.chromium.org/10540094/diff/15002/content/browser/android/remote_debugging_controller.cc File content/browser/android/remote_debugging_controller.cc (right): http://codereview.chromium.org/10540094/diff/15002/content/browser/android/remote_debugging_controller.cc#newcode12 content/browser/android/remote_debugging_controller.cc:12: static void StartRemoteDebugging(JNIEnv*, jclass) { On 2012/06/18 12:26:52, Mikhail ...
8 years, 6 months ago (2012-06-18 13:28:59 UTC) #14
John Grabowski
LGTM for the issues I raised
8 years, 6 months ago (2012-06-18 17:24:57 UTC) #15
Philippe
On 2012/06/18 17:24:57, John Grabowski wrote: > LGTM for the issues I raised Any other ...
8 years, 6 months ago (2012-06-20 08:56:30 UTC) #16
Philippe
On 2012/06/20 08:56:30, Philippe wrote: > On 2012/06/18 17:24:57, John Grabowski wrote: > > LGTM ...
8 years, 6 months ago (2012-06-20 09:03:28 UTC) #17
Philippe
I actually need someone for content/ and content/public/browser/ since I moved devtools_server.h. I'm adding avi@.
8 years, 5 months ago (2012-06-28 10:46:07 UTC) #18
Philippe
On 2012/06/28 10:46:07, Philippe wrote: > I actually need someone for content/ and content/public/browser/ since ...
8 years, 5 months ago (2012-07-05 15:39:43 UTC) #19
jam
please see http://www.chromium.org/developers/content-module/content-api and the rest of the files in content/public for inspiration. content/public, like ...
8 years, 5 months ago (2012-07-10 20:35:49 UTC) #20
Philippe
On 2012/07/10 20:35:49, John Abd-El-Malek wrote: > please see http://www.chromium.org/developers/content-module/content-api and the > rest of ...
8 years, 5 months ago (2012-07-11 10:23:18 UTC) #21
jam
http://codereview.chromium.org/10540094/diff/27009/content/browser/android/devtools_server.cc File content/browser/android/devtools_server.cc (right): http://codereview.chromium.org/10540094/diff/27009/content/browser/android/devtools_server.cc#newcode10 content/browser/android/devtools_server.cc:10: #include <string> nit: in header for this file, so ...
8 years, 5 months ago (2012-07-11 15:19:22 UTC) #22
jam
and just to be clear, there's C++ code in src/chrome that will include content/public/browser/android/devtools_server.h? I ...
8 years, 5 months ago (2012-07-11 15:20:41 UTC) #23
Philippe
I'm not sure this is what you meant John in your last reply, but we ...
8 years, 5 months ago (2012-07-11 15:48:05 UTC) #24
jam
On 2012/07/11 15:48:05, Philippe wrote: > I'm not sure this is what you meant John ...
8 years, 5 months ago (2012-07-11 16:05:54 UTC) #25
Philippe
On 2012/07/11 16:05:54, John Abd-El-Malek wrote: > On 2012/07/11 15:48:05, Philippe wrote: > > I'm ...
8 years, 5 months ago (2012-07-11 16:26:18 UTC) #26
jam
lgtm (I didn't see jrg's earlier message that code in src/chrome includes this)
8 years, 5 months ago (2012-07-11 16:29:51 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pliard@chromium.org/10540094/41010
8 years, 5 months ago (2012-07-11 17:16:59 UTC) #28
commit-bot: I haz the power
Failed to apply patch for content/content_browser.gypi: While running patch -p1 --forward --force; patching file content/content_browser.gypi ...
8 years, 5 months ago (2012-07-11 18:38:54 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pliard@chromium.org/10540094/37013
8 years, 5 months ago (2012-07-12 09:24:28 UTC) #30
commit-bot: I haz the power
8 years, 5 months ago (2012-07-12 10:56:59 UTC) #31
Change committed as 146313

Powered by Google App Engine
This is Rietveld 408576698