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

Issue 584313003: Enable runtime switching between ChromeVox and ChromeVox next via command line. (Closed)

Created:
6 years, 3 months ago by David Tseng
Modified:
6 years, 3 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, yuzo+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, dtseng+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, dmazzoni+watch_chromium.org, Peter Lundblad
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Enable runtime switching between ChromeVox and ChromeVox next via command line. Committed: https://crrev.com/3e9fff3446b07f68d1a4f669b3e5a494ebd6e03c Cr-Commit-Position: refs/heads/master@{#296417}

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Do cleanup after all. #

Patch Set 4 : Make changes to exclude files/paths from webstore release. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -367 lines) Patch
M build/common.gypi View 1 2 3 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 1 chunk +14 lines, -4 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox.gyp View 1 2 2 chunks +65 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi View 1 2 3 2 chunks +1 line, -5 lines 0 comments Download
A + chrome/browser/resources/chromeos/chromevox/cvox2/background/background.extjs View 1 2 2 chunks +19 lines, -1 line 0 comments Download
A + chrome/browser/resources/chromeos/chromevox/cvox2/background/background.html View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/browser/resources/chromeos/chromevox/cvox2/background/loader.js View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/generate_manifest.gypi View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/tools/upload_chromevox_to_webstore.py View 1 2 3 2 chunks +11 lines, -3 lines 0 comments Download
D chrome/browser/resources/chromeos/chromevox2/OWNERS View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
D chrome/browser/resources/chromeos/chromevox2/chromevox.gyp View 1 2 1 chunk +0 lines, -76 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.extjs View 1 2 1 chunk +0 lines, -94 lines 0 comments Download
D chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.html View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
D chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.js View 1 2 1 chunk +0 lines, -130 lines 0 comments Download
D chrome/browser/resources/chromeos/chromevox2/cvox2/background/loader.js View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
D chrome/browser/resources/chromeos/chromevox2/cvox2/injected/injected.js View 1 2 1 chunk +0 lines, -18 lines 0 comments Download
M chrome/chrome_resources.gyp View 1 2 1 chunk +2 lines, -11 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 1 chunk +2 lines, -0 lines 1 comment Download
M chromeos/chromeos_switches.cc View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 23 (7 generated)
David Tseng
6 years, 3 months ago (2014-09-20 01:24:35 UTC) #2
dmazzoni
lgtm This will make it much more convenient for development and testing, thanks! https://codereview.chromium.org/584313003/diff/1/chrome/browser/extensions/component_loader.cc File ...
6 years, 3 months ago (2014-09-22 06:36:29 UTC) #3
Peter Lundblad
As-is, this break chromevox classic. Please look at my comments below. https://codereview.chromium.org/584313003/diff/1/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): ...
6 years, 3 months ago (2014-09-22 09:00:46 UTC) #5
David Tseng
https://codereview.chromium.org/584313003/diff/1/chrome/chrome_resources.gyp File chrome/chrome_resources.gyp (right): https://codereview.chromium.org/584313003/diff/1/chrome/chrome_resources.gyp#newcode116 chrome/chrome_resources.gyp:116: 'browser/resources/chromeos/chromevox2/chromevox.gyp:chromevox2', On 2014/09/22 09:00:46, Peter Lundblad wrote: > OK, ...
6 years, 3 months ago (2014-09-22 15:51:47 UTC) #6
Peter Lundblad
dtseng@chromium.org writes: > > https://codereview.chromium.org/584313003/diff/1/chrome/chrome_resources.gyp > File chrome/chrome_resources.gyp (right): > > https://codereview.chromium.org/584313003/diff/1/chrome/chrome_resources.gyp#newcode116 > chrome/chrome_resources.gyp:116: > ...
6 years, 3 months ago (2014-09-22 16:09:58 UTC) #7
David Tseng
Sorry for the confusion. I was in hte midst of removing the use_chromevox_next gyp variable ...
6 years, 3 months ago (2014-09-22 17:22:40 UTC) #8
David Tseng
https://codereview.chromium.org/584313003/diff/1/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/584313003/diff/1/chrome/browser/extensions/component_loader.cc#newcode347 chrome/browser/extensions/component_loader.cc:347: CommandLine* command_line = CommandLine::ForCurrentProcess(); On 2014/09/22 09:00:46, Peter Lundblad ...
6 years, 3 months ago (2014-09-22 17:23:12 UTC) #9
Peter Lundblad
lgtm Now I like this! Minor suggestions below. https://codereview.chromium.org/584313003/diff/60001/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.extjs File chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.extjs (right): https://codereview.chromium.org/584313003/diff/60001/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.extjs#newcode34 chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.extjs:34: }, ...
6 years, 3 months ago (2014-09-23 09:06:20 UTC) #12
David Tseng
+ finnur for *extensions* files, jochen for chrome_resources OWNERS. https://codereview.chromium.org/584313003/diff/60001/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.extjs File chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.extjs (right): https://codereview.chromium.org/584313003/diff/60001/chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.extjs#newcode34 chrome/browser/resources/chromeos/chromevox2/cvox2/background/background.extjs:34: ...
6 years, 3 months ago (2014-09-23 17:16:32 UTC) #14
David Tseng
+ sky; trying you for chrome_resources change.
6 years, 3 months ago (2014-09-23 23:37:38 UTC) #16
sky
LGTM
6 years, 3 months ago (2014-09-23 23:49:47 UTC) #17
Finnur
LGTM https://codereview.chromium.org/584313003/diff/100001/chrome/common/extensions/extension_constants.cc File chrome/common/extensions/extension_constants.cc (right): https://codereview.chromium.org/584313003/diff/100001/chrome/common/extensions/extension_constants.cc#newcode70 chrome/common/extensions/extension_constants.cc:70: const char kChromeVoxNextGuestManifestFilename[] = "manifest_next_guest.json"; Out of curiosity, ...
6 years, 3 months ago (2014-09-24 10:55:31 UTC) #18
Peter Lundblad
finnur@chromium.org writes: > LGTM > > > https://codereview.chromium.org/584313003/diff/100001/chrome/common/extensions/extension_constants.cc > File chrome/common/extensions/extension_constants.cc (right): > > https://codereview.chromium.org/584313003/diff/100001/chrome/common/extensions/extension_constants.cc#newcode70 ...
6 years, 3 months ago (2014-09-24 11:47:03 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/584313003/100001
6 years, 3 months ago (2014-09-24 14:25:49 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:100001) as dcafbc1c492666c15de908bd6f680c9f7b54131c
6 years, 3 months ago (2014-09-24 15:24:08 UTC) #22
commit-bot: I haz the power
6 years, 3 months ago (2014-09-24 15:24:47 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3e9fff3446b07f68d1a4f669b3e5a494ebd6e03c
Cr-Commit-Position: refs/heads/master@{#296417}

Powered by Google App Engine
This is Rietveld 408576698