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

Issue 14329023: Bindings generator should support Web IDL callback interfaces (Closed)

Created:
7 years, 8 months ago by do-not-use
Modified:
7 years, 8 months ago
CC:
blink-reviews, kinuko, Nate Chapin, abarth-chromium, lgombos
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Bindings generator should support Web IDL callback interfaces Add support in the bindings generator for Web IDL callback interfaces: http://dev.w3.org/2006/webapi/WebIDL/#dfn-callback-interface Drop support for the Blink-specific [Callback] extended attributes on Web IDL interfaces and update existing IDL files to use proper callback interfaces instead. BUG=235438 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=149160

Patch Set 1 #

Patch Set 2 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -93 lines) Patch
M Source/bindings/scripts/CodeGeneratorV8.pm View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/scripts/IDLParser.pm View 2 chunks +4 lines, -1 line 0 comments Download
M Source/bindings/tests/idls/TestCallback.idl View 1 chunk +3 lines, -5 lines 0 comments Download
M Source/core/dom/RequestAnimationFrameCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/dom/StringCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/core/html/VoidCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/filesystem/EntriesCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/filesystem/EntryCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/filesystem/ErrorCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/filesystem/FileCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/filesystem/FileSystemCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/filesystem/FileWriterCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/filesystem/MetadataCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/geolocation/PositionCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/geolocation/PositionErrorCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/mediastream/NavigatorUserMediaErrorCallback.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/mediastream/NavigatorUserMediaSuccessCallback.idl View 1 1 chunk +1 line, -2 lines 0 comments Download
M Source/modules/mediastream/RTCErrorCallback.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/mediastream/RTCSessionDescriptionCallback.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/mediastream/RTCStatsCallback.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/notifications/NotificationPermissionCallback.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/quota/StorageErrorCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/quota/StorageQuotaCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/quota/StorageUsageCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/webaudio/AudioBufferCallback.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/modules/webdatabase/DatabaseCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/webdatabase/SQLStatementCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/webdatabase/SQLStatementErrorCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/webdatabase/SQLTransactionCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/webdatabase/SQLTransactionErrorCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/webdatabase/SQLTransactionSyncCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download
M Source/modules/webmidi/MIDIErrorCallback.idl View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
do-not-use
7 years, 8 months ago (2013-04-25 14:52:46 UTC) #1
do-not-use
Using standard Web IDL seems to be one of the goals for blink. From http://www.chromium.org/blink#architectural-changes: ...
7 years, 8 months ago (2013-04-25 14:55:07 UTC) #2
haraken
LGTM
7 years, 8 months ago (2013-04-25 14:59:17 UTC) #3
arv (Not doing code reviews)
LGTM
7 years, 8 months ago (2013-04-25 16:33:48 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/14329023/1
7 years, 8 months ago (2013-04-25 16:39:09 UTC) #5
commit-bot: I haz the power
Failed to apply patch for Source/modules/mediastream/NavigatorUserMediaSuccessCallback.idl: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 8 months ago (2013-04-25 16:39:17 UTC) #6
do-not-use
On 2013/04/25 16:39:17, I haz the power (commit-bot) wrote: > Failed to apply patch for ...
7 years, 8 months ago (2013-04-25 18:33:12 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/14329023/5001
7 years, 8 months ago (2013-04-25 19:08:33 UTC) #8
commit-bot: I haz the power
Presubmit check for 14329023-5001 failed and returned exit status 1. INFO:root:Found 32 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-25 19:08:47 UTC) #9
haraken
abarth: rubber-stamp for modules/ please?
7 years, 8 months ago (2013-04-25 19:10:13 UTC) #10
abarth-chromium
LGTM. haraken should be able to review these IDL changes in modules. I'm not sure ...
7 years, 8 months ago (2013-04-26 04:10:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@sisa.samsung.com/14329023/5001
7 years, 8 months ago (2013-04-26 04:18:17 UTC) #12
commit-bot: I haz the power
Change committed as 149160
7 years, 8 months ago (2013-04-26 04:41:47 UTC) #13
jochen (gone - plz use gerrit)
filed crbug.com/235756 about the owners issue
7 years, 8 months ago (2013-04-26 06:47:58 UTC) #14
do-not-use
Note that http://www.chromium.org/blink/webidl needs updating now. However, I do not seem to have the rights ...
7 years, 8 months ago (2013-04-26 07:17:29 UTC) #15
abarth-chromium
I think we just need to nominate you as a committer. I'll do that today.
7 years, 8 months ago (2013-04-26 17:06:29 UTC) #16
haraken
On 2013/04/26 17:06:29, abarth wrote: > I think we just need to nominate you as ...
7 years, 8 months ago (2013-04-26 19:19:59 UTC) #17
do-not-use
7 years, 8 months ago (2013-04-26 23:40:07 UTC) #18
Message was sent while issue was closed.
On 2013/04/26 19:19:59, haraken wrote:
> On 2013/04/26 17:06:29, abarth wrote:
> > I think we just need to nominate you as a committer.  I'll do that today.
> 
> I'll write a big +1 :)

Great, thanks!

Powered by Google App Engine
This is Rietveld 408576698