Bug 51702

Summary: Web Inspector: add UglifyJS parser and formatter files
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, peter, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch.
pfeldman: review-
Patch.
none
Move UglifyJS files to UglifyJS directory yurys: review+

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>