aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlpreelement.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-44/+0
|
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-3/+0
|
* Test for trailing spaces in tidy.py.Ms2ger2014-07-111-1/+1
|
* Remove generate_cacheable_wrapper_htmlelement!Tetsuharu OHZEKI2014-06-281-0/+7
|
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
|
* Remove not-yet-implemented members from IDL and Rust code.Ms2ger2014-06-011-13/+0
| | | | | | | | These stub implementations bring no value, and significantly increased maintenance costs. This commit also synchronizes the IDL with the HTML specification and makes the URLs consistent.
* Remove needless '&mut self' from HTMLPreElementMethods.Tetsuharu OHZEKI2014-05-311-2/+2
|
* Update Rust.Ms2ger2014-05-221-1/+1
|
* Use == instead of match for tests against a single enum valueMartin Robinson2014-05-081-4/+1
| | | | | | | The performance of using == should now equal that of match, so many identity methods can be simplified to a single line. Fixes #1596.
* Address review comments.Josh Matthews2014-05-031-1/+0
|
* Address review comments.Josh Matthews2014-05-031-3/+3
|
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-2/+2
|
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-3/+9
|
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-2/+2
|
* Turn on GC all the time. Fix rooting errors during parsing and storing ↵Josh Matthews2014-05-031-3/+3
| | | | timers. Fix borrow errors during tracing.
* Remove the 'pub use self::BindingDeclarations::*;' export.Tetsuharu OHZEKI2014-05-011-1/+1
|
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-1/+1
| | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries.
* Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)Saurabh Anand2014-02-281-1/+1
|
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-6/+19
|
* Move DOMString into servo_util.Ms2ger2014-02-141-1/+1
|
* Use DOMString more consistently.Ms2ger2014-02-131-2/+3
|
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-2/+2
| | | | | | | that layout can safely call. This is simpler. Currently, the set of methods is not safe, but I plan to lock it down more soon.
* Rename HTMLElement::new to HTMLElement::new_inherited.Ms2ger2013-11-021-1/+1
|
* Introduce HTMLPreElement::new.Ms2ger2013-10-311-0/+17
|
* Rename the element field of the DOM Node hierarchyLuis de Bethencourt2013-09-191-1/+1
| | | | | | Renamed htmlelement, and element Fixes #924
* bindings: Return errors in Result rather than setting an out parameterKeegan McAllister2013-09-181-1/+2
| | | | Fixes #909.
* Generate bindings for HTMLPreElement.Tetsuharu OHZEKI2013-08-311-0/+19