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

Issue 10532155: Upstream some more content/ DEPS-related cleanup. (Closed)

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

Description

Upstream some more content/ DEPS-related cleanup. This eliminates differences vs. downstream. CommandLine, TraceEvent -> content/common, since they are used from browser, renderer, app LibraryLoader.java -> content/app to match native Remove JNIHelper which has bitmap helper tools. It was misleadingly named and incorrectly included (nothing depends on it upstream). It yet needs to find its right place. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=142768

Patch Set 1 #

Total comments: 10

Patch Set 2 : address comments #

Total comments: 3

Patch Set 3 : remove JNIHelper/BitmapHolder #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -1323 lines) Patch
M base/android/jni_array.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M base/android/jni_array.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
M content/app/android/content_jni_registrar.cc View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M content/app/android/library_loader_hooks.cc View 1 1 chunk +1 line, -1 line 0 comments Download
D content/browser/android/command_line.h View 1 chunk +0 lines, -18 lines 0 comments Download
D content/browser/android/command_line.cc View 1 chunk +0 lines, -78 lines 0 comments Download
D content/browser/android/jni_helper.h View 1 chunk +0 lines, -92 lines 0 comments Download
D content/browser/android/jni_helper.cc View 1 chunk +0 lines, -158 lines 0 comments Download
D content/browser/android/trace_event_binding.h View 1 chunk +0 lines, -13 lines 0 comments Download
D content/browser/android/trace_event_binding.cc View 1 chunk +0 lines, -93 lines 0 comments Download
A + content/common/android/command_line.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/common/android/command_line.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
A + content/common/android/trace_event_binding.h View 1 chunk +3 lines, -3 lines 0 comments Download
A + content/common/android/trace_event_binding.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/content_browser.gypi View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M content/content_common.gypi View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/content_jni.gypi View 1 2 1 chunk +6 lines, -8 lines 0 comments Download
A + content/public/android/java/org/chromium/content/app/LibraryLoader.java View 1 chunk +4 lines, -1 line 0 comments Download
M content/public/android/java/org/chromium/content/app/SandboxedProcessService.java View 1 chunk +2 lines, -3 lines 0 comments Download
M content/public/android/java/org/chromium/content/browser/AndroidBrowserProcess.java View 1 chunk +1 line, -1 line 0 comments Download
D content/public/android/java/org/chromium/content/browser/CommandLine.java View 1 chunk +0 lines, -368 lines 0 comments Download
D content/public/android/java/org/chromium/content/browser/JNIHelper.java View 1 chunk +0 lines, -71 lines 0 comments Download
D content/public/android/java/org/chromium/content/browser/LibraryLoader.java View 1 chunk +0 lines, -239 lines 0 comments Download
M content/public/android/java/org/chromium/content/browser/SandboxedProcessConnection.java View 1 chunk +2 lines, -3 lines 0 comments Download
M content/public/android/java/org/chromium/content/browser/SandboxedProcessLauncher.java View 1 chunk +1 line, -1 line 0 comments Download
D content/public/android/java/org/chromium/content/browser/TraceEvent.java View 1 chunk +0 lines, -143 lines 0 comments Download
A + content/public/android/java/org/chromium/content/common/CommandLine.java View 2 chunks +3 lines, -3 lines 0 comments Download
A + content/public/android/java/org/chromium/content/common/TraceEvent.java View 2 chunks +1 line, -4 lines 0 comments Download
M content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java View 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/android/java/org/chromium/content_shell/ContentShellApplication.java View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
no sievers
8 years, 6 months ago (2012-06-15 01:10:53 UTC) #1
John Grabowski
Can you be more specific in your description? E.g. "Move files from content/browser to content/common ...
8 years, 6 months ago (2012-06-15 01:13:26 UTC) #2
Yaron
On 2012/06/15 01:13:26, John Grabowski wrote: > Can you be more specific in your description? ...
8 years, 6 months ago (2012-06-15 01:33:38 UTC) #3
Yaron
http://codereview.chromium.org/10532155/diff/1/content/app/android/content_jni_registrar.cc File content/app/android/content_jni_registrar.cc (right): http://codereview.chromium.org/10532155/diff/1/content/app/android/content_jni_registrar.cc#newcode31 content/app/android/content_jni_registrar.cc:31: { "BitmapHolder", RegisterBitmapHolder }, Nit: sort http://codereview.chromium.org/10532155/diff/1/content/app/android/library_loader_hooks.cc File content/app/android/library_loader_hooks.cc ...
8 years, 6 months ago (2012-06-15 17:40:35 UTC) #4
no sievers
http://codereview.chromium.org/10532155/diff/1/content/app/android/content_jni_registrar.cc File content/app/android/content_jni_registrar.cc (right): http://codereview.chromium.org/10532155/diff/1/content/app/android/content_jni_registrar.cc#newcode31 content/app/android/content_jni_registrar.cc:31: { "BitmapHolder", RegisterBitmapHolder }, On 2012/06/15 17:40:35, Yaron wrote: ...
8 years, 6 months ago (2012-06-15 20:34:40 UTC) #5
Yaron
lgtm
8 years, 6 months ago (2012-06-15 20:38:55 UTC) #6
Ted C
lgtm nothing particularly major http://codereview.chromium.org/10532155/diff/9001/content/content_browser.gypi File content/content_browser.gypi (right): http://codereview.chromium.org/10532155/diff/9001/content/content_browser.gypi#newcode33 content/content_browser.gypi:33: 'public/browser/android/bitmap_holder.h', Last I talked about ...
8 years, 6 months ago (2012-06-15 20:52:17 UTC) #7
no sievers
Adding jam for OWNERS
8 years, 6 months ago (2012-06-15 20:53:30 UTC) #8
jam
http://codereview.chromium.org/10532155/diff/9001/content/public/browser/android/bitmap_holder.h File content/public/browser/android/bitmap_holder.h (right): http://codereview.chromium.org/10532155/diff/9001/content/public/browser/android/bitmap_holder.h#newcode1 content/public/browser/android/bitmap_holder.h:1: // Copyright (c) 2012 The Chromium Authors. All rights ...
8 years, 6 months ago (2012-06-15 22:59:31 UTC) #9
no sievers
On 2012/06/15 22:59:31, John Abd-El-Malek wrote: > http://codereview.chromium.org/10532155/diff/9001/content/public/browser/android/bitmap_holder.h#newcode1 > content/public/browser/android/bitmap_holder.h:1: // Copyright (c) 2012 The ...
8 years, 6 months ago (2012-06-16 00:01:32 UTC) #10
no sievers
On 2012/06/16 00:01:32, Daniel Sievers wrote: > On 2012/06/15 22:59:31, John Abd-El-Malek wrote: > > ...
8 years, 6 months ago (2012-06-16 00:12:53 UTC) #11
no sievers
Ok removed for now... still need lgtm from jam for content/ changes.
8 years, 6 months ago (2012-06-16 00:37:32 UTC) #12
John Grabowski
base/android LGTM
8 years, 6 months ago (2012-06-16 00:44:41 UTC) #13
jam
lgtm
8 years, 6 months ago (2012-06-18 15:29:55 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sievers@chromium.org/10532155/6005
8 years, 6 months ago (2012-06-18 17:28:36 UTC) #15
commit-bot: I haz the power
8 years, 6 months ago (2012-06-18 18:48:57 UTC) #16
Change committed as 142768

Powered by Google App Engine
This is Rietveld 408576698