| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement pair iterators in WebIDL interfaces. | Josh Matthews | 2016-08-24 | 1 | -0/+1 |
* | Support value iterators in WebIDL interfaces. | Josh Matthews | 2016-08-24 | 1 | -0/+1 |
* | Native MSVC windows build, convert to cmake | Vladimir Vukicevic | 2016-08-17 | 1 | -0/+3 |
* | Implement the Request API for the Fetch API. | Jeena Lee | 2016-08-12 | 1 | -0/+1 |
* | Add FileReaderSync skeleton | Zhen Zhang | 2016-07-31 | 1 | -0/+1 |
* | Add History interface | Connor Brewster | 2016-07-22 | 1 | -0/+1 |
* | Add the append method for the Headers API for the Fetch API | Jeena Lee | 2016-07-19 | 1 | -0/+1 |
* | webgl: Refactor texture validations to take advantage of rust type system | Emilio Cobos Álvarez | 2016-06-25 | 1 | -0/+1 |
* | implement related sw interface and register method | Rahul Sharma | 2016-06-02 | 1 | -0/+7 |
* | Fix the doc on inheritance and casting | Anthony Ramine | 2016-05-21 | 1 | -5/+5 |
* | dom: Add missing event handlers | Piotr Stankiewicz | 2016-05-20 | 1 | -0/+1 |
* | add popstateevent, hashchangeevent, pagetransitionevent | Connor Brewster | 2016-05-11 | 1 | -0/+3 |
* | Auto merge of #8454 - jdm:media, r=KiChjang | bors-servo | 2016-05-03 | 1 | -0/+1 |
|\ |
|
| * | Implement load, canPlayType, and error APIs for media elements. | Josh Matthews | 2016-05-03 | 1 | -0/+1 |
* | | fix docs | Zhen Zhang | 2016-05-02 | 1 | -3/+1 |
|/ |
|
* | Implemented stub for NavigatorPlugins | Connor Brewster | 2016-04-11 | 1 | -0/+4 |
* | forcetouch events support | Paul Rouget | 2016-04-05 | 1 | -0/+1 |
* | Auto merge of #10292 - jdm:cssom, r=jdm | bors-servo | 2016-04-01 | 1 | -0/+2 |
|\ |
|
| * | Initial steps for CSSOM API | Mohamed Albashir | 2016-03-31 | 1 | -0/+2 |
* | | Implement initial pieces of form validation. | Sagar Muchhal | 2016-03-24 | 1 | -0/+1 |
|/ |
|
* | WebBluetooth API classes | Attila Dusnoki | 2016-03-16 | 1 | -0/+9 |
* | Fix some errors in the DOM documentation. | Josh Matthews | 2016-02-27 | 1 | -2/+3 |
* | Implement focus and blur events | Paul Rouget | 2016-02-18 | 1 | -0/+1 |
* | Implement RadioNodeList | Keith Yeung | 2016-01-24 | 1 | -0/+1 |
* | Implement HTMLDetailsElement. Fixes #9216 | Lanza | 2016-01-20 | 1 | -0/+1 |
* | Add instructions to update create.rs when adding new DOM interfaces | Keith Yeung | 2016-01-13 | 1 | -1/+3 |
* | Implement HTMLFormElement::Elements | Corey Farwell | 2016-01-10 | 1 | -0/+1 |
* | task -> thread | rohan.prinja | 2016-01-10 | 1 | -2/+2 |
* | Implement EventSource and update test expectations | Keith Yeung | 2016-01-05 | 1 | -0/+1 |
* | Add DOMQuad element | Guillaume Gomez | 2015-12-18 | 1 | -0/+1 |
* | Rename the browsercontext module. | Ms2ger | 2015-12-11 | 1 | -1/+1 |
* | Add XMLDocument object | Guillaume Gomez | 2015-11-27 | 1 | -0/+1 |
* | M1503 - Integrate XML parse -Initial Steps | jsharda | 2015-11-04 | 1 | -0/+1 |
* | replace InheritTypes imports with inheritance imports | rohan.prinja | 2015-10-30 | 1 | -3/+3 |
* | move Castable into dom::bindings::inheritance | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | Add bindings for TouchEvent DOM interfaces | Matt Brubeck | 2015-10-22 | 1 | -0/+3 |
* | Document the new inheritance machinery (fixes #8125) | Anthony Ramine | 2015-10-21 | 1 | -11/+29 |
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -2/+2 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -2/+2 |
* | Improve implementation of DOMRect and implement DOMRectReadOnly | Till Schneidereit | 2015-10-17 | 1 | -0/+1 |
* | Add newline so code sample is parsed correctly. | Dongie Agnir | 2015-10-12 | 1 | -0/+1 |
* | Consolidate magic number representing max unsigned long | Corey Farwell | 2015-10-10 | 1 | -0/+1 |
* | webgl: Implement WebGLContextEvent and use it on context creation error | Emilio Cobos Álvarez | 2015-10-08 | 1 | -0/+1 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -6/+6 |
* | Issue #7390 correct the order of mod declaration | Hugo Thiessard | 2015-09-18 | 1 | -18/+18 |
* | Auto merge of #7337 - wilmoz:InheritanceDocumentation, r=mbrubeck | bors-servo | 2015-09-04 | 1 | -0/+17 |
|\ |
|
| * | Documentation of inheritance in type ids | wilmoz | 2015-09-01 | 1 | -0/+17 |
* | | Remove reference to helper traits from documentation | Anthony Ramine | 2015-08-27 | 1 | -8/+2 |
|/ |
|
* | Implement the FileList interface. Fixes #6708 | Bogdan Cuza | 2015-08-01 | 1 | -0/+1 |
* | Implement FileReader.{readAsText,readAsDataUrl}. Fixes #6172 | farodin91 | 2015-07-23 | 1 | -0/+1 |