Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script: Move code generation and webidl files to new script_bindings crate. ↵ | Josh Matthews | 2025-01-24 | 1 | -77/+0 |
| | | | | | (#35157) Signed-off-by: Josh Matthews <josh@joshmatthews.net> | ||||
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -6/+6 |
| | | | | Fixes #27660 | ||||
* | update XHR send to use XMLHttpRequestBodyInit | Gregory Terzian | 2020-06-05 | 1 | -2/+5 |
| | |||||
* | integrate readablestream with fetch and blob | Gregory Terzian | 2020-06-04 | 1 | -2/+2 |
| | |||||
* | Migrate to new constructor operation syntax | Kagami Sascha Rosylight | 2019-10-02 | 1 | -1/+2 |
| | |||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | typed array support for XMLHttpRequest's send API | Nupur Baghel | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Implemented XMLHttpRequest.send(Document) | Nikhil Shagrithaya | 2017-01-08 | 1 | -1/+1 |
| | |||||
* | Partial fix for 12415 | Scott Trinh | 2016-10-17 | 1 | -2/+1 |
| | |||||
* | Add XHR support for FormData | Zhen Zhang | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -2/+1 |
| | |||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | Update XHR BodyInit, update extract method impl | St.Spyder | 2016-01-18 | 1 | -3/+3 |
| | |||||
* | Change all DOMStrings to USV strings for XHR | Keith Yeung | 2016-01-16 | 1 | -7/+6 |
| | |||||
* | Implement responseXML API and document response type for XHR | Jitendra Jain | 2015-12-09 | 1 | -0/+1 |
| | |||||
* | Implement the overrideMimeType method for XMLHttpRequest | Jitendra Jain | 2015-11-05 | 1 | -1/+2 |
| | |||||
* | Add/format license headers for WebIDLs | Corey Farwell | 2015-07-26 | 1 | -3/+3 |
| | |||||
* | Clean up whitespace, long lines for WebIDLs | Corey Farwell | 2015-07-26 | 1 | -1/+3 |
| | |||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` | ||||
* | Added error checking on XMLHttpRequest::setWithCredentials | Keith Yeung | 2015-02-02 | 1 | -0/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+72 |