| Commit message (Expand) | Author | Age | Files | Lines |
* | De-@mut the script crate. | Josh Matthews | 2014-02-28 | 1 | -23/+25 |
* | Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749) | Saurabh Anand | 2014-02-28 | 1 | -0/+1 |
* | auto merge of #1736 : sankha93/servo/issue1733, r=jdm | bors-servo | 2014-02-26 | 1 | -9/+9 |
|\ |
|
| * | Merge master into this branch | Sankha Narayan Guria | 2014-02-27 | 6 | -148/+671 |
| |\ |
|
| * | | Be more explicit in casts of generated bindings | Sankha Narayan Guria | 2014-02-23 | 1 | -9/+9 |
* | | | Move Traceable, trace_reflector from utils.rs to trace.rs.(fixes #1748) | lpy | 2014-02-26 | 1 | -1/+2 |
* | | | Remove support for some more obsolete configurations. | Ms2ger | 2014-02-25 | 2 | -62/+15 |
* | | | Remove support for workers-specific codegen. | Ms2ger | 2014-02-25 | 2 | -197/+97 |
* | | | Remove support for some more obsolete configurations. | Ms2ger | 2014-02-25 | 2 | -94/+3 |
* | | | Remove support for some obsolete configurations. | Ms2ger | 2014-02-25 | 2 | -83/+11 |
* | | | Remove dead code from Bindings.conf. | Ms2ger | 2014-02-25 | 1 | -547/+44 |
| |/
|/| |
|
* | | auto merge of #1689 : jdm/servo/unions, r=kmcallister | bors-servo | 2014-02-24 | 2 | -42/+529 |
|\ \ |
|
| * | | Address review comments. Fix union conversion result mistakes introduced in r... | Josh Matthews | 2014-02-24 | 1 | -12/+4 |
| * | | Remove commented bits that aren't necessary. | Josh Matthews | 2014-02-24 | 1 | -13/+1 |
| * | | Clean up TrySetTo interface to avoid mutable outrefs. | Josh Matthews | 2014-02-24 | 1 | -12/+9 |
| * | | Implement WebIDL union support. | Josh Matthews | 2014-02-24 | 1 | -125/+150 |
| * | | Initial unmodified dump of Gecko's union codegen. | Josh Matthews | 2014-02-24 | 2 | -3/+488 |
* | | | Remove HTMLDocument. | Ms2ger | 2014-02-24 | 1 | -4/+0 |
|/ / |
|
* | | auto merge of #1591 : jdm/servo/jsmanaged, r=Ms2ger | bors-servo | 2014-02-24 | 4 | -97/+137 |
|\ \ |
|
| * | | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 4 | -97/+137 |
| |/ |
|
* / | Fix #922: Bindings generator generates .pyc files | tgkokk | 2014-02-24 | 2 | -6/+6 |
|/ |
|
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -0/+1 |
* | auto merge of #1666 : ozten/servo/issue-506-add-basic-console, r=Ms2ger | bors-servo | 2014-02-11 | 1 | -0/+3 |
|\ |
|
| * | Adding most commonly used parts of window.console. Fixes Issue#506. r=Ms2ger | Austin King | 2014-02-11 | 1 | -0/+3 |
* | | Implement Node.isEqualNode | Bruno de Oliveira Abinader | 2014-02-10 | 1 | -0/+1 |
|/ |
|
* | Implement Node.contains | Bruno de Oliveira Abinader | 2014-02-09 | 1 | -1/+2 |
* | Implement document.createProcessingInstruction | Bruno de Oliveira Abinader | 2014-02-06 | 1 | -0/+1 |
* | Implement ProcessingInstruction DOM interface | Bruno de Oliveira Abinader | 2014-02-06 | 1 | -0/+2 |
* | script: Pass the correct parent node to pre_insert in insertBefore | Adrien Bustany | 2014-02-05 | 1 | -0/+1 |
* | Basic skeleton for DOMException | Bruno de Oliveira Abinader | 2014-01-29 | 1 | -0/+4 |
* | Implement DOMImplementation::createHTMLDocument | Bruno de Oliveira Abinader | 2014-01-20 | 1 | -26/+0 |
* | Move webidl files to dom/webidl | Youngmin Yoo | 2014-01-20 | 98 | -4459/+0 |
* | Implement Node::replaceChild() | Bruno de Oliveira Abinader | 2014-01-16 | 1 | -0/+1 |
* | Implement DOMImplementation::createDocumentType | Bruno de Oliveira Abinader | 2014-01-15 | 1 | -2/+2 |
* | Add DOMImplementation skeleton | Bruno de Oliveira Abinader | 2014-01-14 | 3 | -2/+31 |
* | Implement innerHTML getter for HTML documents | James Graham | 2014-01-14 | 1 | -1/+1 |
* | Implement Document::doctype | Bruno de Oliveira Abinader | 2014-01-13 | 1 | -1/+1 |
* | Implement Element.removeAttribute()/removeAttributeNS(). | Tetsuharu OHZEKI | 2014-01-13 | 1 | -1/+1 |
* | auto merge of #1473 : metajack/servo/rustup-20131219, r=jdm | bors-servo | 2014-01-12 | 1 | -12/+10 |
|\ |
|
| * | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -12/+10 |
* | | Fix to avoid attribute name clash between Document/HTMLDocument | Bruno de Oliveira Abinader | 2014-01-08 | 1 | -1/+1 |
|/ |
|
* | Implement Document::head() | Bruno de Oliveira Abinader | 2014-01-07 | 1 | -1/+1 |
* | Implement Document's 'body' attribute | Bruno de Oliveira Abinader | 2013-12-20 | 2 | -1/+2 |
* | script: Eliminate the phantom type in `Node`, as it is no longer needed | Patrick Walton | 2013-12-17 | 2 | -2/+2 |
* | script: Eliminate the phantom type in favor of just whitelisting methods | Patrick Walton | 2013-12-17 | 1 | -5/+5 |
* | Report exceptions to JS when the DOM implementation fails. | Ms2ger | 2013-12-05 | 1 | -5/+4 |
* | Warning police | Keegan McAllister | 2013-11-25 | 1 | -1/+6 |
* | auto merge of #1270 : evilpie/servo/url, r=jdm | bors-servo | 2013-11-24 | 4 | -2/+58 |
|\ |
|
| * | basic location | Tom Schuster | 2013-11-24 | 4 | -2/+58 |
* | | Add FormData constructor | Tom Schuster | 2013-11-24 | 2 | -3/+5 |
|/ |
|