aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update devtools page titles.Josh Matthews2020-04-282-0/+37
* Ignore eager JS evaluation in devtools.Josh Matthews2020-04-281-0/+7
* Update browsing context title/url when navigating.Josh Matthews2020-04-281-10/+16
* Move some console-related message types into the console code.Josh Matthews2020-04-282-27/+27
* Support connecting to worker globals from remote devtools.Josh Matthews2020-04-285-89/+275
* Support clearing cached events in console actor.Josh Matthews2020-04-261-0/+7
* Support navigating browsing contexts in the devtools.Josh Matthews2020-04-264-173/+306
* Add support for launching devtools server on random portKunal Mohan2020-03-161-1/+14
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-2/+2
* Prompt user before accepting incoming devtools connectionPaul Rouget2020-02-102-4/+17
* Fix some warnings in future Rust nightliesSimon Sapin2020-01-021-3/+2
* Update devtools server for Firefox 71.Josh Matthews2019-12-139-21/+339
* devtools: save and send cached messagesPaul Rouget2019-12-062-43/+110
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-1/+1
* Remove unused dependenciesShotaro Yamada2019-10-011-2/+0
* Update ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-132-5/+4
* Introduce EvaluateJSAsync method and evaluationResponse eventcodehag2019-05-072-67/+125
* Remove redundant `.clone()`sShotaro Yamada2018-12-113-6/+5