| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't root a Realm that's used for one call.dom-protos | Josh Matthews | 2023-05-29 | 1 | -3/+3 |
* | Formatting. | Josh Matthews | 2023-05-28 | 81 | -206/+588 |
* | Support arbitrary protos when wrapping DOM objects with constructors. | Josh Matthews | 2023-05-28 | 195 | -584/+2026 |
* | Support arbitrary protos when wrapping EventTarget objects. | Josh Matthews | 2023-05-28 | 6 | -22/+185 |
* | Auto merge of #29798 - jdm:per-interface-codegen, r=jdm | bors-servo | 2023-05-26 | 2 | -30/+74 |
|\ |
|
| * | Formatting. | Josh Matthews | 2023-05-26 | 1 | -8/+2 |
| * | Use an enum to pass the index value for interfaces/protos. | Josh Matthews | 2023-05-26 | 2 | -9/+27 |
| * | Extract bodies of DefineDOMInterface and GetProtoObject/GetConstructorObject ... | Josh Matthews | 2023-05-26 | 2 | -30/+62 |
* | | Further changes required by Servo | Oriol Brufau | 2023-05-24 | 1 | -3/+3 |
* | | Further changes required by Servo | Oriol Brufau | 2023-05-24 | 1 | -10/+6 |
* | | Enter realms when creating special same-origin iframes. | Josh Matthews | 2023-05-20 | 1 | -0/+3 |
* | | Enter realms more consistently during the script event loop. | Josh Matthews | 2023-05-20 | 4 | -1/+24 |
* | | Fix formatting. | Josh Matthews | 2023-05-20 | 2 | -3/+3 |
* | | Remove unused argument from AlreadyInRealm::assert. | Josh Matthews | 2023-05-20 | 6 | -9/+8 |
* | | Remove global argument from Promise::new_in_current_realm. | Josh Matthews | 2023-05-20 | 27 | -52/+50 |
* | | Make GlobalScope.get_cx a static method. | Josh Matthews | 2023-05-20 | 33 | -87/+89 |
|/ |
|
* | Auto merge of #29748 - Loirooriol:sync, r=mrobinson | bors-servo | 2023-05-19 | 5 | -25/+12 |
|\ |
|
| * | Further changes required by Servo | Oriol Brufau | 2023-05-19 | 3 | -4/+4 |
| * | Further changes required by Servo | Oriol Brufau | 2023-05-16 | 2 | -21/+8 |
* | | Auto merge of #28587 - yvt:fix-location-target, r=mrobinson | bors-servo | 2023-05-18 | 1 | -179/+270 |
|\ \ |
|
| * | | Make `Location` operate on the correct objects | yvt | 2023-05-18 | 1 | -179/+270 |
| |/ |
|
* | | Auto merge of #29637 - AnthonyJ3:Use-same-origin-as-default-credential-mode-f... | bors-servo | 2023-05-18 | 1 | -15/+3 |
|\ \
| |/
|/| |
|
| * | fixup! defaulted credentials mode to same-origin & removed fallback credentials | AnthonyJ3 | 2023-04-25 | 1 | -4/+3 |
| * | fixup! defaulted credentials mode to same-origin & removed fallback credentials | AnthonyJ3 | 2023-04-17 | 1 | -4/+1 |
| * | defaulted credentials mode to same-origin & removed fallback credentials | AnthonyJ3 | 2023-04-16 | 1 | -9/+1 |
* | | Add value argument to URLSearchParams's has() and delete() | Veronika Bušů | 2023-05-11 | 2 | -6/+14 |
* | | Auto merge of #29711 - switchpiggy:sp3, r=mrobinson | bors-servo | 2023-05-08 | 1 | -1/+20 |
|\ \ |
|
| * | | fixup! Checks moved to Element::client_rect(), fixed conditions for the speci... | switchpiggy | 2023-05-05 | 2 | -27/+14 |
| * | | Checks moved to Element::client_rect(), fixed conditions for the special case... | switchpiggy | 2023-05-05 | 2 | -24/+34 |
| * | | Implemented special cases for Element.clientWidth() and clientHeight() | switchpiggy | 2023-05-04 | 1 | -0/+22 |
* | | | Auto merge of #29703 - ohno418:update-url-constructor-steps, r=mrobinson | bors-servo | 2023-05-08 | 1 | -17/+17 |
|\ \ \ |
|
| * | | | Update step numbers in URL constructor | Yutaro Ohno | 2023-05-06 | 1 | -17/+17 |
| |/ / |
|
* / / | Fix scrolling on root element | Martin Robinson | 2023-05-05 | 1 | -3/+8 |
|/ / |
|
* | | Auto merge of #29693 - mrobinson:cleanup-options, r=mukilan | bors-servo | 2023-05-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Clean up debug options | Martin Robinson | 2023-05-01 | 1 | -1/+1 |
* | | | Fix flakiness in animation tests | Martin Robinson | 2023-05-02 | 1 | -0/+12 |
* | | | Reset to in-memory stream with empty byte sequence for None init body | cybai | 2023-04-27 | 1 | -0/+5 |
|/ / |
|
* | | Allow script to scroll `overflow: scroll` elements | Martin Robinson | 2023-04-25 | 2 | -48/+58 |
* | | Scroll from script should trigger a reflow | Martin Robinson | 2023-04-25 | 1 | -21/+21 |
* | | Auto merge of #29646 - CYBAI:fix-classname-filter, r=jdm | bors-servo | 2023-04-24 | 1 | -0/+6 |
|\ \ |
|
| * | | Fix checking for empty set for getElementsByClassName | cybai | 2023-04-21 | 1 | -0/+6 |
| |/ |
|
* / | Throw HierarchyRequest error for Attr in pre-insert and replacechild | cybai | 2023-04-21 | 1 | -5/+7 |
|/ |
|
* | Update steps comment to match latest (2023-04-14) spec | cybai | 2023-04-14 | 3 | -97/+81 |
* | Respect MIME type from headers instead of caching it | cybai | 2023-04-13 | 2 | -12/+4 |
* | Remove unnecessary steps from "multipart/form-data encoding algorithm" | Yutaro Ohno | 2023-04-07 | 1 | -9/+3 |
* | Remove unnecessary steps from "text/plain encoding algorithm" | Yutaro Ohno | 2023-04-05 | 1 | -12/+7 |
* | Add support for <iframe> elements for Layout 2020 | Martin Robinson | 2023-04-04 | 1 | -8/+4 |
* | Implement URL.canParse | Yutaro Ohno | 2023-04-02 | 2 | -0/+24 |
* | Auto merge of #29396 - delan:window-getter, r=jdm | bors-servo | 2023-03-28 | 7 | -225/+384 |
|\ |
|
| * | clarify todos about exposed objects | Delan Azabani | 2023-03-23 | 1 | -3/+9 |