aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update devtools page titles.Josh Matthews2020-04-281-0/+8
* Kill ServoLayoutElement::note_dirty_descendantAnthony Ramine2020-04-041-2/+8
* Auto merge of #26083 - servo:layout-2020-more-cleanups, r=jdmbors-servo2020-04-011-20/+26
|\
| * Make LayoutDocumentHelpers::style_shared_lock be safeAnthony Ramine2020-04-011-3/+3
| * Make a bunch of LayoutDocumentHelpers be safeAnthony Ramine2020-03-311-17/+23
* | Cache the result of retrieving an element's client rectangle from layout.Josh Matthews2020-03-311-8/+28
|/
* Give a lifetime parameter to LayoutDocumentHelpersAnthony Ramine2020-03-291-18/+18
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1
* Pass pending restyles instead of draining them from layoutAnthony Ramine2020-03-281-18/+12