[Webkit-unassigned] [Bug 64628] New: Remove LegacyDefaultOptionalArguments flag from CanvasRenderingContext2d

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 15 14:30:41 PDT 2011


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

           Summary: Remove LegacyDefaultOptionalArguments flag from
                    CanvasRenderingContext2d
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Canvas
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pilgrim at chromium.org
                CC: fishd at chromium.org, abarth at webkit.org,
                    mdelaney at apple.com


As discussed with abarth in IRC, we are converting all IDL files to the new code generator, which throws on missing required arguments by default (as required by the WebIDL spec). As most of CanvasRenderingContext2d already did this on a function-by-function basis (using [RequiresAllArguments=Raise]), this conversion was fairly straightforward. There were a small number of layout tests that relied on the old behavior, which have been fixed in this patch.

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