Commit Graph

2 Commits

Author SHA1 Message Date
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
Moonchild baf46a6bf1 Merge pull request #1 from mozilla/esr38: Esr38 upstream pull 2018-07-24 23:04:07 +08:00