aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/devtools.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce GlobalScope::live_devtools_updatesAnthony Ramine2016-10-061-1/+2
* Reorder `use` statementsUK9922016-09-091-2/+3
* Implement Reflectable for GlobalRef.Josh Matthews2016-09-071-0/+1
* Update rust-mozjs dependencyGuillaume Gomez2016-08-241-3/+6
* Removed some sources of panic from script thread and devtools, using Option v...David Raifaizen2016-07-251-30/+55
* Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-11/+11
* Make the net monitor panel in FF's devtools show meaningful output.Josh Matthews2016-06-061-0/+9
* Use JSautoCompartment in devtools handle_evaluate_js to avoid segfaultManish Goregaokar2016-05-271-1/+3
* Remove the IterableContext trait.Ms2ger2016-05-241-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* removed instances of &Root<BrowsingContext>Connor Brewster2016-05-111-9/+9
* remove page and move functionality to browing contextConnor Brewster2016-05-111-27/+32
* Auto merge of #10327 - frewsxcv:get-prefix, r=ms2gerbors-servo2016-04-021-1/+1
|\
| * Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-03-311-1/+1
* | Use serde in devtoolsAnthony Ramine2016-03-311-2/+2
|/
* Completed implementation of devtools' `getLayout`.benshu2016-02-241-6/+43
* task -> threadrohan.prinja2016-01-101-1/+1
* Rustfmt some of script.Ms2ger2015-11-181-16/+25
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+3
* Use the conversion traits from js.Ms2ger2015-11-121-26/+30
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-3/+4
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-5/+5
* Auto merge of #8221 - wenderen:8130-reorganise, r=jdmbors-servo2015-11-041-1/+2
|\
| * move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
* | Avoid some string copies in handle_modify_attribute.Ms2ger2015-11-021-4/+4
|/
* Introduce trait CastableAnthony Ramine2015-10-211-8/+7
* Improve implementation of DOMRect and implement DOMRectReadOnlyTill Schneidereit2015-10-171-2/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+4
* Emit markers for all events, not just UI events.Ms2ger2015-09-161-24/+4
* Remove helper traitsAnthony Ramine2015-08-271-3/+1
* sort all usesJohann Tuffe2015-08-201-10/+10
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* Improve documentation for devtools messages a bit more.Josh Matthews2015-08-131-3/+6
* fixup! Simplify devtools frame marker notification. Record each frame tick ba...Josh Matthews2015-08-121-4/+3
* Simplify devtools frame marker notification. Record each frame tick based on ...Josh Matthews2015-08-121-3/+6
* Closes #6724 (Allows object evaluation in devtools)Harrison G2015-08-091-3/+14
* Warning police.Josh Matthews2015-08-041-1/+0
* Auto merge of #6920 - Wafflespeanut:NIT, r=jdmbors-servo2015-08-031-1/+0
|\
| * Removed an invalid FIXME and fixed a doc commentRavi Shankar2015-08-031-1/+0
* | [FIX] Bug fix #6756Kayo Hamid2015-08-021-3/+2
|/
* Persuading devtools to communicate with the workers; r=jdmRavi Shankar2015-08-011-17/+7