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

Issue 10448110: Adds monitor ICC profile support for win and mac (Closed)

Created:
8 years, 6 months ago by tpayne
Modified:
7 years, 9 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch-content_chromium.org, noel.gordon_gmail.com, sky, vandebo (ex-Chrome)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Adds monitor ICC profile support for win and mac BUG=143 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147361

Patch Set 1 #

Patch Set 2 : Add missing files, fix file locations for qcms.gyp #

Patch Set 3 : Fix windows compile #

Patch Set 4 : Fix Windows compile #

Total comments: 1

Patch Set 5 : Rebased, work in progress #

Patch Set 6 : Switched to using WebVector #

Patch Set 7 : Updated API #

Patch Set 8 : Cleanup #

Patch Set 9 : Added HWND and type to API #

Patch Set 10 : Fixed exit time destructors #

Patch Set 11 : Fix win/mac compile errors #

Patch Set 12 : Fix Windows lak #

Total comments: 16

Patch Set 13 : Rebased #

Patch Set 14 : Addressed comments #

Patch Set 15 : Missed one hwnd reference #

Patch Set 16 : Missed one hwnd reference #

Total comments: 10

Patch Set 17 : Addressed comments #

Patch Set 18 : Using file_util #

Patch Set 19 : Trying again... #

Total comments: 5

Patch Set 20 : Added comment #

Total comments: 6

Patch Set 21 : Addressed Comments #

Total comments: 2

Patch Set 22 : Renamed reply_msg to rofile #

Total comments: 3

Patch Set 23 : Fix reading length from small string #

Total comments: 33

Patch Set 24 : Addressed feedback #

Total comments: 10

Patch Set 25 : Addressed Comments #

Patch Set 26 : Removed parent_window from API, removed unused headers #

Patch Set 27 : One more unused header #

Total comments: 6

Patch Set 28 : Addressed comments. Don't double-correct when --enable-monitor-profile present. #

Patch Set 29 : Moved check for enable-monitor-profile to content #

Patch Set 30 : Cleanup bad merge #

Total comments: 9

Patch Set 31 : Addressed sky's comments #

Patch Set 32 : Fix win compile #

Patch Set 33 : Fix android build #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -0 lines) Patch
M content/browser/renderer_host/render_message_filter.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 25 2 chunks +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.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 25 26 27 28 29 30 5 chunks +23 lines, -0 lines 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 25 26 27 28 29 30 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_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 25 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_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 25 1 chunk +10 lines, -0 lines 0 comments Download
A ui/gfx/color_profile.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 25 26 27 28 29 30 1 chunk +23 lines, -0 lines 0 comments Download
A ui/gfx/color_profile.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 25 26 27 28 29 30 31 32 1 chunk +33 lines, -0 lines 0 comments Download
A ui/gfx/color_profile_mac.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 25 1 chunk +26 lines, -0 lines 1 comment Download
A ui/gfx/color_profile_win.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 25 26 27 28 29 30 31 1 chunk +35 lines, -0 lines 0 comments Download
M ui/ui.gyp 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 25 26 27 28 29 30 31 32 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 60 (0 generated)
Evan Stade
http://codereview.chromium.org/10448110/diff/5001/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/10448110/diff/5001/content/browser/renderer_host/render_message_filter.cc#newcode871 content/browser/renderer_host/render_message_filter.cc:871: void RenderMessageFilter::OnAsyncOpenFile(const IPC::Message& msg, here's an example of using ...
8 years, 6 months ago (2012-06-01 17:01:38 UTC) #1
tpayne
Ready for review
8 years, 6 months ago (2012-06-11 18:34:56 UTC) #2
Evan Stade
http://codereview.chromium.org/10448110/diff/21004/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/10448110/diff/21004/content/browser/renderer_host/render_message_filter.cc#newcode724 content/browser/renderer_host/render_message_filter.cc:724: gfx::NativeViewId parent_hwnd, hwnd... ew. Please call it something platform-agnostic. ...
8 years, 6 months ago (2012-06-12 00:48:24 UTC) #3
tpayne
http://codereview.chromium.org/10448110/diff/21004/content/common/view_messages.h File content/common/view_messages.h (right): http://codereview.chromium.org/10448110/diff/21004/content/common/view_messages.h#newcode754 content/common/view_messages.h:754: IPC_SYNC_MESSAGE_CONTROL2_1(ViewHostMsg_GetMonitorColorProfile, On 2012/06/12 00:48:24, Evan Stade wrote: > I ...
8 years, 6 months ago (2012-06-14 22:27:27 UTC) #4
abarth-chromium
> Adam, Tony, can one of you guys comment on whether this is a problem? ...
8 years, 6 months ago (2012-06-14 22:37:54 UTC) #5
tony
On 2012/06/14 22:27:27, tpayne wrote: > http://codereview.chromium.org/10448110/diff/21004/content/common/view_messages.h > File content/common/view_messages.h (right): > > http://codereview.chromium.org/10448110/diff/21004/content/common/view_messages.h#newcode754 > ...
8 years, 6 months ago (2012-06-14 22:49:14 UTC) #6
tony
On 2012/06/14 22:37:54, abarth wrote: > > Adam, Tony, can one of you guys comment ...
8 years, 6 months ago (2012-06-14 22:52:19 UTC) #7
tony
http://codereview.chromium.org/10448110/diff/21004/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/10448110/diff/21004/content/browser/renderer_host/render_message_filter.cc#newcode728 content/browser/renderer_host/render_message_filter.cc:728: gfx::ColorProfile::GetColorProfile(parent_hwnd, &profile); We probably want to cache this in ...
8 years, 6 months ago (2012-06-14 22:56:36 UTC) #8
tpayne
http://codereview.chromium.org/10448110/diff/21004/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/10448110/diff/21004/content/browser/renderer_host/render_message_filter.cc#newcode728 content/browser/renderer_host/render_message_filter.cc:728: gfx::ColorProfile::GetColorProfile(parent_hwnd, &profile); On 2012/06/14 22:56:36, tony wrote: > We ...
8 years, 6 months ago (2012-06-14 23:05:04 UTC) #9
tony
http://codereview.chromium.org/10448110/diff/21004/ui/gfx/color_profile.cc File ui/gfx/color_profile.cc (right): http://codereview.chromium.org/10448110/diff/21004/ui/gfx/color_profile.cc#newcode13 ui/gfx/color_profile.cc:13: *new std::map<gfx::NativeViewId, std::vector<char> >(); Nit: Can you use CR_DEFINE_STATIC_LOCAL?
8 years, 6 months ago (2012-06-14 23:18:09 UTC) #10
tpayne
http://codereview.chromium.org/10448110/diff/21004/ui/gfx/color_profile.cc File ui/gfx/color_profile.cc (right): http://codereview.chromium.org/10448110/diff/21004/ui/gfx/color_profile.cc#newcode13 ui/gfx/color_profile.cc:13: *new std::map<gfx::NativeViewId, std::vector<char> >(); On 2012/06/14 23:18:10, tony wrote: ...
8 years, 6 months ago (2012-06-14 23:19:09 UTC) #11
tpayne
http://codereview.chromium.org/10448110/diff/21004/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/10448110/diff/21004/content/browser/renderer_host/render_message_filter.cc#newcode724 content/browser/renderer_host/render_message_filter.cc:724: gfx::NativeViewId parent_hwnd, On 2012/06/12 00:48:24, Evan Stade wrote: > ...
8 years, 6 months ago (2012-06-19 17:51:15 UTC) #12
abarth-chromium
LGTM. Some questions/comments below. I don't need to see this again before it lands. Thanks! ...
8 years, 6 months ago (2012-06-19 20:36:48 UTC) #13
Evan Stade
http://codereview.chromium.org/10448110/diff/46001/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/46001/ui/gfx/color_profile_win.cc#newcode31 ui/gfx/color_profile_win.cc:31: std::vector<char>* profile) { On 2012/06/19 20:36:50, abarth wrote: > ...
8 years, 6 months ago (2012-06-19 21:08:56 UTC) #14
Evan Stade
http://codereview.chromium.org/10448110/diff/46001/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/46001/ui/gfx/color_profile_win.cc#newcode31 ui/gfx/color_profile_win.cc:31: std::vector<char>* profile) { On 2012/06/19 21:08:56, Evan Stade wrote: ...
8 years, 6 months ago (2012-06-19 21:32:37 UTC) #15
tpayne
I'll make the change to use file_util soon. http://codereview.chromium.org/10448110/diff/46001/content/renderer/renderer_webkitplatformsupport_impl.cc File content/renderer/renderer_webkitplatformsupport_impl.cc (right): http://codereview.chromium.org/10448110/diff/46001/content/renderer/renderer_webkitplatformsupport_impl.cc#newcode669 content/renderer/renderer_webkitplatformsupport_impl.cc:669: *toProfile ...
8 years, 6 months ago (2012-06-19 21:44:52 UTC) #16
tpayne
http://codereview.chromium.org/10448110/diff/46001/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/46001/ui/gfx/color_profile_win.cc#newcode31 ui/gfx/color_profile_win.cc:31: std::vector<char>* profile) { On 2012/06/19 20:36:50, abarth wrote: > ...
8 years, 6 months ago (2012-06-20 01:36:09 UTC) #17
Evan Stade
your latest patch upload failed (I can't view the diffs). Please try again.
8 years, 6 months ago (2012-06-20 02:09:12 UTC) #18
tpayne
On 2012/06/20 02:09:12, Evan Stade wrote: > your latest patch upload failed (I can't view ...
8 years, 6 months ago (2012-06-20 02:12:10 UTC) #19
Evan Stade
lgtm http://codereview.chromium.org/10448110/diff/33021/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/33021/ui/gfx/color_profile_win.cc#newcode18 ui/gfx/color_profile_win.cc:18: size_t ReadLengthFromString(const std::string& data) { comment this function ...
8 years, 6 months ago (2012-06-20 02:41:47 UTC) #20
tpayne
http://codereview.chromium.org/10448110/diff/33021/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/33021/ui/gfx/color_profile_win.cc#newcode18 ui/gfx/color_profile_win.cc:18: size_t ReadLengthFromString(const std::string& data) { On 2012/06/20 02:41:47, Evan ...
8 years, 6 months ago (2012-06-20 02:46:54 UTC) #21
Evan Stade
http://codereview.chromium.org/10448110/diff/33021/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/33021/ui/gfx/color_profile_win.cc#newcode45 ui/gfx/color_profile_win.cc:45: if (profileData.size() > MAX_PROFILE_LENGTH) On 2012/06/20 02:46:54, tpayne wrote: ...
8 years, 6 months ago (2012-06-20 02:56:58 UTC) #22
jam
http://codereview.chromium.org/10448110/diff/43003/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/10448110/diff/43003/content/browser/renderer_host/render_message_filter.cc#newcode394 content/browser/renderer_host/render_message_filter.cc:394: IPC_MESSAGE_HANDLER_DELAY_REPLY(ViewHostMsg_GetMonitorColorProfile, no need to use IPC_MESSAGE_HANDLER_DELAY_REPLY, that's only for ...
8 years, 6 months ago (2012-06-20 16:21:21 UTC) #23
tpayne
http://codereview.chromium.org/10448110/diff/43003/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/10448110/diff/43003/content/browser/renderer_host/render_message_filter.cc#newcode394 content/browser/renderer_host/render_message_filter.cc:394: IPC_MESSAGE_HANDLER_DELAY_REPLY(ViewHostMsg_GetMonitorColorProfile, On 2012/06/20 16:21:21, John Abd-El-Malek wrote: > no ...
8 years, 6 months ago (2012-06-20 16:39:03 UTC) #24
jam
lgtm http://codereview.chromium.org/10448110/diff/49002/content/browser/renderer_host/render_message_filter.h File content/browser/renderer_host/render_message_filter.h (right): http://codereview.chromium.org/10448110/diff/49002/content/browser/renderer_host/render_message_filter.h#newcode192 content/browser/renderer_host/render_message_filter.h:192: std::vector<char>* reply_msg); nit: reply_msg->profile
8 years, 6 months ago (2012-06-20 17:34:01 UTC) #25
tpayne
http://codereview.chromium.org/10448110/diff/49002/content/browser/renderer_host/render_message_filter.h File content/browser/renderer_host/render_message_filter.h (right): http://codereview.chromium.org/10448110/diff/49002/content/browser/renderer_host/render_message_filter.h#newcode192 content/browser/renderer_host/render_message_filter.h:192: std::vector<char>* reply_msg); On 2012/06/20 17:34:01, John Abd-El-Malek wrote: > ...
8 years, 6 months ago (2012-06-20 17:35:50 UTC) #26
Evan Stade
http://codereview.chromium.org/10448110/diff/31048/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/31048/ui/gfx/color_profile_win.cc#newcode23 ui/gfx/color_profile_win.cc:23: memcpy(&length, data.data(), sizeof(length)); this will be an error if ...
8 years, 6 months ago (2012-06-20 21:10:51 UTC) #27
Evan Stade
http://codereview.chromium.org/10448110/diff/31048/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/31048/ui/gfx/color_profile_win.cc#newcode23 ui/gfx/color_profile_win.cc:23: memcpy(&length, data.data(), sizeof(length)); On 2012/06/20 21:10:51, Evan Stade wrote: ...
8 years, 6 months ago (2012-06-20 21:11:30 UTC) #28
tpayne
http://codereview.chromium.org/10448110/diff/31048/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/31048/ui/gfx/color_profile_win.cc#newcode23 ui/gfx/color_profile_win.cc:23: memcpy(&length, data.data(), sizeof(length)); On 2012/06/20 21:11:30, Evan Stade wrote: ...
8 years, 6 months ago (2012-06-20 21:45:26 UTC) #29
Evan Stade
lgtm
8 years, 6 months ago (2012-06-20 21:47:11 UTC) #30
tpayne
Sky@ or ben@, I need someone from src/ui/OWNERS to review this CL as well.
8 years, 6 months ago (2012-06-20 22:59:35 UTC) #31
Noel Gordon
http://codereview.chromium.org/10448110/diff/42005/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/10448110/diff/42005/content/browser/renderer_host/render_message_filter.cc#newcode410 content/browser/renderer_host/render_message_filter.cc:410: // Windows monitor profile must be read from a ...
8 years, 6 months ago (2012-06-21 16:58:33 UTC) #32
tpayne
Holding off on addressing the other comments until we get closure on the API, because ...
8 years, 5 months ago (2012-06-29 00:25:16 UTC) #33
Noel Gordon
> If you're okay with that, I'd like to update the WK change ... I'm ...
8 years, 5 months ago (2012-06-29 08:17:03 UTC) #34
Ben Goodger (Google)
http://codereview.chromium.org/10448110/diff/42005/ui/gfx/color_profile.h File ui/gfx/color_profile.h (right): http://codereview.chromium.org/10448110/diff/42005/ui/gfx/color_profile.h#newcode18 ui/gfx/color_profile.h:18: class UI_EXPORT ColorProfile { Can these just be functions ...
8 years, 5 months ago (2012-06-29 16:11:40 UTC) #35
tpayne
http://codereview.chromium.org/10448110/diff/42005/content/browser/renderer_host/render_message_filter.cc File content/browser/renderer_host/render_message_filter.cc (right): http://codereview.chromium.org/10448110/diff/42005/content/browser/renderer_host/render_message_filter.cc#newcode410 content/browser/renderer_host/render_message_filter.cc:410: // Windows monitor profile must be read from a ...
8 years, 5 months ago (2012-07-02 19:22:32 UTC) #36
Noel Gordon
http://codereview.chromium.org/10448110/diff/66005/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/66005/ui/gfx/color_profile_win.cc#newcode11 ui/gfx/color_profile_win.cc:11: #include "base/sys_byteorder.h" This include is not used anymore. http://codereview.chromium.org/10448110/diff/66005/ui/gfx/color_profile_win.cc#newcode20 ...
8 years, 5 months ago (2012-07-03 14:40:30 UTC) #37
Noel Gordon
> This current code appears to spray the stack with rubbish data. You want to ...
8 years, 5 months ago (2012-07-04 13:26:36 UTC) #38
Ben Goodger (Google)
http://codereview.chromium.org/10448110/diff/66005/ui/gfx/color_profile.h File ui/gfx/color_profile.h (right): http://codereview.chromium.org/10448110/diff/66005/ui/gfx/color_profile.h#newcode15 ui/gfx/color_profile.h:15: #define MIN_PROFILE_LENGTH 128 We don't use #defines in chrome ...
8 years, 5 months ago (2012-07-09 15:56:45 UTC) #39
tpayne
On 2012/07/03 14:40:30, noel chromium wrote: > Please test I was able to debug using ...
8 years, 5 months ago (2012-07-13 22:24:23 UTC) #40
tpayne
http://codereview.chromium.org/10448110/diff/66005/ui/gfx/color_profile.h File ui/gfx/color_profile.h (right): http://codereview.chromium.org/10448110/diff/66005/ui/gfx/color_profile.h#newcode15 ui/gfx/color_profile.h:15: #define MIN_PROFILE_LENGTH 128 On 2012/07/09 15:56:46, Ben Goodger (Google) ...
8 years, 5 months ago (2012-07-13 22:24:40 UTC) #41
tpayne
After discussing with Noel, we don't think this API will ever need a parent_window. The ...
8 years, 5 months ago (2012-07-14 00:11:54 UTC) #42
Noel Gordon
On 2012/07/13 22:24:23, tpayne wrote: > I was able to debug using WinDBG and confirm ...
8 years, 5 months ago (2012-07-16 11:56:53 UTC) #43
Noel Gordon
Some nits below. Also, please be aware of r18675 http://src.chromium.org/viewvc/chrome?view=rev&revision=18675 which is win32 only, but ...
8 years, 5 months ago (2012-07-16 12:14:27 UTC) #44
tpayne
On 2012/07/16 12:14:27, noel chromium wrote: > Some nits below. Also, please be aware of ...
8 years, 5 months ago (2012-07-16 23:43:54 UTC) #45
tpayne
http://codereview.chromium.org/10448110/diff/87001/ui/gfx/color_profile.cc File ui/gfx/color_profile.cc (right): http://codereview.chromium.org/10448110/diff/87001/ui/gfx/color_profile.cc#newcode5 ui/gfx/color_profile.cc:5: #include "color_profile.h" On 2012/07/16 12:14:27, noel chromium wrote: > ...
8 years, 5 months ago (2012-07-16 23:44:16 UTC) #46
tpayne
On 2012/07/16 23:44:16, tpayne wrote: > http://codereview.chromium.org/10448110/diff/87001/ui/gfx/color_profile.cc > File ui/gfx/color_profile.cc (right): > > http://codereview.chromium.org/10448110/diff/87001/ui/gfx/color_profile.cc#newcode5 > ...
8 years, 5 months ago (2012-07-17 20:17:30 UTC) #47
Noel Gordon
On 2012/07/16 23:43:54, tpayne wrote: > Done. I had tested --enable-monitor-profile but did not realize ...
8 years, 5 months ago (2012-07-17 20:42:37 UTC) #48
sky
mostly nits http://codereview.chromium.org/10448110/diff/91002/ui/gfx/color_profile.cc File ui/gfx/color_profile.cc (right): http://codereview.chromium.org/10448110/diff/91002/ui/gfx/color_profile.cc#newcode15 ui/gfx/color_profile.cc:15: CR_DEFINE_STATIC_LOCAL(std::vector<char>, screen_profile, ()); I can't tell from ...
8 years, 5 months ago (2012-07-18 14:36:18 UTC) #49
tpayne
http://codereview.chromium.org/10448110/diff/91002/ui/gfx/color_profile.cc File ui/gfx/color_profile.cc (right): http://codereview.chromium.org/10448110/diff/91002/ui/gfx/color_profile.cc#newcode15 ui/gfx/color_profile.cc:15: CR_DEFINE_STATIC_LOCAL(std::vector<char>, screen_profile, ()); On 2012/07/18 14:36:18, sky wrote: > ...
8 years, 5 months ago (2012-07-18 17:41:51 UTC) #50
sky
LGTM
8 years, 5 months ago (2012-07-18 20:53:05 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tpayne@chromium.org/10448110/87004
8 years, 5 months ago (2012-07-18 20:54:58 UTC) #52
commit-bot: I haz the power
Try job failure for 10448110-87004 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-07-18 21:15:49 UTC) #53
tpayne
http://codereview.chromium.org/10448110/diff/91002/ui/gfx/color_profile_win.cc File ui/gfx/color_profile_win.cc (right): http://codereview.chromium.org/10448110/diff/91002/ui/gfx/color_profile_win.cc#newcode18 ui/gfx/color_profile_win.cc:18: WCHAR path[MAX_PATH + 1]; On 2012/07/18 17:41:52, tpayne wrote: ...
8 years, 5 months ago (2012-07-18 21:18:19 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tpayne@chromium.org/10448110/100004
8 years, 5 months ago (2012-07-18 21:18:35 UTC) #55
commit-bot: I haz the power
Try job failure for 10448110-100004 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 5 months ago (2012-07-18 21:49:08 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tpayne@chromium.org/10448110/101003
8 years, 5 months ago (2012-07-18 23:05:19 UTC) #57
tpayne
On 2012/07/18 21:49:08, I haz the power (commit-bot) wrote: > Try job failure for 10448110-100004 ...
8 years, 5 months ago (2012-07-18 23:07:50 UTC) #58
commit-bot: I haz the power
Change committed as 147361
8 years, 5 months ago (2012-07-19 00:39:59 UTC) #59
Nico
7 years, 9 months ago (2013-03-04 14:10:53 UTC) #60
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/10448110/diff/101003/ui/gfx/color_prof...
File ui/gfx/color_profile_mac.cc (right):

https://chromiumcodereview.appspot.com/10448110/diff/101003/ui/gfx/color_prof...
ui/gfx/color_profile_mac.cc:13: CFDataRef
icc_profile(CGColorSpaceCopyICCProfile(monitor_color_space));
This is leaked, right? (Fix at https://codereview.chromium.org/12390058 , shout
if you think that's wrong.)

Powered by Google App Engine
This is Rietveld 408576698