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

Issue 19079002: Enable pnacl by default (Closed)

Created:
7 years, 5 months ago by sehr
Modified:
7 years, 5 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com, Nico
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 20

Patch Set 2 : Update with code review feedback. #

Total comments: 10

Patch Set 3 : More code review fixes. #

Total comments: 6

Patch Set 4 : more --enable-pnacl occurrences and code review fixes #

Total comments: 6

Patch Set 5 : Jan's code review fixes #

Total comments: 6

Patch Set 6 : Separate UI refactoring to another CL. #

Patch Set 7 : IOS flag name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -63 lines) Patch
M build/ios/grit_whitelist.txt View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/nacl_ui.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_content_client.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/renderer/pepper/ppb_nacl_private_impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest.cc View 2 chunks +9 lines, -4 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest_uma.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/nacl/nacl_browsertest_util.h View 1 2 3 3 chunks +16 lines, -3 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest_util.cc View 1 2 3 5 chunks +45 lines, -12 lines 0 comments Download
M chrome/test/ppapi/ppapi_test.cc View 1 2 3 4 5 2 chunks +2 lines, -4 lines 0 comments Download
M native_client_sdk/src/build_tools/test_projects.py View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M native_client_sdk/src/tools/common.mk View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ppapi/native_client/chrome_main.scons View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin_error.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/service_runtime.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
sehr
PTAL.
7 years, 5 months ago (2013-07-12 00:13:39 UTC) #1
dmichael (off chromium)
Per https://groups.google.com/a/chromium.org/forum/#!msg/chromium-dev/HN2e4sGbVus/6R0Elic_WFEJ ... I haven't seen a PSA on chromium-dev for PNaCl yet. It would ...
7 years, 5 months ago (2013-07-12 16:43:46 UTC) #2
Mark Seaborn
https://codereview.chromium.org/19079002/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/19079002/diff/1/chrome/app/generated_resources.grd#newcode6326 chrome/app/generated_resources.grd:6326: + <message name="IDS_FLAGS_DISABLE_PNACL_DESCRIPTION" desc="Description of the 'Enable Portable Native ...
7 years, 5 months ago (2013-07-18 01:25:52 UTC) #3
jvoung (off chromium)
https://codereview.chromium.org/19079002/diff/1/chrome/browser/ui/webui/nacl_ui.cc File chrome/browser/ui/webui/nacl_ui.cc (right): https://codereview.chromium.org/19079002/diff/1/chrome/browser/ui/webui/nacl_ui.cc#newcode341 chrome/browser/ui/webui/nacl_ui.cc:341: ListFlagStatus(list.get(), "Flag '--disable-pnacl'", switches::kDisablePnacl); Might be more readable if ...
7 years, 5 months ago (2013-07-18 17:00:59 UTC) #4
sehr
Thanks for the reviews. New version uploaded. PTAL. https://codereview.chromium.org/19079002/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/19079002/diff/1/chrome/app/generated_resources.grd#newcode6326 chrome/app/generated_resources.grd:6326: + ...
7 years, 5 months ago (2013-07-22 23:06:50 UTC) #5
sehr
James, I am requesting an owners review for chrome/browser/ui/webui/nacl_ui.cc chrome/common/chrome_content_client.cc chrome/renderer/chrome_content_renderer_client.cc Thanks in advance.
7 years, 5 months ago (2013-07-22 23:08:08 UTC) #6
Mark Seaborn
https://codereview.chromium.org/19079002/diff/13001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/19079002/diff/13001/chrome/app/generated_resources.grd#newcode6329 chrome/app/generated_resources.grd:6329: + <message name="IDS_FLAGS_DISABLE_PNACL_DESCRIPTION" desc="Description of the 'Enable Portable Native ...
7 years, 5 months ago (2013-07-22 23:28:10 UTC) #7
sehr
I've decided to continue with the UI cleanups at the same time. PTAL. https://codereview.chromium.org/19079002/diff/13001/chrome/app/generated_resources.grd File ...
7 years, 5 months ago (2013-07-23 22:03:26 UTC) #8
jvoung (off chromium)
Also have to change native_client_sdk, I think. $ git grep "enable-pnacl" native_client_sdk/ native_client_sdk/src/build_tools/test_projects.py: args.extend(['--browser_flag', '--enable-pnacl']) ...
7 years, 5 months ago (2013-07-23 23:16:00 UTC) #9
sehr
Thanks, Jan. PTAL. https://codereview.chromium.org/19079002/diff/35001/chrome/test/nacl/nacl_browsertest_util.cc File chrome/test/nacl/nacl_browsertest_util.cc (right): https://codereview.chromium.org/19079002/diff/35001/chrome/test/nacl/nacl_browsertest_util.cc#newcode307 chrome/test/nacl/nacl_browsertest_util.cc:307: void NaClBrowserTestPnacl::SetUpCommandLine(CommandLine* command_line) { On 2013/07/23 ...
7 years, 5 months ago (2013-07-24 00:39:14 UTC) #10
jvoung (off chromium)
A couple more things, otherwise the code LGTM https://codereview.chromium.org/19079002/diff/42001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/19079002/diff/42001/chrome/app/generated_resources.grd#newcode6329 chrome/app/generated_resources.grd:6329: + ...
7 years, 5 months ago (2013-07-24 15:46:58 UTC) #11
sehr
One more time, and I'm running trybots now. The PSA is going out shortly also. ...
7 years, 5 months ago (2013-07-24 16:57:01 UTC) #12
jvoung (off chromium)
https://codereview.chromium.org/19079002/diff/54001/build/ios/grit_whitelist.txt File build/ios/grit_whitelist.txt (right): https://codereview.chromium.org/19079002/diff/54001/build/ios/grit_whitelist.txt#newcode478 build/ios/grit_whitelist.txt:478: IDS_FLAGS_DISABLE_PNACL_DESCRIPTION Doesn't these need to be changed too?
7 years, 5 months ago (2013-07-24 17:32:09 UTC) #13
James Hawkins
https://codereview.chromium.org/19079002/diff/54001/chrome/browser/ui/webui/nacl_ui.cc File chrome/browser/ui/webui/nacl_ui.cc (right): https://codereview.chromium.org/19079002/diff/54001/chrome/browser/ui/webui/nacl_ui.cc#newcode235 chrome/browser/ui/webui/nacl_ui.cc:235: void NaClDomHandler::PopulatePageInformation(DictionaryValue* naclInfo) { This method is now 122 ...
7 years, 5 months ago (2013-07-24 18:27:22 UTC) #14
sehr
I am backing off the change to refactor the about://nacl page for now. PTAL. https://codereview.chromium.org/19079002/diff/54001/build/ios/grit_whitelist.txt ...
7 years, 5 months ago (2013-07-24 22:30:52 UTC) #15
sehr
+binji, for native_client_sdk changes. PTAL.
7 years, 5 months ago (2013-07-24 22:32:52 UTC) #16
binji
native_client_sdk lgtm
7 years, 5 months ago (2013-07-24 23:36:58 UTC) #17
sehr
On 2013/07/24 23:36:58, binji wrote: > native_client_sdk lgtm jhawkins, dmichael, I'm still looking for OWNERs ...
7 years, 5 months ago (2013-07-25 23:38:22 UTC) #18
dmichael (off chromium)
content/renderer/pepper and ppapi OWNERS lgtm
7 years, 5 months ago (2013-07-26 22:06:03 UTC) #19
sehr
Nico, I need an owner to approve this CL. Your review is humbly requested. David
7 years, 5 months ago (2013-07-26 22:49:15 UTC) #20
Nico
This should probably be approved by a top-level owner :-) +ben/darin
7 years, 5 months ago (2013-07-26 22:52:44 UTC) #21
darin (slow to review)
LGTM This seems like a hefty patch for flipping this switch, but it all seems ...
7 years, 5 months ago (2013-07-26 23:03:24 UTC) #22
Mark Seaborn
LGTM for chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html
7 years, 5 months ago (2013-07-26 23:10:39 UTC) #23
sehr
7 years, 5 months ago (2013-07-26 23:19:27 UTC) #24
Message was sent while issue was closed.
Committed patchset #7 manually as r213999 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698