RESOLVED FIXED 75247
Web Inspector: add more annotations on SDK classes.
https://bugs.webkit.org/show_bug.cgi?id=75247
Summary Web Inspector: add more annotations on SDK classes.
Pavel Feldman
Reported 2011-12-27 05:44:53 PST
I'm working on improving the % of the typed methods in the SDK.
Attachments
Patch (80.83 KB, patch)
2011-12-27 05:51 PST, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2011-12-27 05:51:28 PST
Yury Semikhatsky
Comment 2 2011-12-27 07:13:12 PST
Comment on attachment 120578 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=120578&action=review > Source/WebCore/inspector/front-end/BreakpointManager.js:217 > + return this._breakpoints(uiSourceCodeId)[String(lineNumber)]; Doesn't JS compiler allow to us numbers as keys in map?
Pavel Feldman
Comment 3 2011-12-27 08:26:51 PST
Note You need to log in before you can comment on or make changes to this bug.