Bug 101693

Summary: Web Inspector: Always use textured window for the Web Inspector
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed Change none

Description Timothy Hatcher 2012-11-08 19:44:56 PST
Use textured window for the Web Inspector window.
Comment 1 Timothy Hatcher 2012-11-08 19:47:55 PST
Created attachment 173180 [details]
Proposed Change
Comment 2 Joseph Pecoraro 2012-11-08 20:09:20 PST
Comment on attachment 173180 [details]
Proposed Change

View in context: https://bugs.webkit.org/attachment.cgi?id=173180&action=review

> Source/WebKit/mac/WebCoreSupport/WebInspectorClient.mm:344
> +    [window setContentBorderThickness:55. forEdge:NSMaxYEdge];

Nit: "55." isn't normal number style. You can fix this, or just cq+ since its not changing from the old code.
Comment 3 WebKit Review Bot 2012-11-08 22:47:20 PST
Comment on attachment 173180 [details]
Proposed Change

Clearing flags on attachment: 173180

Committed r134015: <http://trac.webkit.org/changeset/134015>
Comment 4 WebKit Review Bot 2012-11-08 22:47:23 PST
All reviewed patches have been landed.  Closing bug.