aboutsummaryrefslogtreecommitdiffstats
path: root/components/script
Commit message (Expand)AuthorAgeFilesLines
* script: `document.visibilityState` and `document.hidden` (#32635)Ngo Iok Ui (Wu Yu Wei)2024-07-125-8/+154
* script: Use the new C string literal in the DOM bindings (#32741)Bumsoo Kim2024-07-116-63/+60
* DevTools: Display console messages and errors (#32727)eri2024-07-091-3/+9
* Remove media element state changes triggered by network responses (#32643)Josh Matthews2024-07-091-29/+47
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-0920-74/+63
* Avoid unnecessary clones for URLs (#32694)cybai (Haku)2024-07-081-25/+27
* DevTools: Replace camel case variable names (#32726)eri2024-07-084-44/+44
* Add customElements.getName (#32715)Keith Cirkel2024-07-072-0/+12
* Replace null-byte terminated string literals with C-string literals (#32716)Bumsoo Kim2024-07-066-29/+29
* script: Impl cloning of JSPrincipals (#32706)Samson2024-07-064-9/+69
* webgpu: Update wgpu and revamp RenderPass (#32665)Samson2024-07-046-217/+205
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-0424-104/+141
* Updated all kill_*_id functions defined in indentityhub.rs to free_*_id namin...newmoneybigbucks2024-07-042-29/+29
* webgpu: Remove mutex around Identities (#32682)派卡 (pi-cla)2024-07-0315-100/+69
* webgpu: Implement ShaderCompilationInfo (#32642)Samson2024-07-026-26/+97
* webgpu: Update wgpu and revamp computepass (#32575)Samson2024-06-287-115/+102
* html: Parse a comma-separated list of faces in the `<font>` tag (#32622)Martin Robinson2024-06-262-4/+39
* script: Implement the `FontFaceSet` DOM API (#32576)Mukilan Thiyagarajan2024-06-267-8/+154
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-1/+1
* Clean up some unused dependencies (#32600)Oriol Brufau2024-06-251-1/+0
* Upgrade stylo to 2024-05-31 (#32474)Oriol Brufau2024-06-241-0/+5
* Proper GPUDevice cleanup (#32520)Samson2024-06-204-16/+35
* Rename `gfx` to `fonts` (#32556)Martin Robinson2024-06-193-4/+4
* fix: codegen on callback (#32537)Ngo Iok Ui (Wu Yu Wei)2024-06-183-8/+24
* servoshell: Reset link status when loading a new document (#32518)webbeef2024-06-181-0/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-183-8/+11
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-1712-4/+614
* webgpu: Implement device lost (#32354)Samson2024-06-175-34/+45
* htmlmetaelement: improve parsing of meta http-equiv (#32508)shanehandley2024-06-151-1/+8
* Update WebIDL.py (#32495)Ngo Iok Ui (Wu Yu Wei)2024-06-154-14/+13
* Implement HTMLImageElement decode (#31269)Taym Haddadi2024-06-133-1/+97
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-126-8/+22
* layout: Take into account `display: table` etc in offset* queries (#32448)Martin Robinson2024-06-102-1/+10
* script: Remove explicit reflow for web font loads (#32455)Martin Robinson2024-06-102-5/+8
* webgpu: Enable gles support (#32452)Hieu Do2024-06-091-0/+8
* Update to Rust 1.78 (#32217)Samson2024-06-011-2/+1
* Remove more IPC messages between script and layout (#32377)Martin Robinson2024-05-271-47/+47
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-2230-596/+491
* fonts: Clean up messaging during web fonts loads (#32332)Martin Robinson2024-05-221-15/+7
* fonts: Store web fonts in the per-Layout `FontContext` (#32303)Martin Robinson2024-05-201-0/+1
* script: Have `Document` own `Layout` (#32316)Martin Robinson2024-05-207-133/+88
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-208-16/+19
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-1754-69/+68
* Rename NavigationType to NavigationTimingType (#32299)shanehandley2024-05-162-16/+16
* Fix RefCell borrows (#32276)Samson2024-05-131-3/+2
* script: Start rework to better match the specification HTML event loop (#31505)Gregory Terzian2024-05-138-279/+518
* fix: Implement additional logic in DOMString::set_best_representation_of_the_...shanehandley2024-05-134-14/+67
* clippy: Fix last few warnings (#32270)Pi-Cla2024-05-123-4/+4
* Implement attributes for the `<meter>` element (#32230)shanehandley2024-05-112-13/+139
* clippy: Fix vtable_address_comparisons error (#32262)sergiitomusiak2024-05-091-1/+5