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

Issue 1550983003: Give the ChromeVox Panel an extension view type. (Closed)

Created:
4 years, 11 months ago by dmazzoni
Modified:
4 years, 11 months ago
Reviewers:
robwu, Devlin, oshima
CC:
chromium-reviews, oshima+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Give the ChromeVox Panel an extension view type. The ChromeVox Panel is a native window that whose contents is a WebContents displaying an extension page. Since r363368 the extension background isn't able to communicate with this extension page because it doesn't have a view type. BUG=573023 Committed: https://crrev.com/5ba638da61040c7fb9c05b42b0ce4a90fa22157c Cr-Commit-Position: refs/heads/master@{#368183}

Patch Set 1 #

Patch Set 2 : Add VIEW_TYPE_EXTENSION_OTHER #

Total comments: 9

Patch Set 3 : Add to developer_private #

Patch Set 4 : VIEW_TYPE_COMPONENT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -12 lines) Patch
M chrome/browser/chromeos/accessibility/chromevox_panel.cc View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_view.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/inspectable_views_finder.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/speech/chrome_speech_recognition_manager_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_keyboard_ui.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/developer_private.idl View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/process_manager.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/view_type.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 30 (7 generated)
dmazzoni
4 years, 11 months ago (2015-12-29 23:15:54 UTC) #2
Devlin
lgtm. You'll know best whether or not this warrants any kind of regression test.
4 years, 11 months ago (2015-12-30 00:47:02 UTC) #3
robwu
Is the ChromeVox panel really an extension panel? (i.e. equivalent to chrome.windows.create({ type: 'panel', url: ...
4 years, 11 months ago (2015-12-30 09:47:05 UTC) #4
dmazzoni
Please take another look since adding a new extension view type required modifying a few ...
4 years, 11 months ago (2016-01-04 18:17:01 UTC) #5
robwu
On 2016/01/04 18:17:01, dmazzoni wrote: > Please take another look since adding a new extension ...
4 years, 11 months ago (2016-01-04 18:26:53 UTC) #6
Devlin
D'oh. I was just hoping that the view really was a panel. https://codereview.chromium.org/1550983003/diff/20001/extensions/browser/process_manager.cc File extensions/browser/process_manager.cc ...
4 years, 11 months ago (2016-01-04 18:29:14 UTC) #7
robwu
https://codereview.chromium.org/1550983003/diff/20001/extensions/common/view_type.h File extensions/common/view_type.h (right): https://codereview.chromium.org/1550983003/diff/20001/extensions/common/view_type.h#newcode22 extensions/common/view_type.h:22: VIEW_TYPE_EXTENSION_OTHER, On 2016/01/04 18:29:14, Devlin wrote: > Two thoughts: ...
4 years, 11 months ago (2016-01-04 18:40:33 UTC) #8
dmazzoni
https://codereview.chromium.org/1550983003/diff/20001/extensions/browser/process_manager.cc File extensions/browser/process_manager.cc (right): https://codereview.chromium.org/1550983003/diff/20001/extensions/browser/process_manager.cc#newcode171 extensions/browser/process_manager.cc:171: case VIEW_TYPE_EXTENSION_OTHER: On 2016/01/04 18:29:14, Devlin wrote: > Having ...
4 years, 11 months ago (2016-01-04 18:42:13 UTC) #9
dmazzoni
Any consensus on OTHER vs UNSPECIFIED vs COMPONENT?
4 years, 11 months ago (2016-01-05 17:07:38 UTC) #10
Devlin
https://codereview.chromium.org/1550983003/diff/20001/extensions/common/view_type.h File extensions/common/view_type.h (right): https://codereview.chromium.org/1550983003/diff/20001/extensions/common/view_type.h#newcode22 extensions/common/view_type.h:22: VIEW_TYPE_EXTENSION_OTHER, On 2016/01/04 18:40:33, robwu wrote: > On 2016/01/04 ...
4 years, 11 months ago (2016-01-05 17:45:46 UTC) #11
robwu
https://codereview.chromium.org/1550983003/diff/20001/extensions/common/view_type.h File extensions/common/view_type.h (right): https://codereview.chromium.org/1550983003/diff/20001/extensions/common/view_type.h#newcode22 extensions/common/view_type.h:22: VIEW_TYPE_EXTENSION_OTHER, On 2016/01/05 17:45:46, Devlin wrote: > On 2016/01/04 ...
4 years, 11 months ago (2016-01-05 22:48:22 UTC) #12
Devlin
https://codereview.chromium.org/1550983003/diff/20001/extensions/common/view_type.h File extensions/common/view_type.h (right): https://codereview.chromium.org/1550983003/diff/20001/extensions/common/view_type.h#newcode22 extensions/common/view_type.h:22: VIEW_TYPE_EXTENSION_OTHER, On 2016/01/05 22:48:22, robwu wrote: > On 2016/01/05 ...
4 years, 11 months ago (2016-01-05 23:00:49 UTC) #13
robwu
https://codereview.chromium.org/1550983003/diff/20001/extensions/common/view_type.h File extensions/common/view_type.h (right): https://codereview.chromium.org/1550983003/diff/20001/extensions/common/view_type.h#newcode22 extensions/common/view_type.h:22: VIEW_TYPE_EXTENSION_OTHER, On 2016/01/05 23:00:49, Devlin wrote: > On 2016/01/05 ...
4 years, 11 months ago (2016-01-05 23:05:03 UTC) #14
Devlin
On 2016/01/05 23:05:03, robwu wrote: > > This is a detached WebContents (=not associated with ...
4 years, 11 months ago (2016-01-07 19:40:08 UTC) #15
dmazzoni
Replaced with VIEW_TYPE_COMPONENT. I'll commit this if I don't hear any objections.
4 years, 11 months ago (2016-01-07 20:19:42 UTC) #16
robwu
On 2016/01/07 20:19:42, dmazzoni wrote: > Replaced with VIEW_TYPE_COMPONENT. I'll commit this if I don't ...
4 years, 11 months ago (2016-01-07 20:25:37 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1550983003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1550983003/60001
4 years, 11 months ago (2016-01-07 21:10:26 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/133443)
4 years, 11 months ago (2016-01-07 21:20:46 UTC) #22
dmazzoni
+oshima for: chrome/browser/chromeos chrome/browser/ui/ash
4 years, 11 months ago (2016-01-07 21:44:22 UTC) #24
oshima
lgtm
4 years, 11 months ago (2016-01-07 22:14:58 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1550983003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1550983003/60001
4 years, 11 months ago (2016-01-07 22:53:38 UTC) #27
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-07 22:59:01 UTC) #28
commit-bot: I haz the power
4 years, 11 months ago (2016-01-07 22:59:53 UTC) #30
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/5ba638da61040c7fb9c05b42b0ce4a90fa22157c
Cr-Commit-Position: refs/heads/master@{#368183}

Powered by Google App Engine
This is Rietveld 408576698