[Webkit-unassigned] [Bug 112279] New: Small ResourceLoader cleanups
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 13 12:51:39 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=112279
Summary: Small ResourceLoader cleanups
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: beidson at apple.com
Two small ResourceLoader cleanups I noticed were worthwhile while working on a larger patch:
1 - Classes that derive from ResourceLoader should use OVERRIDE on the virtual methods they override. Important for catching mistakes in future refactoring.
2 - the "bool allAtOnce" flag is mysterious when reading code that has just "true" or "false", so change it to an enum that encapsulates what it means.
--
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