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

Issue 2891503002: VR: UiElement for Screen Capture indicator (Closed)

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

Description

VR: UiElement for Screen Capture indicator - Screen share icon was moved from ash resources to a more common place (ui). BUG=722836 TBR=blundell@chromium.org Review-Url: https://codereview.chromium.org/2891503002 Cr-Commit-Position: refs/heads/master@{#473254} Committed: https://chromium.googlesource.com/chromium/src/+/f9d264174d41df066ab32166e4495f19da8c6d9c

Patch Set 1 #

Patch Set 2 : fix header #

Patch Set 3 : moving icon to components #

Total comments: 2

Patch Set 4 : static library #

Total comments: 6

Patch Set 5 : nit #

Patch Set 6 : rebase #

Patch Set 7 : rebase 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -63 lines) Patch
M ash/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M ash/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ash/resources/vector_icons/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
D ash/resources/vector_icons/system_tray_screen_share.icon View 1 chunk +0 lines, -30 lines 0 comments Download
D ash/resources/vector_icons/system_tray_screen_share.1x.icon View 1 chunk +0 lines, -30 lines 0 comments Download
M ash/system/screen_security/screen_tray_item.cc View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/BUILD.gn View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.h View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.cc View 1 2 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 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/ui_scene_manager.cc View 1 2 3 4 5 6 3 chunks +11 lines, -2 lines 0 comments Download
A components/vector_icons/BUILD.gn View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A components/vector_icons/OWNERS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + components/vector_icons/screen_share.icon View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/vector_icons/screen_share.1x.icon View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A components/vector_icons/vector_icons.cc.template View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download
A components/vector_icons/vector_icons.h.template View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 45 (21 generated)
acondor_
mthiesse, cjgrant PTAL before reaching OWNERS
3 years, 7 months ago (2017-05-16 19:23:43 UTC) #2
mthiesse
lgtm
3 years, 7 months ago (2017-05-16 19:36:14 UTC) #3
acondor_
Hello +sky could you PTAL?
3 years, 7 months ago (2017-05-16 19:41:43 UTC) #5
sky
ui is intended to contain frameworks used to build ui. While we have used ui ...
3 years, 7 months ago (2017-05-17 16:32:45 UTC) #7
acondor_
On 2017/05/17 16:32:45, sky wrote: > ui is intended to contain frameworks used to build ...
3 years, 7 months ago (2017-05-17 21:21:50 UTC) #8
Evan Stade
https://codereview.chromium.org/2891503002/diff/40001/components/vector_icons/BUILD.gn File components/vector_icons/BUILD.gn (right): https://codereview.chromium.org/2891503002/diff/40001/components/vector_icons/BUILD.gn#newcode16 components/vector_icons/BUILD.gn:16: source_set("vector_icons") { I think this should be a static_library.
3 years, 7 months ago (2017-05-17 21:51:41 UTC) #9
acondor_
https://codereview.chromium.org/2891503002/diff/40001/components/vector_icons/BUILD.gn File components/vector_icons/BUILD.gn (right): https://codereview.chromium.org/2891503002/diff/40001/components/vector_icons/BUILD.gn#newcode16 components/vector_icons/BUILD.gn:16: source_set("vector_icons") { On 2017/05/17 21:51:40, Evan Stade wrote: > ...
3 years, 7 months ago (2017-05-18 14:14:39 UTC) #10
jam
On 2017/05/17 16:32:45, sky wrote: > ui is intended to contain frameworks used to build ...
3 years, 7 months ago (2017-05-18 14:27:24 UTC) #11
Evan Stade
lgtm https://codereview.chromium.org/2891503002/diff/60001/chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.h File chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.h (right): https://codereview.chromium.org/2891503002/diff/60001/chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.h#newcode24 chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.h:24: std::unique_ptr<UiTexture> texture_; nit: does this need to be ...
3 years, 7 months ago (2017-05-18 14:30:27 UTC) #12
acondor_
https://codereview.chromium.org/2891503002/diff/60001/chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.h File chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.h (right): https://codereview.chromium.org/2891503002/diff/60001/chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.h#newcode24 chrome/browser/android/vr_shell/ui_elements/screen_capture_indicator.h:24: std::unique_ptr<UiTexture> texture_; On 2017/05/18 14:30:27, Evan Stade wrote: > ...
3 years, 7 months ago (2017-05-18 15:54:18 UTC) #15
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/2891503002/80001
3 years, 7 months ago (2017-05-18 15:54:58 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/272013) android_compile_dbg on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 7 months ago (2017-05-18 16:00:17 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/2891503002/100001
3 years, 7 months ago (2017-05-18 18:00:05 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/459113)
3 years, 7 months ago (2017-05-18 19:57:47 UTC) #23
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/2891503002/100001
3 years, 7 months ago (2017-05-18 20:15:47 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/431266)
3 years, 7 months ago (2017-05-19 02:50:51 UTC) #27
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/2891503002/100001
3 years, 7 months ago (2017-05-19 04:21:25 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/442058)
3 years, 7 months ago (2017-05-19 04:30:33 UTC) #31
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/2891503002/120001
3 years, 7 months ago (2017-05-19 14:43:21 UTC) #34
acondor_
blundell TBR
3 years, 7 months ago (2017-05-19 15:01:13 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/449870)
3 years, 7 months ago (2017-05-19 15:52:52 UTC) #39
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/2891503002/120001
3 years, 7 months ago (2017-05-19 16:09:07 UTC) #41
commit-bot: I haz the power
Committed patchset #7 (id:120001) as https://chromium.googlesource.com/chromium/src/+/f9d264174d41df066ab32166e4495f19da8c6d9c
3 years, 7 months ago (2017-05-19 18:35:31 UTC) #44
blundell
3 years, 7 months ago (2017-05-22 08:34:22 UTC) #45
Message was sent while issue was closed.
lgtm

As a general rule, please get a review of a //components OWNER before adding a
new component...that doesn't really fall within the scope of TBR.

Powered by Google App Engine
This is Rietveld 408576698