DescriptionMake DOMParser::parseFromString specification compliant and throw exception in error scenario.
Make DOMParser::parseFromString() allow only the supported mime-types by specification -
http://domparsing.spec.whatwg.org/#the-domparser-interface
In case of wrong mime type or mixed case mimetype as specified in the specification,
throw TypeError exception. Throwing exception can be seen implemented by FF and Opera 12.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158452
Patch Set 1 #Patch Set 2 : Removing the WebCore prefix to ExceptionState #
Total comments: 1
Patch Set 3 : Patch for landing! #
Total comments: 1
Patch Set 4 : Patch after adding descriptive message. #
Messages
Total messages: 9 (0 generated)
|