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

Issue 262173006: Expose events in workers as per latest DOM specification (Closed)

Created:
6 years, 7 months ago by Inactive
Modified:
6 years, 7 months ago
CC:
blink-reviews, arv+blink, watchdog-blink-watchlist_google.com
Visibility:
Public.

Description

Expose events in workers as per latest DOM specification Expose events in workers as per latest DOM specification: https://github.com/whatwg/dom/commit/0f69e7175dcae9edffa636bb213991330d225bf3 This CL exposes Event, CustomEvent and EventTarget to Workers and not only in the primary global scope (Window), as per the latest DOM specification. Firefox 29 exposes both Event and EventTarget to workers but not CustomEvent (known bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1003432). IE11 exposes Event only to workers. R=arv@chromium.org, tkent@chromium.org BUG=370011 TEST=webexposed/global-constructors-listing-dedicated-worker.html TEST=webexposed/global-constructors-listing-shared-worker.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173328

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M LayoutTests/virtual/stable/webexposed/global-constructors-listing-dedicated-worker-expected.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/virtual/stable/webexposed/global-constructors-listing-shared-worker-expected.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-constructors-listing-shared-worker-expected.txt View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/events/CustomEvent.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/events/Event.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/events/EventTarget.idl View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Inactive
6 years, 7 months ago (2014-05-05 15:24:30 UTC) #1
eseidel
Woh. So does this now mean that event code has to be thread-safe?
6 years, 7 months ago (2014-05-05 15:28:50 UTC) #2
Inactive
On 2014/05/05 15:28:50, eseidel wrote: > Woh. So does this now mean that event code ...
6 years, 7 months ago (2014-05-05 15:50:09 UTC) #3
eseidel
lgtm
6 years, 7 months ago (2014-05-05 18:02:24 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/262173006/1
6 years, 7 months ago (2014-05-05 18:02:40 UTC) #5
commit-bot: I haz the power
Change committed as 173328
6 years, 7 months ago (2014-05-05 18:14:53 UTC) #6
arv (Not doing code reviews)
LGTM
6 years, 7 months ago (2014-05-06 17:00:01 UTC) #7
esprehn
On 2014/05/05 15:50:09, Chris Dumez wrote: > On 2014/05/05 15:28:50, eseidel wrote: > > Woh. ...
6 years, 7 months ago (2014-05-06 17:05:53 UTC) #8
Inactive
On 2014/05/06 17:05:53, esprehn wrote: > On 2014/05/05 15:50:09, Chris Dumez wrote: > > On ...
6 years, 7 months ago (2014-05-06 17:32:33 UTC) #9
tkent
On 2014/05/06 17:32:33, Chris Dumez wrote: > Is this a problem? I'm afraid so. At ...
6 years, 7 months ago (2014-05-07 00:12:38 UTC) #10
Inactive
6 years, 7 months ago (2014-05-07 13:37:58 UTC) #11
Message was sent while issue was closed.
A revert of this CL has been created in
https://codereview.chromium.org/267363003/ by ch.dumez@samsung.com.

The reason for reverting is: This may be causing issues with thread safety. I am
reverting until I get a chance to investigate..

Powered by Google App Engine
This is Rietveld 408576698