Currently clicking on a color square in the Computed Style pane opens a Color Picker which does not add any useful functionality (changes are ignored and closing the picker causes a Javascript exception in the console).
Created attachment 188088 [details] Patch
Comment on attachment 188088 [details] Patch Clearing flags on attachment: 188088 Committed r142876: <http://trac.webkit.org/changeset/142876>
All reviewed patches have been landed. Closing bug.
Re-opened since this is blocked by bug 109920
Created attachment 188828 [details] Patch
Comment on attachment 188828 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=188828&action=review > Source/WebCore/inspector/front-end/StylesSidebarPane.js:1572 > + * @return {WebInspector.DOMNode} {?WebInspector.DOMNode} > Source/WebCore/inspector/front-end/StylesSidebarPane.js:1580 > + * @return {WebInspector.StylesSidebarPane} return ?WebInspector.StylesSidebarPane > Source/WebCore/inspector/front-end/StylesSidebarPane.js:1940 > + Too much whitespace
Comment on attachment 188828 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=188828&action=review >> Source/WebCore/inspector/front-end/StylesSidebarPane.js:1572 >> + * @return {WebInspector.DOMNode} > > {?WebInspector.DOMNode} Done >> Source/WebCore/inspector/front-end/StylesSidebarPane.js:1580 >> + * @return {WebInspector.StylesSidebarPane} > > return ?WebInspector.StylesSidebarPane Done >> Source/WebCore/inspector/front-end/StylesSidebarPane.js:1940 >> + > > Too much whitespace Done
Created attachment 188850 [details] Patch
Comment on attachment 188850 [details] Patch Clearing flags on attachment: 188850 Committed r143207: <http://trac.webkit.org/changeset/143207>