DescriptionImplement platform deleters per spec.
Extend the functionality of platform deleter operations slightly to
allow them to implement what WebIDL prescribes,
http://heycam.github.io/webidl/#delete
That is, if the property name being deleted isn't exposed by the
platform object, any native property should be deleted instead.
Update the two deleters that this currently applies to, Storage and
DOMStringMap (dataset).
This change reflects the outcome of a spec clarification issue raised
via https://www.w3.org/Bugs/Public/show_bug.cgi?id=24096
R=
BUG=329176
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164081
Patch Set 1 #
Total comments: 6
Patch Set 2 : Switch to DeleteResult enum + extend scheme to indexed deleters #
Total comments: 2
Messages
Total messages: 12 (0 generated)
|