Skip to content
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

Bug fix for postMessage with urls containing port numbers #149

Closed

Conversation

aogilvie
Copy link
Contributor

@aogilvie aogilvie commented Jun 8, 2013

Fixed a bug where if a url contains a port number the test would fail as e.source returns a url & port, but the test comparison is against location.hostname which does not include the port number.

… as e.source return url & port but the compare is against location.host which does not include port
… as e.source returns url & port (when not 80), but the test comparison is against location.host which does not include a port number
@aogilvie aogilvie closed this Jun 8, 2013
jugglinmike pushed a commit to bocoup/wpt that referenced this pull request Apr 11, 2017
…-function

Allow using assert_inherits with function objects.
jgraham added a commit that referenced this pull request Apr 21, 2017
Increase timeout for reftests running in firefox+e10s
AutomatedTester referenced this pull request in AutomatedTester/web-platform-tests Dec 1, 2017
foolip added a commit that referenced this pull request May 18, 2018
68a37d21e8 chore(package): bump version number to 12.1.0
621d0b6c17 fix: prevent keywords from being identifiers (#157)
9ad8932034 chore(package): bump version number to 12.0.0
a154b63cea BREAKING CHANGE: remove allowNestedTypedefs (#155)
5a495f76a5 refactor: remove all_ws() and gather trivia implicitly (#154)
e717aa67fa tests: Remove test/widlproc (#153)
131e74cc57 chore(package): bump version number to 11.0.0
09f8a1daae Prevent incorrect enums (#151)
fa060611a9 BREAKING CHANGE: remove opt.ws (#150)
2bb4e1cbb2 chore(package): bump version number to 10.3.3 (#149)
80936fa3c9 oefactor simple_extended_attr() (#148)
c060079cca docs: remove description about typePair (#147)
4169268630 docs: simple WebIDL checker. (#146)
a28c7b55f7 chore(package): bump version number to 10.3.2
e311680dc0 fix: correctly handle whitespaces of implements and includes. (#145)
50c828344d refactor: remove eas.length check (#144)
968ca63fd4 refactor: one-to-one match for token matcher (#143)
8531535861 chore(package): bump version number to 10.3.1
96deeb3480 const-type as full IDL Type (#142)
a13dfa8cf5 chore(package): bump version number to 10.3.0
c0ab164af2 always add extAttrs for .idlType (#141)
932dcfb96d docs(README): add missing typedef-type
56777f49dc docs(README): add missing types-of-types
c14d7c1767 docs(README): add types of types (#140)
730a3b99db chore(CHANGELOG): regenerate

git-subtree-dir: resources/webidl2
git-subtree-split: 68a37d21e81740563a5e98198e0e979232d363c0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant