Description[Webapp Refactor] Remove remoting.js.
This CL cleanups the globals in remoting.js and removes the file itself.
Summary of changes:
1. remoting.getExtensionInfo() -> Application.getExtenstionInfo()
2. remoting.timestamp() -> base.timeStamp()
I also simplified the implementation with Date.getISOString() instead of
a custom formatter.
3. remoting.initGlobalObjects() -> Application.initGlobalObjects_()
4. remoting.formatIq -> ClientSession.iqFormatter_
BUG=477119
Committed: https://crrev.com/cf44a11dfcb30a7ea7f9a5bec7306ff7bb25db53
Cr-Commit-Position: refs/heads/master@{#325580}
Patch Set 1 : Remove remoting.js #
Total comments: 7
Patch Set 2 : Reviewer's feedback #
Messages
Total messages: 18 (8 generated)
|