[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-15 Thread codesite-noreply
Comment #21 on issue 21658 by m...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 This bug is fixed. I just wanted to note some additional findings now that I've had a chance to play around with display-less systems. When there's no di

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-13 Thread codesite-noreply
Updates: Status: Fixed Comment #20 on issue 21658 by m...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 r26090 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred th

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-13 Thread codesite-noreply
Comment #19 on issue 21658 by bugdro...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 The following revision refers to this bug: http://src.chromium.org/viewvc/chrome?view=rev&revision=26090 -

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-13 Thread codesite-noreply
Comment #18 on issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 Indeed, removing these two lines fixes the problem, and adding them back makes the problem reappear. -- You received this message because you are listed

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #17 on issue 21658 by m...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 Issue 21609 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or because you sta

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #16 on issue 21658 by m...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 Nico, I believe the problem stems from this entry in your .GlobalPreferences.plist: com.apple.windowserver.MainDisplayID 3C099D81--0

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #15 on issue 21658 by m...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 http://codereview.chromium.org/194096 I haven't even tested this yet. I'd also like it if someone could run the "displays" program on a Mac with no displ

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Updates: Status: Started Owner: m...@chromium.org Cc: tha...@chromium.org Comment #14 on issue 21658 by m...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 > $ ./displays > CMGetSystemProfile failed: -43 Yes, this

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Updates: Cc: kr...@chromium.org ism...@chromium.org Comment #13 on issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 Issue 21287 has been merged into this issue. -- You received this message because you are list

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #12 on issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 From http://developer.apple.com/documentation/GraphicsImaging/Conceptual/Managing ColorSync/ColorSync.pdf : """ You can use the CMGetSystemProfile functio

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #11 on issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 I guess I will try removing portions of the plist and see which entry makes the problem appear. Fun :-( mark.bolding: Do you use a 13'' MacBook? If not,

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #10 on issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 The plot thickens a little bit. If I remove /Library/Preferences/.GlobalPreferences.plist, the problem goes away. When I move it back there, the problem

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #9 on issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 Some more information: $ sudo dtrace -n 'syscall::open*:entry /pid==$target/ { printf("%s %s",execname,copyinstr(arg0)); ustack(); }' -c ./displays 2>&1 |

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #8 on issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 From `open -h MacErrors.h`: fnfErr= -43, /*File not found*/ Not sure if that's the right error code. The file that the profil

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #7 on issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 The display is a default 13'' MacBook (with the aluminum case, the model that was renamed MBP a few months later). No special color profiles used ("Color

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #6 on issue 21658 by m...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 Based on the log messages, there's a bad CGBitmapContext due to having a bad CGColorSpace, and the CG calls that are failing and the order of the messages p

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #5 on issue 21658 by mark.bolding: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 yes I am on snow leopard Chrome Version : 4.0.207.0 OS: 10.6.0 URLs (if applicable) : .* ... 9/12/09 2:18:47 PM [0x0-0x4f04f].com.google.Chrome[738]

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #4 on issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 mark.bolding: Are you on Snow Leopard? Can you open Console.app when this happens and see if the log lines for Chrome look like what I pasted above (and

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Comment #3 on issue 21658 by mark.bolding: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 I have the same problem. In my case everything is fine with the first window I open right after logging in. The second and subsequent windows I open show this prob

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-12 Thread codesite-noreply
Updates: Cc: m...@chromium.org Comment #2 on issue 21658 by m...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 This looks nasty too: objc[2866]: Class WKAppKitDrawDecoyWindow is implemented in both /Applications/_Nico/Google Chro

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-11 Thread codesite-noreply
Comment #1 on issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 I blame http://src.chromium.org/viewvc/chrome?view=rev&revision=25380 , judging from the log output. -- You received this message because you are listed

[chromium-bugs] Issue 21658 in chromium: All webpages are painted white

2009-09-11 Thread codesite-noreply
Status: Assigned Owner: ama...@chromium.org CC: j...@chromium.org Labels: OS-Mac Area-Misc Pri-0 Type-Bug ReleaseBlock-Beta Mstone-4 New issue 21658 by tha...@chromium.org: All webpages are painted white http://code.google.com/p/chromium/issues/detail?id=21658 Chrome Version : 4.0.207.0 OS