-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚮 Assist.js: Remove assistjs extension and all relevant libraries. (#…
…35023) * Add runtime service to handle execute tasks like adding ports to the network. - Add entry points to wrapper such as creating PortOperator and adding ports. - Update compile script since it can perform as normal Closure compiler. * Fix lint errors. * Remove externs.js since the compiled code with it would keep 'goog' hence violate JSC_CANNOT_HAVE_MODULE_VAR_NAMED_GOOG. * Construct channel with FrameService iframe and add it to the network. - Add DeferredChannel to the network first and resolve it after the real channel is constructed. - Ensure FrameService port is always added before any widget initialization * Report available widgets to FrameService so that it can request widget ports to listen on. - Add protocol buffer library to generate FrameService protocol - Report widget by sending messages to FrameService's RespondingChannel. - Add necessary endpoints to Closure custom API. * Move proto library to third_party folder. - Move entire proto folder to third_party folder - Update whitelist and source globs for new third_party library - Add exports file so that 'require' can be avoided in the extension * Fix source glob error. * Fix source glob error #2. * Update protoc from protobug Github repo. * Remove assistjs extension and all relevant libraries.
- Loading branch information
Showing
27 changed files
with
0 additions
and
1,313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
extensions/amp-google-assistant-assistjs/0.1/amp-google-assistant-assistjs.css
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
extensions/amp-google-assistant-assistjs/0.1/amp-google-assistant-assistjs.js
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
extensions/amp-google-assistant-assistjs/0.1/amp-google-assistant-inline-suggestion-bar.js
This file was deleted.
Oops, something went wrong.
86 changes: 0 additions & 86 deletions
86
extensions/amp-google-assistant-assistjs/0.1/amp-google-assistant-voice-bar.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.