Bug 120231 - Web Inspector: Fix js minification of updated CodeMirror
Summary: Web Inspector: Fix js minification of updated CodeMirror
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-08-23 13:49 PDT by Joseph Pecoraro
Modified: 2013-08-24 08:14 PDT (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (2.26 KB, patch)
2013-08-23 13:51 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2013-08-23 13:49:47 PDT
Oops. We'll have to work around this a bit better in the future, but lets fix this now.
Comment 1 Radar WebKit Bug Importer 2013-08-23 13:50:13 PDT
<rdar://problem/14822804>
Comment 2 Joseph Pecoraro 2013-08-23 13:51:59 PDT
Created attachment 209508 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2013-08-23 14:57:13 PDT
Comment on attachment 209508 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 209508

Committed r154524: <http://trac.webkit.org/changeset/154524>
Comment 4 WebKit Commit Bot 2013-08-23 14:57:14 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Timothy Hatcher 2013-08-24 08:14:25 PDT
I tried to submit a similar change to CodeMirror so we would keep having this issue. But he didn't want a workaround. We likely need to switch minifier scripts to fix this.