| Summary: | Web Inspector: Extend CSS.getSupportedCSSProperties to provide values for properties for CSS Augmented JSContext | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> | ||||
| Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | DoNotImportToRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Joseph Pecoraro
2015-01-29 18:36:46 PST
Created attachment 245682 [details]
[PATCH] Proposed Fix
Comment on attachment 245682 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=245682&action=review > Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js:94 > + WebInspector.CSSKeywordCompletions._propertyKeywordMap[propertyName] = [...union.values()]; [...existingValues, ...newValues]? (In reply to comment #3) > Comment on attachment 245682 [details] > [PATCH] Proposed Fix > > View in context: > https://bugs.webkit.org/attachment.cgi?id=245682&action=review > > > Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js:94 > > + WebInspector.CSSKeywordCompletions._propertyKeywordMap[propertyName] = [...union.values()]; > > [...existingValues, ...newValues]? I wanted to avoid duplicates in the list if possible. Comment on attachment 245682 [details] [PATCH] Proposed Fix Clearing flags on attachment: 245682 Committed r179483: <http://trac.webkit.org/changeset/179483> All reviewed patches have been landed. Closing bug. |