Files
palemoon27/dom/workers/test
Pale Moon b52d22a412 Add no-op methods to Console API.
This adds no-op methods for specific function calls that are supported by various other browsers.
This also removes the (broken) __noSuchMethod__ catch-all from the Console API.
Websites that erroneously try to use development Console API calls on production websites without using proper safeguards for implementation of the optional and non-web API will now no longer throw in their JS.
Dummy calls added: clear(), dirxml(), markTimeline(), timeline(), timelineEnd(), timeStamp()

This resolves #1445.
2018-07-25 09:28:25 +08:00
..