Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #2842 from Ms2ger/workers | Ms2ger | 2014-07-17 | 3 | -0/+63 | |
|\ | | | | | Basic Web Workers; r=Manishearth,larsbergstrom | |||||
| * | Implement WorkerGlobalScope.self. | Ms2ger | 2014-07-16 | 1 | -1/+1 | |
| | | ||||||
| * | Implement global.console in workers. | Ms2ger | 2014-07-15 | 1 | -0/+6 | |
| | | ||||||
| * | Implement stub classes for WorkerGlobalScope and DedicatedWorkerGlobalScope. | Ms2ger | 2014-07-15 | 2 | -0/+37 | |
| | | | | | | | | Part of #2811. | |||||
| * | Implement a stub Worker interface. | Ms2ger | 2014-07-15 | 1 | -0/+20 | |
| | | | | | | | | Part of #2811. | |||||
* | | Implement MessageEvent. | Ms2ger | 2014-07-16 | 1 | -0/+23 | |
|/ | ||||||
* | Remove empty objects from Bindings.conf. | Ms2ger | 2014-07-13 | 2 | -2/+3 | |
| | | | | | This also comments out an unused mixin interface, and adds NoInterfaceObject to one that missed it. | |||||
* | Merge pull request #2815 from Ms2ger/test_interfaces | Josh Matthews | 2014-07-13 | 1 | -2/+2 | |
|\ | | | | | Add test_interfaces.html. | |||||
| * | Stop exposing XMLHttpRequestEventTarget on the window object. | Ms2ger | 2014-07-12 | 1 | -2/+2 | |
| | | ||||||
* | | Remove references to WindowProxy as an interface. | Ms2ger | 2014-07-12 | 1 | -9/+0 | |
|/ | ||||||
* | Allow URLSearchParams to be passed to XHR Send() | Manish Goregaokar | 2014-07-12 | 1 | -1/+4 | |
| | ||||||
* | Revert "Implement Element.matches()." | Patrick Walton | 2014-07-09 | 1 | -3/+0 | |
| | | | | This reverts commit b6edd5318f3fe5c751d1c011e87adbfe0cac4fcc. | |||||
* | Implement Element.matches(). | Tetsuharu OHZEKI | 2014-07-05 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #2735 from Manishearth/urlsearchparams | Josh Matthews | 2014-07-02 | 1 | -0/+19 | |
|\ | | | | | Add URLSearchParams interface with serialization support | |||||
| * | Add URLSearchParams interface with serialization support | Manish Goregaokar | 2014-07-02 | 1 | -0/+19 | |
| | | ||||||
* | | Implement Location.search. | Ms2ger | 2014-06-28 | 1 | -0/+1 | |
|/ | ||||||
* | Partial implementation of FormData and File | Manish Goregaokar | 2014-06-25 | 2 | -0/+23 | |
| | ||||||
* | Implement static attributes (fixes #1989). | Ms2ger | 2014-06-22 | 1 | -0/+1 | |
| | ||||||
* | Implement static methods (fixes #1989). | Ms2ger | 2014-06-22 | 1 | -0/+2 | |
| | ||||||
* | Make AttrList NoInterfaceObject (fixes #1223). | Ms2ger | 2014-06-20 | 1 | -1/+2 | |
| | ||||||
* | Request termination for XHR | Manish Goregaokar | 2014-06-19 | 1 | -1/+2 | |
| | ||||||
* | auto merge of #2616 : Ms2ger/servo/attrvalue, r=jdm | bors-servo | 2014-06-13 | 2 | -2/+17 | |
|\ | | | | | | | Obsoletes #2073. | |||||
| * | Implement Element.classList (partially fixes #1717). | Ms2ger | 2014-06-13 | 2 | -2/+17 | |
| | | ||||||
* | | auto merge of #2632 : brunoabinader/servo/document-queryselectorall, r=Ms2ger | bors-servo | 2014-06-11 | 1 | -2/+5 | |
|\ \ | | | | | | | | | | | | | | | | | | | Spec: http://dom.spec.whatwg.org/#dom-parentnode-queryselectorall Closes #851. | |||||
| * | | Implement support for ParentNode's querySelectorAll | Bruno de Oliveira Abinader | 2014-06-10 | 1 | -2/+5 | |
| | | | ||||||
* | | | auto merge of #2627 : Ms2ger/servo/iframe-src, r=jdm | bors-servo | 2014-06-10 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Implement HTMLIFrameElement.src. | Ms2ger | 2014-06-09 | 1 | -1/+1 | |
| | | | ||||||
* | | | Support union variadic arguments and add tests. | Ms2ger | 2014-06-10 | 1 | -0/+20 | |
| | | | ||||||
* | | | auto merge of #2618 : Ms2ger/servo/console-assert, r=jdm | bors-servo | 2014-06-09 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | Implement Console.assert. | Ms2ger | 2014-06-08 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* | | | auto merge of #2611 : Ms2ger/servo/webidl-parser-sync, r=jdm | bors-servo | 2014-06-09 | 9 | -22/+18 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Remove unsupported extended attributes from IDL. | Ms2ger | 2014-06-07 | 9 | -22/+18 | |
| | | | | | | | | | | | | These were silently ignored so far. | |||||
* | | | auto merge of #2619 : Ms2ger/servo/onclick, r=jdm | bors-servo | 2014-06-08 | 1 | -2/+3 | |
|\ \ \ | ||||||
| * | | | Support GlobalEventHandlers.onclick. | Ms2ger | 2014-06-08 | 1 | -2/+3 | |
| | |/ | |/| | ||||||
* | | | auto merge of #2613 : Manishearth/servo/xhr-wpt-methods, r=Ms2ger | bors-servo | 2014-06-08 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | For [XMLHttpRequest/open-method-case-sensitive.htm](https://github.com/w3c/web-platform-tests/blob/master/XMLHttpRequest/open-method-case-sensitive.htm), [XMLHttpRequest/XMLHttpRequest/open-method-insecure.htm](https://github.com/w3c/web-platform-tests/blob/master/XMLHttpRequest/open-method-insecure.htm), [XMLHttpRequest/XMLHttpRequest/open-method-responsetype-set-sync.htm ](https://github.com/w3c/web-platform-tests/blob/master/XMLHttpRequest/open-method-responsetype-set-sync.htm) in particular. `getResponseHeader()` is used by a lot of other tests (the harness echoes most of the metadata in the response headers, which is tested on this side) The sync changes fixes half of the timeouts to give meaningful results. Blocks #2525 | |||||
| * | | Support for extension methods, getResponseHeader(), and an extra error | Manish Goregaokar | 2014-06-08 | 1 | -1/+1 | |
| |/ | ||||||
* / | Allow union types to be used as return values | Manish Goregaokar | 2014-06-07 | 1 | -4/+8 | |
|/ | ||||||
* | auto merge of #2591 : brunoabinader/servo/document-queryselector-v3, r=jdm | bors-servo | 2014-06-06 | 1 | -0/+6 | |
|\ | | | | | | | | | | | | | This is a subtask for #2254 & #2576. Spec: http://dom.spec.whatwg.org/#dom-parentnode-queryselector | |||||
| * | Added ParentNode.querySelector skeleton | Bruno de Oliveira Abinader | 2014-06-05 | 1 | -0/+6 | |
| | | ||||||
* | | JSON response support and some default headers | Manish Goregaokar | 2014-06-06 | 1 | -0/+1 | |
|/ | ||||||
* | Add responseText and status code support to XHR | Manish Goregaokar | 2014-06-04 | 1 | -0/+1 | |
| | ||||||
* | Move WebIDL unions into their own module. | Ms2ger | 2014-06-03 | 1 | -0/+1 | |
| | | | | This will allow multiple unions to contain the same type. | |||||
* | Support dictionary members without default values. | Ms2ger | 2014-06-02 | 1 | -17/+17 | |
| | ||||||
* | auto merge of #2547 : Ms2ger/servo/dictionary-tests, r=jdm | bors-servo | 2014-06-02 | 1 | -11/+11 | |
|\ | ||||||
| * | Support enumerations in dictionaries. | Ms2ger | 2014-06-02 | 1 | -1/+1 | |
| | | ||||||
| * | Enable some more dictionary codegen tests. | Ms2ger | 2014-06-02 | 1 | -10/+10 | |
| | | ||||||
* | | Remove not-yet-implemented APIs, and update MouseEvent to specification. | Ms2ger | 2014-06-02 | 8 | -311/+174 | |
|/ | ||||||
* | Remove HTMLMainElement. | Tetsuharu OHZEKI | 2014-06-02 | 1 | -7/+0 | |
| | | | | https://github.com/mozilla/servo/issues/2541 | |||||
* | Restore HTMLSelectElement.add to avoid neutering test_union.html. | Ms2ger | 2014-06-01 | 1 | -1/+2 | |
| | ||||||
* | Remove not-yet-implemented members from IDL and Rust code. | Ms2ger | 2014-06-01 | 70 | -1549/+872 | |
| | | | | | | | | These stub implementations bring no value, and significantly increased maintenance costs. This commit also synchronizes the IDL with the HTML specification and makes the URLs consistent. |