aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools
Commit message (Expand)AuthorAgeFilesLines
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* Stop using `time@0.1` in Servo (#33394)Martin Robinson2024-09-112-12/+19
* tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366)Martin Robinson2024-09-084-8/+15
* Fix devtool crashs after clicking `Enable connection prompt` (#33305)Taym Haddadi2024-09-071-1/+5
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-052-9/+9
* Fix several clippy warnings in components/devtools (#33227)Callum Leslie2024-08-281-4/+4
* DevTools: Inspect node styles (#33025)eri2024-08-258-185/+520
* Fix warnings after latest rust upgrade (#33043)Martin Robinson2024-08-141-2/+2
* clippy: Fix various clippy warnings throughout the code (#33003)Ashwin Naren2024-08-136-10/+10
* DevTools: Allow modification of attributes (#32888)eri2024-08-053-11/+115
* DevTools: Inline text and clean whitespace (#32884)eri2024-07-301-4/+46
* DevTools: Show HTML tree (#32655)eri2024-07-2621-808/+1481
* fix a couple of simple clipy warnings (#32813)Rodion Borovyk2024-07-191-1/+1
* DevTools: Display console messages and errors (#32727)eri2024-07-094-109/+127
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-092-9/+4
* DevTools: Replace camel case variable names (#32726)eri2024-07-0814-226/+264
* Add a directory listing feature for `file` URLs (#32580)Martin Robinson2024-06-261-2/+2
* clippy: fix some warnings in desktop and some components (#32583)ItsSunnyMonster2024-06-252-3/+3
* DevTools: Implement watcher actor (#32509)eri2024-06-219-238/+674
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-122-2/+2
* DevTools: Display tabs and processes (#32475)eri2024-06-122-42/+104
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-178-8/+8
* Devtools device description: improve how Servo is advertised in Firefox's abo...Olivier Tilloy2024-05-084-4/+55
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-1/+1
* Fix clippy warnings in `components/rand` (#31549)sandeep2024-03-071-1/+1
* clippy: Fix several warnings in components/devtools (#31501)eri2024-03-0518-86/+85
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-227-12/+7
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-181-3/+13
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-171-13/+3
* Replace time with std::time in components/devtools (#30927)Taym Haddadi2024-01-034-13/+33
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-3/+3
* Add shell.background-color.rgba to prefs (#30488)Ngo Iok Ui (Wu Yu Wei)2023-10-041-35/+44
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1122-124/+164
* remove `extern crate` (#30311)Samson2023-09-0817-5/+19
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-9/+9
* Upgrade HyperNaveen Gattu2022-01-162-5/+4
* feat: shorten thread namesyvt2021-07-192-2/+2
* Mark dead BrowsingContextActor fields with underscores.Dominic Cooney2021-05-231-14/+14
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-5/+1
* Returns fake preferences if PrefValue::Missing.Sudarsan2020-09-121-1/+40
* preferences actor now returns real values.Sudarsan2020-09-121-14/+28
* Disable as many broken devtools panels as possible.Josh Matthews2020-08-102-6/+6
* devtools: Track multiple clients better, and cleanup streams when a client is...Josh Matthews2020-08-0621-51/+137
* devtools: Don't panic when sending to a disconnected client fails.Josh Matthews2020-08-0516-85/+107
* Console.Clear implementedmustafapc192020-07-291-0/+1
* Configure devtools server via preferencesPaul Rouget2020-07-171-0/+1
* devtools: TabDescription actorPaul Rouget2020-07-135-10/+126
* Allow embedder to bypass devtools promptPaul Rouget2020-06-222-11/+41
* More Cargo.toml cleanupsAlex Touchet2020-05-141-4/+4