aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+4
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-6/+47
* Fix formatting.Josh Matthews2023-05-201-2/+1
* Remove unused argument from AlreadyInRealm::assert.Josh Matthews2023-05-201-2/+2
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* Fix flakiness in animation testsMartin Robinson2023-05-021-0/+12
* clarify todos about exposed objectsDelan Azabani2023-03-231-3/+9
* apply pylbrecht/servo/named.window.getter (closes #27952)Delan Azabani2023-03-231-175/+147
* Replaced ref_slice::ref_slice with std::slice::from_refAdrian Willenbücher2021-06-101-2/+2
* Improve IME messaging to embedder with insertion point index and multiline flag.Philip Lamb2021-03-291-4/+17
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-3/+9
* fmtteymour-aldridge2021-02-051-1/+1
* Remove unused arguments from methods.teymour-aldridge2021-02-051-9/+5
* Fix errorsteymour-aldridge2021-02-051-4/+4
* Mark methods as unsafe.teymour-aldridge2021-02-051-4/+4
* Fix mouse button handlingYUAN LYU2020-12-061-2/+6
* Implement ParentNode#replaceChildrenVincent Ricard2020-09-251-0/+5
* devtools: Treat session history traversal like a navigation.Josh Matthews2020-08-101-1/+5
* Do not panic on navigating across documentsUtsav Oza2020-07-301-5/+8
* Fix comments for handle_mouse_move_event methodUtsav Oza2020-07-301-46/+41
* Fire mouseenter and mouseleave eventsUtsav Oza2020-07-301-6/+81
* Fix ordering of mousemove eventUtsav Oza2020-07-301-75/+71
* Unfocus input when virtual keyboard is dismissedPaul Rouget2020-07-131-0/+7
* Add a sessionavailable event that allows content to enter an XR session witho...Alan Jeffrey2020-07-101-0/+12
* Auto merge of #27163 - alarsyo:23053-layout-queries-disconnected-frames-panic...bors-servo2020-07-041-15/+17
|\
| * Return Option for Window's layout channelAntoine Martin2020-07-031-15/+17
* | UWP: support virtual keyboardPaul Rouget2020-07-021-2/+23
|/
* Support for webxr layer managementAlan Jeffrey2020-06-281-2/+2
* Auto merge of #26953 - mrobinson:cancel-reparent, r=noxbors-servo2020-06-221-0/+4
|\
| * Cancel animations for nodes which are removed from the DOMMartin Robinson2020-06-171-0/+4
* | Send LoadStart event when the actual pipeline is loadingPaul Rouget2020-06-221-0/+6
|/
* Auto merge of #26872 - kunalmohan:gpu-canvas-context, r=kvark,jdmbors-servo2020-06-151-2/+21
|\
| * Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-2/+21
* | Update document focus when element focusability changes.Josh Matthews2020-06-151-0/+11
* | Make clicking on an element request focus for focusable elements.Josh Matthews2020-06-151-11/+42
|/
* style: Miscellaneous servo build fixes.Emilio Cobos Álvarez2020-06-041-2/+11
* Have Animations struct handle rooting nodesMartin Robinson2020-05-261-10/+10
* Implement animationiteration eventMartin Robinson2020-05-211-4/+18
* Auto merge of #26546 - splav:tls-protected-checks, r=jdmbors-servo2020-05-191-0/+1
|\
| * check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-0/+1
* | Auto merge of #26499 - utsavoza:ugo/issue-26287/10-05-2020, r=jdmbors-servo2020-05-191-4/+19
|\ \ | |/ |/|
| * Update wpt-tests metadataUtsav Oza2020-05-191-1/+0
| * Update wpt-tests metadataUtsav Oza2020-05-181-0/+7
| * Add creator URL, creator base URL and creator origin in browsing contextUtsav Oza2020-05-181-4/+13
* | Implement concept of dirty rootAnthony Ramine2020-05-191-2/+117
|/
* dom: Implement stub queryCommandSupported.Josh Matthews2020-05-131-0/+5
* Move most animation processing to scriptMartin Robinson2020-05-121-3/+17
* Start having animations conform to the HTML specMartin Robinson2020-05-051-0/+21
* Update window.open() to return fallible resultUtsav Oza2020-05-041-7/+3