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

Issue 141733008: Use incognito split for ChromeVox and TTS in Guest mode (Closed)

Created:
6 years, 10 months ago by Dmitry Polukhin
Modified:
6 years, 10 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Visibility:
Public.

Description

Use incognito split for ChromeVox and TTS in Guest mode + enable HTML5 filesystem in TTS in Guest mode BUG=337639 TEST=manual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=249888

Patch Set 1 #

Patch Set 2 : added #if defined(OS_CHROMEOS) #

Patch Set 3 : fix Chromium build #

Total comments: 2

Patch Set 4 : added guest manifests for ChromeVox and TTS #

Total comments: 4

Patch Set 5 : fixed typo #

Patch Set 6 : rebase #

Patch Set 7 : added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -28 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 2 3 4 5 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/extensions/component_loader.h View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 3 4 5 4 chunks +42 lines, -18 lines 0 comments Download
M chrome/browser/resources/chromeos/chromevox/manifest.json View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
A + chrome/browser/resources/chromeos/chromevox/manifest_guest.json View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/speech_synthesis/manifest.json View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
A + chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/speech/tts_extension_loader_chromeos.cc View 1 2 3 4 5 1 chunk +1 line, -4 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/file_system_context.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
Dmitry Polukhin
PTAL
6 years, 10 months ago (2014-02-05 20:14:18 UTC) #1
Dmitry Polukhin
+ tzik@ for OWNER review in webkit/browser/fileapi/
6 years, 10 months ago (2014-02-05 23:04:29 UTC) #2
asargent_no_longer_on_chrome
https://codereview.chromium.org/141733008/diff/250001/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/141733008/diff/250001/chrome/browser/extensions/component_loader.cc#newcode201 chrome/browser/extensions/component_loader.cc:201: #endif It seems a little hacky to inject a ...
6 years, 10 months ago (2014-02-06 00:58:02 UTC) #3
Dmitry Polukhin
https://codereview.chromium.org/141733008/diff/250001/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/141733008/diff/250001/chrome/browser/extensions/component_loader.cc#newcode201 chrome/browser/extensions/component_loader.cc:201: #endif On 2014/02/06 00:58:02, Antony Sargent wrote: > It ...
6 years, 10 months ago (2014-02-06 01:30:21 UTC) #4
tzik
fileapi changes LGTM.
6 years, 10 months ago (2014-02-06 04:09:54 UTC) #5
Dmitry Polukhin
Antony, please take another look. As we discussed offline I created separate manifest files for ...
6 years, 10 months ago (2014-02-06 23:43:17 UTC) #6
asargent_no_longer_on_chrome
lgtm https://codereview.chromium.org/141733008/diff/350001/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/141733008/diff/350001/chrome/browser/extensions/component_loader.cc#newcode606 chrome/browser/extensions/component_loader.cc:606: // TODO(dpolukhin): Hack to enable HTML5 temporary file ...
6 years, 10 months ago (2014-02-07 00:09:50 UTC) #7
Dmitry Polukhin
+ jhawkins@ for OWNER review in chrome/browser https://codereview.chromium.org/141733008/diff/350001/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/141733008/diff/350001/chrome/browser/extensions/component_loader.cc#newcode606 chrome/browser/extensions/component_loader.cc:606: // TODO(dpolukhin): ...
6 years, 10 months ago (2014-02-07 00:19:59 UTC) #8
James Hawkins
lgtm
6 years, 10 months ago (2014-02-07 16:45:09 UTC) #9
Dmitry Polukhin
The CQ bit was checked by dpolukhin@chromium.org
6 years, 10 months ago (2014-02-07 16:47:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dpolukhin@chromium.org/141733008/430001
6 years, 10 months ago (2014-02-07 16:48:44 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-07 16:48:47 UTC) #12
commit-bot: I haz the power
Failed to apply patch for chrome/browser/extensions/component_loader.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-07 16:48:47 UTC) #13
Dmitry Polukhin
+ Peter for accessibility review Please take another look after non-trivial rebase due to conflicts ...
6 years, 10 months ago (2014-02-07 18:02:36 UTC) #14
Peter Lundblad
Hi, Thanks, great that you only use split mode in guest mode so we get ...
6 years, 10 months ago (2014-02-07 18:54:43 UTC) #15
asargent_no_longer_on_chrome
That was the initial approach, but I was concerned that it would be very confusing ...
6 years, 10 months ago (2014-02-07 19:16:54 UTC) #16
Dmitry Polukhin
Peter, do you still have unresolved concerns about manifest files duplication? Proposed solution is not ...
6 years, 10 months ago (2014-02-07 20:25:26 UTC) #17
Peter Lundblad
dpolukhin@chromium.org writes: > Peter, do you still have unresolved concerns about manifest files > duplication? ...
6 years, 10 months ago (2014-02-07 21:22:15 UTC) #18
Dmitry Polukhin
On 2014/02/07 21:22:15, Peter Lundblad wrote: > mailto:dpolukhin@chromium.org writes: > > Peter, do you still ...
6 years, 10 months ago (2014-02-07 21:34:59 UTC) #19
Peter Lundblad
lgtm I would prefer to not have this code duplication for the reason I mentioned ...
6 years, 10 months ago (2014-02-07 22:06:35 UTC) #20
Dmitry Polukhin
On 2014/02/07 22:06:35, Peter Lundblad wrote: > I would prefer to not have this code ...
6 years, 10 months ago (2014-02-07 22:31:30 UTC) #21
Dmitry Polukhin
The CQ bit was checked by dpolukhin@chromium.org
6 years, 10 months ago (2014-02-07 22:32:28 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dpolukhin@chromium.org/141733008/720001
6 years, 10 months ago (2014-02-07 22:35:07 UTC) #23
Peter Lundblad
dpolukhin@chromium.org writes: > On 2014/02/07 22:06:35, Peter Lundblad wrote: > > I would prefer to ...
6 years, 10 months ago (2014-02-07 22:50:37 UTC) #24
commit-bot: I haz the power
6 years, 10 months ago (2014-02-08 01:54:58 UTC) #25
Message was sent while issue was closed.
Change committed as 249888

Powered by Google App Engine
This is Rietveld 408576698