Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DevTools: Replace camel case variable names (#32726) | eri | 2024-07-08 | 1 | -1/+2 |
| | | | | | | | | | * refactor: rename to snake case * refactor: more renaming * chore: format * chore: clean | ||||
* | DevTools: Implement watcher actor (#32509) | eri | 2024-06-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * feat: base for watcher * feat: some more watcher tests * feat: implement getWatcher * refactor: clean up getWatcher * feat: implement watchTargets * feat: implement watchResources * feat: very messy watchTargets fix * refactor: clean browsing context * feat: target configuration * refactor: start cleanup * refactor: more doc coments * refactor: clean browsing context | ||||
* | clippy: Fix several warnings in components/devtools (#31501) | eri | 2024-03-05 | 1 | -1/+1 |
| | |||||
* | rustdoc: Fix many rustdoc errors (#31147) | Martin Robinson | 2024-01-22 | 1 | -2/+1 |
| | | | | This fixes many rustdoc errors that occur due to raw URLs in rustdoc comments as well as unescaped Rust code that should be in backticks. | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -3/+4 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -0/+1 |
| | | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com> | ||||
* | devtools: Don't panic when sending to a disconnected client fails. | Josh Matthews | 2020-08-05 | 1 | -10/+22 |
| | |||||
* | Fix some warnings in future Rust nightlies | Simon Sapin | 2020-01-02 | 1 | -3/+2 |
| | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Format components devtools and devtools_traits #21373 | kingdido999 | 2018-09-02 | 1 | -2/+2 |
| | |||||
* | Update serde to 0.9 (fixes #15325) | Anthony Ramine | 2017-02-18 | 1 | -10/+3 |
| | |||||
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -3/+0 |
| | |||||
* | Make the net monitor panel in FF's devtools show meaningful output. | Josh Matthews | 2016-06-06 | 1 | -0/+14 |
| | | | | | | | | | | | | | 0) Advertise support for the network monitor in the initial protocol communication. 1) Only notify the developer tools server about the final request in an HTTP transaction. 2) Add timing information for connecting to the HTTP server and sending the HTTP request. 3) Reduce duplication between various networkEventUpdate structures by creating a helper function that merges two JSON structures together. This also corrects the JSON structure so the devtools client interprets the output correctly. 4) Calculate various header size fields correctly. 5) Remove unnecessary usize->u32 casts by making the appropriate fields usize. 6) Add header values to request and response header messages. 7) Support triggering page reloads via the devtools client. | ||||
* | Implement a dummy protocolDescription in the root actor | Anthony Ramine | 2016-05-30 | 1 | -0/+14 |
| | |||||
* | Use debug instead of println in devtools | Manish Goregaokar | 2016-05-27 | 1 | -2/+2 |
| | |||||
* | Use serde in devtools | Anthony Ramine | 2016-03-31 | 1 | -11/+17 |
| | |||||
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -3/+3 |
| | |||||
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | Stop calling to_string() in devtools. | Ms2ger | 2015-09-02 | 1 | -4/+4 |
| | |||||
* | Cleanup write_json_packet. | Ms2ger | 2015-09-02 | 1 | -3/+1 |
| | |||||
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Fixes #6879 | Harrison G | 2015-08-05 | 1 | -10/+25 |
| | |||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -7/+6 |
| | |||||
* | Move devtools to std::net (fixes #5355). | Ms2ger | 2015-03-25 | 1 | -15/+18 |
| | |||||
* | Update some code that's feature-gated under core. | Ms2ger | 2015-03-21 | 1 | -4/+4 |
| | |||||
* | Use rustc-serialize rather than the built-in deprecated serialize. | Ms2ger | 2015-02-17 | 1 | -3/+3 |
| | |||||
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -2/+2 |
| | |||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -2/+2 |
| | |||||
* | Disallow lines that span more than 160 columns. | Ms2ger | 2015-01-19 | 1 | -1/+3 |
| | | | | | The Rust style guide suggests 100, but we have too many violations in the tree already. This check can be tightened over time. | ||||
* | Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19. | Ms2ger | 2015-01-08 | 1 | -2/+3 |
| | |||||
* | Fix obsolete format traits. | Ms2ger | 2015-01-02 | 1 | -2/+2 |
| | | | | They are to be removed from the language in the next rust upgrade. | ||||
* | Move code related to json packet reading to JsonPacketSender trait | thiagopnts | 2014-11-12 | 1 | -3/+28 |
| | | | | fixup! Move code related to json packet reading to JsonPacketSender trait | ||||
* | Split devtools implementation into sensible modules. | Josh Matthews | 2014-09-18 | 1 | -0/+22 |