aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/devtools.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorder importsPyfisch2018-11-061-3/+3
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-5/+5
* `cargo fix --edition`Simon Sapin2018-11-061-16/+16
* Format script componentchansuke2018-09-191-79/+114
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* Add layout RPC query for getting an element's styleJon Leighton2018-01-281-5/+6
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-4/+4
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-4/+4
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-4/+4
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Added some same-origin-domain checks.Alan Jeffrey2017-03-141-2/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-1/+1
* Remove usage of FnBox for animation frame callbacks (fixes #14416)Anthony Ramine2016-12-061-6/+3
* Replace script thread root browsing context by a collection of documents.Alan Jeffrey2016-11-081-68/+40
* Setting a devtools timeline marker may fail, due to pipeline lookup failure.Alan Jeffrey2016-10-121-5/+10
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Make devtools::handle_evaluate_js take a &GlobalScopeAnthony Ramine2016-10-061-3/+2
* Move JS evaluation functions to GlobalScopeAnthony Ramine2016-10-061-1/+1
* Introduce GlobalScope::devtools_chanAnthony Ramine2016-10-061-1/+2