aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLIFrameElement.webidl
Commit message (Collapse)AuthorAgeFilesLines
* Rename legacy extended attributes in webidlssagudev2023-02-191-2/+2
| | | | https://github.com/whatwg/webidl/pull/870
* Implement srcdoc support for iframes.jaymodi982019-11-121-2/+2
|
* Convert [HTMLConstructor] as constructor extensionKagami Sascha Rosylight2019-10-191-1/+3
|
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-1/+1
|
* Update src/href attributes to be a USVStringDan Robertson2018-12-171-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 Ikenmeyer2018-11-191-1/+1
|
* Adding Name and SetName functions for windowpaavininanda2018-02-261-3/+2
|
* remove mozbrowser codePaul Rouget2018-02-131-10/+0
|
* Add CEReactions where neededConnor Brewster2017-07-181-5/+18
|
* Add HTMLConstructor attributes where neededConnor Brewster2017-06-151-0/+1
|
* Add support for fullscreen #10102Jansen Jan2016-12-091-1/+1
|
* Add tracking issues for DOM APIs related to 'browsing context names'.Corey Farwell2016-12-031-1/+4
| | | | https://github.com/servo/servo/issues/14453
* script: Implement the `frameBorder` attribute on `HTMLIFrameElement`.Patrick Walton2016-10-261-1/+1
| | | | google.com uses this for the "set Google as your home page" popup.
* Partial fix for #12415: expose interfaces of some HTML ElementsMaciej Skrzypkowski2016-07-281-1/+0
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Propagate privacy information of iframes to corresponding pipelines. Make ↵Sagar Muchhal2016-06-201-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=noxbors-servo2016-06-111-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 HTMLIFrameElementNazım Can Altınova2016-06-111-1/+2
| |
* | Support WindowProxy return values in bindingsJansen Jan2016-06-091-3/+2
|/ | | | unscopable
* Removed references to DOMSettableTokenListKosov Eugene2016-06-051-1/+0
|
* Use [Func] on HTMLIFrameElement.mozbrowserAnthony Ramine2016-05-271-2/+2
|
* Hide nonstandard interface members of standard interfaces behind appropriate ↵Josh Matthews2016-05-021-1/+1
| | | | prefs.
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Explicitly place '/' before fragment for multipage spec linksCorey Farwell2015-10-101-2/+2
| | | | | This prevents us from 301 redirecting, which could cause the fragment to get lost
* Replace usage of old-style WHATWG spec linksCorey Farwell2015-10-101-2/+2
|
* script: Implement the `width` and `height` attributes for iframes perPatrick Walton2015-05-201-2/+2
| | | | | | HTML5 § 4.8.6. Improves Amazon and Ars Technica.
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-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 Watson2015-03-231-0/+7
|
* Add contentDocument support for HTMLIFrameElement. Fixes #3808.Tomasz Kołodziejski2014-11-131-1/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+33