Description[Extensions] Remove ExtensionFunction::SetError()
An extension function error should be set only through the use of the
response (i.e., ExtensionFunction::Error()), and setting it directly
can lead to confusion and incorrect results. Remove
ExtensionFunction::SetError(). Other subclasses (like
AsyncExtensionFunction) still have accessors, but will be updated as
they are converted.
Also disable two more input IME API tests that were always failing, but
silently passed because of passing success despite having an error.
BUG=648275
Committed: https://crrev.com/fd7bb627894ab5fc1415c90f579dba779fddc70f
Cr-Commit-Position: refs/heads/master@{#422589}
Patch Set 1 #Patch Set 2 : Disable broken tests #
Total comments: 4
Patch Set 3 : lazyboy's #Messages
Total messages: 24 (18 generated)
|