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

Issue 6254007: Adding ChromeVox as a component extensions (enabled only for ChromeOS, for no... (Closed)

Created:
9 years, 11 months ago by Chaitanya
Modified:
9 years, 6 months ago
CC:
chromium-reviews, Erik does not do reviews, arv (Not doing code reviews), pam+watch_chromium.org, dmazzoni, Aaron Boodman
Visibility:
Public.

Description

Adding ChromeVox as a component extensions (enabled only for ChromeOS, for now) BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72238 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72340

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 14

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Total comments: 4

Patch Set 11 : '' #

Total comments: 4

Patch Set 12 : '' #

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : resubmitting #

Patch Set 16 : '' #

Patch Set 17 : '' #

Patch Set 18 : '' #

Patch Set 19 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -0 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/browser/resources/access_chromevox/manifest.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Chaitanya
Hi, Just getting this out so that you can start looking at it. We test ...
9 years, 11 months ago (2011-01-19 02:57:53 UTC) #1
Chaitanya
On 2011/01/19 02:57:53, Chaitanya wrote: > Hi, > Just getting this out so that you ...
9 years, 11 months ago (2011-01-19 04:47:12 UTC) #2
raman_google.com
My primary metric at this point, ship by the 24th deadline, whichever approach works -- ...
9 years, 11 months ago (2011-01-19 17:49:03 UTC) #3
asargent_no_longer_on_chrome
> I just got an alternate approach working -- I install my .crx on the ...
9 years, 11 months ago (2011-01-19 19:14:15 UTC) #4
Chaitanya
Ok great! Now that we know this approach will be Ok, I will work on ...
9 years, 11 months ago (2011-01-19 19:47:23 UTC) #5
asargent_no_longer_on_chrome
> Is there a way to bundle the crx in the Chrome binary for > ...
9 years, 11 months ago (2011-01-19 21:56:56 UTC) #6
Chaitanya
I have updated the CL. Please take a look. On 2011/01/19 21:56:56, Antony Sargent wrote: ...
9 years, 11 months ago (2011-01-20 00:46:47 UTC) #7
asargent_no_longer_on_chrome
http://codereview.chromium.org/6254007/diff/10002/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): http://codereview.chromium.org/6254007/diff/10002/chrome/browser/profiles/profile_impl.cc#newcode392 chrome/browser/profiles/profile_impl.cc:392: if (ExtensionAccessibilityEventRouter::GetInstance()-> It seems kind of weird to ask ...
9 years, 11 months ago (2011-01-20 05:55:59 UTC) #8
Chaitanya
http://codereview.chromium.org/6254007/diff/10002/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): http://codereview.chromium.org/6254007/diff/10002/chrome/browser/profiles/profile_impl.cc#newcode392 chrome/browser/profiles/profile_impl.cc:392: if (ExtensionAccessibilityEventRouter::GetInstance()-> using prefs now On 2011/01/20 05:55:59, Antony ...
9 years, 11 months ago (2011-01-20 20:04:51 UTC) #9
asargent_no_longer_on_chrome
I've thought about this some more and discussed with some other extensions team members, and ...
9 years, 11 months ago (2011-01-20 22:05:23 UTC) #10
Chaitanya
Ok, one more try :) as per our conversation, I have removed the runtime unpacking ...
9 years, 11 months ago (2011-01-21 04:34:00 UTC) #11
asargent_no_longer_on_chrome
looking better - just a couple minor issues http://codereview.chromium.org/6254007/diff/4002/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): http://codereview.chromium.org/6254007/diff/4002/chrome/browser/profiles/profile_impl.cc#newcode386 chrome/browser/profiles/profile_impl.cc:386: if ...
9 years, 11 months ago (2011-01-21 05:53:44 UTC) #12
Chaitanya
On Thu, Jan 20, 2011 at 9:53 PM, <asargent@chromium.org> wrote: > looking better - just ...
9 years, 11 months ago (2011-01-21 07:03:06 UTC) #13
Chaitanya
http://codereview.chromium.org/6254007/diff/4002/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): http://codereview.chromium.org/6254007/diff/4002/chrome/browser/profiles/profile_impl.cc#newcode412 chrome/browser/profiles/profile_impl.cc:412: if (StartsWithASCII(iter->first, "access_", true)) { On 2011/01/21 05:53:44, Antony ...
9 years, 11 months ago (2011-01-21 20:09:32 UTC) #14
asargent_no_longer_on_chrome
lgtm http://codereview.chromium.org/6254007/diff/9002/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): http://codereview.chromium.org/6254007/diff/9002/chrome/browser/profiles/profile_impl.cc#newcode414 chrome/browser/profiles/profile_impl.cc:414: FilePath path = FilePath().AppendASCII(extension_misc::kAccessExtensionPath) nit: this should be: ...
9 years, 11 months ago (2011-01-21 21:18:40 UTC) #15
Chaitanya
Will submit once try bots cycle green. thanks! http://codereview.chromium.org/6254007/diff/9002/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): http://codereview.chromium.org/6254007/diff/9002/chrome/browser/profiles/profile_impl.cc#newcode414 chrome/browser/profiles/profile_impl.cc:414: FilePath ...
9 years, 11 months ago (2011-01-21 21:38:49 UTC) #16
rniwa-cr
Reverted this CL in http://src.chromium.org/viewvc/chrome?view=rev&revision=72264 because the CL seems to have caused perm check on ...
9 years, 11 months ago (2011-01-22 03:30:59 UTC) #17
Chaitanya
Looks like this failed because manifest.json had the svn:executable property set. Maybe I need to ...
9 years, 11 months ago (2011-01-22 06:08:38 UTC) #18
Aaron Boodman
Is this going to run on all Chrome OSes? I ask because it is going ...
9 years, 11 months ago (2011-01-22 10:58:05 UTC) #19
Chaitanya
This will run only on those ChromeOS devices where accessibility is enabled. Btw, do I ...
9 years, 11 months ago (2011-01-22 20:12:45 UTC) #20
Chaitanya
9 years, 11 months ago (2011-01-23 03:05:26 UTC) #21
I think I have fixed the svn:executable property on manifest.json, and running
trybots again...
Will resubmit Monday morning.

On 2011/01/22 20:12:45, Chaitanya wrote:
> This will run only on those ChromeOS devices where accessibility is enabled.
> Btw, do I need to check this in before Monday, or can I do it Monday
> morning? Just want to make sure we make the M10 branch.
> 
> On Sat, Jan 22, 2011 at 2:58 AM, <mailto:aa@chromium.org> wrote:
> 
> > Is this going to run on all Chrome OSes? I ask because it is going to add
> > yet
> > another background process there and I know that is something they are
> > trying to
> > minimize
> >
> >
> > http://codereview.chromium.org/6254007/
> >

Powered by Google App Engine
This is Rietveld 408576698