aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/console.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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 #7131.
* 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
| | | | | | | | | | Extracted out of #5649 * add more hyperlinks to associated specification for structs/methods * follow redirects and update links * replace broken links * removal of WHATWG multipage page name since the page name is not guaranteed to be stable
* 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
| | | | console.
* Move everything unrelated to the frame tree out of Page and into Document or ↵Josh Matthews2015-03-031-2/+3
| | | | Window. Reduce the API surface of Page to a bare minimum to allow for easier future removal.
* 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 ↵Sagar Muchhal2015-02-051-5/+24
| | | | occur in the remote console.
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
| | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there.
* Fix obsolete format traits.Ms2ger2015-01-021-6/+6
| | | | They are to be removed from the language in the next rust upgrade.
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
| | | | | | | | | Obtained via: `find . -maxdepth 1 -type f -print0 | xargs -0 sed -z -i "s/\\nimpl Reflectable for[^{]*{[^}]*}[^}]*}\\n//"` `find . -maxdepth 1 -type f -print0 |xargs -0 grep -lZ dom_struct | xargs -0 grep -LZ "reflector()\\|Reflector::new" |xargs -0 sed -z -i "s/use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};/use dom::bindings::utils::reflect_dom_object;/"` followed by semi-automated removal of leftover imports
* 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
| | | | Relevant to #2242.
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
|
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-6/+6
| | | | | Change all of the <Class>Methods traits to take `self` instead of `&self`.
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+65