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

Issue 9466024: Fixes JNI Bindings & startup perf. (Closed)

Created:
8 years, 10 months ago by bulach
Modified:
8 years, 9 months ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Fixes JNI Bindings & startup perf. This patch follows digit's suggestions: - Removes ScopedJavaObject for jclasses. - Uses const char kFoo[] rather than pointers. BUG= TEST=base/android/jni_generator/jni_generator_tests.py Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124413

Patch Set 1 #

Total comments: 6

Patch Set 2 : Remove static for anon namespaced strings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -181 lines) Patch
M base/android/jni_generator/golden_sample_for_tests_jni.h View 1 11 chunks +44 lines, -42 lines 0 comments Download
M base/android/jni_generator/jni_generator.py View 1 7 chunks +13 lines, -14 lines 0 comments Download
M base/android/jni_generator/jni_generator_tests.py View 1 40 chunks +131 lines, -125 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
bulach
mark: a few updates for the jni generator.. fyi, joth and pliard have reviewed downstream ...
8 years, 10 months ago (2012-02-28 10:59:50 UTC) #1
joth
lgtm
8 years, 9 months ago (2012-02-28 11:37:25 UTC) #2
Philippe
On 2012/02/28 11:37:25, joth wrote: > lgtm LGTM.
8 years, 9 months ago (2012-02-28 12:01:46 UTC) #3
Mark Mentovai
http://codereview.chromium.org/9466024/diff/1/base/android/jni_generator/golden_sample_for_tests_jni.h File base/android/jni_generator/golden_sample_for_tests_jni.h (right): http://codereview.chromium.org/9466024/diff/1/base/android/jni_generator/golden_sample_for_tests_jni.h#newcode25 base/android/jni_generator/golden_sample_for_tests_jni.h:25: static const char kInnerClassClassPath[] = Drop the “static,” which ...
8 years, 9 months ago (2012-02-28 14:44:29 UTC) #4
Mark Mentovai
(LGTM with the two “static” changes, if needed.)
8 years, 9 months ago (2012-02-28 14:44:50 UTC) #5
bulach
thanks again for the super quick review mark! "static" removed and one clarification below, please ...
8 years, 9 months ago (2012-02-28 15:11:36 UTC) #6
Mark Mentovai
LGTM
8 years, 9 months ago (2012-02-28 15:14:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bulach@chromium.org/9466024/4003
8 years, 9 months ago (2012-03-01 13:48:28 UTC) #8
commit-bot: I haz the power
8 years, 9 months ago (2012-03-01 15:51:52 UTC) #9
Change committed as 124413

Powered by Google App Engine
This is Rietveld 408576698