Bug 130790 - [CSS Shapes] Remove shape-inside bits from the web inspector
Summary: [CSS Shapes] Remove shape-inside bits from the web inspector
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 130698
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-26 12:14 PDT by Zoltan Horvath
Modified: 2014-03-26 14:52 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.04 KB, patch)
2014-03-26 14:41 PDT, Zoltan Horvath
timothy: review-
Details | Formatted Diff | Diff

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