[Webkit-unassigned] [Bug 84115] New: [Refactoring] Stylesheet related notifications on Node can live in Element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 16 18:54:42 PDT 2012


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

           Summary: [Refactoring] Stylesheet related notifications on Node
                    can live in Element.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: morrita at google.com
                CC: tasak at google.com


Following methods on Node class could/should be pushed down to Element. There is no reason to put these here.
    // For <link> and <style> elements.
    virtual bool sheetLoaded() { return true; }
    virtual void notifyLoadedSheetAndAllCriticalSubresources(bool /* error loading subresource */) { }
    virtual void startLoadingDynamicSheet() { ASSERT_NOT_REACHED(); }

-- 
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