aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/rpc.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-75/+0
* Refactor scrolls on the window object (#29680)Martin Robinson2023-09-151-1/+1
* Store resolved font style in canvas context stateUtsav Oza2020-06-101-3/+3
* Query layout to resolve canvas font property valueUtsav Oza2020-06-101-0/+4
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-071-8/+0
* dom: Calculate the viewport size of iframes when they are first added to the ...Josh Matthews2019-11-061-0/+4
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Remove unused code from script* cratesest312019-06-021-4/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Implement element.innerText getterFernando Jiménez Moreno2018-02-131-1/+2
* Update WebRenderMartin Robinson2018-02-061-4/+4
* Add layout RPC query for getting an element's styleJon Leighton2018-01-281-22/+7
* Switch to using WebRender hit testingMartin Robinson2017-10-171-7/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Bump euclid to 0.14.Nicolas Silva2017-06-141-2/+1
* Send information to script as part of finishing layout.Josh Matthews2017-05-151-5/+0
* Root nodes for the duration of their CSS transitions.Josh Matthews2017-05-151-0/+2
* Eliminate ScrollRootIdMartin Robinson2017-04-201-2/+2
* s/nodes_from_point/nodes_from_point_response and change test from reftest to ...Fernando Jiménez Moreno2017-03-021-1/+1
* Trigger reflow on document.elementsFromPointFernando Jiménez Moreno2017-03-021-1/+2
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-1/+3
* layout: Expose whether the element was rendered in content_box_query to script.Emilio Cobos Álvarez2017-01-171-1/+1
* Position insertion point in input field with mouseFlorian Merz2017-01-111-0/+5
* Use PropertyId instead of Atom for CSSStyleDeclaration::get_computed_styleSimon Sapin2016-12-091-1/+1
* Reimplement scrolling to fragmentsMartin Robinson2016-11-291-0/+5
* Remove concept of Layers from ServoMartin Robinson2016-10-211-7/+0
* layout: Take into account the client point for fixed positioned stacking cont...Emilio Cobos Álvarez2016-08-081-1/+1
* Move LayoutRPC to script_layout_interface.Ms2ger2016-06-201-0/+96