aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script_task.rs
Commit message (Expand)AuthorAgeFilesLines
...
| * Add Page::hit_test().Tetsuharu OHZEKI2014-04-241-13/+26
| * Add NodeHelpers::get_bounding_content_box().Tetsuharu OHZEKI2014-04-241-7/+4
* | auto merge of #2200 : jdm/servo/loadfail, r=mbrubeckbors-servo2014-04-241-1/+1
|\ \
| * | Make the I Tried star appear when a top-level page load fails for network-rel...Josh Matthews2014-04-241-1/+1
| |/
* | auto merge of #2203 : mbrubeck/servo/back-crash, r=jdmbors-servo2014-04-231-12/+9
|\ \ | |/ |/|
| * Make sure RefCell borrows are temporary.Matt Brubeck2014-04-211-12/+9
* | auto merge of #2209 : lpy/servo/issue2188, r=Ms2gerbors-servo2014-04-231-1/+1
|\ \
| * | Implement Element.localName.(fixes #2188)lpy2014-04-231-1/+1
| |/
* | auto merge of #2111 : jdm/servo/browsercontext, r=Ms2gerbors-servo2014-04-221-11/+17
|\ \ | |/ |/|
| * Remove all traces of WindowProxy. Implement basic browser context concept and...Josh Matthews2014-04-221-11/+17
* | auto merge of #2202 : jdm/servo/scriptleak, r=Ms2gerbors-servo2014-04-211-0/+43
|\ \ | |/ |/|
| * Ensure JS-owned memory is not leaked if a script task fails. Fixes #2201.Josh Matthews2014-04-211-0/+43
* | Remove JSPageInfo::js_compartment.Ms2ger2014-04-211-26/+12
|/
* Add transparent Traceable and Untraceable types to aid proper rooting practic...Josh Matthews2014-04-171-66/+62
* Implement Window.set/clearInterval.(fixes #2116)lpy2014-04-181-3/+9
* Make find_fragment_node a method of Page.Josh Matthews2014-04-091-20/+19
* auto merge of #2057 : Ms2ger/servo/evaluate_script, r=jdmbors-servo2014-04-071-4/+4
|\
| * Handle an exception from cx.evaluate_script more gracefully.Ms2ger2014-04-071-4/+4
* | Remove trailing whitespace.Ms2ger2014-04-071-2/+2
|/
* Upgrade rust.Ms2ger2014-04-041-102/+95
* layout: Address review feedback.Patrick Walton2014-04-031-3/+4
* servo: Implement stacking contexts and allow multiple layers perPatrick Walton2014-04-031-3/+8
* Get rid of match statements in layout queries in script_tasklpy2014-04-021-7/+4
* Store Window.active_timers in a HashMapMartin Robinson2014-03-311-3/+5
* Move attributes-related functions onto JS<Element>.Ms2ger2014-03-201-4/+4
* Split TCast::to into TCast::to_unchecked and TCast::to.Tetsuharu OHZEKI2014-03-201-3/+3
* Rust upgrade for new master rebaseLars Bergstrom2014-03-181-2/+2
* Warning police.Josh Matthews2014-03-181-15/+15
* Remove all traces of Box representation from bindings. Work around file read ...Josh Matthews2014-03-181-2/+2
* Rust upgradesLars Bergstrom2014-03-181-37/+47
* Use the JSVal member functions to replace JSVAL_IS_* and JSVAL_TO_*.Ms2ger2014-03-091-4/+1
* Use FooValue() functions.Ms2ger2014-03-091-2/+2
* Stop sticking a Page in the JSContext's private.Ms2ger2014-03-051-17/+1
* Pass &JS<Window> to some constructors.Ms2ger2014-03-041-1/+1
* Remove next_subpage_id argument from parse_html.(fixes #1801)lpy2014-03-041-2/+1
* Fix a dynamic borrow failure with iframesKeegan McAllister2014-03-031-4/+2
* De-@mut the script crate.Josh Matthews2014-02-281-173/+296
* Implement "resize" DOM Event.Tetsuharu OHZEKI2014-03-011-1/+20
* Add url getter to Page and fix users of Page url with it.(fixes #1762)lpy2014-02-281-4/+6
* Remove the image loading workaround from the parser.Ms2ger2014-02-251-1/+0
* Remove DocumentTypeId.Ms2ger2014-02-241-2/+2
* Remove document::DocumentType (fixes #1730).Ms2ger2014-02-241-2/+2
* Remove HTMLDocument.Ms2ger2014-02-241-4/+3
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-79/+109
* Use eq() and eq_slice() less, and map_default() more.Ms2ger2014-02-161-5/+3
* Restore failure handlingKeegan McAllister2014-02-121-3/+8
* This is implement Hover Event. If over element, currently full reflow. after ...HyunJune Kim2014-02-101-3/+74
* compositor can get mouse point from window eventHyunJune Kim2014-02-101-1/+2
* Reduce copying on parse_url() call sites.Tetsuharu OHZEKI2014-02-091-1/+1
* Rename make_url/current_url to parse_url/base_url, to align with spec termino...Simon Sapin2014-02-011-4/+4