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

Issue 1932413002: Desktop Capture Picker New UI: Non Mac Structure Change (Closed)

Created:
4 years, 7 months ago by qiangchen
Modified:
4 years, 7 months ago
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Desktop Capture Picker New UI: Non Mac Structure Change This CL uses separate list view to handle |screen_list|, |window_list| and |tab_list|, and adds buttons to switch between those list views. BUG=602478 Committed: https://crrev.com/59c1931d98600ca11a4a11f0ee7169bdc6325bda Cr-Commit-Position: refs/heads/master@{#392138}

Patch Set 1 : #

Patch Set 2 : Flag #

Total comments: 2

Patch Set 3 : File name change #

Total comments: 82

Patch Set 4 : Resolve Comments #

Total comments: 4

Patch Set 5 : Comment fix #

Total comments: 14

Patch Set 6 : Nit #

Patch Set 7 : Nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+596 lines, -1275 lines) Patch
M chrome/app/chromium_strings.grd View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 3 chunks +13 lines, -1 line 0 comments Download
M chrome/app/google_chrome_strings.grd View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 3 chunks +11 lines, -10 lines 0 comments Download
A + chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.h View 1 2 3 4 5 6 chunks +21 lines, -10 lines 0 comments Download
A + chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc View 1 2 3 4 5 16 chunks +159 lines, -91 lines 0 comments Download
A chrome/browser/ui/views/desktop_capture/desktop_media_picker_views_unittest.cc View 1 2 3 4 1 chunk +314 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/desktop_media_picker_views.h View 1 2 1 chunk +0 lines, -204 lines 0 comments Download
M chrome/browser/ui/views/desktop_media_picker_views.cc View 1 2 1 chunk +0 lines, -672 lines 0 comments Download
A + chrome/browser/ui/views/desktop_media_picker_views_deprecated.h View 1 2 3 3 chunks +9 lines, -3 lines 0 comments Download
A + chrome/browser/ui/views/desktop_media_picker_views_deprecated.cc View 1 2 3 7 chunks +17 lines, -20 lines 0 comments Download
A + chrome/browser/ui/views/desktop_media_picker_views_deprecated_unittest.cc View 1 2 3 11 chunks +30 lines, -30 lines 0 comments Download
M chrome/browser/ui/views/desktop_media_picker_views_unittest.cc View 1 1 chunk +0 lines, -231 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M extensions/common/switches.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/switches.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 29 (12 generated)
qiangchen
Hi, all Can you take a look at this CL, we are doing the new ...
4 years, 7 months ago (2016-05-02 18:25:20 UTC) #7
Ken Rockot(use gerrit already)
https://codereview.chromium.org/1932413002/diff/80001/extensions/common/switches.h File extensions/common/switches.h (right): https://codereview.chromium.org/1932413002/diff/80001/extensions/common/switches.h#newcode17 extensions/common/switches.h:17: extern const char kDisableDesktopPickerNewUI[]; Please make this name more ...
4 years, 7 months ago (2016-05-02 19:01:54 UTC) #8
qiangchen
Fixed the flag name. isherman@, can you take a look at the histograms.xml change. I ...
4 years, 7 months ago (2016-05-02 21:01:38 UTC) #11
Ken Rockot(use gerrit already)
//extensions lgtm
4 years, 7 months ago (2016-05-02 21:04:04 UTC) #12
msw
https://codereview.chromium.org/1932413002/diff/120001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1932413002/diff/120001/chrome/app/generated_resources.grd#newcode13616 chrome/app/generated_resources.grd:13616: + Your Entire Window "Your Entire Window" means the ...
4 years, 7 months ago (2016-05-02 23:49:59 UTC) #13
Ilya Sherman
histograms.xml lgtm
4 years, 7 months ago (2016-05-03 01:30:26 UTC) #14
qiangchen
Fixed. Thank you very much for reviewing. https://codereview.chromium.org/1932413002/diff/120001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1932413002/diff/120001/chrome/app/generated_resources.grd#newcode13616 chrome/app/generated_resources.grd:13616: + Your ...
4 years, 7 months ago (2016-05-05 22:17:55 UTC) #15
msw
https://codereview.chromium.org/1932413002/diff/120001/chrome/app/google_chrome_strings.grd File chrome/app/google_chrome_strings.grd (right): https://codereview.chromium.org/1932413002/diff/120001/chrome/app/google_chrome_strings.grd#newcode1130 chrome/app/google_chrome_strings.grd:1130: Chromium Tab On 2016/05/05 22:17:53, qiangchenC wrote: > On ...
4 years, 7 months ago (2016-05-05 22:59:49 UTC) #16
qiangchen
fixed and replied https://codereview.chromium.org/1932413002/diff/120001/chrome/app/google_chrome_strings.grd File chrome/app/google_chrome_strings.grd (right): https://codereview.chromium.org/1932413002/diff/120001/chrome/app/google_chrome_strings.grd#newcode1130 chrome/app/google_chrome_strings.grd:1130: Chromium Tab On 2016/05/05 22:59:49, msw ...
4 years, 7 months ago (2016-05-05 23:36:27 UTC) #17
msw
lgtm with nits https://codereview.chromium.org/1932413002/diff/160001/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc File chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc (right): https://codereview.chromium.org/1932413002/diff/160001/chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc#newcode412 chrome/browser/ui/views/desktop_capture/desktop_media_picker_views.cc:412: app_name_(app_name), nit: |app_name_| is no longer ...
4 years, 7 months ago (2016-05-05 23:56:10 UTC) #18
qiangchen
app_name is still in use in the label description, but app_name_ can be remove. To ...
4 years, 7 months ago (2016-05-06 18:38:36 UTC) #19
qiangchen
app_name is still in use in the label description, but app_name_ can be remove. To ...
4 years, 7 months ago (2016-05-06 18:38:39 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1932413002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1932413002/200001
4 years, 7 months ago (2016-05-06 19:18:54 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:200001)
4 years, 7 months ago (2016-05-06 20:29:55 UTC) #25
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/59c1931d98600ca11a4a11f0ee7169bdc6325bda Cr-Commit-Position: refs/heads/master@{#392138}
4 years, 7 months ago (2016-05-06 20:32:21 UTC) #27
Nico
This broke DesktopMediaPickerViewsDeprecatedTest on various main waterfall debug bots (e.g. https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/48469/steps/unit_tests%20on%20Windows-7-SP1/logs/DesktopMediaPickerViewsDeprecatedTest.CancelButtonAlwaysEnabled) [4208:2052:0506/162201:4424718:FATAL:l10n_util.cc(712)] Check failed: std::string::npos ...
4 years, 7 months ago (2016-05-07 14:11:06 UTC) #28
Nico
4 years, 7 months ago (2016-05-07 14:25:47 UTC) #29
Message was sent while issue was closed.
Manually created a revert here: https://codereview.chromium.org/1957063002/

Powered by Google App Engine
This is Rietveld 408576698