Bug 65740 - Remove LegacyDefaultOptionalArguments flag from XML/XSL IDL files
Summary: Remove LegacyDefaultOptionalArguments flag from XML/XSL IDL files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-04 21:01 PDT by Mark Pilgrim (Google)
Modified: 2011-08-05 23:43 PDT (History)
3 users (show)

See Also:


Attachments
Patch (6.29 KB, patch)
2011-08-04 21:02 PDT, Mark Pilgrim (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Pilgrim (Google) 2011-08-04 21:01:26 PDT
As discussed in IRC, we are migrating our IDL files away from the interface-level "LegacyDefaultOptionalArguments" flag and onto argument-level [Optional] or [Optional=CallWithDefaultValue] flags. This patch migrates XMLHttpRequest and XSL-related IDL files. It does not change any behavior, i.e. it does not make any arguments required that were previously optional, nor vice-versa.

All existing tests pass.
Comment 1 Mark Pilgrim (Google) 2011-08-04 21:02:13 PDT
Created attachment 103028 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-04 22:37:37 PDT
Comment on attachment 103028 [details]
Patch

Clearing flags on attachment: 103028

Committed r92446: <http://trac.webkit.org/changeset/92446>
Comment 3 WebKit Review Bot 2011-08-04 22:37:41 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Adam Barth 2011-08-05 21:35:19 PDT
There was some discussion on IRC about http://trac.webkit.org/changeset/92448/ causing problems with XSLT.
Comment 6 noel gordon 2011-08-05 21:38:41 PDT
Good to know.  Will add the same note to bug 65506.
Comment 7 noel gordon 2011-08-05 22:06:07 PDT
Gardener wasn't sure about what changed either: bug 65757, bug 65758.
Comment 8 Adam Barth 2011-08-05 22:32:13 PDT
We can try rolling out this patch, if we want to be sure.
Comment 9 noel gordon 2011-08-05 23:43:18 PDT
Not needed -- bug 65757, bug 65758 state that some xsl tests started failing on chromium win/mac/linux.  But they pass on win locally for me at ToT.  The flakiness dashboard states that these tests need the expectations "MISSING CRASH", and the gardener dutifully added those :)  That dashboard can be misleading.  I see no regressions here.