Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -1/+1 |
| | |||||
* | Restrict size tests to 64 bit | Manish Goregaokar | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | Add unit test to freeze sizes of DOM structs | Manish Goregaokar | 2014-12-09 | 1 | -0/+3 |
| | |||||
* | Add stub Activatable trait | Manish Goregaokar | 2014-12-05 | 1 | -0/+1 |
| | |||||
* | auto merge of #4198 : Manishearth/servo/hyper-droid, r=Manishearth | bors-servo | 2014-12-05 | 1 | -1/+1 |
|\ | | | | | | | | | | | This is the Hyper pull request, plus the set up for OpenSSL on Android to make it merge. Sean's commits have been reviewed in #4065 (My Android changes were reviewed by Glenn) | ||||
| * | convert script crate to use hyper | Sean McArthur | 2014-12-04 | 1 | -1/+1 |
| | | |||||
* | | added ErrorEvent WebIDL and errorevent.rs | Ronak Nisher | 2014-12-04 | 1 | -0/+1 |
|/ | |||||
* | Implemeneted ModifyAttribute handler to update DOM elements. | Shanil Puri | 2014-12-03 | 1 | -0/+1 |
| | |||||
* | Implement a basic WebSocket interface. | Hinali Marfatia | 2014-11-25 | 1 | -0/+1 |
| | |||||
* | Add single-line text input with no visible cursor. | Josh Matthews | 2014-11-13 | 1 | -0/+1 |
| | |||||
* | Add KeyboardEvent stub. | Josh Matthews | 2014-11-13 | 1 | -0/+1 |
| | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -2/+2 |
| | |||||
* | Implement DOMStringMap | Bruno de Oliveira Abinader | 2014-11-06 | 1 | -0/+1 |
| | |||||
* | Intial Commit for Storage.webidl, along with impl stub | nkdalmia | 2014-11-06 | 1 | -0/+1 |
| | |||||
* | auto merge of #3835 : pcwalton/servo/script-microoptzns, r=Ms2ger | bors-servo | 2014-11-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | This is a grab bag of various microoptimizations for script that I came across when profiling our performance on RoboHornet. r? @jdm | ||||
| * | script: Use an FNV hash to hash event listeners. | Patrick Walton | 2014-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | The security properties of SipHash are irrelevant for event listeners and the creation of the random number generator was showing up high in the profiles. | ||||
* | | Move build_element_from_tag out of the HTML parser. | Ms2ger | 2014-10-30 | 1 | -0/+1 |
| | | | | | | | | This function is not particular to the parser, so should live in the DOM. | ||||
* | | Adding initial version of parser trait | nchinth | 2014-10-29 | 1 | -3/+1 |
|/ | | | | | | | | | | | | | | | | | | Added parse_chunk method declaration to parser Removed unnecessary visibilty for parse_chunk function Implemented parse_chunk function Implemented parse_chunk fn for ServoHTMLParser Moved parser trait to mod.rs and added finish fn added licence header to mod.rs and other review comments Fixed trailing space issue Fixed failed tabular space test | ||||
* | Use html5ever for HTML parsing | Keegan McAllister | 2014-10-16 | 1 | -4/+4 |
| | |||||
* | auto merge of #3662 : mukilan/servo/worker_timer, r=jdm | bors-servo | 2014-10-15 | 1 | -0/+1 |
|\ | | | | | | | Closes issue #3236 | ||||
| * | Issue #3236 - Implement timers (setTimeout/setInterval) for workers | Mukilan Thiyagarajan | 2014-10-16 | 1 | -0/+1 |
| | | |||||
* | | Add DOMRefCell<T> for safe borrowing in layout. | Tetsuharu OHZEKI | 2014-10-15 | 1 | -0/+1 |
|/ | | | | | | This type simply wraps `RefCell<T>` to add the special method, and introduce the method to return the pointer of the value contained in itself, for used in layout task. | ||||
* | Eliminate servo_util::atom | Keegan McAllister | 2014-09-29 | 1 | -0/+3 |
| | | | | We only needed this for Encodable, and now we use JSTraceable instead. | ||||
* | Use JSTraceable everywhere | Manish Goregaokar | 2014-09-24 | 1 | -0/+1 |
| | |||||
* | Add untraceable! macro | Manish Goregaokar | 2014-09-24 | 1 | -1/+4 |
| | |||||
* | Rename macros crate to plugins | Manish Goregaokar | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | Eliminate warnings | Keegan McAllister | 2014-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) | Keegan McAllister | 2014-09-20 | 1 | -4/+4 |
| | |||||
* | Share code between Navigator and WorkerNavigator | Gilles Leblanc | 2014-09-20 | 1 | -0/+2 |
| | | | | | | | Also shares code between Location and WorkerLocation. This has been done by introducing NavigatorInfo and UrlHelper. Fixes #3159 | ||||
* | Enable real DOM inspector support. | Josh Matthews | 2014-09-18 | 1 | -0/+1 |
| | |||||
* | Dump initial prototype of devtools server into the build. Expect lies if you ↵ | Josh Matthews | 2014-09-18 | 1 | -0/+1 |
| | | | | try to use it for anything real. | ||||
* | Revert "script: Use atom comparison in more places, especially for ↵ | Josh Matthews | 2014-09-18 | 1 | -3/+0 |
| | | | | | | attributes." for persistent test failures. This reverts commit 874db261046d6155b1942efa106d2e0014295d6d. | ||||
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-09-17 | 1 | -0/+3 |
| | | | | 75% improvement in style recalc for Guardians of the Galaxy. | ||||
* | Merge pull request #3374 from Manishearth/lint_unrooted_jsmanaged | Manish Goregaokar | 2014-09-17 | 1 | -0/+1 |
|\ | | | | | Add lint for ensuring proper rooting of JS<T>; r=jdm | ||||
| * | Add unrooted_must_root lint for usages of JS<T> in let/for bindings | Manish Goregaokar | 2014-09-16 | 1 | -0/+1 |
| | | |||||
* | | Move link rel=stylesheet fetching to layout task | Matt Brubeck | 2014-09-16 | 1 | -1/+0 |
|/ | | | | Fixes #3346. | ||||
* | Reinstate errors for unused variables and imports. | Jack Moffitt | 2014-09-13 | 1 | -3/+2 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+209 |