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

Issue 2785063002: Make browsing context keywords case-insensitive. (Closed)

Created:
3 years, 8 months ago by MartinRogalla
Modified:
3 years, 8 months ago
Reviewers:
tkent
CC:
blink-reviews, blink-reviews-frames_chromium.org, blink-reviews-w3ctests_chromium.org, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Make browsing context keywords case-insensitive. The patch makes the browsing context keywords (_blank, _self, _parent, _top) case-insensitive as is specified in [1]. The patch ensures that all the tests in [2] pass. [1] - https://html.spec.whatwg.org/#browsing-context-names [2] - wpt/html/browsers/windows/browsing-context-names/ BUG=702178 Review-Url: https://codereview.chromium.org/2785063002 Cr-Commit-Position: refs/heads/master@{#461034} Committed: https://chromium.googlesource.com/chromium/src/+/c631cd11f112484251cf04ae4845cc747b5c1aaf

Patch Set 1 #

Total comments: 1

Patch Set 2 : Make use of equalIgnoringASCIICase #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -15 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/html/browsers/windows/browsing-context-names/browsing-context-_blank-expected.txt View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/CreateWindow.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/FrameTree.cpp View 1 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (11 generated)
MartinRogalla
3 years, 8 months ago (2017-03-30 05:50:11 UTC) #2
tkent
https://codereview.chromium.org/2785063002/diff/1/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp File third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp (right): https://codereview.chromium.org/2785063002/diff/1/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp#newcode1590 third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp:1590: if (equalIgnoringCase(frameName, "_top")) { Please use equalIgnoringASCIICase(). equalIgnoringCase() is ...
3 years, 8 months ago (2017-03-30 05:57:00 UTC) #3
MartinRogalla
On 2017/03/30 05:57:00, tkent wrote: > https://codereview.chromium.org/2785063002/diff/1/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp > File third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp (right): > > https://codereview.chromium.org/2785063002/diff/1/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp#newcode1590 > ...
3 years, 8 months ago (2017-03-30 13:19:03 UTC) #4
tkent
lgtm
3 years, 8 months ago (2017-03-30 22:24:39 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2785063002/20001
3 years, 8 months ago (2017-03-30 22:25:21 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/399258)
3 years, 8 months ago (2017-03-30 22:38:21 UTC) #13
tkent
Please rebase. There is a conflict in TestExpectations.
3 years, 8 months ago (2017-03-30 22:57:27 UTC) #14
MartinRogalla
On 2017/03/30 22:57:27, tkent wrote: > Please rebase. There is a conflict in TestExpectations. Okay, ...
3 years, 8 months ago (2017-03-31 01:03:58 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2785063002/40001
3 years, 8 months ago (2017-03-31 01:05:11 UTC) #18
commit-bot: I haz the power
3 years, 8 months ago (2017-03-31 04:42:06 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/c631cd11f112484251cf04ae4845...

Powered by Google App Engine
This is Rietveld 408576698