-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a postMessage function and an onMessage event for webviews … #9762
Closed
Commits on Oct 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 426b2f8 - Browse repository at this point
Copy the full SHA 426b2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dec7c42 - Browse repository at this point
Copy the full SHA dec7c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aded21 - Browse repository at this point
Copy the full SHA 2aded21View commit details -
Configuration menu - View commit details
-
Copy full SHA for efce5f1 - Browse repository at this point
Copy the full SHA efce5f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62edd77 - Browse repository at this point
Copy the full SHA 62edd77View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0f0341 - Browse repository at this point
Copy the full SHA d0f0341View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd4db2 - Browse repository at this point
Copy the full SHA dfd4db2View commit details -
Don't implicitly serialise data passed to onmessage/postMessage: only…
… pass strings instead
Configuration menu - View commit details
-
Copy full SHA for a508f46 - Browse repository at this point
Copy the full SHA a508f46View commit details -
Call window.postMessage with an event-like object rather than the dat…
…a directly to align better with the spec, rename message to data in all onMessage/onmessage calls to better align with the spec, correct the escaping of strings that may contain single quotation marks
Configuration menu - View commit details
-
Copy full SHA for 4e4b27c - Browse repository at this point
Copy the full SHA 4e4b27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 762b708 - Browse repository at this point
Copy the full SHA 762b708View commit details -
Show warning when overriding non-native value of window.postMessage, …
…fix message events for old android versions
Configuration menu - View commit details
-
Copy full SHA for 3df06ba - Browse repository at this point
Copy the full SHA 3df06baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c81714 - Browse repository at this point
Copy the full SHA 3c81714View commit details
Commits on Oct 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ff94739 - Browse repository at this point
Copy the full SHA ff94739View commit details
Commits on Oct 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1d67a78 - Browse repository at this point
Copy the full SHA 1d67a78View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.