Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -52/+0 |
| | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -4/+1 |
| | |||||
* | Introduce abstractions for global scopes. | Ms2ger | 2014-07-15 | 1 | -3/+4 |
| | | | | Part of #2811. | ||||
* | Put some 'use' statements in alphabetical order. | Ms2ger | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | Rename variables that refer to global objects. | Ms2ger | 2014-07-15 | 1 | -2/+2 |
| | | | | | | | | This clarifies whether those variables will point to a Window object or an arbitrary global object. Note in particular that all IDL Constructors will accept an arbitrary global object. | ||||
* | Remove an unnecessary string copy in the Text constructor. | Ms2ger | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | Remove generate_cacheable_wrapper_characterdata! | Tetsuharu OHZEKI | 2014-06-28 | 1 | -0/+7 |
| | |||||
* | Rename BindingDeclarations to Bindings. | Ms2ger | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | Remove not-yet-implemented members from IDL and Rust code. | Ms2ger | 2014-06-01 | 1 | -12/+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. | ||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Use == instead of match for tests against a single enum value | Martin Robinson | 2014-05-08 | 1 | -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. | ||||
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -1/+0 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -3/+3 |
| | |||||
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -3/+2 |
| | |||||
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -5/+5 |
| | |||||
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -6/+13 |
| | |||||
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -4/+4 |
| | |||||
* | Turn on GC all the time. Fix rooting errors during parsing and storing ↵ | Josh Matthews | 2014-05-03 | 1 | -5/+8 |
| | | | | timers. Fix borrow errors during tracing. | ||||
* | Remove the 'pub use self::BindingDeclarations::*;' export. | Tetsuharu OHZEKI | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -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 Anand | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -9/+22 |
| | |||||
* | Change Text, Comment and ProcessingInstructions parent name from element to ↵ | Adam Sinnett | 2014-02-15 | 1 | -2/+2 |
| | | | | | | | | characterdata All other node's parent type names reflect the actual type of the parent. This change extends that convention to the indicated nodes. closes #1594 | ||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | Use DOMString more consistently. | Ms2ger | 2014-02-13 | 1 | -2/+2 |
| | |||||
* | script: Eliminate the phantom type in favor of just whitelisting methods | Patrick Walton | 2013-12-17 | 1 | -4/+4 |
| | | | | | | | 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 some 'new' functions to 'new_inherited'. | Ms2ger | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | Stop passing DOMStrings via borrowed pointer. (#1201) | Tetsuharu OHZEKI | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Don't pass nullable strings to native DOM methods that want non-nullable ↵ | Ms2ger | 2013-11-12 | 1 | -5/+5 |
| | | | | strings. Fixes #1207. | ||||
* | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -2/+2 |
| | |||||
* | Rewrite Text::new to current standards. | Ms2ger | 2013-11-02 | 1 | -5/+8 |
| | |||||
* | Implement Window::get_cx() to reduce code repetition. | Ms2ger | 2013-10-13 | 1 | -1/+1 |
| | |||||
* | Issue #888 - Node's owner document should never be None. | Ms2ger | 2013-10-10 | 1 | -3/+4 |
| | |||||
* | Cleanup some code. | Ms2ger | 2013-10-07 | 1 | -1/+2 |
| | |||||
* | Rename the element field of the DOM Node hierarchy | Luis de Bethencourt | 2013-09-19 | 1 | -2/+2 |
| | | | | | | Renamed htmlelement, and element Fixes #924 | ||||
* | bindings: Return errors in Result rather than setting an out parameter | Keegan McAllister | 2013-09-18 | 1 | -6/+6 |
| | | | | Fixes #909. | ||||
* | Make DOMString an alias for Option<~str> | Keegan McAllister | 2013-09-18 | 1 | -3/+3 |
| | | | | Fixes #898. | ||||
* | Make Window store an @Page instead of a *Page and remove a bunch of unsafe code. | Josh Matthews | 2013-09-12 | 1 | -1/+1 |
| | |||||
* | Generate bindings for Comment and DocumentType. | Josh Matthews | 2013-08-28 | 1 | -21/+1 |
| | |||||
* | Remove many long ugly lists of imports of HTML element types. They can now ↵ | Josh Matthews | 2013-08-27 | 1 | -0/+55 |
be obtained via dom::types::*, which is autogenerated. |