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

Issue 848173003: Dropping [NoInterfaceObject] from XMLHttpRequestEventTarget (Closed)

Created:
5 years, 11 months ago by Paritosh Kumar
Modified:
5 years, 10 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Dropping [NoInterfaceObject] from XMLHttpRequestEventTarget As [NoInterfaceObject] removed in latest specs: https://xhr.spec.whatwg.org/#xmlhttprequesteventtarget BUG=448766 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189416

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : After Splitting XMLHttpRequest instanceof tests from instanceof-*.js #

Patch Set 5 : #

Patch Set 6 : After adding tests for '.upload' in Patch Set# 4 #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -68 lines) Patch
D LayoutTests/fast/js/instanceof-XMLHttpRequest.html View 1 2 1 chunk +0 lines, -9 lines 0 comments Download
D LayoutTests/fast/js/instanceof-XMLHttpRequest-expected.txt View 1 2 1 chunk +0 lines, -23 lines 0 comments Download
A LayoutTests/fast/js/instanceof-test.html View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
A + LayoutTests/fast/js/instanceof-test-expected.txt View 1 2 3 2 chunks +1 line, -3 lines 0 comments Download
D LayoutTests/fast/js/script-tests/instanceof-XMLHttpRequest.js View 1 2 1 chunk +0 lines, -28 lines 0 comments Download
A + LayoutTests/fast/js/script-tests/instanceof-test.js View 1 2 3 2 chunks +1 line, -4 lines 0 comments Download
A LayoutTests/fast/xmlhttprequest/instanceof-XMLHttpRequest.html View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
A LayoutTests/fast/xmlhttprequest/instanceof-XMLHttpRequest-expected.txt View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
M LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (5 generated)
Paritosh Kumar
@tyoshino: Please have a look on this change.
5 years, 11 months ago (2015-01-14 14:41:48 UTC) #2
tyoshino (SeeGerritForStatus)
On 2015/01/14 14:41:48, Paritosh Kumar wrote: > @tyoshino: Please have a look on this change. ...
5 years, 11 months ago (2015-01-19 04:23:59 UTC) #3
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/848173003/diff/1/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl File Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl (right): https://codereview.chromium.org/848173003/diff/1/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl#newcode28 Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl:28: Exposed=(Window, Worker) Shouldn't we align this with [Exposed] for ...
5 years, 11 months ago (2015-01-19 04:25:53 UTC) #4
Paritosh Kumar
Thanks Takeshi > Could you also please check > global-interface-listing.html? Added entry for XMLHttpRequestEventTarget interface ...
5 years, 11 months ago (2015-01-20 03:49:13 UTC) #5
tyoshino (SeeGerritForStatus)
lgtm. There has been no activity on the bug. I don't have any strong opinion ...
5 years, 10 months ago (2015-01-28 14:50:08 UTC) #7
sof
On 2015/01/28 14:50:08, tyoshino wrote: > lgtm. There has been no activity on the bug. ...
5 years, 10 months ago (2015-01-28 15:27:24 UTC) #8
tyoshino (SeeGerritForStatus)
On 2015/01/28 15:27:24, sof wrote: > On 2015/01/28 14:50:08, tyoshino wrote: > > lgtm. There ...
5 years, 10 months ago (2015-01-29 02:25:45 UTC) #9
sof
I sense there won't be many more updates on that upstream bug, so if tyoshino@ ...
5 years, 10 months ago (2015-01-30 19:02:10 UTC) #10
Paritosh Kumar
Thanks Sof As per your suggestion removed XMLHttpRequest instanceof tests from fast/js/instanceof-XMLHttpRequest.js and created new ...
5 years, 10 months ago (2015-02-02 09:37:10 UTC) #11
sof
Great, thanks for doing that extra work. Transitioning to testharness.js can be done later for ...
5 years, 10 months ago (2015-02-02 09:52:52 UTC) #12
Paritosh Kumar
On 2015/02/02 09:52:52, sof wrote: > Great, thanks for doing that extra work. Transitioning to ...
5 years, 10 months ago (2015-02-02 10:16:19 UTC) #13
sof
lgtm
5 years, 10 months ago (2015-02-02 14:13:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/848173003/100001
5 years, 10 months ago (2015-02-02 17:14:19 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/44787)
5 years, 10 months ago (2015-02-02 18:51:02 UTC) #18
Paritosh Kumar
@tyoshino/sof: Please have a look, try jobs are failing for tests global-interface-listing-*-worker.html, so updated expectation ...
5 years, 10 months ago (2015-02-03 07:42:05 UTC) #19
tyoshino (SeeGerritForStatus)
On 2015/02/03 07:42:05, Paritosh Kumar wrote: > @tyoshino/sof: Please have a look, try jobs are ...
5 years, 10 months ago (2015-02-03 13:25:21 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/848173003/120001
5 years, 10 months ago (2015-02-03 13:26:43 UTC) #22
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 14:57:10 UTC) #23
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=189416

Powered by Google App Engine
This is Rietveld 408576698