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

Issue 11633020: Re-enable about:flags on Android (Closed)

Created:
8 years ago by gone
Modified:
7 years, 11 months ago
Reviewers:
Nico, klobag.chromium, sky
CC:
chromium-reviews, arv (Not doing code reviews)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Re-enable about:flags on Android * Re-connects hooks to the about://flags page so that we can access it. * Adds a custom ApplicationLifetime::TerminateAndroid() for Android that hooks into Java-land to let the Activity know that the application must be restarted. * Exposes the enable-WebGL flag that Android uses but other platforms don't. * For Android, disables the disable-WebGL flag that the other platform uses. BUG=143146 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177088

Patch Set 1 #

Patch Set 2 : Updating #

Patch Set 3 : Update #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : Addressing comments #

Patch Set 8 : Forks off the layout #

Patch Set 9 : Updating #

Patch Set 10 : Unflattens CLs #

Total comments: 2

Patch Set 11 : Adding excluded files #

Total comments: 4

Patch Set 12 : Rebase #

Patch Set 13 : Rebase #

Patch Set 14 : Addressing nilesh's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -52 lines) Patch
A chrome/android/java/src/org/chromium/chrome/browser/ApplicationLifetime.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +39 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +17 lines, -1 line 0 comments Download
D chrome/browser/about_flags_android.cc View 1 1 chunk +0 lines, -19 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/browser_about_handler.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/lifetime/application_lifetime.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +17 lines, -4 lines 0 comments Download
A chrome/browser/lifetime/application_lifetime_android.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/lifetime/application_lifetime_android.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +46 lines, -0 lines 0 comments Download
M chrome/browser/prefs/browser_prefs.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +5 lines, -9 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +3 lines, -10 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
gone
Hey Grace, When you get a chance, can you give this a once over and ...
8 years ago (2012-12-20 00:56:07 UTC) #1
klobag.chromium
https://chromiumcodereview.appspot.com/11633020/diff/1016/chrome/browser/lifetime/application_lifetime.cc File chrome/browser/lifetime/application_lifetime.cc (right): https://chromiumcodereview.appspot.com/11633020/diff/1016/chrome/browser/lifetime/application_lifetime.cc#newcode239 chrome/browser/lifetime/application_lifetime.cc:239: #if !defined(OS_ANDROID) Should we share the save session / ...
8 years ago (2012-12-20 02:22:31 UTC) #2
gone
https://chromiumcodereview.appspot.com/11633020/diff/1016/chrome/browser/lifetime/application_lifetime.cc File chrome/browser/lifetime/application_lifetime.cc (right): https://chromiumcodereview.appspot.com/11633020/diff/1016/chrome/browser/lifetime/application_lifetime.cc#newcode239 chrome/browser/lifetime/application_lifetime.cc:239: #if !defined(OS_ANDROID) On 2012/12/20 02:22:31, klobag.chromium wrote: > Should ...
8 years ago (2012-12-21 19:19:00 UTC) #3
klobag.chromium
On 2012/12/21 19:19:00, dfalcantara wrote: > https://chromiumcodereview.appspot.com/11633020/diff/1016/chrome/browser/lifetime/application_lifetime.cc > File chrome/browser/lifetime/application_lifetime.cc (right): > > https://chromiumcodereview.appspot.com/11633020/diff/1016/chrome/browser/lifetime/application_lifetime.cc#newcode239 > ...
7 years, 11 months ago (2013-01-08 01:04:27 UTC) #4
gone
On 2013/01/08 01:04:27, klobag.chromium wrote: > What did you find out? Unfortunately didn't get to ...
7 years, 11 months ago (2013-01-08 01:07:45 UTC) #5
gone
On 2013/01/08 01:07:45, dfalcantara wrote: > On 2013/01/08 01:04:27, klobag.chromium wrote: > > What did ...
7 years, 11 months ago (2013-01-11 02:50:59 UTC) #6
klobag.chromium
lgtm
7 years, 11 months ago (2013-01-11 03:39:45 UTC) #7
gone
+thakis & sky Hey guys, Can you look this over when you've got a chance? ...
7 years, 11 months ago (2013-01-11 19:01:58 UTC) #8
Nico
I would've done the actual flag change in a different CL and just reenabled about:flags ...
7 years, 11 months ago (2013-01-12 00:16:55 UTC) #9
gone
On 2013/01/12 00:16:55, Nico wrote: > I would've done the actual flag change in a ...
7 years, 11 months ago (2013-01-12 00:46:54 UTC) #10
Nico
Sorry for the delay. Two things: 1. Please make sure that restarts through about:flags do ...
7 years, 11 months ago (2013-01-15 20:33:27 UTC) #11
gone
Thanks! https://chromiumcodereview.appspot.com/11633020/diff/30001/chrome/browser/lifetime/application_lifetime.cc File chrome/browser/lifetime/application_lifetime.cc (right): https://chromiumcodereview.appspot.com/11633020/diff/30001/chrome/browser/lifetime/application_lifetime.cc#newcode286 chrome/browser/lifetime/application_lifetime.cc:286: // Android doesn't use Browser. On 2013/01/15 20:33:27, ...
7 years, 11 months ago (2013-01-15 22:18:54 UTC) #12
gone
> Not yet. Shutting down anything on Android is already a strange thing to be ...
7 years, 11 months ago (2013-01-15 22:20:10 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dfalcantara@chromium.org/11633020/44015
7 years, 11 months ago (2013-01-15 22:45:42 UTC) #14
nilesh
LGTM for patch 14
7 years, 11 months ago (2013-01-16 00:54:21 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dfalcantara@chromium.org/11633020/57001
7 years, 11 months ago (2013-01-16 00:56:56 UTC) #16
commit-bot: I haz the power
Retried try job too often on win for step(s) compile
7 years, 11 months ago (2013-01-16 02:26:30 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dfalcantara@chromium.org/11633020/57001
7 years, 11 months ago (2013-01-16 02:48:00 UTC) #18
commit-bot: I haz the power
7 years, 11 months ago (2013-01-16 05:31:03 UTC) #19
Message was sent while issue was closed.
Change committed as 177088

Powered by Google App Engine
This is Rietveld 408576698