Bug 83467 - Web Inspector: get rid of WebInspector.Resource.category, use WebInspector.Resource.type instead.
Summary: Web Inspector: get rid of WebInspector.Resource.category, use WebInspector.R...
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: 2012-04-09 07:36 PDT by Pavel Feldman
Modified: 2012-04-09 09:44 PDT (History)
10 users (show)

See Also:


Attachments
Patch (72.23 KB, patch)
2012-04-09 07:40 PDT, Pavel Feldman
yurys: review+
webkit-ews: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-04-09 07:36:41 PDT
WebInspector.Resource.category is derived from the  WebInspector.Resource.type and there is no real need it maintaining both.
Comment 1 Pavel Feldman 2012-04-09 07:40:48 PDT
Created attachment 136222 [details]
Patch
Comment 2 Early Warning System Bot 2012-04-09 08:13:47 PDT
Comment on attachment 136222 [details]
Patch

Attachment 136222 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/12373193
Comment 3 Yury Semikhatsky 2012-04-09 09:03:45 PDT
Comment on attachment 136222 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        WebInspector.Resource.category is derived from the  WebInspector.Resource.type and there is no real need it maintaining both.

typo: it -> in
Comment 4 Pavel Feldman 2012-04-09 09:44:35 PDT
Committed r113587: <http://trac.webkit.org/changeset/113587>