aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
Commit message (Expand)AuthorAgeFilesLines
* Don't root a Realm that's used for one call.dom-protosJosh Matthews2023-05-291-3/+3
* Formatting.Josh Matthews2023-05-2881-206/+588
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-28195-584/+2026
* Support arbitrary protos when wrapping EventTarget objects.Josh Matthews2023-05-286-22/+185
* Auto merge of #29798 - jdm:per-interface-codegen, r=jdmbors-servo2023-05-262-30/+74
|\
| * Formatting.Josh Matthews2023-05-261-8/+2
| * Use an enum to pass the index value for interfaces/protos.Josh Matthews2023-05-262-9/+27
| * Extract bodies of DefineDOMInterface and GetProtoObject/GetConstructorObject ...Josh Matthews2023-05-262-30/+62
* | Further changes required by ServoOriol Brufau2023-05-241-3/+3
* | Further changes required by ServoOriol Brufau2023-05-241-10/+6
* | Enter realms when creating special same-origin iframes.Josh Matthews2023-05-201-0/+3
* | Enter realms more consistently during the script event loop.Josh Matthews2023-05-204-1/+24
* | Fix formatting.Josh Matthews2023-05-202-3/+3
* | Remove unused argument from AlreadyInRealm::assert.Josh Matthews2023-05-206-9/+8
* | Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-2027-52/+50
* | Make GlobalScope.get_cx a static method.Josh Matthews2023-05-2033-87/+89
|/
* Auto merge of #29748 - Loirooriol:sync, r=mrobinsonbors-servo2023-05-195-25/+12
|\
| * Further changes required by ServoOriol Brufau2023-05-193-4/+4
| * Further changes required by ServoOriol Brufau2023-05-162-21/+8
* | Auto merge of #28587 - yvt:fix-location-target, r=mrobinsonbors-servo2023-05-181-179/+270
|\ \
| * | Make `Location` operate on the correct objectsyvt2023-05-181-179/+270
| |/
* | Auto merge of #29637 - AnthonyJ3:Use-same-origin-as-default-credential-mode-f...bors-servo2023-05-181-15/+3
|\ \ | |/ |/|
| * fixup! defaulted credentials mode to same-origin & removed fallback credentialsAnthonyJ32023-04-251-4/+3
| * fixup! defaulted credentials mode to same-origin & removed fallback credentialsAnthonyJ32023-04-171-4/+1
| * defaulted credentials mode to same-origin & removed fallback credentialsAnthonyJ32023-04-161-9/+1
* | Add value argument to URLSearchParams's has() and delete()Veronika Bušů2023-05-112-6/+14
* | Auto merge of #29711 - switchpiggy:sp3, r=mrobinsonbors-servo2023-05-081-1/+20
|\ \
| * | fixup! Checks moved to Element::client_rect(), fixed conditions for the speci...switchpiggy2023-05-052-27/+14
| * | Checks moved to Element::client_rect(), fixed conditions for the special case...switchpiggy2023-05-052-24/+34
| * | Implemented special cases for Element.clientWidth() and clientHeight()switchpiggy2023-05-041-0/+22
* | | Auto merge of #29703 - ohno418:update-url-constructor-steps, r=mrobinsonbors-servo2023-05-081-17/+17
|\ \ \
| * | | Update step numbers in URL constructorYutaro Ohno2023-05-061-17/+17
| |/ /
* / / Fix scrolling on root elementMartin Robinson2023-05-051-3/+8
|/ /
* | Auto merge of #29693 - mrobinson:cleanup-options, r=mukilanbors-servo2023-05-031-1/+1
|\ \
| * | Clean up debug optionsMartin Robinson2023-05-011-1/+1
* | | Fix flakiness in animation testsMartin Robinson2023-05-021-0/+12
* | | Reset to in-memory stream with empty byte sequence for None init bodycybai2023-04-271-0/+5
|/ /
* | Allow script to scroll `overflow: scroll` elementsMartin Robinson2023-04-252-48/+58
* | Scroll from script should trigger a reflowMartin Robinson2023-04-251-21/+21
* | Auto merge of #29646 - CYBAI:fix-classname-filter, r=jdmbors-servo2023-04-241-0/+6
|\ \
| * | Fix checking for empty set for getElementsByClassNamecybai2023-04-211-0/+6
| |/
* / Throw HierarchyRequest error for Attr in pre-insert and replacechildcybai2023-04-211-5/+7
|/
* Update steps comment to match latest (2023-04-14) speccybai2023-04-143-97/+81
* Respect MIME type from headers instead of caching itcybai2023-04-132-12/+4
* Remove unnecessary steps from "multipart/form-data encoding algorithm"Yutaro Ohno2023-04-071-9/+3
* Remove unnecessary steps from "text/plain encoding algorithm"Yutaro Ohno2023-04-051-12/+7
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-8/+4
* Implement URL.canParseYutaro Ohno2023-04-022-0/+24
* Auto merge of #29396 - delan:window-getter, r=jdmbors-servo2023-03-287-225/+384
|\
| * clarify todos about exposed objectsDelan Azabani2023-03-231-3/+9