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

Issue 59673007: Android: moves content/ to use long for JNI. (Closed)

Created:
7 years, 1 month ago by bulach
Modified:
7 years, 1 month ago
Reviewers:
Avi (use Gerrit), Yaron
CC:
chromium-reviews, timvolodine, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, jam, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, Michael van Ouwerkerk, jochen+watch_chromium.org
Visibility:
Public.

Description

Android: moves content/ to use long for JNI. BUG=317523 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235815

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -213 lines) Patch
M content/browser/accessibility/browser_accessibility_manager_android.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/android/child_process_launcher_android.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/android/content_settings.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/android/content_video_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/content_view_core_impl.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M content/browser/android/content_view_render_view.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/android/interstitial_page_delegate_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/android/tracing_controller_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/android/web_contents_observer_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/device_orientation/data_fetcher_impl_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/speech/speech_recognizer_impl_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/content_jni.gypi View 1 chunk +2 lines, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ChildProcessLauncher.java View 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentSettings.java View 3 chunks +4 lines, -4 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java View 4 chunks +15 lines, -14 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentView.java View 4 chunks +4 lines, -4 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 7 chunks +82 lines, -81 lines 3 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java View 2 chunks +10 lines, -10 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/DeviceMotionAndOrientation.java View 4 chunks +7 lines, -7 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/GenericTouchGesture.java View 3 chunks +4 lines, -4 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/InterstitialPageDelegateAndroid.java View 3 chunks +5 lines, -5 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/JellyBeanContentView.java View 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/SpeechRecognition.java View 4 chunks +10 lines, -10 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/TracingControllerAndroid.java View 1 chunk +5 lines, -5 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/WebContentsObserverAndroid.java View 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java View 4 chunks +10 lines, -10 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/accessibility/JellyBeanBrowserAccessibilityManager.java View 1 chunk +1 line, -1 line 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/DateTimeChooserAndroid.java View 3 chunks +5 lines, -5 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java View 5 chunks +20 lines, -20 lines 0 comments Download
M content/shell/android/java/src/org/chromium/content_shell/Shell.java View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/shell_android.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
bulach
avi: content/browser/accessibility/browser_accessibility_manager_android.cc content/browser/speech/speech_recognizer_impl_android.cc content/shell/android/java/src/org/chromium/content_shell/Shell.java content/shell/browser/shell_android.cc yfriedman: everything else :) thanks!! https://codereview.chromium.org/59673007/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java File content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java (right): https://codereview.chromium.org/59673007/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java#newcode937 ...
7 years, 1 month ago (2013-11-18 16:26:41 UTC) #1
Avi (use Gerrit)
LGTM Have fun and best of luck.
7 years, 1 month ago (2013-11-18 16:41:46 UTC) #2
Yaron
rs lgtm. not sure how to review. I assume you've mostly scripted this? https://codereview.chromium.org/59673007/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java File ...
7 years, 1 month ago (2013-11-18 17:18:49 UTC) #3
bulach
thanks yaron, avi! yeah, mostly scripted and validated by bots.. next one is chrome/ and ...
7 years, 1 month ago (2013-11-18 17:38:02 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bulach@chromium.org/59673007/1
7 years, 1 month ago (2013-11-18 17:40:09 UTC) #5
commit-bot: I haz the power
7 years, 1 month ago (2013-11-18 21:00:24 UTC) #6
Message was sent while issue was closed.
Change committed as 235815

Powered by Google App Engine
This is Rietveld 408576698