* Make JS util test changes to reflect the annotation updates (like not null parameters). This is followup to recent cl/300367316.
* Add non-nullable modifier to return type of functions never returning null. More details in cl/300838092
* Removing blank line.
* Updates the type annotations in phonenumberutil.js
Updates the type annotations to indicate the inputs are required to be non-null.
* Update pending_code_changes.txt
* Update pending_code_changes.txt
Compiling errors found when compiled against new version of closure-compiler
>> No warning class for name: ambiguousFunctionDecl
>> Same case for:
fileoverviewTags google/closure-compiler@04cba67
internetExplorerChecks google/closure-compiler@baab835
>> Moreover, deprecated syntax errors for defineClass
"[exec] /Users/lee/ClickToCloud/git/closure-library/closure/goog/base.js:2259: ERROR - [JSC_DEPRECATED_PROP_REASON]"
So we have updated the build.xml so that it no more considers these specific issues as errors and block the build/compilation.
* Abolish MX's international mobile token
* Porting phoneutil changes to JS and AYTF changes to not to swallow parts that are not part of formatting rule.
* Make fake change to trigger travis build again
* Revert "Metadata updates for release 8.10.14 (#2354)"
This reverts commit 6e2bbb0c05.
* Revert Metadata updates for release 8.10.14 (#2354) as the dependency jars generated has issues reported by animal-sniff plugin
* Revert "'animal-sniffer-maven-plugin' changes: version is upgraded and extracted into root pom.xml (#2349)"
This reverts commit e7c4f39691.
* Making changes back that we mistakenly reverted FALSEHOOD commit