Bug 17328

Summary: REGRESSION (r30147): Inspector is unstyled on Windows
Product: WebKit Reporter: Matt Lilek <dev+webkit>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben
Priority: P1 Keywords: InRadar, NeedsReduction, PlatformOnly, Regression
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
screenshot none

Description Matt Lilek 2008-02-12 09:54:03 PST
Something between r30123 and r30154 caused the inspector to be unstyled on Windows.
Comment 1 Matt Lilek 2008-02-12 10:05:11 PST
Created attachment 19092 [details]
screenshot
Comment 2 Adam Roben (:aroben) 2008-02-12 10:12:38 PST
I can reproduce this with r30154.
Comment 3 Adam Roben (:aroben) 2008-02-12 10:42:14 PST
Reduced this down a little further: Works in r30146, doesn't work in r30151.
Comment 4 Adam Roben (:aroben) 2008-02-12 10:43:05 PST
My guess is that r30147 is causing this <http://trac.webkit.org/projects/webkit/changeset/30147>.
Comment 5 Adam Roben (:aroben) 2008-02-12 10:45:33 PST
I'll bet we need to add a case for ".css" files to the workaround at <http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/network/cf/ResourceResponseCFNet.cpp?rev=29841#L104>.
Comment 6 Adam Roben (:aroben) 2008-02-12 10:58:50 PST
<rdar://problem/5737946>
Comment 7 Adam Roben (:aroben) 2008-02-12 11:33:34 PST
Fixed in r30171.