Bug 69376 - Web Inspector: add CSS model classes to the compilation.
Summary: Web Inspector: add CSS model classes to the compilation.
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-10-04 14:15 PDT by Pavel Feldman
Modified: 2011-10-05 03:12 PDT (History)
11 users (show)

See Also:


Attachments
Patch (13.07 KB, patch)
2011-10-04 14:17 PDT, Pavel Feldman
no flags Details | Formatted Diff | Diff
[Patch] Review comment addressed. (13.04 KB, patch)
2011-10-04 14:26 PDT, 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-10-04 14:15:27 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-10-04 14:17:49 PDT
Created attachment 109686 [details]
Patch
Comment 2 Joseph Pecoraro 2011-10-04 14:21:31 PDT
Comment on attachment 109686 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=109686&action=review

> Source/WebCore/inspector/front-end/CSSStyleModel.js:742
> + * @tyle {WebInspector.CSSStyleModel}

@tyle I think is a typo for @type

This compiler has caught some really crafty JS issues. Its looking like a pretty cool static analyzer.
Comment 3 Pavel Feldman 2011-10-04 14:26:09 PDT
Created attachment 109691 [details]
[Patch] Review comment addressed.
Comment 4 Pavel Feldman 2011-10-05 03:12:06 PDT
Committed r96689: <http://trac.webkit.org/changeset/96689>