| commit | c19960b67391c5789878f475163b813ad9daf994 | [log] [tgz] |
|---|---|---|
| author | mkwst <mkwst@chromium.org> | Thu Jul 07 10:53:16 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 10:56:27 2016 |
| tree | 3a53a708ad480d0ad9563195d18e553e8ac03ed5 | |
| parent | d0a0a04ffe6776528c8669bd4bc3f04ca6cf41b9 [diff] |
Teach HistoryItem about a request's initiator. Currently, we don't store enough information on HistoryItem to deal correctly with 'SameSite' cookies for cases in which the user navigates their history. This patch adds the initiator of the original request to the HistoryItem, and restores it as part of the navigation work in FrameLoader. BUG=626243 R=yoav@yoav.ws Review-Url: https://codereview.chromium.org/2130623003 Cr-Commit-Position: refs/heads/master@{#404123}