aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/console.rs
Commit message (Expand)AuthorAgeFilesLines
* Hold stderr lock when using stdout through Console APIs.Josh Matthews2017-06-161-37/+65
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-19/+18
* Make Console::send_to_devtools take a &GlobalScopeAnthony Ramine2016-10-061-17/+17
* Introduce GlobalScope::pipeline_idAnthony Ramine2016-10-061-2/+3
* Introduce GlobalScope::devtools_chanAnthony Ramine2016-10-061-1/+1
* Move console timers to GlobalScopeAnthony Ramine2016-10-061-39/+2
* Remove GlobalRef::get_worker_idAnthony Ramine2016-10-041-1/+6
* More code refactoring (exampleVar to example_var)Arthur Marble2016-09-181-2/+2
* Use fn pipeline_id consistently, not fn pipelineAneesh Agrawal2016-09-131-1/+1
* Make console a namespace (fixes #13010)Anthony Ramine2016-09-101-44/+21
* Store Console timers in globalsAnthony Ramine2016-09-071-18/+38
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement console#time and console#timeEnd methodsJoshua Holmer2016-01-251-0/+39
* Add global default method for Reflectable traitChad Kimes2016-01-111-3/+3
* Introduce Console::send_to_devtoolsAnthony Ramine2016-01-091-17/+19
* Remove the global field from ConsoleAnthony Ramine2016-01-091-6/+4
* Rustfmt some of script.Ms2ger2015-11-181-5/+9
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-2/+2
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-7/+4
* more refactoringrohan.prinja2015-10-301-1/+1
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-7/+7
* Remove helper traitsAnthony Ramine2015-08-271-1/+0
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Rename SendConsoleMessage to ConsoleAPIBrandon Fairchild2015-08-101-1/+1
* Fixes issue #6866Harrison G2015-08-021-13/+5
* Add spec linksBogdan Cuza2015-07-281-0/+1
* devtools: Convert the developer tools to run over IPC.Patrick Walton2015-07-271-2/+2
* Upgrade to SM 39Michael Wu2015-06-191-4/+4
* fixes #5232, more console log levels sent to devtoolsJacob Parker2015-06-011-8/+18
* Use a struct variant for clarityTamir Duberstein2015-05-231-1/+6
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+1
* Add/update comments with links to specCorey Farwell2015-04-141-0/+6
* Support any number of arguments to console methods (fixes #5495).Bogdan Cuza2015-04-041-12/+22
* Fix ConsoleMsg in ConsoleAPICall for log messages in the Developer Tools web ...Himaja2015-03-191-1/+2
* Move everything unrelated to the frame tree out of Page and into Document or ...Josh Matthews2015-03-031-2/+3
* Do not glob-export DevtoolsControlMsg variants.Ruud van Asseldonk2015-02-131-2/+3
* Add console message support to devtools. Does not actually cause logging to o...Sagar Muchhal2015-02-051-5/+24
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Fix obsolete format traits.Ms2ger2015-01-021-6/+6
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Simple privatizationsTim Taubert2014-10-131-1/+2
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-6/+6