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

Issue 467113004: Adds a skeleton component app for Always-On Hotwording opt-in flow. (Closed)

Created:
6 years, 4 months ago by kcarattini
Modified:
6 years, 3 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, skanuj+watch_chromium.org, melevin+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, donnd+watch_chromium.org, rlp+watch_chromium.org, dominich, jfweitz+watch_chromium.org, David Black, arv+watch_chromium.org, samarth+watch_chromium.org, kmadhusu+watch_chromium.org, chromium-apps-reviews_chromium.org, Jered, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Adds a skeleton component app for Always-On Hotwording opt-in flow. BUG=390086 Committed: https://crrev.com/599e35124ed14e04c87cc26d5629b36223f96ca9 Cr-Commit-Position: refs/heads/master@{#292338}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Response to review comments #

Patch Set 3 : Fixed Copyright Year #

Total comments: 8

Patch Set 4 : Edit for review comments #

Patch Set 5 : Rebase #

Total comments: 2

Patch Set 6 : Edit based on review comments #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -5 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/component_loader.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 3 4 5 6 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
A + chrome/browser/resources/hotword_audio_verification/event_page.js View 1 2 3 2 chunks +5 lines, -4 lines 0 comments Download
A + chrome/browser/resources/hotword_audio_verification/main.html View 1 chunk +2 lines, -1 line 0 comments Download
A chrome/browser/resources/hotword_audio_verification/manifest.json View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/browser/search/hotword_service.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/search/hotword_service.cc View 1 2 3 4 5 6 3 chunks +25 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 36 (0 generated)
kcarattini
6 years, 4 months ago (2014-08-19 06:59:14 UTC) #1
rpetterson
https://codereview.chromium.org/467113004/diff/1/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/467113004/diff/1/chrome/browser/extensions/component_loader.cc#newcode516 chrome/browser/extensions/component_loader.cc:516: if (command_line->HasSwitch(switches::kEnableExperimentalHotwording)) { I'd make this like the other ...
6 years, 4 months ago (2014-08-19 18:55:29 UTC) #2
kcarattini
https://codereview.chromium.org/467113004/diff/1/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/467113004/diff/1/chrome/browser/extensions/component_loader.cc#newcode516 chrome/browser/extensions/component_loader.cc:516: if (command_line->HasSwitch(switches::kEnableExperimentalHotwording)) { On 2014/08/19 18:55:29, rpetterson wrote: > ...
6 years, 4 months ago (2014-08-20 03:13:27 UTC) #3
rpetterson
LGTM from a hotword/functionality standpoint
6 years, 4 months ago (2014-08-20 23:44:14 UTC) #4
kcarattini
Thanks, Rachel! James, could you please review for OWNERS approval? Thanks, Kendra
6 years, 4 months ago (2014-08-21 00:27:06 UTC) #5
kcarattini
Hi Scott, Could you please review for OWNERS approval? Thanks, Kendra
6 years, 4 months ago (2014-08-22 01:06:47 UTC) #6
sky
What files do you need me to review?
6 years, 4 months ago (2014-08-22 15:55:16 UTC) #7
rpetterson
On 2014/08/22 15:55:16, sky wrote: > What files do you need me to review? sky, ...
6 years, 4 months ago (2014-08-22 19:43:05 UTC) #8
Dan Beam
https://codereview.chromium.org/467113004/diff/40001/chrome/browser/resources/hotword_audio_verification/eventPage.js File chrome/browser/resources/hotword_audio_verification/eventPage.js (right): https://codereview.chromium.org/467113004/diff/40001/chrome/browser/resources/hotword_audio_verification/eventPage.js#newcode1 chrome/browser/resources/hotword_audio_verification/eventPage.js:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 4 months ago (2014-08-22 21:52:16 UTC) #9
rpetterson
https://codereview.chromium.org/467113004/diff/40001/chrome/browser/resources/hotword_audio_verification/manifest.json File chrome/browser/resources/hotword_audio_verification/manifest.json (right): https://codereview.chromium.org/467113004/diff/40001/chrome/browser/resources/hotword_audio_verification/manifest.json#newcode2 chrome/browser/resources/hotword_audio_verification/manifest.json:2: // chrome-extension://abjokfonkihficiokmkfboogholifghn/ On 2014/08/22 21:52:15, Dan Beam wrote: > ...
6 years, 4 months ago (2014-08-22 21:55:14 UTC) #10
sky
LGTM
6 years, 4 months ago (2014-08-22 22:35:30 UTC) #11
kcarattini
https://codereview.chromium.org/467113004/diff/40001/chrome/browser/resources/hotword_audio_verification/eventPage.js File chrome/browser/resources/hotword_audio_verification/eventPage.js (right): https://codereview.chromium.org/467113004/diff/40001/chrome/browser/resources/hotword_audio_verification/eventPage.js#newcode1 chrome/browser/resources/hotword_audio_verification/eventPage.js:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 4 months ago (2014-08-25 00:43:22 UTC) #12
benwells
https://codereview.chromium.org/467113004/diff/80001/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/467113004/diff/80001/chrome/browser/extensions/component_loader.cc#newcode469 chrome/browser/extensions/component_loader.cc:469: AddHotwordAudioVerificationApp(); I think tihs should be moved down to ...
6 years, 4 months ago (2014-08-25 03:21:58 UTC) #13
kcarattini
https://codereview.chromium.org/467113004/diff/80001/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/467113004/diff/80001/chrome/browser/extensions/component_loader.cc#newcode469 chrome/browser/extensions/component_loader.cc:469: AddHotwordAudioVerificationApp(); On 2014/08/25 03:21:58, benwells wrote: > I think ...
6 years, 4 months ago (2014-08-25 04:04:26 UTC) #14
benwells
yay! lgtm
6 years, 4 months ago (2014-08-25 04:06:24 UTC) #15
Dan Beam
c/b/resources lgtm
6 years, 4 months ago (2014-08-25 16:47:55 UTC) #16
kcarattini
The CQ bit was checked by kcarattini@chromium.org
6 years, 3 months ago (2014-08-26 00:30:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kcarattini@chromium.org/467113004/100001
6 years, 3 months ago (2014-08-26 00:34:28 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-08-26 01:22:58 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-26 01:24:47 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/46143) ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/8889) ios_rel_device ...
6 years, 3 months ago (2014-08-26 01:24:49 UTC) #21
kcarattini
The CQ bit was checked by kcarattini@chromium.org
6 years, 3 months ago (2014-08-27 07:51:22 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kcarattini@chromium.org/467113004/100001
6 years, 3 months ago (2014-08-27 07:51:45 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 3 months ago (2014-08-27 08:03:19 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-27 08:04:26 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/6387) mac_chromium_rel_swarming on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_swarming/builds/7399)
6 years, 3 months ago (2014-08-27 08:04:28 UTC) #26
kcarattini
The CQ bit was checked by kcarattini@chromium.org
6 years, 3 months ago (2014-08-28 01:44:48 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kcarattini@chromium.org/467113004/120001
6 years, 3 months ago (2014-08-28 01:46:03 UTC) #28
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-28 02:52:32 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 3 months ago (2014-08-28 03:14:15 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/7230)
6 years, 3 months ago (2014-08-28 03:14:16 UTC) #31
kcarattini
The CQ bit was checked by kcarattini@chromium.org
6 years, 3 months ago (2014-08-28 05:31:27 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kcarattini@chromium.org/467113004/120001
6 years, 3 months ago (2014-08-28 05:32:44 UTC) #33
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 3 months ago (2014-08-28 06:33:43 UTC) #34
commit-bot: I haz the power
Committed patchset #7 (id:120001) as 993949b7c8c5fbf5980615c13664bf839e8380e8
6 years, 3 months ago (2014-08-28 07:05:17 UTC) #35
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:58:08 UTC) #36
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/599e35124ed14e04c87cc26d5629b36223f96ca9
Cr-Commit-Position: refs/heads/master@{#292338}

Powered by Google App Engine
This is Rietveld 408576698