Bug 51702 - Web Inspector: add UglifyJS parser and formatter files
Summary: Web Inspector: add UglifyJS parser and formatter files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-29 05:25 PST by Pavel Podivilov
Modified: 2011-01-19 09:58 PST (History)
11 users (show)

See Also:


Attachments
Patch. (112.17 KB, patch)
2010-12-29 05:26 PST, Pavel Podivilov
pfeldman: review-
Details | Formatted Diff | Diff
Patch. (121.10 KB, patch)
2011-01-18 03:02 PST, Pavel Podivilov
no flags Details | Formatted Diff | Diff
Move UglifyJS files to UglifyJS directory (120.95 KB, patch)
2011-01-18 06:56 PST, Pavel Podivilov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2010-12-29 05:25:01 PST
Web Inspector: add UglifyJS parser and formatter files (under BSD license this time).
Comment 1 Pavel Podivilov 2010-12-29 05:26:04 PST
Created attachment 77613 [details]
Patch.
Comment 2 Pavel Feldman 2010-12-30 06:17:42 PST
Comment on attachment 77613 [details]
Patch.

We should land this once there is a usage. It would also be great if we could make SourceJavaScriptTokenizer.js use this new utility. It would mitigate the footprint increase.
Comment 3 Pavel Podivilov 2011-01-18 03:02:35 PST
Created attachment 79256 [details]
Patch.
Comment 4 Yury Semikhatsky 2011-01-18 05:57:14 PST
Comment on attachment 79256 [details]
Patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=79256&action=review

> Source/WebCore/inspector/front-end/scriptFormatterWorker.js:2
> + * Copyright (C) 2011 Google Inc. All rights reserved.

scriptFormatterWorker.js -> ScriptFormatterWorker.js
Comment 5 Yury Semikhatsky 2011-01-18 05:58:00 PST
UglifyJS sources should go into their own folder, otherwise looks good.
Comment 6 Pavel Podivilov 2011-01-18 06:56:47 PST
Created attachment 79275 [details]
Move UglifyJS files to UglifyJS directory
Comment 7 Pavel Podivilov 2011-01-19 09:58:04 PST
Committed r76132: <http://trac.webkit.org/changeset/76132>