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

Issue 7518032: Android's paths and message loop implementation with JNI (Closed)

Created:
9 years, 4 months ago by michaelbai
Modified:
9 years, 1 month ago
Reviewers:
brettw, M-A Ruel
CC:
brettw-cc_chromium.org
Visibility:
Public.

Description

Android's paths and message loop implementation with JNI BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95085

Patch Set 1 #

Patch Set 2 : Add dependence #

Total comments: 2

Patch Set 3 : Fix dependence again. #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+598 lines, -21 lines) Patch
M base/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A base/android/jni_android.h View 1 chunk +45 lines, -0 lines 2 comments Download
A base/android/jni_android.cc View 1 chunk +69 lines, -0 lines 1 comment Download
A base/android/jni_array.h View 1 chunk +25 lines, -0 lines 0 comments Download
A base/android/jni_array.cc View 1 chunk +52 lines, -0 lines 1 comment Download
A base/android/jni_string.h View 1 chunk +31 lines, -0 lines 1 comment Download
A base/android/jni_string.cc View 1 chunk +44 lines, -0 lines 1 comment Download
A base/android/path_utils.h View 1 chunk +29 lines, -0 lines 0 comments Download
A base/android/path_utils.cc View 1 chunk +39 lines, -0 lines 1 comment Download
M base/base_paths.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/base_paths_android.cc View 3 chunks +16 lines, -12 lines 0 comments Download
M base/message_loop.h View 4 chunks +20 lines, -2 lines 1 comment Download
M base/message_loop.cc View 9 chunks +30 lines, -7 lines 0 comments Download
A base/message_pump_android.h View 1 chunk +38 lines, -0 lines 0 comments Download
A base/message_pump_android.cc View 1 chunk +147 lines, -0 lines 0 comments Download
M base/threading/platform_thread_posix.cc View 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
michaelbai
This is upstream, please help to review it
9 years, 4 months ago (2011-08-01 19:29:37 UTC) #1
brettw
LGTM http://codereview.chromium.org/7518032/diff/17/base/android/jni_android.h File base/android/jni_android.h (right): http://codereview.chromium.org/7518032/diff/17/base/android/jni_android.h#newcode30 base/android/jni_android.h:30: jobject GetApplicationContext(); Can you add a comment for ...
9 years, 4 months ago (2011-08-01 21:43:54 UTC) #2
M-A Ruel
While reviewing http://codereview.chromium.org/8509019/, I saw a few issues and Steve pointed me to this review. ...
9 years, 1 month ago (2011-11-11 13:09:07 UTC) #3
M-A Ruel
9 years, 1 month ago (2011-11-11 13:12:42 UTC) #4
http://codereview.chromium.org/7518032/diff/5001/base/android/jni_android.h
File base/android/jni_android.h (right):

http://codereview.chromium.org/7518032/diff/5001/base/android/jni_android.h#n...
base/android/jni_android.h:36: const char* const method,
Making the pointer itself const for function parameters is frown upon in
Chromium coding style. It just add 5 dead characters with no information. Please
remove.

Powered by Google App Engine
This is Rietveld 408576698