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

Issue 10823214: Add a chrome://nacl page to show if NaCl is enabled and if PNaCl is installed. (Closed)

Created:
8 years, 4 months ago by jvoung (off chromium)
Modified:
8 years, 4 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Add a chrome://nacl page to show if NaCl is enabled and if PNaCl is installed. How it looks with pnacl enabled: http://www.corp.google.com/~jvoung/with-pnacl.png and without pnacl enabled: http://www.corp.google.com/~jvoung/without-pnacl.png BUG=114444 BUG= http://code.google.com/p/nativeclient/issues/detail?id=2813 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151739

Patch Set 1 #

Patch Set 2 : remove unnecessary stuff #

Patch Set 3 : fit on line #

Patch Set 4 : simplify #

Total comments: 6

Patch Set 5 : make list alloc more apparent #

Total comments: 4

Patch Set 6 : rebase #

Patch Set 7 : handle disable_nacl=1 #

Total comments: 36

Patch Set 8 : fixes #

Patch Set 9 : typo #

Total comments: 18

Patch Set 10 : review, copyright, etc. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+407 lines, -0 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/browser_about_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/resources/about_nacl.css View 1 2 3 4 5 6 7 8 9 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/resources/about_nacl.html View 1 2 3 4 5 6 7 8 9 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/browser/resources/about_nacl.js View 1 2 3 4 5 6 7 8 9 1 chunk +42 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 3 4 5 6 2 chunks +7 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/nacl_ui.h View 1 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/nacl_ui.cc View 1 2 3 4 5 6 7 8 9 1 chunk +280 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
jvoung (off chromium)
robertm and sehr -- would something like this make sense?
8 years, 4 months ago (2012-08-07 21:43:30 UTC) #1
robertm
On 2012/08/07 21:43:30, jvoung (chromium) wrote: > robertm and sehr -- would something like this ...
8 years, 4 months ago (2012-08-07 22:13:22 UTC) #2
jvoung - send to chromium...
On 2012/08/07 22:13:22, robertm wrote: > On 2012/08/07 21:43:30, jvoung (chromium) wrote: > > robertm ...
8 years, 4 months ago (2012-08-07 23:13:49 UTC) #3
jvoung - send to chromium...
On 2012/08/07 23:13:49, jvoung wrote: > On 2012/08/07 22:13:22, robertm wrote: > > On 2012/08/07 ...
8 years, 4 months ago (2012-08-07 23:52:06 UTC) #4
Robert Muth (chromium)
http://codereview.chromium.org/10823214/diff/3002/chrome/browser/resources/about_nacl.html File chrome/browser/resources/about_nacl.html (right): http://codereview.chromium.org/10823214/diff/3002/chrome/browser/resources/about_nacl.html#newcode17 chrome/browser/resources/about_nacl.html:17: <div id="header"><h1 i18n-content="naclLongTitle">ABOUT_NACL</h1></div> if we ever want to merge ...
8 years, 4 months ago (2012-08-08 17:57:58 UTC) #5
jvoung - send to chromium...
http://codereview.chromium.org/10823214/diff/3002/chrome/browser/resources/about_nacl.html File chrome/browser/resources/about_nacl.html (right): http://codereview.chromium.org/10823214/diff/3002/chrome/browser/resources/about_nacl.html#newcode17 chrome/browser/resources/about_nacl.html:17: <div id="header"><h1 i18n-content="naclLongTitle">ABOUT_NACL</h1></div> On 2012/08/08 17:57:58, Robert Muth (chromium) ...
8 years, 4 months ago (2012-08-08 19:03:11 UTC) #6
robertm
LGTM http://codereview.chromium.org/10823214/diff/7002/chrome/browser/ui/webui/nacl_ui.cc File chrome/browser/ui/webui/nacl_ui.cc (right): http://codereview.chromium.org/10823214/diff/7002/chrome/browser/ui/webui/nacl_ui.cc#newcode127 chrome/browser/ui/webui/nacl_ui.cc:127: void AddPair(ListValue* list, const string16& key, const std::string& ...
8 years, 4 months ago (2012-08-09 14:59:38 UTC) #7
jvoung (off chromium)
+jhawkins for OWNERS review http://codereview.chromium.org/10823214/diff/7002/chrome/browser/ui/webui/nacl_ui.cc File chrome/browser/ui/webui/nacl_ui.cc (right): http://codereview.chromium.org/10823214/diff/7002/chrome/browser/ui/webui/nacl_ui.cc#newcode127 chrome/browser/ui/webui/nacl_ui.cc:127: void AddPair(ListValue* list, const string16& ...
8 years, 4 months ago (2012-08-09 17:00:22 UTC) #8
jvoung (off chromium)
8 years, 4 months ago (2012-08-09 17:00:44 UTC) #9
James Hawkins
http://codereview.chromium.org/10823214/diff/7003/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/10823214/diff/7003/chrome/app/generated_resources.grd#newcode6329 chrome/app/generated_resources.grd:6329: + Loading... nit: Indentation is off by two spaces, ...
8 years, 4 months ago (2012-08-09 17:16:55 UTC) #10
jvoung (off chromium)
Thanks for the review -- new patches uploaded. http://codereview.chromium.org/10823214/diff/7003/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/10823214/diff/7003/chrome/app/generated_resources.grd#newcode6329 chrome/app/generated_resources.grd:6329: + ...
8 years, 4 months ago (2012-08-09 20:03:34 UTC) #11
James Hawkins
http://codereview.chromium.org/10823214/diff/6004/chrome/browser/resources/about_nacl.css File chrome/browser/resources/about_nacl.css (right): http://codereview.chromium.org/10823214/diff/6004/chrome/browser/resources/about_nacl.css#newcode2 chrome/browser/resources/about_nacl.css:2: float: left; Do we care about RTL, or is ...
8 years, 4 months ago (2012-08-11 19:21:07 UTC) #12
James Hawkins
http://codereview.chromium.org/10823214/diff/7003/chrome/browser/resources/about_nacl.js File chrome/browser/resources/about_nacl.js (right): http://codereview.chromium.org/10823214/diff/7003/chrome/browser/resources/about_nacl.js#newcode2 chrome/browser/resources/about_nacl.js:2: * Takes the |moduleListData| input argument which represents data ...
8 years, 4 months ago (2012-08-11 19:24:28 UTC) #13
jvoung (off chromium)
http://codereview.chromium.org/10823214/diff/7003/chrome/browser/ui/webui/nacl_ui.cc File chrome/browser/ui/webui/nacl_ui.cc (right): http://codereview.chromium.org/10823214/diff/7003/chrome/browser/ui/webui/nacl_ui.cc#newcode122 chrome/browser/ui/webui/nacl_ui.cc:122: results->SetString("key", key); On 2012/08/11 19:24:28, James Hawkins wrote: > ...
8 years, 4 months ago (2012-08-13 22:15:43 UTC) #14
James Hawkins
lgtm
8 years, 4 months ago (2012-08-15 17:56:59 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jvoung@chromium.org/10823214/5019
8 years, 4 months ago (2012-08-15 18:06:31 UTC) #16
commit-bot: I haz the power
8 years, 4 months ago (2012-08-15 20:44:30 UTC) #17
Change committed as 151739

Powered by Google App Engine
This is Rietveld 408576698