Bug 130790

Summary: [CSS Shapes] Remove shape-inside bits from the web inspector
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 130698    
Bug Blocks:    
Attachments:
Description Flags
Patch timothy: review-

Description Zoltan Horvath 2014-03-26 12:14:50 PDT
Remove shape-inside/shape-outside bits from the web inspector.
Comment 1 Zoltan Horvath 2014-03-26 14:41:34 PDT
Created attachment 227887 [details]
Patch
Comment 2 Timothy Hatcher 2014-03-26 14:49:28 PDT
Comment on attachment 227887 [details]
Patch

Both of these files come from CodeMirror, and we don't edit them. In practice they are not used either. Other code in WebInspector replaces the set of supported properties that we get dynamically from WebCore. CSSKeywordCompletions.js might normally need editing, but I don't see shape-inside in there — only shape-outside.
Comment 3 Zoltan Horvath 2014-03-26 14:52:12 PDT
Awesome, thanks for the info!
Closing as invalid.