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

Issue 797583002: [bindings] Avoid using custom bindings for handling clipboardData on Event idl interface. (Closed)

Created:
6 years ago by vivekg_samsung
Modified:
6 years ago
CC:
arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[bindings] Avoid using custom bindings for handling clipboardData on Event idl interface. This CL introduces a separate idl file for ClipboardEvent derived from Event interface and avoids using the custom binding required for handling of clipboardData attribute. R=haraken@chromium.org BUG=345519 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187069

Patch Set 1 #

Patch Set 2 : Adding ClipboardEvent.idl #

Patch Set 3 : Missed some expected files. #

Total comments: 2

Patch Set 4 : Removed the UsageCounter related stuff. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -66 lines) Patch
M LayoutTests/fast/xmlhttprequest/xmlhttprequest-get-expected.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
D Source/bindings/core/v8/custom/V8EventCustom.cpp View 1 chunk +0 lines, -52 lines 0 comments Download
M Source/bindings/core/v8/custom/custom.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/core.gypi View 1 2 chunks +2 lines, -0 lines 0 comments Download
M Source/core/events/ClipboardEvent.h View 1 1 chunk +6 lines, -2 lines 0 comments Download
M Source/core/events/ClipboardEvent.cpp View 1 2 chunks +1 line, -4 lines 0 comments Download
A + Source/core/events/ClipboardEvent.idl View 1 2 3 1 chunk +3 lines, -4 lines 0 comments Download
M Source/core/events/Event.idl View 1 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/UseCounter.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 32 (5 generated)
vivekg
Hi @haraken and @jl, please take a look.
6 years ago (2014-12-11 16:00:35 UTC) #2
vivekg
Although there one failure. Now instead of returning 'undefined', its returning 'null' for 'clipboardData' property. ...
6 years ago (2014-12-11 16:02:34 UTC) #3
Jens Widell
On 2014/12/11 16:02:34, vivekg_ wrote: > Although there one failure. Now instead of returning 'undefined', ...
6 years ago (2014-12-11 16:10:11 UTC) #4
vivekg
On 2014/12/11 at 16:10:11, jl wrote: > On 2014/12/11 16:02:34, vivekg_ wrote: > > Although ...
6 years ago (2014-12-11 16:12:22 UTC) #5
vivekg
Added new IDL file ClipboardEvent. PTAL, thanks.
6 years ago (2014-12-12 07:21:21 UTC) #6
Jens Widell
On 2014/12/12 07:21:21, vivekg_ wrote: > Added new IDL file ClipboardEvent. PTAL, thanks. LGTM I ...
6 years ago (2014-12-12 07:42:34 UTC) #7
sof
On 2014/12/12 07:42:34, Jens Widell wrote: > On 2014/12/12 07:21:21, vivekg_ wrote: > > Added ...
6 years ago (2014-12-12 07:52:20 UTC) #8
vivekg
On 2014/12/12 at 07:52:20, sigbjornf wrote: > On 2014/12/12 07:42:34, Jens Widell wrote: > > ...
6 years ago (2014-12-12 07:59:22 UTC) #9
sof
On 2014/12/12 07:59:22, vivekg_ wrote: > On 2014/12/12 at 07:52:20, sigbjornf wrote: > > On ...
6 years ago (2014-12-12 08:01:24 UTC) #10
Jens Widell
On 2014/12/12 07:59:22, vivekg_ wrote: > On 2014/12/12 at 07:52:20, sigbjornf wrote: > > On ...
6 years ago (2014-12-12 08:02:20 UTC) #11
vivekg
On 2014/12/12 at 08:02:20, jl wrote: > It's used rather a lot (2 % of ...
6 years ago (2014-12-12 08:06:01 UTC) #12
haraken
What are behaviors of other browsers?
6 years ago (2014-12-12 08:34:04 UTC) #13
haraken
On 2014/12/12 08:34:04, haraken wrote: > What are behaviors of other browsers? I mean, are ...
6 years ago (2014-12-12 08:34:32 UTC) #14
vivekg
On 2014/12/12 at 08:34:32, haraken wrote: > On 2014/12/12 08:34:04, haraken wrote: > > What ...
6 years ago (2014-12-12 08:37:06 UTC) #15
Jens Widell
On 2014/12/12 08:34:32, haraken wrote: > On 2014/12/12 08:34:04, haraken wrote: > > What are ...
6 years ago (2014-12-12 08:45:46 UTC) #16
haraken
On 2014/12/12 08:45:46, Jens Widell wrote: > On 2014/12/12 08:34:32, haraken wrote: > > On ...
6 years ago (2014-12-12 08:50:13 UTC) #17
vivekg
On 2014/12/12 at 08:50:13, haraken wrote: > Thanks for the info! LGTM. > > Let's ...
6 years ago (2014-12-12 08:54:54 UTC) #18
vivekg
+@jochen and +@philipj for API OWNERS review.
6 years ago (2014-12-12 13:09:07 UTC) #20
philipj_slow
Thank you, this is great cleanup! I feel like this is borderline trivial <http://www.chromium.org/blink#trivial-changes>, it's ...
6 years ago (2014-12-12 14:25:35 UTC) #21
Jens Widell
On 2014/12/12 14:25:35, philipj wrote: > Thank you, this is great cleanup! > > I ...
6 years ago (2014-12-12 14:35:07 UTC) #22
philipj_slow
On 2014/12/12 14:35:07, Jens Widell wrote: > On 2014/12/12 14:25:35, philipj wrote: > > Thank ...
6 years ago (2014-12-12 14:54:03 UTC) #23
vivekg
On 2014/12/12 at 14:54:03, philipj wrote: > Ah, I didn't actually read the custom bindings, ...
6 years ago (2014-12-12 15:29:13 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/797583002/60001
6 years ago (2014-12-12 16:40:55 UTC) #26
vivekg
On 2014/12/12 15:29:13, vivekg_ wrote: > On 2014/12/12 at 14:54:03, philipj wrote: > > > ...
6 years ago (2014-12-12 16:41:01 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/22117)
6 years ago (2014-12-12 16:45:42 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/797583002/60001
6 years ago (2014-12-12 23:02:00 UTC) #31
commit-bot: I haz the power
6 years ago (2014-12-13 00:19:03 UTC) #32
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187069

Powered by Google App Engine
This is Rietveld 408576698