Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename legacy extended attributes in webidls | sagudev | 2023-02-19 | 1 | -2/+2 |
| | | | | https://github.com/whatwg/webidl/pull/870 | ||||
* | Implement srcdoc support for iframes. | jaymodi98 | 2019-11-12 | 1 | -2/+2 |
| | |||||
* | Convert [HTMLConstructor] as constructor extension | Kagami Sascha Rosylight | 2019-10-19 | 1 | -1/+3 |
| | |||||
* | Remove [PrimaryGlobal] | Kagami Sascha Rosylight | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Update src/href attributes to be a USVString | Dan Robertson | 2018-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | The following IDLs have the src/href attributes typed as a DOMString while in the spec the attribute has been updated to be a USVString: - HTMLIFrameElement - HTMLImageElement - HTMLInputElement - HTMLLinkElement - HTMLMediaElement - HTMLScriptElement | ||||
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Adding Name and SetName functions for window | paavininanda | 2018-02-26 | 1 | -3/+2 |
| | |||||
* | remove mozbrowser code | Paul Rouget | 2018-02-13 | 1 | -10/+0 |
| | |||||
* | Add CEReactions where needed | Connor Brewster | 2017-07-18 | 1 | -5/+18 |
| | |||||
* | Add HTMLConstructor attributes where needed | Connor Brewster | 2017-06-15 | 1 | -0/+1 |
| | |||||
* | Add support for fullscreen #10102 | Jansen Jan | 2016-12-09 | 1 | -1/+1 |
| | |||||
* | Add tracking issues for DOM APIs related to 'browsing context names'. | Corey Farwell | 2016-12-03 | 1 | -1/+4 |
| | | | | https://github.com/servo/servo/issues/14453 | ||||
* | script: Implement the `frameBorder` attribute on `HTMLIFrameElement`. | Patrick Walton | 2016-10-26 | 1 | -1/+1 |
| | | | | google.com uses this for the "set Google as your home page" popup. | ||||
* | Partial fix for #12415: expose interfaces of some HTML Elements | Maciej Skrzypkowski | 2016-07-28 | 1 | -1/+0 |
| | |||||
* | Explicitly expose everything everywhere. | Ms2ger | 2016-07-12 | 1 | -0/+1 |
| | |||||
* | Propagate privacy information of iframes to corresponding pipelines. Make ↵ | Sagar Muchhal | 2016-06-20 | 1 | -0/+3 |
| | | | | | | iframes of differing privacy values be considered cross-origin. Make the constellation hand out separate private and public channels for the pipeline content to communicate with the resource thread as necessary. | ||||
* | Auto merge of #11720 - canaltinova:sandbox, r=nox | bors-servo | 2016-06-11 | 1 | -1/+2 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the type of HTMLIFrameElement.sandbox <!-- Please describe your changes on the following line: --> --- <!-- 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 #11598 (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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11720) <!-- Reviewable:end --> | ||||
| * | Add Sandbox field to HTMLIFrameElement | Nazım Can Altınova | 2016-06-11 | 1 | -1/+2 |
| | | |||||
* | | Support WindowProxy return values in bindings | Jansen Jan | 2016-06-09 | 1 | -3/+2 |
|/ | | | | unscopable | ||||
* | Removed references to DOMSettableTokenList | Kosov Eugene | 2016-06-05 | 1 | -1/+0 |
| | |||||
* | Use [Func] on HTMLIFrameElement.mozbrowser | Anthony Ramine | 2016-05-27 | 1 | -2/+2 |
| | |||||
* | Hide nonstandard interface members of standard interfaces behind appropriate ↵ | Josh Matthews | 2016-05-02 | 1 | -1/+1 |
| | | | | prefs. | ||||
* | Remove modelines everywhere but tests/wpt | edunham | 2016-04-20 | 1 | -1/+0 |
| | |||||
* | Explicitly place '/' before fragment for multipage spec links | Corey Farwell | 2015-10-10 | 1 | -2/+2 |
| | | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost | ||||
* | Replace usage of old-style WHATWG spec links | Corey Farwell | 2015-10-10 | 1 | -2/+2 |
| | |||||
* | script: Implement the `width` and `height` attributes for iframes per | Patrick Walton | 2015-05-20 | 1 | -2/+2 |
| | | | | | | HTML5 § 4.8.6. Improves Amazon and Ars Technica. | ||||
* | 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' ``` | ||||
* | Experimental implementation of (a small subset of) mozbrowser APIs. | Glenn Watson | 2015-03-23 | 1 | -0/+7 |
| | |||||
* | Add contentDocument support for HTMLIFrameElement. Fixes #3808. | Tomasz Kołodziejski | 2014-11-13 | 1 | -1/+1 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+33 |