[Webkit-unassigned] [Bug 32930] Web Inspector: Add a simplistic audit category

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 8 09:19:40 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=32930





--- Comment #6 from Alexander Pavlov (apavlov) <apavlov at chromium.org>  2010-02-08 09:19:36 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > > +WebInspector.AuditCategories.Page = function() {
> > 
> > Page -> PagePerformance
> > Also I am not sure you need a special namespace (AuditCategories) for that.
> 
> I like having the AuditCategories namespace.

The categories are retrieved from this namespace during construction:

for (var categoryCtorID in WebInspector.AuditCategories)

Also, the object name (PagePerformance or whatever) becomes the category ID
internally, which seems to save space on explicit category IDs.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list