Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Organize all the source files into compiler/, components/, and platform/. | Patrick Walton | 2013-05-15 | 1 | -176/+0 |
| | |||||
* | Replace with_imm_node by with_base and with_mut_node by with_mut_base | Seth Fowler | 2013-05-10 | 1 | -10/+10 |
| | |||||
* | servo: Warning police. | Patrick Walton | 2013-05-09 | 1 | -1/+1 |
| | |||||
* | servo: Rename `as_immutable_node` to `as_imm_node` and `as_mutable_node` to ↵ | Patrick Walton | 2013-05-07 | 1 | -6/+6 |
| | | | | `as_mut_node` | ||||
* | dom: Remove duplicate methods from the DOM node type | Patrick Walton | 2013-05-06 | 1 | -13/+16 |
| | |||||
* | update servo for language change | aydinkim | 2013-05-02 | 1 | -3/+3 |
| | |||||
* | Remove all traces of owned DOM objects. This DOM is all about sharing. | Josh Matthews | 2013-04-23 | 1 | -4/+0 |
| | |||||
* | Several orthogonal changes that all got tangled up: | Josh Matthews | 2013-04-23 | 1 | -20/+16 |
| | | | | | | | | | * Split ClientRect, ClientRectList, and HTMLCollection blobs into separate DOM implementation and binding-related files. * Enforce wrapper initialization at creation time for all DOM objects * Set up the basis for triggering reflow on DOM changes, such as Element.setAttribute * Fix crashes stemming from storing pointers to stack-local AbstractNode objects in DOM node wrappers * Add untested trace hooks for DOM nodes * Implement proper CharacterData inheritance for Text and Comment nodes | ||||
* | Generate DOMParser bindings. | Josh Matthews | 2013-04-23 | 1 | -1/+1 |
| | |||||
* | Add license headers | Brian Anderson | 2013-04-05 | 1 | -0/+4 |
| | |||||
* | Update to Rust 0.6. | Jack Moffitt | 2013-04-04 | 1 | -11/+6 |
| | |||||
* | Language changes. | Josh Matthews | 2013-03-13 | 1 | -31/+23 |
| | |||||
* | Generate working ClientRectList and ClientRect bindings that can wrap, call ↵ | Josh Matthews | 2013-03-13 | 1 | -3/+38 |
| | | | | methods, and access properties. | ||||
* | Reenable DOM bindings. | Josh Matthews | 2013-02-28 | 1 | -73/+57 |
| | |||||
* | Start work on new DOM representation | Patrick Walton | 2013-02-24 | 1 | -27/+37 |
| | |||||
* | Language changes. | Josh Matthews | 2013-02-24 | 1 | -13/+18 |
| | |||||
* | Update for language changes | Patrick Walton | 2013-02-19 | 1 | -0/+6 |
| | |||||
* | Upgrade for language changes | Patrick Walton | 2013-02-13 | 1 | -14/+6 |
| | |||||
* | Rust upgrade. | Josh Matthews | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Upgrade Rust compiler | Brian Anderson | 2013-01-20 | 1 | -0/+3 |
| | | | | Some work to do yet on Mac | ||||
* | Update for language changes | Patrick Walton | 2012-12-13 | 1 | -1/+2 |
| | |||||
* | Make servo build again | Brian Anderson | 2012-12-04 | 1 | -3/+3 |
| | |||||
* | servo: Update to Rust 754704ea9442ce92602f8022f6c979824b016842 | Patrick Walton | 2012-10-18 | 1 | -4/+4 |
| | |||||
* | Switch DOM bindings to using inlined GetObjectSlot | Boris Zbarsky | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | gfx: Send a RenderLayer instead of a display list from layout to GFX. | Patrick Walton | 2012-10-11 | 1 | -1/+1 |
| | | | | This is a step on the way to window resizing. | ||||
* | Speed up JS bindings by using Rust jsval manipulation inlining. | Josh Matthews | 2012-10-11 | 1 | -11/+17 |
| | |||||
* | Silence noncopyable typaram warnings | Brian Anderson | 2012-10-10 | 1 | -0/+3 |
| | |||||
* | Eliminate more warnings | Brian Anderson | 2012-10-09 | 1 | -4/+4 |
| | |||||
* | Update for language changes; remove pipe protocols. | Patrick Walton | 2012-10-04 | 1 | -3/+3 |
| | |||||
* | Move Document and Node to own files. | Brian J. Burg | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Update for language changes | Patrick Walton | 2012-09-20 | 1 | -4/+4 |
| | |||||
* | Fixes for language changes | Patrick Walton | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | s/import/use/g; fix class method syntax | Brian J. Burg | 2012-09-11 | 1 | -11/+11 |
| | |||||
* | Mostly fix build breaks | Brian J. Burg | 2012-09-10 | 1 | -5/+7 |
| | |||||
* | Add and hook up parsing for Doctype and Comment node types | Brian J. Burg | 2012-09-05 | 1 | -3/+10 |
| | |||||
* | Fix upstream build breaks from reinterpret_cast | Brian J. Burg | 2012-09-05 | 1 | -4/+4 |
| | |||||
* | Make servo build again | Brian Anderson | 2012-08-30 | 1 | -7/+7 |
| | |||||
* | Actually add nodeType getter. | Josh Matthews | 2012-08-24 | 1 | -0/+6 |
| | |||||
* | Upgrade to spidermonkey tip. | Josh Matthews | 2012-08-24 | 1 | -13/+42 |
| | |||||
* | Add window.setTimeout. Convert all content node bindings to use RCU write ↵ | Josh Matthews | 2012-08-22 | 1 | -11/+23 |
| | | | | pointer. Store a bundle of Node + NodeScope in each node JS object. | ||||
* | Add further HMTL element prototype hierarchy. Add HTMLImageElement.width ↵ | Josh Matthews | 2012-08-21 | 1 | -106/+11 |
| | | | | getter/setter that interacts with layout. | ||||
* | Add prototypes to DOMDocument and Node. | Josh Matthews | 2012-08-20 | 1 | -10/+52 |
| | |||||
* | Update for impl language changes | Patrick Walton | 2012-08-09 | 1 | -1/+0 |
| | |||||
* | Fixed syntax by changing alt to match | Margaret Meyerhofer | 2012-08-08 | 1 | -3/+3 |
| | |||||
* | Fixed the changing alt syntax and cleaned up some compiler warnings | Margaret Meyerhofer | 2012-08-06 | 1 | -7/+7 |
| | |||||
* | Adapt to rust changes | Tuncer Ayaz | 2012-08-05 | 1 | -4/+4 |
| | |||||
* | Add primitive binding example for Document (documentElement), and Node ↵ | Josh Matthews | 2012-07-24 | 1 | -0/+143 |
(firstChild, nextSibling, tagName). |