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

Issue 2398543003: Move Android view based ColorPicker from ui/ to components/ (Closed)

Created:
4 years, 2 months ago by wychen
Modified:
4 years, 1 month ago
Reviewers:
Ted C, boliu, blundell
CC:
chromium-reviews, jam, darin-cc_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move Android view based ColorPicker from ui/ to components/ BUG=651988 Committed: https://crrev.com/b387f6562f8dd96fb410bfee6efa0ce720a0b27c Cr-Commit-Position: refs/heads/master@{#431088}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : move to components/ instead #

Total comments: 3

Patch Set 4 : no (c) #

Total comments: 2

Patch Set 5 : add owners #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -1091 lines) Patch
M components/OWNERS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/components_strings.grd View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M components/web_contents_delegate_android/BUILD.gn View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
A + components/web_contents_delegate_android/android/java/res/drawable-hdpi/color_picker_advanced_select_handle.png View 1 2 Binary file 0 comments Download
A + components/web_contents_delegate_android/android/java/res/drawable-mdpi/color_picker_advanced_select_handle.png View 1 2 Binary file 0 comments Download
A + components/web_contents_delegate_android/android/java/res/drawable-xhdpi/color_picker_advanced_select_handle.png View 1 2 Binary file 0 comments Download
A + components/web_contents_delegate_android/android/java/res/drawable/color_button_background.xml View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/web_contents_delegate_android/android/java/res/drawable/color_picker_border.xml View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/web_contents_delegate_android/android/java/res/layout/color_picker_advanced_component.xml View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/web_contents_delegate_android/android/java/res/layout/color_picker_dialog_content.xml View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + components/web_contents_delegate_android/android/java/res/layout/color_picker_dialog_title.xml View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/web_contents_delegate_android/android/java/res/values/colors.xml View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
A components/web_contents_delegate_android/android/java/res/values/dimens.xml View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorChooserAndroid.java View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
A + components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorPickerAdvanced.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorPickerAdvancedComponent.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorPickerDialog.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorPickerMoreButton.java View 1 2 1 chunk +2 lines, -1 line 0 comments Download
A + components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorPickerSimple.java View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorSuggestion.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/ColorSuggestionListAdapter.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/OnColorChangedListener.java View 1 2 1 chunk +1 line, -1 line 0 comments Download
A components/web_contents_delegate_android_strings.grdp View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
M ui/android/BUILD.gn View 1 1 chunk +0 lines, -8 lines 0 comments Download
D ui/android/java/res/drawable-hdpi/color_picker_advanced_select_handle.png View 1 2 Binary file 0 comments Download
D ui/android/java/res/drawable-mdpi/color_picker_advanced_select_handle.png View 1 2 Binary file 0 comments Download
D ui/android/java/res/drawable-xhdpi/color_picker_advanced_select_handle.png View 1 2 Binary file 0 comments Download
D ui/android/java/res/drawable/color_button_background.xml View 1 chunk +0 lines, -36 lines 0 comments Download
D ui/android/java/res/drawable/color_picker_border.xml View 1 chunk +0 lines, -12 lines 0 comments Download
D ui/android/java/res/layout/color_picker_advanced_component.xml View 1 chunk +0 lines, -46 lines 0 comments Download
D ui/android/java/res/layout/color_picker_dialog_content.xml View 1 chunk +0 lines, -51 lines 0 comments Download
D ui/android/java/res/layout/color_picker_dialog_title.xml View 1 chunk +0 lines, -41 lines 0 comments Download
M ui/android/java/res/values/colors.xml View 1 chunk +0 lines, -2 lines 0 comments Download
M ui/android/java/res/values/dimens.xml View 1 1 chunk +0 lines, -7 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/ColorPickerAdvanced.java View 1 chunk +0 lines, -250 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/ColorPickerAdvancedComponent.java View 1 chunk +0 lines, -87 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/ColorPickerDialog.java View 1 chunk +0 lines, -165 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/ColorPickerMoreButton.java View 1 chunk +0 lines, -55 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/ColorPickerSimple.java View 1 chunk +0 lines, -86 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/ColorSuggestion.java View 1 chunk +0 lines, -24 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/ColorSuggestionListAdapter.java View 1 chunk +0 lines, -142 lines 0 comments Download
D ui/android/java/src/org/chromium/ui/OnColorChangedListener.java View 1 chunk +0 lines, -18 lines 0 comments Download
M ui/android/java/strings/android_ui_strings.grd View 1 2 1 chunk +0 lines, -47 lines 0 comments Download

Messages

Total messages: 31 (16 generated)
wychen
PTAL
4 years, 2 months ago (2016-10-05 07:20:43 UTC) #2
Ted C
+boliu for the web_contents_delegate_android discussion In general this seems reasonable to me, but we should ...
4 years, 2 months ago (2016-10-06 18:16:14 UTC) #8
boliu
On 2016/10/06 18:16:14, Ted C wrote: > @boliu, what is the history of web_contents_delegate_android? Why ...
4 years, 2 months ago (2016-10-06 18:37:31 UTC) #9
Ted C
On 2016/10/06 18:37:31, boliu wrote: > On 2016/10/06 18:16:14, Ted C wrote: > > @boliu, ...
4 years, 2 months ago (2016-10-06 20:37:14 UTC) #10
boliu
On 2016/10/06 20:37:14, Ted C wrote: > Does chromecast depend on any java based UI ...
4 years, 2 months ago (2016-10-06 20:41:16 UTC) #11
Ted C
On 2016/10/06 20:41:16, boliu wrote: > On 2016/10/06 20:37:14, Ted C wrote: > > Does ...
4 years, 2 months ago (2016-10-06 22:45:27 UTC) #12
wychen
On 2016/10/06 22:45:27, Ted C wrote: > On 2016/10/06 20:41:16, boliu wrote: > > On ...
4 years, 1 month ago (2016-11-06 00:41:20 UTC) #18
Ted C
lgtm! thanks https://codereview.chromium.org/2398543003/diff/40001/components/web_contents_delegate_android/android/java/res/values/dimens.xml File components/web_contents_delegate_android/android/java/res/values/dimens.xml (right): https://codereview.chromium.org/2398543003/diff/40001/components/web_contents_delegate_android/android/java/res/values/dimens.xml#newcode2 components/web_contents_delegate_android/android/java/res/values/dimens.xml:2: <!-- Copyright (c) 2016 The Chromium Authors. ...
4 years, 1 month ago (2016-11-08 17:02:38 UTC) #19
wychen
blundell@, could you take a look at the strings in components? Thanks! https://codereview.chromium.org/2398543003/diff/40001/components/web_contents_delegate_android/android/java/res/values/dimens.xml File components/web_contents_delegate_android/android/java/res/values/dimens.xml ...
4 years, 1 month ago (2016-11-08 21:20:33 UTC) #21
Ted C
https://codereview.chromium.org/2398543003/diff/40001/components/web_contents_delegate_android/android/java/res/values/dimens.xml File components/web_contents_delegate_android/android/java/res/values/dimens.xml (right): https://codereview.chromium.org/2398543003/diff/40001/components/web_contents_delegate_android/android/java/res/values/dimens.xml#newcode2 components/web_contents_delegate_android/android/java/res/values/dimens.xml:2: <!-- Copyright (c) 2016 The Chromium Authors. All rights ...
4 years, 1 month ago (2016-11-08 21:35:16 UTC) #22
blundell
//components lgtm https://codereview.chromium.org/2398543003/diff/60001/components/web_contents_delegate_android_strings.grdp File components/web_contents_delegate_android_strings.grdp (right): https://codereview.chromium.org/2398543003/diff/60001/components/web_contents_delegate_android_strings.grdp#newcode1 components/web_contents_delegate_android_strings.grdp:1: <?xml version="1.0" encoding="utf-8"?> Add tcomponents/web_contents_delegate_android/OWNERS as per-file ...
4 years, 1 month ago (2016-11-09 10:29:56 UTC) #23
wychen
https://codereview.chromium.org/2398543003/diff/60001/components/web_contents_delegate_android_strings.grdp File components/web_contents_delegate_android_strings.grdp (right): https://codereview.chromium.org/2398543003/diff/60001/components/web_contents_delegate_android_strings.grdp#newcode1 components/web_contents_delegate_android_strings.grdp:1: <?xml version="1.0" encoding="utf-8"?> On 2016/11/09 10:29:56, blundell wrote: > ...
4 years, 1 month ago (2016-11-09 22:38:14 UTC) #24
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/2398543003/80001
4 years, 1 month ago (2016-11-09 22:38:47 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-11-10 00:05:01 UTC) #29
commit-bot: I haz the power
4 years, 1 month ago (2016-11-10 00:20:14 UTC) #31
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b387f6562f8dd96fb410bfee6efa0ce720a0b27c
Cr-Commit-Position: refs/heads/master@{#431088}

Powered by Google App Engine
This is Rietveld 408576698