Bug 17328 - REGRESSION (r30147): Inspector is unstyled on Windows
Summary: REGRESSION (r30147): Inspector is unstyled on Windows
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, NeedsReduction, PlatformOnly, Regression
Depends on:
Blocks:
 
Reported: 2008-02-12 09:54 PST by Matt Lilek
Modified: 2008-02-12 11:33 PST (History)
1 user (show)

See Also:


Attachments
screenshot (69.75 KB, image/png)
2008-02-12 10:05 PST, Matt Lilek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.