Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Issue 1774273002: [undetectable] Really get comparisons of document.all right now. (Closed)

Created:
4 years, 9 months ago by Benedikt Meurer
Modified:
4 years, 9 months ago
Reviewers:
Jarin
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[undetectable] Really get comparisons of document.all right now. According to https://www.w3.org/TR/html5/obsolete.html#dom-document-all, comparisons of document.all to other values such as strings or objects, are unaffected. In fact document.all only gets special treatment in comparisons with null or undefined according to HTML. Especially setting the undetectable doesn't make two distinct JSReceivers equal. R=jarin@chromium.org Committed: https://crrev.com/679d9503cffe631cb3b938627274aea10893069c Cr-Commit-Position: refs/heads/master@{#34608}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -22 lines) Patch
M src/arm/code-stubs-arm.cc View 1 3 chunks +14 lines, -2 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 3 chunks +16 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 3 chunks +12 lines, -2 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 2 chunks +11 lines, -1 line 0 comments Download
M src/mips64/code-stubs-mips64.cc View 2 chunks +11 lines, -1 line 0 comments Download
M src/objects.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 3 chunks +14 lines, -4 lines 0 comments Download
M test/mjsunit/undetectable-compare.js View 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Benedikt Meurer
4 years, 9 months ago (2016-03-08 19:53:14 UTC) #1
Benedikt Meurer
Hey Jaro, Here's another attempt to finally get the document.all implementation more correctish (the HTML ...
4 years, 9 months ago (2016-03-08 19:55:10 UTC) #2
Jarin
lgtm https://codereview.chromium.org/1774273002/diff/1/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): https://codereview.chromium.org/1774273002/diff/1/src/arm/code-stubs-arm.cc#newcode480 src/arm/code-stubs-arm.cc:480: // Fast negative check for internalized-to-internalized equality. Please ...
4 years, 9 months ago (2016-03-09 08:09:32 UTC) #3
Benedikt Meurer
https://codereview.chromium.org/1774273002/diff/1/src/arm/code-stubs-arm.cc File src/arm/code-stubs-arm.cc (right): https://codereview.chromium.org/1774273002/diff/1/src/arm/code-stubs-arm.cc#newcode480 src/arm/code-stubs-arm.cc:480: // Fast negative check for internalized-to-internalized equality. On 2016/03/09 ...
4 years, 9 months ago (2016-03-09 09:51:11 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1774273002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1774273002/20001
4 years, 9 months ago (2016-03-09 09:52:08 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-09 10:42:22 UTC) #8
commit-bot: I haz the power
4 years, 9 months ago (2016-03-09 10:43:54 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/679d9503cffe631cb3b938627274aea10893069c
Cr-Commit-Position: refs/heads/master@{#34608}

Powered by Google App Engine
This is Rietveld 408576698