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.