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

Issue 2884453002: VR: audio and video capture indicators. (Closed)

Created:
3 years, 7 months ago by acondor_
Modified:
3 years, 7 months ago
Reviewers:
mthiesse
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

VR: audio and video capture indicators. - Created a SystemIndicatorTexture defined by an icon and message. - Created UiElements and positioned them in the UiSceneManager. BUG= Review-Url: https://codereview.chromium.org/2884453002 Cr-Commit-Position: refs/heads/master@{#471836} Committed: https://chromium.googlesource.com/chromium/src/+/67372f3c7eae35937bd6603450e17fd2a62e6cc8

Patch Set 1 #

Patch Set 2 : adding missing files #

Total comments: 6

Patch Set 3 : cleanup #

Patch Set 4 : renaming input to capture #

Patch Set 5 : rebase #

Patch Set 6 : rebase 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+294 lines, -0 lines) Patch
M chrome/browser/android/vr_shell/BUILD.gn View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/insecure_content_transient_texture.h View 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/textures/system_indicator_texture.h View 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/textures/system_indicator_texture.cc View 1 chunk +101 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/ui_texture.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/textures/url_bar_texture.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/audio_capture_indicator.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/audio_capture_indicator.cc View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/video_capture_indicator.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/video_capture_indicator.cc View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.h View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.cc View 1 2 3 4 5 3 chunks +25 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
acondor_
PTAL. Note that this CL depends on the new text rendering approach.
3 years, 7 months ago (2017-05-12 19:11:22 UTC) #2
mthiesse
lgtm https://codereview.chromium.org/2884453002/diff/20001/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2884453002/diff/20001/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode115 chrome/browser/android/vr_shell/ui_scene_manager.cc:115: element = base::MakeUnique<AudioInputIndicator>(256); Use 512 width like the ...
3 years, 7 months ago (2017-05-12 19:44:50 UTC) #3
acondor_
Waiting on the other CL to pass CQ. https://codereview.chromium.org/2884453002/diff/20001/chrome/browser/android/vr_shell/ui_scene_manager.cc File chrome/browser/android/vr_shell/ui_scene_manager.cc (right): https://codereview.chromium.org/2884453002/diff/20001/chrome/browser/android/vr_shell/ui_scene_manager.cc#newcode115 chrome/browser/android/vr_shell/ui_scene_manager.cc:115: element ...
3 years, 7 months ago (2017-05-12 20:09:51 UTC) #4
amp
Just a quick thought (feel free to ignore), but 'input' makes me think these are ...
3 years, 7 months ago (2017-05-12 21:05:10 UTC) #5
amp
On 2017/05/12 21:05:10, amp wrote: > Just a quick thought (feel free to ignore), but ...
3 years, 7 months ago (2017-05-12 21:25:45 UTC) #6
acondor_
On 2017/05/12 21:25:45, amp wrote: > On 2017/05/12 21:05:10, amp wrote: > > Just a ...
3 years, 7 months ago (2017-05-12 22:32:41 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2884453002/60001
3 years, 7 months ago (2017-05-13 00:39:55 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_compile_dbg/builds/268775) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 7 months ago (2017-05-13 00:43:27 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2884453002/80001
3 years, 7 months ago (2017-05-15 14:18:30 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/293791)
3 years, 7 months ago (2017-05-15 14:22:29 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2884453002/100001
3 years, 7 months ago (2017-05-15 16:51:46 UTC) #21
commit-bot: I haz the power
3 years, 7 months ago (2017-05-15 18:25:09 UTC) #24
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/67372f3c7eae35937bd6603450e1...

Powered by Google App Engine
This is Rietveld 408576698