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

Issue 62833002: [Android] Add a low-end device mode override flag (Closed)

Created:
7 years, 1 month ago by jdduke (slow)
Modified:
7 years ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, erikwright+watch_chromium.org, jam, digit1, David Trainor- moved to gerrit
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[Android] Add a low-end device mode override flag The current low-end device optimizations are restricted to devices that meet certain memory and OS version criteria. Add a flag that overrides this detection, simplifying testing and allowing power users to take advantage of the optimizations. BUG=320747 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=237584

Patch Set 1 #

Patch Set 2 : Move CommandLine.java to base #

Patch Set 3 : Fix PhoneNumberDetectionTest #

Patch Set 4 : Working CommandLine query for SysUtils #

Patch Set 5 : Rebase #

Total comments: 10

Patch Set 6 : Code review #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -6 lines) Patch
M base/android/java/src/org/chromium/base/BaseSwitches.java View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M base/android/java/src/org/chromium/base/SysUtils.java View 1 2 3 4 5 2 chunks +22 lines, -6 lines 0 comments Download
M base/base_switches.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M base/base_switches.cc View 1 2 3 4 1 chunk +8 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 1 chunk +8 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
jdduke (slow)
bulach@: Does this look sensible? If so I'll send out for further OWNER review. Thanks.
7 years, 1 month ago (2013-11-06 19:24:43 UTC) #1
bulach
the idea looks reasonable, thanks! however david just changed it so it goes native => ...
7 years, 1 month ago (2013-11-07 16:18:03 UTC) #2
jdduke (slow)
On 2013/11/07 16:18:03, bulach wrote: > the idea looks reasonable, thanks! however david just changed ...
7 years, 1 month ago (2013-11-07 16:24:09 UTC) #3
jdduke (slow)
On 2013/11/07 16:24:09, jdduke wrote: > On 2013/11/07 16:18:03, bulach wrote: > > the idea ...
7 years, 1 month ago (2013-11-07 16:31:26 UTC) #4
jdduke (slow)
Per discussion with dtrainor@, rather than having an override setter on SysUtils for low-end device ...
7 years, 1 month ago (2013-11-07 22:57:19 UTC) #5
digit1
On 2013/11/07 22:57:19, jdduke wrote: > Per discussion with dtrainor@, rather than having an override ...
7 years, 1 month ago (2013-11-08 08:19:10 UTC) #6
David Trainor- moved to gerrit
On 2013/11/08 08:19:10, digit1 wrote: > On 2013/11/07 22:57:19, jdduke wrote: > > Per discussion ...
7 years, 1 month ago (2013-11-08 09:48:57 UTC) #7
David Trainor- moved to gerrit
On 2013/11/08 09:48:57, David Trainor wrote: > On 2013/11/08 08:19:10, digit1 wrote: > > On ...
7 years, 1 month ago (2013-11-08 09:49:56 UTC) #8
David Trainor- moved to gerrit
On 2013/11/08 09:48:57, David Trainor wrote: > On 2013/11/08 08:19:10, digit1 wrote: > > On ...
7 years, 1 month ago (2013-11-08 09:49:59 UTC) #9
digit1
On 2013/11/08 09:49:56, David Trainor wrote: > > I see your point. The only downside ...
7 years, 1 month ago (2013-11-08 10:38:17 UTC) #10
jdduke (slow)
On 2013/11/08 10:38:17, digit1 wrote: > On 2013/11/08 09:49:56, David Trainor wrote: > > > ...
7 years, 1 month ago (2013-11-08 15:48:55 UTC) #11
jdduke (slow)
digit1@: I've rebased to your changes, what do you think? If you're strongly against a ...
7 years, 1 month ago (2013-11-08 21:54:24 UTC) #12
jdduke (slow)
On 2013/11/08 21:54:24, jdduke wrote: > digit1@: I've rebased to your changes, what do you ...
7 years, 1 month ago (2013-11-12 19:59:52 UTC) #13
jdduke (slow)
bulach@: OK, rebased to the CommandLine move. What do you think?
7 years, 1 month ago (2013-11-20 16:11:00 UTC) #14
bulach
some nits and one question below: https://codereview.chromium.org/62833002/diff/320001/base/android/java/src/org/chromium/base/BaseSwitches.java File base/android/java/src/org/chromium/base/BaseSwitches.java (right): https://codereview.chromium.org/62833002/diff/320001/base/android/java/src/org/chromium/base/BaseSwitches.java#newcode19 base/android/java/src/org/chromium/base/BaseSwitches.java:19: public static final ...
7 years, 1 month ago (2013-11-20 16:31:11 UTC) #15
jdduke (slow)
PTAL for owner review. Thanks! jochen@: content/browser/renderer_host ajwong@: base/ https://codereview.chromium.org/62833002/diff/320001/base/android/java/src/org/chromium/base/BaseSwitches.java File base/android/java/src/org/chromium/base/BaseSwitches.java (right): https://codereview.chromium.org/62833002/diff/320001/base/android/java/src/org/chromium/base/BaseSwitches.java#newcode19 base/android/java/src/org/chromium/base/BaseSwitches.java:19: ...
7 years, 1 month ago (2013-11-20 18:16:33 UTC) #16
jdduke (slow)
Oops, forgot to actually add ajwong@. PTAL for owner review. Thanks! ajwong@: base/
7 years, 1 month ago (2013-11-20 18:17:17 UTC) #17
awong
base LGTM
7 years, 1 month ago (2013-11-21 00:06:18 UTC) #18
jochen (gone - plz use gerrit)
lgtm
7 years, 1 month ago (2013-11-21 13:15:02 UTC) #19
jdduke (slow)
bulach@: Is there anything else you'd like to see here? Thanks.
7 years, 1 month ago (2013-11-21 16:10:17 UTC) #20
bulach
lgtm, sorry about the delay!
7 years ago (2013-11-27 08:58:25 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/62833002/580001
7 years ago (2013-11-27 14:53:38 UTC) #22
commit-bot: I haz the power
7 years ago (2013-11-27 16:40:55 UTC) #23
Message was sent while issue was closed.
Change committed as 237584

Powered by Google App Engine
This is Rietveld 408576698