Summary: | Web Inspector: implement CompilerSourceMappingProvider. | ||||||||
---|---|---|---|---|---|---|---|---|---|
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, pfeldman, pmuellr, rik, simon.fraser, simon_kaegi, timothy, yurys | ||||||
Priority: | P2 | Keywords: | MakingBotsRed | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Pavel Podivilov
2011-10-05 07:29:46 PDT
Created attachment 109788 [details]
Patch
Created attachment 109818 [details]
Patch
Comment on attachment 109818 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=109818&action=review > Source/WebCore/inspector/front-end/CompilerSourceMappingProvider.js:34 > +WebInspector.CompilerSourceMappingProvider = function(sourceMappingURL) Could you please annotate this class? Committed r97151: <http://trac.webkit.org/changeset/97151> This is causing a crash on the Lion Debug bot: http://build.webkit.org/results/Lion%20Intel%20Debug%20(Tests)/r97151%20(929)/http/tests/inspector/compiler-source-mapping-provider-crash-log.txt |