Summary: | Web Inspector: js formatter should never insert new tokens or remove existing tokens and comments. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Pavel Podivilov <podivilov> | ||||
Component: | Web Inspector (Deprecated) | Assignee: | Pavel Podivilov <podivilov> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, apavlov, bweinstein, eric, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Pavel Podivilov
2011-04-22 04:56:45 PDT
Created attachment 90693 [details]
New JavaScript formatter based on UglifyJS tokenizer.
Comment on attachment 90693 [details] New JavaScript formatter based on UglifyJS tokenizer. View in context: https://bugs.webkit.org/attachment.cgi?id=90693&action=review > Source/WebCore/WebCore.vcproj/WebCore.vcproj:67476 > + RelativePath="..\inspector\front-end\UglifyJS\JavaScriptFormatter.js" Is this formatter a part of the Uglify package? If not, it should be stored outside the folder. Committed r84620: <http://trac.webkit.org/changeset/84620> http://trac.webkit.org/changeset/84620 might have broken GTK Linux 32-bit Release The following tests are not passing: media/controls-strict.html |