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

Issue 9203001: Implement input type=color UI (Closed)

Created:
8 years, 11 months ago by keishi
Modified:
8 years, 9 months ago
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, brettw-cc_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : fixed bug #

Patch Set 3 : fixed flag #

Patch Set 4 : Removed ENABLE_INPUT_COLOR flag #

Patch Set 5 : renamed method #

Total comments: 15

Patch Set 6 : removed OS ifdef and consolidated patches for all ports #

Patch Set 7 : removed argument for endColorChooser #

Patch Set 8 : fixed comment #

Total comments: 13

Patch Set 9 : fixed issues/removed color_select_helper/added color_chooser_id #

Total comments: 71

Patch Set 10 : Fixed issues #

Total comments: 47

Patch Set 11 : fixed #

Patch Set 12 : added content::ColorChooser #

Total comments: 7

Patch Set 13 : fixed #

Total comments: 57

Patch Set 14 : fixed #

Total comments: 32

Patch Set 15 : fixed #

Total comments: 8

Patch Set 16 : fixed mac nits #

Total comments: 10

Patch Set 17 : fixed nits #

Total comments: 2

Patch Set 18 : fixed #

Patch Set 19 : rebased #

Total comments: 4

Patch Set 20 : fixed nits #

Patch Set 21 : Added stubs for android and aura #

Total comments: 4

Patch Set 22 : use g_object_get #

Patch Set 23 : rebased #

Patch Set 24 : had to add init TabContent::color_chooser_ #

Patch Set 25 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1091 lines, -179 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/color_chooser_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/browser/ui/base_shell_dialog.h View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +23 lines, -0 lines 0 comments Download
A chrome/browser/ui/cocoa/color_chooser_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +138 lines, -0 lines 0 comments Download
A chrome/browser/ui/gtk/color_chooser_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +114 lines, -0 lines 0 comments Download
M chrome/browser/ui/select_file_dialog.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +1 line, -15 lines 0 comments Download
A chrome/browser/ui/views/ash/color_chooser_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/base_shell_dialog_win.h View 1 2 3 4 5 6 7 8 9 1 chunk +93 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/base_shell_dialog_win.cc View 1 2 3 4 5 6 7 8 9 1 chunk +104 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/color_chooser_dialog.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/color_chooser_dialog.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +81 lines, -0 lines 0 comments Download
A chrome/browser/ui/views/color_chooser_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +71 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/select_file_dialog_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +1 line, -163 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 8 chunks +14 lines, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 4 chunks +12 lines, -0 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 6 chunks +42 lines, -1 line 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +19 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +1 line, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -0 lines 0 comments Download
A content/public/browser/color_chooser.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +47 lines, -0 lines 0 comments Download
M content/public/browser/web_contents.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +8 lines, -0 lines 0 comments Download
M content/public/browser/web_contents_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +9 lines, -0 lines 0 comments Download
M content/public/browser/web_contents_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +6 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +3 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +10 lines, -0 lines 0 comments Download
A content/renderer/renderer_webcolorchooser_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +50 lines, -0 lines 0 comments Download
A content/renderer/renderer_webcolorchooser_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +70 lines, -0 lines 0 comments Download
M skia/ext/skia_utils_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +5 lines, -0 lines 0 comments Download
M skia/ext/skia_utils_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 69 (0 generated)
keishi
This patch implements the common part for the color chooser.
8 years, 11 months ago (2012-01-16 02:23:46 UTC) #1
brettw
You added 5 reviewers, please specify who you would like to review what.
8 years, 11 months ago (2012-01-16 02:50:40 UTC) #2
keishi
On 2012/01/16 02:50:40, brettw wrote: > You added 5 reviewers, please specify who you would ...
8 years, 11 months ago (2012-01-16 03:29:00 UTC) #3
Avi (use Gerrit)
I'm on vacation; you will want to pick a different reviewer. John can do content; ...
8 years, 11 months ago (2012-01-16 03:41:29 UTC) #4
Peter Kasting
On 2012/01/16 03:29:00, keishi1 wrote: > On 2012/01/16 02:50:40, brettw wrote: > > You added ...
8 years, 11 months ago (2012-01-16 20:19:22 UTC) #5
keishi
On 2012/01/16 20:19:22, Peter Kasting wrote: > Normally just one reviewer is assigned to any ...
8 years, 11 months ago (2012-01-17 06:47:26 UTC) #6
keishi
I drew a diagram of how the color chooser will work. https://docs.google.com/open?id=0BwRi59l_ri74MzRjOTIzMzUtZDRlYy00NTY5LWEyNjAtNGVkNDZmZjFiOWJj
8 years, 11 months ago (2012-01-17 06:48:33 UTC) #7
jam
http://codereview.chromium.org/9203001/diff/13001/chrome/browser/color_select_observer.cc File chrome/browser/color_select_observer.cc (right): http://codereview.chromium.org/9203001/diff/13001/chrome/browser/color_select_observer.cc#newcode11 chrome/browser/color_select_observer.cc:11: #include "content/common/view_messages.h" chrome can't include view_messages.h, since that's an ...
8 years, 11 months ago (2012-01-17 06:49:55 UTC) #8
Ben Goodger (Google)
http://codereview.chromium.org/9203001/diff/13001/chrome/browser/color_select_observer.h File chrome/browser/color_select_observer.h (right): http://codereview.chromium.org/9203001/diff/13001/chrome/browser/color_select_observer.h#newcode12 chrome/browser/color_select_observer.h:12: #include "chrome/browser/ui/color_chooser_dialog.h" Where is this file? For that matter, ...
8 years, 11 months ago (2012-01-17 16:29:08 UTC) #9
Peter Kasting
http://codereview.chromium.org/9203001/diff/13001/chrome/browser/color_select_observer.cc File chrome/browser/color_select_observer.cc (right): http://codereview.chromium.org/9203001/diff/13001/chrome/browser/color_select_observer.cc#newcode36 chrome/browser/color_select_observer.cc:36: #if defined(OS_WIN) As Ben noted, we shouldn't have bunches ...
8 years, 11 months ago (2012-01-17 20:53:10 UTC) #10
keishi
http://codereview.chromium.org/9203001/diff/13001/chrome/browser/color_select_observer.cc File chrome/browser/color_select_observer.cc (right): http://codereview.chromium.org/9203001/diff/13001/chrome/browser/color_select_observer.cc#newcode11 chrome/browser/color_select_observer.cc:11: #include "content/common/view_messages.h" On 2012/01/17 06:49:55, John Abd-El-Malek wrote: > ...
8 years, 11 months ago (2012-01-27 04:34:08 UTC) #11
Peter Kasting
Can you say who is reviewing what at this point? Make sure you also have ...
8 years, 11 months ago (2012-01-27 17:48:49 UTC) #12
jam
(just looked at content) http://codereview.chromium.org/9203001/diff/22034/content/browser/renderer_host/render_view_host.cc File content/browser/renderer_host/render_view_host.cc (right): http://codereview.chromium.org/9203001/diff/22034/content/browser/renderer_host/render_view_host.cc#newcode758 content/browser/renderer_host/render_view_host.cc:758: IPC_MESSAGE_HANDLER(ViewHostMsg_OpenColorChooser, OnOpenColorChooser) there's no need ...
8 years, 11 months ago (2012-01-27 18:13:40 UTC) #13
Peter Kasting
http://codereview.chromium.org/9203001/diff/22034/chrome/browser/ui/color_chooser.h File chrome/browser/ui/color_chooser.h (right): http://codereview.chromium.org/9203001/diff/22034/chrome/browser/ui/color_chooser.h#newcode21 chrome/browser/ui/color_chooser.h:21: virtual void DidChooseColor(WebKit::WebColor color) = 0; Don't use WebKit:: ...
8 years, 11 months ago (2012-01-27 18:27:15 UTC) #14
keishi
I would like to request reviews for these files from the following reviewers. # pkasting@chromium.org ...
8 years, 10 months ago (2012-02-06 15:01:57 UTC) #15
Evan Stade
http://codereview.chromium.org/9203001/diff/28001/chrome/browser/ui/gtk/color_chooser_gtk.cc File chrome/browser/ui/gtk/color_chooser_gtk.cc (right): http://codereview.chromium.org/9203001/diff/28001/chrome/browser/ui/gtk/color_chooser_gtk.cc#newcode23 chrome/browser/ui/gtk/color_chooser_gtk.cc:23: virtual void Open(SkColor initial_color); shouldn't these have OVERRIDE http://codereview.chromium.org/9203001/diff/28001/chrome/browser/ui/gtk/color_chooser_gtk.cc#newcode31 ...
8 years, 10 months ago (2012-02-06 21:16:25 UTC) #16
Peter Kasting
I'm not sure what the IDs are used for precisely, so I'm hoping John can ...
8 years, 10 months ago (2012-02-07 01:46:23 UTC) #17
jam
http://codereview.chromium.org/9203001/diff/22034/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): http://codereview.chromium.org/9203001/diff/22034/content/renderer/render_view_impl.cc#newcode1623 content/renderer/render_view_impl.cc:1623: void RenderViewImpl::endColorChooser() { On 2012/02/06 15:01:57, keishi1 wrote: > ...
8 years, 10 months ago (2012-02-07 02:51:46 UTC) #18
keishi
> Why do we need to plumb an explicit "the dialog closed" message back through ...
8 years, 10 months ago (2012-02-17 11:31:05 UTC) #19
keishi
Here is the updated list of review requests. # estade@chromium.org chrome/app/generated_resources.grd chrome/browser/ui/gtk/color_chooser_gtk.cc # thakis@chromium.org chrome/browser/ui/cocoa/color_chooser_mac.mm ...
8 years, 10 months ago (2012-02-21 19:13:12 UTC) #20
Nico
Looks like there's no tests for this? http://codereview.chromium.org/9203001/diff/39001/chrome/browser/ui/cocoa/color_chooser_mac.mm File chrome/browser/ui/cocoa/color_chooser_mac.mm (right): http://codereview.chromium.org/9203001/diff/39001/chrome/browser/ui/cocoa/color_chooser_mac.mm#newcode27 chrome/browser/ui/cocoa/color_chooser_mac.mm:27: // Called ...
8 years, 10 months ago (2012-02-21 19:40:17 UTC) #21
Evan Stade
http://codereview.chromium.org/9203001/diff/39001/chrome/browser/ui/color_chooser.h File chrome/browser/ui/color_chooser.h (right): http://codereview.chromium.org/9203001/diff/39001/chrome/browser/ui/color_chooser.h#newcode22 chrome/browser/ui/color_chooser.h:22: virtual int identifier() const = 0; these two should ...
8 years, 10 months ago (2012-02-21 20:16:54 UTC) #22
jam
http://codereview.chromium.org/9203001/diff/39001/chrome/browser/ui/browser.h File chrome/browser/ui/browser.h (right): http://codereview.chromium.org/9203001/diff/39001/chrome/browser/ui/browser.h#newcode1463 chrome/browser/ui/browser.h:1463: scoped_ptr<ColorChooser> color_chooser_; it doesn't look like this gets destroyed ...
8 years, 10 months ago (2012-02-22 02:55:20 UTC) #23
keishi
> Looks like there's no tests for this? I'll try to include some tests in ...
8 years, 10 months ago (2012-02-24 14:38:54 UTC) #24
jam
http://codereview.chromium.org/9203001/diff/39001/content/public/browser/web_contents_delegate.h File content/public/browser/web_contents_delegate.h (right): http://codereview.chromium.org/9203001/diff/39001/content/public/browser/web_contents_delegate.h#newcode317 content/public/browser/web_contents_delegate.h:317: virtual void EndColorChooser(WebContents* tab, int color_chooser_id) {} On 2012/02/24 ...
8 years, 10 months ago (2012-02-24 21:41:17 UTC) #25
keishi
On 2012/02/24 21:41:17, John Abd-El-Malek wrote: > > No, it's for another race condition. But ...
8 years, 10 months ago (2012-02-26 10:54:47 UTC) #26
jam
On 2012/02/26 10:54:47, keishi1 wrote: > On 2012/02/24 21:41:17, John Abd-El-Malek wrote: > > > ...
8 years, 10 months ago (2012-02-27 04:41:31 UTC) #27
keishi
> Yep there's only one IPC channel between the browser and each renderer process Okay. ...
8 years, 10 months ago (2012-02-27 13:18:00 UTC) #28
Nico
Mac bits look fine. http://codereview.chromium.org/9203001/diff/39001/chrome/browser/ui/cocoa/color_chooser_mac.mm File chrome/browser/ui/cocoa/color_chooser_mac.mm (right): http://codereview.chromium.org/9203001/diff/39001/chrome/browser/ui/cocoa/color_chooser_mac.mm#newcode115 chrome/browser/ui/cocoa/color_chooser_mac.mm:115: [panel setAction:@selector(didChooseColor:)]; On 2012/02/24 14:38:54, ...
8 years, 10 months ago (2012-02-27 17:48:58 UTC) #29
jam
http://codereview.chromium.org/9203001/diff/51001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/9203001/diff/51001/chrome/browser/ui/browser.cc#newcode4129 chrome/browser/ui/browser.cc:4129: return NULL; I don't think this condition can happen? ...
8 years, 10 months ago (2012-02-27 22:06:24 UTC) #30
keishi
http://codereview.chromium.org/9203001/diff/51001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/9203001/diff/51001/chrome/browser/ui/browser.cc#newcode4129 chrome/browser/ui/browser.cc:4129: return NULL; On 2012/02/27 22:06:25, John Abd-El-Malek wrote: > ...
8 years, 9 months ago (2012-02-28 11:27:45 UTC) #31
jam
content lgtm, thanks for your patience :)
8 years, 9 months ago (2012-02-28 16:02:44 UTC) #32
Robert Sesek
http://codereview.chromium.org/9203001/diff/59002/chrome/browser/ui/cocoa/color_chooser_mac.mm File chrome/browser/ui/cocoa/color_chooser_mac.mm (right): http://codereview.chromium.org/9203001/diff/59002/chrome/browser/ui/cocoa/color_chooser_mac.mm#newcode19 chrome/browser/ui/cocoa/color_chooser_mac.mm:19: @interface ColorPanelBridge : NSObject<NSWindowDelegate> { @private http://codereview.chromium.org/9203001/diff/59002/chrome/browser/ui/cocoa/color_chooser_mac.mm#newcode19 chrome/browser/ui/cocoa/color_chooser_mac.mm:19: @interface ...
8 years, 9 months ago (2012-02-28 16:22:09 UTC) #33
Peter Kasting
http://codereview.chromium.org/9203001/diff/59002/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/9203001/diff/59002/chrome/browser/ui/browser.cc#newcode4129 chrome/browser/ui/browser.cc:4129: tab, Nit: Go ahead and put this arg on ...
8 years, 9 months ago (2012-02-29 01:40:07 UTC) #34
keishi
http://codereview.chromium.org/9203001/diff/59002/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/9203001/diff/59002/chrome/browser/ui/browser.cc#newcode4129 chrome/browser/ui/browser.cc:4129: tab, On 2012/02/29 01:40:07, Peter Kasting wrote: > Nit: ...
8 years, 9 months ago (2012-02-29 13:05:22 UTC) #35
keishi
Hi, estade. Could you review the gtk part again. chrome/app/generated_resources.grd chrome/browser/ui/gtk/color_chooser_gtk.cc
8 years, 9 months ago (2012-03-01 14:10:35 UTC) #36
Peter Kasting
I'm concerned about the interaction on Windows between "can only have one color chooser for ...
8 years, 9 months ago (2012-03-01 20:44:18 UTC) #37
keishi
> I'm concerned about the interaction on Windows between "can only have one color > ...
8 years, 9 months ago (2012-03-02 06:12:13 UTC) #38
Peter Kasting
On 2012/03/02 06:12:13, keishi1 wrote: > SelectFileDialog solves this by keeping a queue inside RenderViewImpl. ...
8 years, 9 months ago (2012-03-02 17:36:04 UTC) #39
Peter Kasting
On 2012/03/02 17:36:04, Peter Kasting wrote: > On 2012/03/02 06:12:13, keishi1 wrote: > > SelectFileDialog ...
8 years, 9 months ago (2012-03-02 17:37:08 UTC) #40
keishi
On 2012/03/02 17:37:08, Peter Kasting wrote: > On 2012/03/02 17:36:04, Peter Kasting wrote: > > ...
8 years, 9 months ago (2012-03-05 12:33:17 UTC) #41
Peter Kasting
On 2012/03/05 12:33:17, keishi1 wrote: > As I explained in these slides > https://docs.google.com/presentation/d/1qDtKr8RB3xgOTJWAlaehOjxo-tTZuR8fbqNb6-3FxI8/edit > ...
8 years, 9 months ago (2012-03-05 22:08:49 UTC) #42
Nico
Having a single modeless color picker is extremely common ux on mac.
8 years, 9 months ago (2012-03-05 22:25:40 UTC) #43
Peter Kasting
On 2012/03/05 22:25:40, Nico wrote: > Having a single modeless color picker is extremely common ...
8 years, 9 months ago (2012-03-05 22:29:48 UTC) #44
Nico
It depends. Save is usually window modal (though we'd like to make it tab modal ...
8 years, 9 months ago (2012-03-05 22:35:56 UTC) #45
Robert Sesek
http://codereview.chromium.org/9203001/diff/77001/chrome/browser/ui/cocoa/color_chooser_mac.mm File chrome/browser/ui/cocoa/color_chooser_mac.mm (right): http://codereview.chromium.org/9203001/diff/77001/chrome/browser/ui/cocoa/color_chooser_mac.mm#newcode13 chrome/browser/ui/cocoa/color_chooser_mac.mm:13: #import <Cocoa/Cocoa.h> nit: this goes after the .h and ...
8 years, 9 months ago (2012-03-05 22:39:20 UTC) #46
keishi
On 2012/03/05 22:08:49, Peter Kasting wrote: > On 2012/03/05 12:33:17, keishi1 wrote: > > As ...
8 years, 9 months ago (2012-03-06 00:21:40 UTC) #47
keishi
http://codereview.chromium.org/9203001/diff/77001/chrome/browser/ui/cocoa/color_chooser_mac.mm File chrome/browser/ui/cocoa/color_chooser_mac.mm (right): http://codereview.chromium.org/9203001/diff/77001/chrome/browser/ui/cocoa/color_chooser_mac.mm#newcode13 chrome/browser/ui/cocoa/color_chooser_mac.mm:13: #import <Cocoa/Cocoa.h> On 2012/03/05 22:39:20, rsesek wrote: > nit: ...
8 years, 9 months ago (2012-03-06 03:26:37 UTC) #48
Peter Kasting
http://codereview.chromium.org/9203001/diff/84002/chrome/browser/ui/views/color_chooser_dialog.cc File chrome/browser/ui/views/color_chooser_dialog.cc (right): http://codereview.chromium.org/9203001/diff/84002/chrome/browser/ui/views/color_chooser_dialog.cc#newcode62 chrome/browser/ui/views/color_chooser_dialog.cc:62: if (success) { Nit: Simpler: BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, base::Bind(&ColorChooserDialog::DidChooseColor, this, ...
8 years, 9 months ago (2012-03-09 00:45:53 UTC) #49
keishi
http://codereview.chromium.org/9203001/diff/84002/chrome/browser/ui/views/color_chooser_dialog.cc File chrome/browser/ui/views/color_chooser_dialog.cc (right): http://codereview.chromium.org/9203001/diff/84002/chrome/browser/ui/views/color_chooser_dialog.cc#newcode62 chrome/browser/ui/views/color_chooser_dialog.cc:62: if (success) { On 2012/03/09 00:45:53, Peter Kasting wrote: ...
8 years, 9 months ago (2012-03-09 01:52:58 UTC) #50
Peter Kasting
LGTM http://codereview.chromium.org/9203001/diff/92001/chrome/browser/ui/views/color_chooser_dialog.h File chrome/browser/ui/views/color_chooser_dialog.h (right): http://codereview.chromium.org/9203001/diff/92001/chrome/browser/ui/views/color_chooser_dialog.h#newcode46 chrome/browser/ui/views/color_chooser_dialog.h:46: // Shows the color chooser dialog modal to ...
8 years, 9 months ago (2012-03-09 02:17:43 UTC) #51
keishi
http://codereview.chromium.org/9203001/diff/92001/chrome/browser/ui/views/color_chooser_dialog.h File chrome/browser/ui/views/color_chooser_dialog.h (right): http://codereview.chromium.org/9203001/diff/92001/chrome/browser/ui/views/color_chooser_dialog.h#newcode46 chrome/browser/ui/views/color_chooser_dialog.h:46: // Shows the color chooser dialog modal to |owner| ...
8 years, 9 months ago (2012-03-09 02:30:09 UTC) #52
keishi
Hi thakis@ and estade@ Could you look at the patch again? I am still hoping ...
8 years, 9 months ago (2012-03-09 14:03:35 UTC) #53
Nico
Mac bits still look fine. Having a test would still be nice.
8 years, 9 months ago (2012-03-12 22:28:58 UTC) #54
Robert Sesek
lgtm % nits http://codereview.chromium.org/9203001/diff/99001/chrome/browser/ui/cocoa/color_chooser_mac.mm File chrome/browser/ui/cocoa/color_chooser_mac.mm (right): http://codereview.chromium.org/9203001/diff/99001/chrome/browser/ui/cocoa/color_chooser_mac.mm#newcode24 chrome/browser/ui/cocoa/color_chooser_mac.mm:24: ColorChooserMac* chooser_; // weak, owns this ...
8 years, 9 months ago (2012-03-13 03:03:58 UTC) #55
keishi
http://codereview.chromium.org/9203001/diff/99001/chrome/browser/ui/cocoa/color_chooser_mac.mm File chrome/browser/ui/cocoa/color_chooser_mac.mm (right): http://codereview.chromium.org/9203001/diff/99001/chrome/browser/ui/cocoa/color_chooser_mac.mm#newcode24 chrome/browser/ui/cocoa/color_chooser_mac.mm:24: ColorChooserMac* chooser_; // weak, owns this On 2012/03/13 03:03:58, ...
8 years, 9 months ago (2012-03-13 07:32:12 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/9203001/106002
8 years, 9 months ago (2012-03-13 09:05:52 UTC) #57
commit-bot: I haz the power
Try job failure for 9203001-106002 (retry) on linux_chromeos for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-13 09:24:59 UTC) #58
keishi
Had to add stubs for android and aura. estade@ isn't responding so could evan@ take ...
8 years, 9 months ago (2012-03-13 12:23:30 UTC) #59
Yaron
On 2012/03/13 12:23:30, keishi1 wrote: > Had to add stubs for android and aura. > ...
8 years, 9 months ago (2012-03-13 13:15:41 UTC) #60
Elliot Glaysher
http://codereview.chromium.org/9203001/diff/108031/chrome/browser/ui/gtk/color_chooser_gtk.cc File chrome/browser/ui/gtk/color_chooser_gtk.cc (right): http://codereview.chromium.org/9203001/diff/108031/chrome/browser/ui/gtk/color_chooser_gtk.cc#newcode49 chrome/browser/ui/gtk/color_chooser_gtk.cc:49: g_signal_connect(G_OBJECT( You don't need these G_OBJECT casts; g_signal_connect takes ...
8 years, 9 months ago (2012-03-13 17:50:17 UTC) #61
keishi
http://codereview.chromium.org/9203001/diff/108031/chrome/browser/ui/gtk/color_chooser_gtk.cc File chrome/browser/ui/gtk/color_chooser_gtk.cc (right): http://codereview.chromium.org/9203001/diff/108031/chrome/browser/ui/gtk/color_chooser_gtk.cc#newcode49 chrome/browser/ui/gtk/color_chooser_gtk.cc:49: g_signal_connect(G_OBJECT( On 2012/03/13 17:50:17, Elliot Glaysher wrote: > You ...
8 years, 9 months ago (2012-03-14 04:26:44 UTC) #62
Elliot Glaysher
thank you. lgtm.
8 years, 9 months ago (2012-03-14 17:11:35 UTC) #63
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/9203001/110001
8 years, 9 months ago (2012-03-15 01:47:34 UTC) #64
commit-bot: I haz the power
Can't apply patch for file chrome/browser/ui/select_file_dialog.h. While running patch -p1 --forward --force; patching file chrome/browser/ui/select_file_dialog.h ...
8 years, 9 months ago (2012-03-15 01:47:42 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/9203001/110004
8 years, 9 months ago (2012-03-15 02:12:30 UTC) #66
commit-bot: I haz the power
Try job failure for 9203001-110004 (retry) on linux_rel for steps "ui_tests, browser_tests, unit_tests, content_unittests". It's ...
8 years, 9 months ago (2012-03-15 04:33:51 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/9203001/113006
8 years, 9 months ago (2012-03-15 09:02:48 UTC) #68
commit-bot: I haz the power
8 years, 9 months ago (2012-03-15 12:39:56 UTC) #69
Change committed as 126889

Powered by Google App Engine
This is Rietveld 408576698