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

Issue 907453002: Add multiple header fields support for the Link header parser (Closed)

Created:
5 years, 10 months ago by Yoav Weiss
Modified:
5 years, 10 months ago
Reviewers:
Mike West
CC:
blink-reviews, gavinp+loader_chromium.org, Nate Chapin, tyoshino+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add multiple header fields support for the Link header parser This CL adds support for concatenated Link header fields (so multiple fields, separated by a comma). It does so by adding a LinkHeaderSet class, that drives the parsing process and contains LinkHeader objects. BUG=456076 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189648

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -41 lines) Patch
M Source/core/loader/LinkHeader.h View 3 chunks +18 lines, -3 lines 0 comments Download
M Source/core/loader/LinkHeader.cpp View 5 chunks +66 lines, -27 lines 0 comments Download
M Source/core/loader/LinkHeaderTest.cpp View 3 chunks +49 lines, -11 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Yoav Weiss
5 years, 10 months ago (2015-02-06 13:43:31 UTC) #2
Mike West
This is a reasonable approach. LGTM. For comparison, CSP splits the whole string on ',', ...
5 years, 10 months ago (2015-02-06 13:54:13 UTC) #3
Yoav Weiss
On 2015/02/06 13:54:13, Mike West wrote: > This is a reasonable approach. LGTM. > > ...
5 years, 10 months ago (2015-02-06 14:00:14 UTC) #4
Mike West
On 2015/02/06 at 14:00:14, yoav wrote: > On 2015/02/06 13:54:13, Mike West wrote: > > ...
5 years, 10 months ago (2015-02-06 14:05:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/907453002/1
5 years, 10 months ago (2015-02-06 14:07:24 UTC) #7
commit-bot: I haz the power
5 years, 10 months ago (2015-02-06 14:59:09 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=189648

Powered by Google App Engine
This is Rietveld 408576698