RESOLVED WONTFIX 31111
Web Inspector: enable timeline by shortcut - will ease development while hidden.
https://bugs.webkit.org/show_bug.cgi?id=31111
Summary Web Inspector: enable timeline by shortcut - will ease development while hidden.
Pavel Feldman
Reported 2009-11-04 02:18:22 PST
Easter egg mode.
Attachments
[PATCH] (2.46 KB, patch)
2009-11-04 02:19 PST, Pavel Feldman
no flags
[PATCH] Even better patch (2.72 KB, patch)
2009-11-04 03:25 PST, Pavel Feldman
timothy: review+
timothy: commit-queue-
Pavel Feldman
Comment 1 2009-11-04 02:19:58 PST
Created attachment 42469 [details] [PATCH] Hides behind Ctrl+Shift+T
Pavel Feldman
Comment 2 2009-11-04 03:25:57 PST
Created attachment 42470 [details] [PATCH] Even better patch
Timothy Hatcher
Comment 3 2009-11-04 09:31:42 PST
Comment on attachment 42470 [details] [PATCH] Even better patch > + if (hiddenPanels.indexOf("timeline") === -1 && hiddenPanels.indexOf("timeline") === -1) No need for the second clause.
Pavel Feldman
Comment 4 2009-11-05 12:01:27 PST
Panel enabled.
Note You need to log in before you can comment on or make changes to this bug.