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

Issue 537103002: Spec compliant url.search/url.hash setters over empty values. (Closed)

Created:
6 years, 3 months ago by sof
Modified:
6 years, 3 months ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, eae+blinkwatch, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Spec compliant url.search/url.hash setters over empty values. Setting the URLUtils properties 'search' and 'hash' to empty strings should result in null query and hash URL components, respectively. R=arv BUG=410395 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181410

Patch Set 1 #

Patch Set 2 : Update HTMLAnchorElement tests #

Total comments: 4

Patch Set 3 : Add test coverage for location.hash setter over empty strings" #

Patch Set 4 : Add a pair of FIXMEs #

Patch Set 5 : Sync expected output #

Messages

Total messages: 15 (4 generated)
sof
Please take a look.
6 years, 3 months ago (2014-09-03 21:41:19 UTC) #2
arv (Not doing code reviews)
Can we move this logic to KURL instead? https://codereview.chromium.org/537103002/diff/20001/Source/core/dom/DOMURLUtils.cpp File Source/core/dom/DOMURLUtils.cpp (right): https://codereview.chromium.org/537103002/diff/20001/Source/core/dom/DOMURLUtils.cpp#newcode125 Source/core/dom/DOMURLUtils.cpp:125: if ...
6 years, 3 months ago (2014-09-03 22:08:36 UTC) #3
sof
On 2014/09/03 22:08:36, arv wrote: > Can we move this logic to KURL instead? > ...
6 years, 3 months ago (2014-09-04 05:18:39 UTC) #4
sof
https://codereview.chromium.org/537103002/diff/20001/Source/core/dom/DOMURLUtils.cpp File Source/core/dom/DOMURLUtils.cpp (right): https://codereview.chromium.org/537103002/diff/20001/Source/core/dom/DOMURLUtils.cpp#newcode125 Source/core/dom/DOMURLUtils.cpp:125: if (value[0] == '?') On 2014/09/03 22:08:36, arv wrote: ...
6 years, 3 months ago (2014-09-04 06:52:24 UTC) #5
sof
On 2014/09/04 05:18:39, sof wrote: > On 2014/09/03 22:08:36, arv wrote: > > Can we ...
6 years, 3 months ago (2014-09-04 09:09:33 UTC) #6
arv (Not doing code reviews)
LGTM I agree that this CL is better kept focusing on the issue that this ...
6 years, 3 months ago (2014-09-04 15:59:10 UTC) #7
sof
On 2014/09/04 15:59:10, arv wrote: > LGTM > > I agree that this CL is ...
6 years, 3 months ago (2014-09-04 18:35:32 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/537103002/60001
6 years, 3 months ago (2014-09-04 18:36:40 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/23488)
6 years, 3 months ago (2014-09-04 19:36:28 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/537103002/80001
6 years, 3 months ago (2014-09-04 20:49:47 UTC) #14
commit-bot: I haz the power
6 years, 3 months ago (2014-09-04 22:49:16 UTC) #15
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as 181410

Powered by Google App Engine
This is Rietveld 408576698