Web Inspector: add UglifyJS parser and formatter files (under BSD license this time).
Created attachment 77613 [details] Patch.
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.
Created attachment 79256 [details] Patch.
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
UglifyJS sources should go into their own folder, otherwise looks good.
Created attachment 79275 [details] Move UglifyJS files to UglifyJS directory
Committed r76132: <http://trac.webkit.org/changeset/76132>