aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/devtools.rs
Commit message (Expand)AuthorAgeFilesLines
* add CanGc as argument to methods in HTMLCollection, HTMLDataListElement, HTML...Yerkebulan Tulibergenov9 days1-2/+2
* add CanGc as argument to methods in Element (#36464)Yerkebulan Tulibergenov11 days1-1/+1
* Add CanGc as arguments in methods in devtools.rs, CharacterData, CSSStyleRule...Yerkebulan Tulibergenov2025-04-061-7/+10
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-061-4/+4
* Hide servo internal shadow roots from the inspector by default (#35958)Simon Wülker2025-03-131-1/+6
* refactor: add CanGc as argument to methods in CSSKeyframeRule, CSSMediaRule, ...Yerkebulan Tulibergenov2025-03-051-2/+3
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-3/+1
* Don't attempt to report style attribute for non-htmlelements to devtools (#35...Simon Wülker2025-02-171-3/+5
* Inform the devtools about shadow roots on a node (#35294)Simon Wülker2025-02-051-17/+18
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-17/+17
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-6/+6
* script: Update the rendering when receiving IPC messages instead of just refl...Martin Robinson2024-12-091-16/+20
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-3/+10
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-0/+2
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-1/+7
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-3/+3
* CanGc fixes from constantsourcenode.rs & window.rs (#33931)tanishka2024-10-201-2/+2
* Various CanGc fixes in 8 files (#33893)chickenleaf2024-10-181-1/+2
* Replace CanGc::note() calls with arguments in `components/script/dom` (#33692)tanishka2024-10-081-1/+2
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-3/+2
* jsstring_to_str should accept a NonNull argument for the JS string (#33306)Andriy Sultanov2024-09-051-2/+3
* DevTools: Inspect node styles (#33025)eri2024-08-251-4/+207
* DevTools: Allow modification of attributes (#32888)eri2024-08-051-0/+5
* DevTools: Inline text and clean whitespace (#32884)eri2024-07-301-1/+38
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-18/+18
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: fixed some warnings in components/script (#31888)Ekta Siwach2024-03-261-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-3/+3
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+13
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-1/+1
* Update mozjs.Josh Matthews2021-02-181-6/+4
* Added off thread compilationAbhishekSharma1022020-07-211-1/+4
* Set private reference for classic scriptCYBAI2020-07-181-1/+9
* Report real caller information for console APIs to devtools.Josh Matthews2020-04-281-1/+1
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-071-4/+3
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* devtools: save and send cached messagesPaul Rouget2019-12-061-47/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-5/+5
* Create a helper API for entering a DOM object's compartmentKamil Niski2019-06-291-4/+2
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
* Make devtools find node by unique id function include shadow treesFernando Jiménez Moreno2019-04-261-1/+1
* Introduce ShadowIncluding enum for tree traversalsFernando Jiménez Moreno2019-04-261-2/+2
* Implement concept of shadow including tree orderFernando Jiménez Moreno2019-04-261-1/+1
* Fix servo build.Emilio Cobos Álvarez2019-02-101-5/+4
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-9/+7
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1