[webkit-reviews] review denied: [Bug 31439] Web Inspector: preload status bar button glyphs in order to prevent them from flickering. : [Attachment 43098] [PATCH] proposed fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 14:46:35 PST 2009


Timothy Hatcher <timothy at hatcher.name> has denied Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 31439: Web Inspector: preload status bar button glyphs in order to prevent
them from flickering.
https://bugs.webkit.org/show_bug.cgi?id=31439

Attachment 43098: [PATCH] proposed fix
https://bugs.webkit.org/attachment.cgi?id=43098&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
I prefer preloading from JS doing:

(new Image()).src = "Images/clearConsoleButtonGlyph.png";

That way the DOM isn't involved and polluted.


More information about the webkit-reviews mailing list