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

Issue 10957027: Add Application version and OS info in android about version page. (Closed)

Created:
8 years, 3 months ago by nilesh
Modified:
8 years, 3 months ago
Reviewers:
SteveT, Yaron, sky, gone, Evan Stade
CC:
chromium-reviews, arv (Not doing code reviews), newt (away), SteveT
Visibility:
Public.

Description

Add method to get os info for android chrome:://version page. BUG=140042 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158162

Patch Set 1 #

Total comments: 4

Patch Set 2 : Removed about_ui.cc and html changes #

Total comments: 3

Patch Set 3 : Address comments #

Patch Set 4 : Adding the class back. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -0 lines) Patch
A chrome/browser/ui/android/android_about_app_info.h View 2 3 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/android_about_app_info.cc View 2 3 1 chunk +44 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
nilesh
8 years, 3 months ago (2012-09-20 23:47:50 UTC) #1
nilesh
AndroidAboutAppInfo is also used to show os info in the java app (in settings). Yaron: ...
8 years, 3 months ago (2012-09-20 23:53:58 UTC) #2
gone
On 2012/09/20 23:47:50, nileshagrawal1 wrote: LGTM
8 years, 3 months ago (2012-09-20 23:54:53 UTC) #3
Yaron
lgtm When you cherry-pick, please promote the frozen file in chrome/browser/resources to a higher level ...
8 years, 3 months ago (2012-09-21 00:51:57 UTC) #4
Evan Stade
https://chromiumcodereview.appspot.com/10957027/diff/1/chrome/browser/resources/about_version.html File chrome/browser/resources/about_version.html (right): https://chromiumcodereview.appspot.com/10957027/diff/1/chrome/browser/resources/about_version.html#newcode36 chrome/browser/resources/about_version.html:36: <if expr="pp_ifdef('android')"> I don't get why you're making these ...
8 years, 3 months ago (2012-09-21 12:43:47 UTC) #5
Evan Stade
forgot this part... +stevet you'll want to coordinate with http://codereview.chromium.org/10916182/
8 years, 3 months ago (2012-09-21 12:44:02 UTC) #6
SteveT
So I was tasked with refactoring about:version out of about_ui... Shall we race, or are ...
8 years, 3 months ago (2012-09-21 12:53:47 UTC) #7
nilesh
Thanks for the heads up. I will wait for Steve's CL to land and remove ...
8 years, 3 months ago (2012-09-21 16:53:37 UTC) #8
SteveT
Nilesh - thanks for the patience! I'll try to get this in ASAP. Just waiting ...
8 years, 3 months ago (2012-09-21 17:06:25 UTC) #9
nilesh
http://codereview.chromium.org/10957027/diff/1/chrome/browser/resources/about_version.html File chrome/browser/resources/about_version.html (right): http://codereview.chromium.org/10957027/diff/1/chrome/browser/resources/about_version.html#newcode36 chrome/browser/resources/about_version.html:36: <if expr="pp_ifdef('android')"> Google Chrome: 22.0.1229.64 (Official Build 157476) beta ...
8 years, 3 months ago (2012-09-21 17:08:28 UTC) #10
nilesh
Scott: For chrome/OWNERS
8 years, 3 months ago (2012-09-21 18:16:30 UTC) #11
nilesh
Scott, I need chrome/OWNERS approval for this.
8 years, 3 months ago (2012-09-21 22:08:46 UTC) #12
sky
http://codereview.chromium.org/10957027/diff/13001/chrome/chrome_browser_ui.gypi File chrome/chrome_browser_ui.gypi (right): http://codereview.chromium.org/10957027/diff/13001/chrome/chrome_browser_ui.gypi#newcode2309 chrome/chrome_browser_ui.gypi:2309: 'browser/ui/android/android_about_app_info.cc', Move these to 'sources' above.
8 years, 3 months ago (2012-09-21 23:20:25 UTC) #13
nilesh
http://codereview.chromium.org/10957027/diff/13001/chrome/chrome_browser_ui.gypi File chrome/chrome_browser_ui.gypi (right): http://codereview.chromium.org/10957027/diff/13001/chrome/chrome_browser_ui.gypi#newcode2309 chrome/chrome_browser_ui.gypi:2309: 'browser/ui/android/android_about_app_info.cc', On 2012/09/21 23:20:26, sky wrote: > Move these ...
8 years, 3 months ago (2012-09-21 23:25:16 UTC) #14
nilesh
Sorry got it, the /android/ rule will take care of it.
8 years, 3 months ago (2012-09-21 23:26:08 UTC) #15
nilesh
PTAL. Updated description too. http://codereview.chromium.org/10957027/diff/13001/chrome/chrome_browser_ui.gypi File chrome/chrome_browser_ui.gypi (right): http://codereview.chromium.org/10957027/diff/13001/chrome/chrome_browser_ui.gypi#newcode2309 chrome/chrome_browser_ui.gypi:2309: 'browser/ui/android/android_about_app_info.cc', Done.
8 years, 3 months ago (2012-09-21 23:34:43 UTC) #16
sky
LGTM
8 years, 3 months ago (2012-09-21 23:37:08 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/10957027/12003
8 years, 3 months ago (2012-09-21 23:47:48 UTC) #18
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 3 months ago (2012-09-22 00:09:01 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nileshagrawal@chromium.org/10957027/6006
8 years, 3 months ago (2012-09-22 00:53:30 UTC) #20
commit-bot: I haz the power
8 years, 3 months ago (2012-09-22 02:57:44 UTC) #21
Change committed as 158162

Powered by Google App Engine
This is Rietveld 408576698