aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-10/+11
* auto merge of #4381 : Manishearth/servo/performancenow, r=jdmbors-servo2014-12-151-1/+1
|\
| * Fix window.performance.now()Manish Goregaokar2014-12-161-1/+1
* | script: Improve dirty propagation and fix script-layout synchronization.Patrick Walton2014-12-151-17/+5
|/
* Pass the timing information to PerformanceTiming rather than exposing methods.Ms2ger2014-12-111-9/+4
* Add oninput/onchange so tests workManish Goregaokar2014-12-051-2/+1
* Use MutNullableJS::or_init in Window.Ms2ger2014-12-041-32/+7
* Implement Window.sessionStorage: Storage Task, Storage Methods (excluding Sto...nkdalmia2014-12-031-0/+16
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* remove comments now that we have more descriptive namesTrevor Riles2014-11-211-2/+2
* Use an enum to set set_timeout_or_interval's is_interval field. Fixes #4059Trevor Riles2014-11-211-3/+3
* Allow passing arguments to setTimeout/setInterval callbacksMukilan Thiyagarajan2014-11-151-6/+8
* Use RefCell in DOMRefCell to reduce duplicated code.Ms2ger2014-11-141-1/+2
* Flush layout after executing timers.Josh Matthews2014-11-131-0/+1
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
* Invert control flow, fix resizing, and improve checkerboardingPatrick Walton2014-11-041-5/+5
* Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-4/+4
* Don't force reflow on content changesMatt Brubeck2014-10-291-5/+1
* Infrastructure for synchronous script loadingMatt Brubeck2014-10-291-1/+6
* Macroize event handler getters and setters.Tetsuharu OHZEKI2014-10-231-39/+4
* Use DOMRefCell for Window.Tetsuharu OHZEKI2014-10-221-3/+3
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Issue #3236 - Implement timers (setTimeout/setInterval) for workersMukilan Thiyagarajan2014-10-161-153/+20
* Privatize WindowTim Taubert2014-10-131-15/+47
* Implement extremely basic form submission (fixes #3554)Manish Goregaokar2014-10-111-1/+2
* Incremental Style RecalcClark Gaebel2014-10-091-5/+8
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-1/+1
* Remove Traceable/Untraceable from page.rsManish Goregaokar2014-10-051-1/+1
* Remove Traceable/Untraceable from window.rsManish Goregaokar2014-10-051-21/+20
* Replace Cell<Option<JS<T>>> with MutNullableJS<T>Andrew Guertin2014-10-031-4/+4
* Implement MutNullableJS for mutable, nullable member pointers to DOM objects.Josh Matthews2014-10-011-13/+14
* Use JSTraceable everywhereManish Goregaokar2014-09-241-4/+5
* Eliminate warningsKeegan McAllister2014-09-201-8/+8
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-5/+7
* Convert various helper traits from &JSRef to JSRefCameron Zwarich2014-09-201-16/+16
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-42/+42
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-15/+15
* Merge pull request #3358 from jdm/thespicemustnotreflowJosh Matthews2014-09-171-7/+9
|\
| * Delay initiating layout operations for as long as possible.Josh Matthews2014-09-151-7/+9
* | Merge pull request #3387 from prasoon2211/base64_methods_for_workerJosh Matthews2014-09-171-68/+77
|\ \
| * | Fix for issue #3238Prasoon Shukla2014-09-171-68/+77
| |/
* | Merge pull request #3374 from Manishearth/lint_unrooted_jsmanagedManish Goregaokar2014-09-171-0/+1
|\ \ | |/ |/|
| * Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* | Handle iframe.src with a javascript protocol URL.Jack Moffitt2014-09-151-2/+23
|/
* Cargoify servoJack Moffitt2014-09-081-0/+513