Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented the plumbing for paint worklets. | Alan Jeffrey | 2017-06-07 | 1 | -0/+1 |
| | |||||
* | Add custom element registry | Connor Brewster | 2017-06-05 | 1 | -0/+1 |
| | |||||
* | Implement WebGL extensions. | Imanol Fernandez | 2017-05-18 | 1 | -0/+2 |
| | |||||
* | Implemented Houdini worklets. | Alan Jeffrey | 2017-05-17 | 1 | -0/+4 |
| | |||||
* | Renamed BrowsingContext to WindowProxy in script. | Alan Jeffrey | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | Remove DOMRectList and use sequences instead. | Jack Moffitt | 2017-04-19 | 1 | -1/+0 |
| | | | | | DOMRectList was removed last back in 2015. See https://www.w3.org/Bugs/Public/show_bug.cgi?id=26200 for details. | ||||
* | Implement Gamepad API | Imanol Fernandez | 2017-04-12 | 1 | -0/+5 |
| | |||||
* | Implement basic interface for MutationObserver and MutationRecord. | Sumit | 2017-04-05 | 1 | -0/+2 |
| | |||||
* | Allow browsing contexts to resolve to cross-origin windows. | Alan Jeffrey | 2017-02-16 | 1 | -0/+2 |
| | |||||
* | Bluetooth Permission API integration | Zakor Gyula | 2017-02-13 | 1 | -0/+1 |
| | |||||
* | Permission API | Attila Dusnoki | 2017-02-13 | 1 | -0/+2 |
| | |||||
* | Inline dom::eventdispatcher into dom::event | Anthony Ramine | 2017-01-22 | 1 | -1/+0 |
| | |||||
* | Auto merge of #14789 - Manishearth:supports, r=SimonSapin | bors-servo | 2017-01-09 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Support @supports fixes #14786 cc @heycam @upsuper r? @SimonSapin <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14789) <!-- Reviewable:end --> | ||||
| * | CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with ↵ | Manish Goregaokar | 2017-01-07 | 1 | -0/+2 |
| | | | | | | | | conditionText attribute | ||||
* | | WebVR API Implementation, r=larsbergstrom | Imanol Fernandez | 2017-01-09 | 1 | -0/+9 |
|/ | |||||
* | Move attributes for the bindings module to its mod.rs. | Ms2ger | 2016-12-22 | 1 | -3/+1 |
| | |||||
* | Implement MediaQueryListEvent interface | bd339 | 2016-12-20 | 1 | -0/+1 |
| | |||||
* | script: Add CSSImportRule WebIDL interface. | Emilio Cobos Álvarez | 2016-12-16 | 1 | -0/+1 |
| | |||||
* | Replace AdvertisingData with AdvertisingEvent | Attila Dusnoki | 2016-12-14 | 1 | -1/+1 |
| | |||||
* | Remove HeapGCValue | Anthony Ramine | 2016-12-12 | 1 | -2/+2 |
| | | | | | | It could be used to have mutable JSVal fields without GC barriers. With the removal of that trait, MutHeap and MutNullableHeap can respectively be replaced by MutJS and MutNullableJS. | ||||
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -2/+2 |
| | | | | Fixes https://github.com/servo/servo/issues/8473. | ||||
* | Implement MediaList interface | Nazım Can Altınova | 2016-12-02 | 1 | -0/+1 |
| | |||||
* | Transitively deparent on removal | Manish Goregaokar | 2016-11-23 | 1 | -1/+1 |
| | | | | Chrome and Firefox do this already, probably a spec oversight | ||||
* | Add support for keyframe-backed CSSRules, CSSKeyframesRule.cssRules and ↵ | Manish Goregaokar | 2016-11-23 | 1 | -0/+1 |
| | | | | CSSKeyframeRule | ||||
* | Support basic immutable CSSOM | Manish Goregaokar | 2016-11-15 | 1 | -0/+10 |
| | |||||
* | WebBluetooth Test API | zakorgyula | 2016-11-04 | 1 | -0/+1 |
| | |||||
* | Implement matchMedia and MediaQueryList | Jack Moffitt | 2016-11-02 | 1 | -0/+1 |
| | | | | Fixes #13376. | ||||
* | Implement TransitionEvent | Keith Yeung | 2016-10-11 | 1 | -0/+1 |
| | |||||
* | Unify ServoHTMLParser and ServoXMLParser in ServoParser | Anthony Ramine | 2016-10-11 | 1 | -2/+0 |
| | |||||
* | Introduce ServoParser | Anthony Ramine | 2016-10-11 | 1 | -0/+1 |
| | | | | This is a common inline parent to ServoHTMLParser and ServoXMLParser. | ||||
* | Auto merge of #13589 - splav:SVGElement#12974, r=pcwalton,Ms2ger | bors-servo | 2016-10-07 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support SVG element <!-- Please describe your changes on the following line: --> minimal SVG element implementation --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #12974 (github issue number if applicable). <!-- Either: --> - [x] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13589) <!-- Reviewable:end --> | ||||
| * | add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element | Alexandrov Sergey | 2016-10-06 | 1 | -0/+3 |
| | | |||||
* | | Implement [Inline] interfaces | Anthony Ramine | 2016-10-06 | 1 | -0/+1 |
|/ | | | | | Inline interfaces just appear as a Rust type and in the TypeId hierarchy. They are completely invisible on the JS side. | ||||
* | implement HTMLOptionsCollection and add related items to HTMLSelectElement | Alexandrov Sergey | 2016-09-26 | 1 | -0/+1 |
| | |||||
* | Support native promise callbacks. | Josh Matthews | 2016-09-22 | 1 | -0/+1 |
| | |||||
* | Implement binding support for returning and accepting Promises in WebIDL. | Josh Matthews | 2016-09-22 | 1 | -0/+1 |
| | |||||
* | implement ExtendableEvent as base type for ServiceWorker events | Rahul Sharma | 2016-09-17 | 1 | -0/+2 |
| | |||||
* | DOMMatrix and DOMMatrixReadOnly | Peter | 2016-09-15 | 1 | -0/+2 |
| | | | | Updated test expectations | ||||
* | dom::Response implementation | Malisa Smith | 2016-09-06 | 1 | -0/+1 |
| | |||||
* | 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 |
| | | | | | | | | | | | | | | | This commit adds new files related to implementing the [Request API](https://fetch.spec.whatwg.org/#request-class). This commit also changes the expected web platform tests results. It also modifies the following files: components/net_traits/request.rs HeapSizeOf is implemented in net_traits/request so that dom::request can be used as a wrapper around net_traits::request::Request. components/script/dom/headers.rs Several methods are added to Headers so that request can access and modify some of the headers fields. | ||||
* | Add FileReaderSync skeleton | Zhen Zhang | 2016-07-31 | 1 | -0/+1 |
| | |||||
* | Add History interface | Connor Brewster | 2016-07-22 | 1 | -0/+1 |
| | | | | implement go, forward, back | ||||
* | Add the append method for the Headers API for the Fetch API | Jeena Lee | 2016-07-19 | 1 | -0/+1 |
| | | | | This commit will add the append method and associated helper functions, and introduce any necessary changes for it. | ||||
* | webgl: Refactor texture validations to take advantage of rust type system | Emilio Cobos Álvarez | 2016-06-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | This commit introduces the `WebGLValidator` trait, and uses it for multiple validations in the texture-related WebGL code, to move that logic out of the already bloated `webglrenderingcontext.rs` file. It also creates a type-safe wrapper for some WebGL types, removing all the `unreachable!`s there, and introduces a macro for generating them conveniently. This partially addresses #10693, pending refactor more code to use this infrastructure, and (possibly?) introducing an `AsGLError` trait for the errors to make the error handling happen in `WebGLContext`. | ||||
* | 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 |
| | | | | | | | | | | Adding: * global event handlers, * window event handlers, * document and element handlers, * and support for BeforeUnloadEvent. Signed-off-by: Piotr Stankiewicz <bionicrift@gmail.com> |