[Webkit-unassigned] [Bug 65744] Remove LegacyDefaultOptionalArguments flag from storage IDL files
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 4 21:55:44 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65744
Adam Barth <abarth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #103032|review? |review+, commit-queue-
Flag| |
--- Comment #2 from Adam Barth <abarth at webkit.org> 2011-08-04 21:55:44 PST ---
(From update of attachment 103032)
View in context: https://bugs.webkit.org/attachment.cgi?id=103032&action=review
> Source/WebCore/storage/StorageInfo.idl:41
> - [CallWith=ScriptExecutionContext] void queryUsageAndQuota(in unsigned short storageType, in [Callback, Optional] StorageInfoUsageCallback usageCallback, in [Callback, Optional] StorageInfoErrorCallback errorCallback);
> - [CallWith=ScriptExecutionContext] void requestQuota(in unsigned short storageType, in unsigned long long newQuotaInBytes, in [Callback, Optional] StorageInfoQuotaCallback quotaCallback, in [Callback, Optional] StorageInfoErrorCallback errorCallback);
> + [CallWith=ScriptExecutionContext] void queryUsageAndQuota(in [Optional=CallWithDefaultValue] unsigned short storageType,
> + in [Callback, Optional] StorageInfoUsageCallback usageCallback,
> + in [Callback, Optional] StorageInfoErrorCallback errorCallback);
> + [CallWith=ScriptExecutionContext] void requestQuota(in [Optional=CallWithDefaultValue] unsigned short storageType,
> + in [Optional=CallWithDefaultValue] unsigned long long newQuotaInBytes,
> + in [Callback, Optional] StorageInfoQuotaCallback quotaCallback,
> + in [Callback, Optional] StorageInfoErrorCallback errorCallback);
QUOTA is very new. I wouldn't add the optional attributes.
--
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