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

Issue 392023002: Remove disable-pnacl flag. (Closed)

Created:
6 years, 5 months ago by teravest
Modified:
6 years, 5 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com
Project:
chromium
Visibility:
Public.

Description

Remove disable-pnacl flag. This was used as part of the PNaCl rollout but is no longer necessary. I came across this while investigating what code in chrome needs to be updated once the file for the trusted plugin library is gone. Usage statistics say that this flag has been used 1850 times in the past 7 days by 197 users. TBR=ncbray BUG=354867 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284997

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 8

Patch Set 3 : fixes for jvoung #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -94 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/nacl_ui.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/common/chrome_content_client.cc View 1 2 chunks +4 lines, -9 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html View 1 2 3 4 5 1 chunk +1 line, -6 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest_util.h View 1 2 3 4 2 chunks +0 lines, -15 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest_util.cc View 1 2 3 5 chunks +0 lines, -36 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 1 chunk +1 line, -0 lines 1 comment Download

Messages

Total messages: 22 (0 generated)
teravest
6 years, 5 months ago (2014-07-15 21:21:55 UTC) #1
jvoung (off chromium)
There's also: chrome/browser/component_updater/pnacl/pnacl_component_installer.cc: updates_disabled_ = command_line.HasSwitch(switches::kDisablePnaclInstall); nacl_browsertest.cc: IN_PROC_BROWSER_TEST_F(NaClBrowserTestPnaclDisabled, PnaclMimeType) { RunLoadTest(FILE_PATH_LITERAL("pnacl_mime_type.html")); } https://codereview.chromium.org/392023002/diff/1/chrome/common/chrome_content_client.cc File chrome/common/chrome_content_client.cc ...
6 years, 5 months ago (2014-07-15 22:04:16 UTC) #2
jvoung (off chromium)
And thanks!
6 years, 5 months ago (2014-07-15 22:04:22 UTC) #3
jvoung (off chromium)
On 2014/07/15 22:04:16, jvoung wrote: > There's also: > > chrome/browser/component_updater/pnacl/pnacl_component_installer.cc: > updates_disabled_ = command_line.HasSwitch(switches::kDisablePnaclInstall); ...
6 years, 5 months ago (2014-07-15 22:04:56 UTC) #4
teravest
https://codereview.chromium.org/392023002/diff/1/chrome/common/chrome_content_client.cc File chrome/common/chrome_content_client.cc (left): https://codereview.chromium.org/392023002/diff/1/chrome/common/chrome_content_client.cc#oldcode172 chrome/common/chrome_content_client.cc:172: // Specifically, Portable Native Client is only enabled by ...
6 years, 5 months ago (2014-07-15 23:08:51 UTC) #5
jvoung (off chromium)
Otherwise LGTM https://codereview.chromium.org/392023002/diff/1/chrome/common/chrome_content_client.cc File chrome/common/chrome_content_client.cc (right): https://codereview.chromium.org/392023002/diff/1/chrome/common/chrome_content_client.cc#newcode176 chrome/common/chrome_content_client.cc:176: if (skip_nacl_file_check || base::PathExists(path)) { On 2014/07/15 ...
6 years, 5 months ago (2014-07-15 23:24:16 UTC) #6
teravest
https://codereview.chromium.org/392023002/diff/1/chrome/common/chrome_content_client.cc File chrome/common/chrome_content_client.cc (right): https://codereview.chromium.org/392023002/diff/1/chrome/common/chrome_content_client.cc#newcode176 chrome/common/chrome_content_client.cc:176: if (skip_nacl_file_check || base::PathExists(path)) { On 2014/07/15 23:24:15, jvoung ...
6 years, 5 months ago (2014-07-16 01:38:47 UTC) #7
teravest
The CQ bit was checked by teravest@chromium.org
6 years, 5 months ago (2014-07-16 16:31:57 UTC) #8
teravest
The CQ bit was unchecked by teravest@chromium.org
6 years, 5 months ago (2014-07-16 16:31:59 UTC) #9
teravest
+ncbray for chrome/test/nacl +jochen for the rest of chrome
6 years, 5 months ago (2014-07-16 16:56:35 UTC) #10
jochen (gone - plz use gerrit)
lgtm
6 years, 5 months ago (2014-07-17 07:19:00 UTC) #11
teravest
The CQ bit was checked by teravest@chromium.org
6 years, 5 months ago (2014-07-21 15:47:23 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/teravest@chromium.org/392023002/100001
6 years, 5 months ago (2014-07-21 15:48:45 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium ...
6 years, 5 months ago (2014-07-21 17:45:20 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-21 17:51:22 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/81276)
6 years, 5 months ago (2014-07-21 17:51:23 UTC) #16
teravest
+asvitkine for tools/metrics/actions/actions.xml
6 years, 5 months ago (2014-07-21 17:59:41 UTC) #17
teravest
Nick, Mind taking a look? I still need owners approval for chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html
6 years, 5 months ago (2014-07-21 18:00:07 UTC) #18
Alexei Svitkine (slow)
histograms lgtm https://codereview.chromium.org/392023002/diff/100001/tools/metrics/actions/actions.xml File tools/metrics/actions/actions.xml (right): https://codereview.chromium.org/392023002/diff/100001/tools/metrics/actions/actions.xml#newcode82 tools/metrics/actions/actions.xml:82: <obsolete>This flag no longer exists.</obsolete> Nit: Mention ...
6 years, 5 months ago (2014-07-21 18:50:00 UTC) #19
teravest
The CQ bit was checked by teravest@chromium.org
6 years, 5 months ago (2014-07-23 16:11:30 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/teravest@chromium.org/392023002/100001
6 years, 5 months ago (2014-07-23 16:12:20 UTC) #21
commit-bot: I haz the power
6 years, 5 months ago (2014-07-23 18:39:37 UTC) #22
Message was sent while issue was closed.
Change committed as 284997

Powered by Google App Engine
This is Rietveld 408576698