servo/components
Mukilan Thiyagarajan 7435db26ac Fix race condition in XHR and handle other abort/open scenarios
This fixes issue #3630
A short summary of the changes:
* Use generation id to cancel inflight requests
* Handles nested calls to abort, open, send inside handlers
* Adds XHRReleaseMsg to delay freeing XHR object till all
  inflight events are processed
* Change the ErroredMsg enum to be more symmetric with the returned
  Error enum
2014-11-03 22:06:17 +05:30
..
canvas Run all task spawning through util, to allow for easy hooking. 2014-10-28 09:53:45 -07:00
compositing Update to use new GL bindings. 2014-10-30 15:31:10 +10:00
devtools make naming more consistent 2014-10-28 10:06:39 -07:00
devtools_traits Disable non_snake_case warnings in devtools 2014-09-23 11:45:08 -07:00
gfx gfx: Enhance display list debugging a bit with support for dumping 2014-10-31 10:13:08 -07:00
layout auto merge of #3860 : pcwalton/servo/reflow-out-of-flow, r=glennw 2014-10-31 14:39:34 -06:00
layout_traits Use opts as a global, to avoid cloning and passing the struct all over the code. 2014-10-20 10:48:47 +10:00
msg util: Make some minor formatting cleanups to profiling and gfx 2014-10-22 07:49:56 -07:00
net make naming more consistent 2014-10-28 10:06:39 -07:00
plugins Make auto-derived JSTraceable have #[inline] methods 2014-10-16 10:20:20 +05:30
script Fix race condition in XHR and handle other abort/open scenarios 2014-11-03 22:06:17 +05:30
script_traits auto merge of #3626 : Manishearth/servo/form-prep, r=jdm 2014-10-09 16:00:34 -06:00
style layout: Support more types of selectors for style sharing. 2014-10-28 14:12:50 -07:00
util auto merge of #3830 : pcwalton/servo/persistent-list-floats, r=kmcallister 2014-10-31 14:00:39 -06:00