WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
96088
Web Inspector: support empty entries in source maps.
https://bugs.webkit.org/show_bug.cgi?id=96088
Summary
Web Inspector: support empty entries in source maps.
Pavel Podivilov
Reported
2012-09-07 02:38:06 PDT
Web Inspector: support empty entries in source maps. Empty entries should be mapped to the compiled script.
Attachments
Patch
(10.26 KB, patch)
2012-09-07 02:39 PDT
,
Pavel Podivilov
vsevik
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Podivilov
Comment 1
2012-09-07 02:39:42 PDT
Created
attachment 162716
[details]
Patch
Vsevolod Vlasov
Comment 2
2012-09-07 05:49:40 PDT
Comment on
attachment 162716
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=162716&action=review
> Source/WebCore/inspector/front-end/CompilerScriptMapping.js:44 > + this._originalUISourceCodeForScriptId = {};
Can we reuse this._uiSourceCodeByURL ?
> Source/WebCore/inspector/front-end/CompilerScriptMapping.js:87 > var result = [];
uiSourceCodes() method is now used for tests only so I would get rid of it altogether.
> LayoutTests/http/tests/inspector/compiler-script-mapping.html:142 > InspectorTest.checkUILocation(uiSourceCodeList[0], 4, 4, mapping.rawLocationToUILocation(WebInspector.debuggerModel.createRawLocation(script, 0, 81)));
Shouldn't we do some checkUILocation/checkRawLocation for empty entries case?
Pavel Podivilov
Comment 3
2012-09-10 07:36:12 PDT
Comment on
attachment 162716
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=162716&action=review
>> Source/WebCore/inspector/front-end/CompilerScriptMapping.js:44 >> + this._originalUISourceCodeForScriptId = {}; > > Can we reuse this._uiSourceCodeByURL ?
That way inline and anonymous scripts won't be shown correctly.
>> Source/WebCore/inspector/front-end/CompilerScriptMapping.js:87 >> var result = []; > > uiSourceCodes() method is now used for tests only so I would get rid of it altogether.
done.
>> LayoutTests/http/tests/inspector/compiler-script-mapping.html:142 >> InspectorTest.checkUILocation(uiSourceCodeList[0], 4, 4, mapping.rawLocationToUILocation(WebInspector.debuggerModel.createRawLocation(script, 0, 81))); > > Shouldn't we do some checkUILocation/checkRawLocation for empty entries case?
Added a check for empty entry.
Pavel Podivilov
Comment 4
2012-09-10 07:50:33 PDT
Committed
r128061
: <
http://trac.webkit.org/changeset/128061
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug