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

Issue 11577016: Generate PageTransitionTypes.java for Android (Closed)

Created:
8 years ago by boliu
Modified:
8 years ago
Reviewers:
joth, Yaron, jam, digit1
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, android-webview-reviews_chromium.org
Visibility:
Public.

Description

Generate PageTransitionTypes.java for Android BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173372

Patch Set 1 #

Total comments: 7

Patch Set 2 : Deprecate instead of remove old constants. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -133 lines) Patch
M android_webview/Android.mk View 1 1 chunk +3 lines, -1 line 0 comments Download
M android_webview/all_webview.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/content.gyp View 2 chunks +13 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentView.java View 1 1 chunk +9 lines, -3 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java View 1 1 chunk +7 lines, -2 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java View 1 3 chunks +3 lines, -3 lines 0 comments Download
A content/public/android/java/src/org/chromium/content/browser/PageTransitionTypes.template View 1 chunk +12 lines, -0 lines 0 comments Download
M content/public/common/page_transition_types.h View 1 chunk +5 lines, -122 lines 0 comments Download
A content/public/common/page_transition_types_list.h View 1 chunk +130 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
boliu
First pass from android reviewers for now
8 years ago (2012-12-14 02:54:03 UTC) #1
joth
nice! https://codereview.chromium.org/11577016/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentView.java File content/public/android/java/src/org/chromium/content/browser/ContentView.java (left): https://codereview.chromium.org/11577016/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentView.java#oldcode43 content/public/android/java/src/org/chromium/content/browser/ContentView.java:43: public static final int PAGE_TRANSITION_GENERATED = 5; oh ...
8 years ago (2012-12-14 03:22:18 UTC) #2
Yaron
lgtm when joth is happy https://codereview.chromium.org/11577016/diff/1/android_webview/Android.mk File android_webview/Android.mk (right): https://codereview.chromium.org/11577016/diff/1/android_webview/Android.mk#newcode40 android_webview/Android.mk:40: # Generated by net.gyp:net_errors_java ...
8 years ago (2012-12-14 03:34:21 UTC) #3
Yaron
It's also pretty sad that these were defined in both ContentView and ContentViewCore
8 years ago (2012-12-14 03:35:41 UTC) #4
boliu
+jam for rest of content https://codereview.chromium.org/11577016/diff/1/android_webview/Android.mk File android_webview/Android.mk (right): https://codereview.chromium.org/11577016/diff/1/android_webview/Android.mk#newcode40 android_webview/Android.mk:40: # Generated by net.gyp:net_errors_java ...
8 years ago (2012-12-14 05:57:36 UTC) #5
jam
lgtm I find this hard to read because we lose grepping, but there's already precedent ...
8 years ago (2012-12-14 21:06:23 UTC) #6
joth
lgtm
8 years ago (2012-12-14 22:38:48 UTC) #7
joth
On 2012/12/14 21:06:23, John Abd-El-Malek wrote: > lgtm > > I find this hard to ...
8 years ago (2012-12-14 22:39:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/boliu@chromium.org/11577016/4002
8 years ago (2012-12-14 22:51:59 UTC) #9
commit-bot: I haz the power
Presubmit check for 11577016-4002 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-12-14 22:52:19 UTC) #10
boliu
8 years ago (2012-12-14 23:12:39 UTC) #11
Not sure how to turn line length off for that file (also not entirely trivial to
fix). Going to wait for all the trybots go green and dcommit.

Powered by Google App Engine
This is Rietveld 408576698