Skip to content

Commit

Permalink
Bug 1381408. Make cross-origin-exposed non-symbol properties enumerab…
Browse files Browse the repository at this point in the history
…le. r=bholley

The list of exposed properties can be gotten via
Object.getOwnPropertyNames/Symbols already, so there's nothing to be won from
the non-enumerability.

The web platform test changes are backports of
web-platform-tests/wpt#6538 and
web-platform-tests/wpt#6571 and
web-platform-tests/wpt#6583

The js/xpconnect/tests/mochitest/*crossOriginObject* tests being removed are
just older versions of the web platfrom test.

UltraBlame original commit: be396a7cf55b4a3faebb5ac0f053cfca22199686
  • Loading branch information
marco-c committed Oct 1, 2019
1 parent 7b4398b commit d7d7e0a
Show file tree
Hide file tree
Showing 8 changed files with 348 additions and 4,830 deletions.
295 changes: 0 additions & 295 deletions js/xpconnect/tests/mochitest/file_crossOriginObjects.html

This file was deleted.

0 comments on commit d7d7e0a

Please sign in to comment.