servo/components/script
Emilio Cobos Álvarez 95a0d0584f webgl: Add destructors for texture, program, shader, buffer and framebuffer
This allows to cleanup resources earlier if they stop being used. Right
now all resources were cleaned up when the context was destroyed, this is
a slightly better approach.

We ignore the possible failure of the send() call, since we don't keep
track of these resources from the `WebGLRenderingContext` structure, so
a texture could be destroyed after the context and give us problems.
2015-11-01 13:39:20 +01:00
..
docs Move the DOM memory management blog post into the tree. 2015-10-29 17:25:00 +01:00
dom webgl: Add destructors for texture, program, shader, buffer and framebuffer 2015-11-01 13:39:20 +01:00
parse Removed JS::root Fixes #8251 2015-10-31 18:15:16 +05:30
build.rs
Cargo.toml Update euclid to 0.3 2015-10-28 21:34:23 +05:30
clipboard_provider.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
cors.rs Simplify AsyncResponseListener implementations. 2015-10-15 16:53:47 -07:00
devtools.rs Introduce trait Castable 2015-10-21 11:37:16 +02:00
document_loader.rs Improve spec-compliance of script loading and execution during document startup 2015-10-26 21:35:09 +01:00
layout_interface.rs Un-boxed ScriptReflow 2015-10-31 22:29:16 -07:00
lib.rs Move EventState to rust-selectors. 2015-10-30 21:02:35 -07:00
makefile.cargo Fix spurious rebuilds of the script crate 2015-10-08 21:37:56 -07:00
mem.rs Introduce DOMClass::heap_size_of 2015-10-14 21:52:16 +02:00
network_listener.rs Make AsyncResponseListener methods take &mut self. 2015-10-15 16:44:39 -07:00
page.rs Removed JS::root Fixes #8251 2015-10-31 18:15:16 +05:30
script_task.rs Removed JS::root Fixes #8251 2015-10-31 18:15:16 +05:30
textinput.rs display input caret for textarea. fixes #7758 2015-10-21 22:38:23 +02:00
timers.rs Fix some rust-clippy violations 2015-10-30 18:41:22 -04:00
unpremultiplytable.rs add un-premultiply table for GetImageData 2015-10-20 04:51:29 -04:00
webdriver_handlers.rs Avoid string copies in handle_find_{element,elements}_css. 2015-10-30 15:46:17 +01:00