Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -156/+0 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 1 | -1/+2 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -1/+2 |
| | |||||
* | Merge pull request #2932 from Ms2ger/fixme-347 | Manish Goregaokar | 2014-07-26 | 1 | -0/+1 |
|\ | | | | | Add pointers to the relevant issue for some bugs; r=jdm | ||||
| * | Add pointers to the relevant issue for some bugs. | Ms2ger | 2014-07-26 | 1 | -0/+1 |
| | | |||||
* | | Add documentation for the DOM. | Ms2ger | 2014-07-26 | 1 | -5/+30 |
|/ | |||||
* | Introduce abstractions for global scopes. | Ms2ger | 2014-07-15 | 1 | -1/+1 |
| | | | | Part of #2811. | ||||
* | 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. | ||||
* | Mark some unused fields. | Ms2ger | 2014-07-04 | 1 | -2/+2 |
| | |||||
* | Make some DOM members private. | Ms2ger | 2014-06-28 | 1 | -2/+2 |
| | | | | | I have not reviewed if this is the complete set of members that can be made private. | ||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -3/+3 |
| | |||||
* | Fix and disable some compile warnings. | Ms2ger | 2014-06-06 | 1 | -0/+1 |
| | |||||
* | Port modern callback handling code from Gecko, and copy related WebIDL ↵ | Josh Matthews | 2014-05-27 | 1 | -27/+43 |
| | | | | parser bits too. | ||||
* | Use *mut T for the T* pointers in SpiderMonkey. | Ms2ger | 2014-05-26 | 1 | -26/+20 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -7/+8 |
| | | | | | | 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. | ||||
* | Make GetCallableProperty more rustic. | Ms2ger | 2014-04-10 | 1 | -7/+7 |
| | |||||
* | Warning police. | Josh Matthews | 2014-03-18 | 1 | -3/+3 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Use the JSVal member functions to replace JSVAL_IS_* and JSVAL_TO_*. | Ms2ger | 2014-03-09 | 1 | -3/+3 |
| | |||||
* | Move JSVal into the jsval module. | Ms2ger | 2014-03-08 | 1 | -1/+2 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -3/+20 |
| | |||||
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -2/+0 |
| | |||||
* | Remove WrapNativeParent and nearby cleanup. | Ms2ger | 2013-11-06 | 1 | -9/+4 |
| | |||||
* | Generate code for handling callbacks. Implement add/removeEventListener and ↵ | Josh Matthews | 2013-11-05 | 1 | -0/+105 |
hacky dispatchEvent proof-of-concept. |