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

Issue 225012: Store non-standard HTTP headers in history

Created:
11 years, 3 months ago by Marshall Greenblatt
Modified:
11 years, 3 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

We currently have the ability to set extra HTTP header fields in WebURLRequest. However, the extra HTTP header fields are not stored in WebHistoryItem and are therefore lost after navigation. Non-standard HTTP headers, usually prefixed with 'X-', are used by a number of server-based applications and represent a safe subset of extra HTTP headers that can be stored in the history. This patch works in combination with the patch for the below WebKit issue to support storage and recall of non-standard HTTP headers. https://bugs.webkit.org/show_bug.cgi?id=26994

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -1 line) Patch
M webkit/api/public/WebHistoryItem.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/api/src/WebHistoryItem.cpp View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M webkit/glue/glue_serialize.cc View 1 5 chunks +38 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Marshall Greenblatt
Please review this patch. This is my first attempt at a two-sided patch so any ...
11 years, 3 months ago (2009-09-23 17:36:24 UTC) #1
Marshall Greenblatt
The WebKit side of this patch is available here: http://codereview.chromium.org/220010
11 years, 3 months ago (2009-09-23 17:42:04 UTC) #2
darin (slow to review)
http://codereview.chromium.org/225012/diff/1/4 File webkit/api/public/WebHistoryItem.h (right): http://codereview.chromium.org/225012/diff/1/4#newcode111 Line 111: WEBKIT_API void visitExtraHTTPHeaders(WebHTTPHeaderVisitor*) const; It seems like it ...
11 years, 3 months ago (2009-09-23 19:51:22 UTC) #3
Marshall Greenblatt
11 years, 3 months ago (2009-09-23 20:45:59 UTC) #4
Please review the updated patch set. There's a good discussion happening on the
WebKit side ( https://bugs.webkit.org/show_bug.cgi?id=26994 )-- if anyone wants
to chime in, feedback there would be appreciated too :-).

Powered by Google App Engine
This is Rietveld 408576698