| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix: Return error and avoid panicking in SetOpener function (#33002) | Taym Haddadi | 2024-08-12 | 1 | -1/+1 |
* | Initial structuredClone implementation (#32960) | Taym Haddadi | 2024-08-08 | 1 | -1/+1 |
* | Remove Servo `window.trap()` extension (#30743) | Martin Robinson | 2023-11-17 | 1 | -2/+0 |
* | apply pylbrecht/servo/named.window.getter (closes #27952) | Delan Azabani | 2023-03-23 | 1 | -2/+1 |
* | Rename legacy extended attributes in webidls | sagudev | 2023-02-19 | 1 | -4/+4 |
* | Convert Web IDL void to undefined | Kagami Sascha Rosylight | 2022-01-05 | 1 | -26/+26 |
* | feat(script): add `CrossOrigin*able` attributes to `Window` and `Location`'s ... | yvt | 2021-07-15 | 1 | -14/+15 |
* | dom: Add Window.js_backtrace debugging extension method. | Josh Matthews | 2020-07-14 | 1 | -0/+2 |
* | dom: Hide debugging extension methods behind a pref. | Josh Matthews | 2020-07-14 | 1 | -0/+3 |
* | dom: Implement current window event. | Josh Matthews | 2020-05-13 | 1 | -0/+4 |
* | Update window.open() to return fallible result | Utsav Oza | 2020-05-04 | 1 | -2/+2 |
* | Selection interface working for synthetic operations | Patrick Shaughnessy | 2020-02-13 | 1 | -0/+6 |
* | Embedder Prompt API | Paul Rouget | 2020-02-10 | 1 | -2/+2 |
* | Make property descriptors hold named/indexed property values | Patrick Shaughnessy | 2020-01-10 | 1 | -1/+1 |
* | Use IDL sequence default value | Kagami Sascha Rosylight | 2019-11-04 | 1 | -3/+2 |
* | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -0/+7 |
* | begin messageport, transferable objects, impl | Keith Yeung | 2019-10-19 | 1 | -2/+1 |
* | Remove [PrimaryGlobal] | Kagami Sascha Rosylight | 2019-10-03 | 1 | -1/+1 |
* | Migrate to IDL mixin syntax | Kagami Sascha Rosylight | 2019-10-01 | 1 | -8/+6 |
* | Update Window::open and document::open parameters to match the spec | Bastien Orivel | 2019-08-24 | 1 | -1/+1 |
* | Require default dictionary value for optional dicts | Kagami Sascha Rosylight | 2019-07-12 | 1 | -3/+3 |
* | Move WindowProxy declaration to the new WindowProxy.webidl file. | krk | 2019-04-20 | 1 | -3/+0 |
* | Cancel animations that affect nodes that do not participate in layout. | Josh Matthews | 2018-12-10 | 1 | -0/+5 |
* | Update MPL license to https (part 2) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | implement opener, disowning | Gregory Terzian | 2018-08-11 | 1 | -1/+1 |
* | implement window.open, create auxiliary browsing context | Gregory Terzian | 2018-08-11 | 1 | -2/+2 |
* | implement window.stop, improve aborting document load | Gregory Terzian | 2018-07-29 | 1 | -1/+1 |
* | Allow supported window attributes to be replacable. | Jonathan Kingston | 2018-06-14 | 1 | -12/+12 |
* | Auto merge of #21051 - jonathanKingston:window-length, r=jdm | bors-servo | 2018-06-14 | 1 | -1/+1 |
|\ |
|
| * | Implement window.length DOM attribute. | Jonathan Kingston | 2018-06-14 | 1 | -1/+1 |
* | | Allow window.parent attribute to be relaceable by JavaScript. | Jonathan Kingston | 2018-06-13 | 1 | -1/+1 |
|/ |
|
* | PutForward=href on window and document location | Gregory Terzian | 2018-05-04 | 1 | -1/+1 |
* | Move around WindowOrWorkerGlobalScope methods | Anthony Ramine | 2018-04-27 | 1 | -22/+0 |
* | Auto merge of #20036 - paavininanda:BrowsingNames, r=jdm | bors-servo | 2018-02-25 | 1 | -2/+1 |
|\ |
|
| * | Adding Name and SetName functions for window | paavininanda | 2018-02-26 | 1 | -2/+1 |
* | | Move paintWorklet from "Window" to "CSS" according to new specification | yurket | 2018-02-22 | 1 | -5/+0 |
|/ |
|
* | remove mozbrowser code | Paul Rouget | 2018-02-13 | 1 | -2/+0 |
* | Make Performance Timeline API work in Workers | Fernando Jiménez Moreno | 2017-09-05 | 1 | -5/+0 |
* | Placed worklets implementation behind a pref. | Alan Jeffrey | 2017-07-18 | 1 | -1/+1 |
* | Implemented the plumbing for paint worklets. | Alan Jeffrey | 2017-06-07 | 1 | -0/+4 |
* | Add custom element registry | Connor Brewster | 2017-06-05 | 1 | -0/+2 |
* | Auto merge of #16920 - synlestidae:servo-16705, r=asajeffrey | bors-servo | 2017-05-26 | 1 | -1/+1 |
|\ |
|
| * | Implement window.closed | antunovicm | 2017-05-26 | 1 | -1/+1 |
* | | Implemented Houdini worklets. | Alan Jeffrey | 2017-05-17 | 1 | -0/+1 |
|/ |
|
* | Implement browsing context discarding. | Alan Jeffrey | 2017-01-05 | 1 | -2/+6 |
* | Add tracking issues for DOM APIs related to 'browsing context names'. | Corey Farwell | 2016-12-03 | 1 | -2/+7 |
* | WebBluetooth Test API | zakorgyula | 2016-11-04 | 1 | -0/+7 |
* | Implement matchMedia and MediaQueryList | Jack Moffitt | 2016-11-02 | 1 | -1/+1 |
* | Partial fix for 12415 | Scott Trinh | 2016-10-17 | 1 | -4/+4 |
* | Implement [Inline] interfaces | Anthony Ramine | 2016-10-06 | 1 | -1/+1 |