Josh Matthews
|
159235b3d0
|
Add handling for unreported exceptions when invoking callback objects.
|
2015-01-14 12:54:46 -05:00 |
|
Ms2ger
|
edc1d89251
|
Deny unsafe blocks in script.
As a first start, this allows them indiscriminately where used.
|
2015-01-09 10:13:25 +01:00 |
|
bors-servo
|
df6a7959df
|
auto merge of #4069 : guillaumebort/servo/fix/3936, r=jdm
|
2015-01-08 08:48:54 -07:00 |
|
Ms2ger
|
16c7060bc8
|
Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.
|
2015-01-08 09:58:46 -05:00 |
|
Guillaume Bort
|
5fe3a3e54f
|
Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString)
|
2015-01-07 11:39:15 +01:00 |
|
Josh Matthews
|
9a7cd31134
|
Force all messages to worker tasks to send a TrustedWorkerAddress along with the ScriptMsg. This ensures that the main-thread Worker object is rooted for as long as there are events in flight or being processed.
|
2014-12-29 13:53:49 -05:00 |
|
Tetsuharu OHZEKI
|
a7bb436177
|
script: Remove glob imports added in #4405
|
2014-12-19 04:52:48 +09:00 |
|
Ms2ger
|
466faac2a5
|
Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.
|
2014-12-17 15:19:45 -05:00 |
|
Trevor Riles
|
89f1949913
|
Use an enum to set set_timeout_or_interval's is_interval field. Fixes #4059
|
2014-11-21 15:10:27 -06:00 |
|
Mukilan Thiyagarajan
|
4b2b0d0723
|
Allow passing arguments to setTimeout/setInterval callbacks
|
2014-11-15 18:32:12 +05:30 |
|
Jack Moffitt
|
d1b433a3b3
|
Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a
|
2014-11-13 11:17:43 +10:00 |
|
Tetsuharu OHZEKI
|
bf22a473fa
|
Use DOMRefCell for TimerManager.
|
2014-10-22 10:01:01 +09:00 |
|
Mukilan Thiyagarajan
|
0d7e13f646
|
Issue #3236 - Implement timers (setTimeout/setInterval) for workers
|
2014-10-16 05:59:44 +05:30 |
|