Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Issue 968033002: IDL: Support deleter operation with any return type (Closed)

Created:
5 years, 9 months ago by Jens Widell
Modified:
5 years, 9 months ago
Reviewers:
haraken, philipj_slow
CC:
blink-reviews, blink-reviews-bindings_chromium.org, vivekg_samsung, arv+blink, vivekg
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

IDL: Support deleter operation with any return type Web IDL does not require that a deleter operation has boolean as its return type, it merely defines behavior that is specific to the case that it has. Thus, remove our restriction, to avoid rejecting valid IDL declarations that actual specifications might contain. BUG=462920 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191063

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -4 lines) Patch
M Source/bindings/scripts/v8_interface.py View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Jens Widell
PTAL Internally, a deleter returns an enum with the values "success", "failure" and "not handled". ...
5 years, 9 months ago (2015-03-01 16:01:32 UTC) #2
Jens Widell
On 2015/03/01 16:01:32, Jens Widell wrote: > We could change the code generation so that ...
5 years, 9 months ago (2015-03-01 16:33:05 UTC) #3
haraken
LGTM > Internally, a deleter returns an enum with the values "success", "failure" and > ...
5 years, 9 months ago (2015-03-01 16:34:01 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/968033002/1
5 years, 9 months ago (2015-03-01 16:45:02 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=191063
5 years, 9 months ago (2015-03-01 17:52:40 UTC) #7
philipj_slow
5 years, 9 months ago (2015-03-02 00:54:50 UTC) #8
Message was sent while issue was closed.
Awesome, thanks! I'll update the DOMStringMap interface to make use of this when
I have some spare time.

Powered by Google App Engine
This is Rietveld 408576698