WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
18690
web page reduction functionality (for inspector) or separate tool?
https://bugs.webkit.org/show_bug.cgi?id=18690
Summary
web page reduction functionality (for inspector) or separate tool?
Eric Seidel (no email)
Reported
2008-04-22 18:20:11 PDT
web page reduction functionality (for inspector) or separate tool? I'm not sure this belongs in bugs.webkit.org But it would be extremely useful to have some basic "reduction generation" tools for WebKit. Ideas: 1. zap/delete parts of the DOM, visually (and have n-level undo of these zaps) 2. pretty-print javascript (this is covered by other bugs 3. do a set of actions, and then automatically strip any JS from the DOM which was not touched by those actions. 4. Automatically prune unused CSS. This may need to be a separate tool. I wonder if it could be made into a web tool.
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2008-04-22 18:24:57 PDT
Oh, simple one: it should squash all the JS/CSS into one file. (And replace any calls to Math.random, etc. with things that return a static value).
Eric Seidel (no email)
Comment 2
2008-05-15 15:28:27 PDT
Related to 14524, marking as depends on, since there are no other relations in bugzilla.
Andy Estes
Comment 3
2010-04-12 11:32:55 PDT
Something as simple as undo/redo support would make the inspector more useful when doing reductions.
Adam Roben (:aroben)
Comment 4
2011-05-26 09:53:34 PDT
***
Bug 19074
has been marked as a duplicate of this bug. ***
Adam Roben (:aroben)
Comment 5
2011-05-26 11:44:36 PDT
<
rdar://problem/9509306
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug