Bug 75247

Summary: Web Inspector: add more annotations on SDK classes.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Pavel Feldman 2011-12-27 05:44:53 PST
I'm working on improving the % of the typed methods in the SDK.
Comment 1 Pavel Feldman 2011-12-27 05:51:28 PST
Created attachment 120578 [details]
Patch
Comment 2 Yury Semikhatsky 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?
Comment 3 Pavel Feldman 2011-12-27 08:26:51 PST
Committed r103711: <http://trac.webkit.org/changeset/103711>