Bug 75247 - Web Inspector: add more annotations on SDK classes.
Summary: Web Inspector: add more annotations on SDK classes.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-27 05:44 PST by Pavel Feldman
Modified: 2011-12-27 08:26 PST (History)
10 users (show)

See Also:


Attachments
Patch (80.83 KB, patch)
2011-12-27 05:51 PST, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>