aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix scrolling on root elementMartin Robinson2023-05-051-3/+8
* Allow script to scroll `overflow: scroll` elementsMartin Robinson2023-04-251-14/+12
* Scroll from script should trigger a reflowMartin Robinson2023-04-251-21/+21
* clean up spurious changes and todos with no action neededDelan Azabani2023-03-231-3/+0
* revert: Introduce `Untransplantable` trait to indicate transplantability at t...Delan Azabani2023-03-231-7/+6
* apply yvt/servo/fix-named-window-getterDelan Azabani2023-03-231-6/+7
* apply pylbrecht/servo/named.window.getter (closes #27952)Delan Azabani2023-03-231-2/+202
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-2/+3
* Remove unused arguments from methods.teymour-aldridge2021-02-051-6/+2
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+8
* dom: Add Window.js_backtrace debugging extension method.Josh Matthews2020-07-141-1/+16
* Auto merge of #26998 - gterzian:improve_task_cancelling, r=jdmbors-servo2020-07-061-3/+3
|\
| * use a stronger atomic guarantee when cancelling tasksGregory Terzian2020-06-201-3/+3
* | Return Option for Window's layout channelAntoine Martin2020-07-031-11/+24
|/
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-1/+2
* Store resolved font style in canvas context stateUtsav Oza2020-06-101-5/+6
* Add todos for missing steps while processing parse font queryUtsav Oza2020-06-101-3/+0
* Query layout to resolve canvas font property valueUtsav Oza2020-06-101-1/+18
* Auto merge of #26628 - gterzian:shutdown_workers, r=asajeffreybors-servo2020-06-031-2/+2
|\
| * properly shutdown dedicated workers when the owning scope shuts-downGregory Terzian2020-06-031-2/+2
* | reading unminified scripts from diskskrzyp12020-06-021-21/+14
|/
* Have Animations struct handle rooting nodesMartin Robinson2020-05-261-10/+7
* Implement animationiteration eventMartin Robinson2020-05-211-4/+9
* Implement concept of dirty rootAnthony Ramine2020-05-191-7/+21
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-0/+4
* dom: Implement current window event.Josh Matthews2020-05-131-0/+30
* Move most animation processing to scriptMartin Robinson2020-05-121-5/+7
* Start having animations conform to the HTML specMartin Robinson2020-05-051-44/+9
* Use a restyle for animation ticksMartin Robinson2020-05-051-13/+22
* Update window.open() to return fallible resultUtsav Oza2020-05-041-1/+1
* Add support for animationend eventMartin Robinson2020-05-011-10/+5
* Auto merge of #26296 - ramyananth:master, r=jdmbors-servo2020-04-301-0/+15
|\
| * implemented CreateImageBitmap function for Canvas image sourceJayalakshmiV2020-04-291-0/+15
* | Support navigating browsing contexts in the devtools.Josh Matthews2020-04-261-3/+9
|/
* Remove WebVRAlan Jeffrey2020-04-081-11/+0
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-071-9/+2
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-7/+0
* Auto merge of #26077 - jdm:xr-canvas-dirty, r=asajeffreybors-servo2020-03-311-0/+8
|\
| * webgl: Don't dirty canvas element while in immersive mode.Josh Matthews2020-03-311-0/+8
* | Cache the result of retrieving an element's client rectangle from layout.Josh Matthews2020-03-311-9/+73
|/
* Pass pending restyles instead of draining them from layoutAnthony Ramine2020-03-281-2/+3
* Force alert message to its own line.Josh Matthews2020-03-231-1/+1
* Stop embedder calls and fake rAF when window not visiblePaul Rouget2020-03-061-0/+8
* Factored out permission_state_invocation_results API to GlobalScopegatowololo2020-02-271-11/+0
* implement broadcastchannelGregory Terzian2020-02-251-2/+2
* Avoid accessing node global during Node's destructor.Josh Matthews2020-02-241-1/+3
* Remove unnecessary Option.Josh Matthews2020-02-241-4/+4
* Auto merge of #25777 - kunalmohan:24720-ImageCache, r=jdmbors-servo2020-02-191-1/+6
|\
| * remove option for origin and mirror changes to layout_thread_2020Kunal Mohan2020-02-181-1/+5
| * Take origin from window instead of creating a new one in case of reflowKunal Mohan2020-02-151-0/+1