Bug 65747 - Remove LegacyDefaultOptionalArguments flag from notifications IDL files
Summary: Remove LegacyDefaultOptionalArguments flag from notifications 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 22:16 PDT by Mark Pilgrim (Google)
Modified: 2011-08-05 06:37 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.69 KB, patch)
2011-08-04 22:17 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 22:16:50 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 the notifications-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 22:17:25 PDT
Created attachment 103036 [details]
Patch
Comment 2 Adam Barth 2011-08-04 23:13:55 PDT
Comment on attachment 103036 [details]
Patch

Any sense for how far along we are?
Comment 3 WebKit Review Bot 2011-08-05 00:18:36 PDT
Comment on attachment 103036 [details]
Patch

Clearing flags on attachment: 103036

Committed r92454: <http://trac.webkit.org/changeset/92454>
Comment 4 WebKit Review Bot 2011-08-05 00:18:40 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Mark Pilgrim (Google) 2011-08-05 06:37:08 PDT
Only a handful left. Literally, less than 5.