aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/Console.webidl
Commit message (Collapse)AuthorAgeFilesLines
* implement `console.timeLog` (#33377)Simon Wülker2024-09-091-2/+3
| | | | | | | | | | | | | * Implement console.timeLog Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Adjust WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
* Set empty object as `console` prototype (#33358)Simon Wülker2024-09-071-2/+1
| | | | | | | | | | | | | | | | * Remove console prototype hack The console object has an empty object as its prototype, not the realm object prototype. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
* Implement console.count/countReset (#31635)Smitty2024-03-171-0/+4
| | | | | | | | | | | * Implement console.count/countReset * Address review comment Signed-off-by: syvb <me@iter.ca> --------- Signed-off-by: syvb <me@iter.ca>
* Make console methods take `any` instead of `string` (#31241)Smitty2024-02-051-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make console methods use `any` for the message Match the Console spec by allowing any value to be passed to console methods, instead of just values that can be converted to a string. Signed-off-by: syvb <me@iter.ca> * Add test for console logging a Symbol Signed-off-by: syvb <me@iter.ca> * Implement object stringification for logs Signed-off-by: syvb <me@iter.ca> * Address review comments Signed-off-by: syvb <me@iter.ca> * Make time/timeEnd accept DOMString to match spec * Update WPT results for layout 2013 --------- Signed-off-by: syvb <me@iter.ca>
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-12/+12
| | | | Fixes #27660
* Console.Clear implementedmustafapc192020-07-291-0/+1
|
* Implement Console grouping APIs.Josh Matthews2020-07-061-8/+10
|
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Implemented Houdini worklets.Alan Jeffrey2017-05-171-1/+1
|
* Make console a namespace (fixes #13010)Anthony Ramine2016-09-101-2/+4
|
* Explicitly expose everything everywhere.Ms2ger2016-07-121-0/+1
|
* Remove modelines everywhere but tests/wptedunham2016-04-201-1/+0
|
* Implement console#time and console#timeEnd methodsJoshua Holmer2016-01-251-0/+2
| | | | Fixes #9325
* Add/format license headers for WebIDLsCorey Farwell2015-07-261-3/+3
|
* Prefer HTTPS when linking to GitHub PagesCorey Farwell2015-06-281-1/+1
| | | | | | | | | | | | This commit was generated using the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)github.io/https:\1github.io/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)github.io/https:\1github.io/g' ```
* Support any number of arguments to console methods (fixes #5495).Bogdan Cuza2015-04-041-5/+5
|
* Cargoify servoJack Moffitt2014-09-081-0/+21