summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-09 18:24:56 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-09 18:24:56 +0000
commit7d927f8c4baddd6d358bb7f47001e99cf757d65d (patch)
tree5ad5a530d3978bec3382006be0f753c17eb7970e /base
parent769ebb89e05b0c1e80a478f0c2124193d7317bc5 (diff)
downloadchromium_src-7d927f8c4baddd6d358bb7f47001e99cf757d65d.zip
chromium_src-7d927f8c4baddd6d358bb7f47001e99cf757d65d.tar.gz
chromium_src-7d927f8c4baddd6d358bb7f47001e99cf757d65d.tar.bz2
CookieMonster quote parsing changes and tests.
This fixes one bug where a cookie like: A="BBB" ; Would be "BBB"; in all other browser, but "BBB" ; in Chrome. Additionally it fixes creating unintentional (but harmless) empty attributes. We had previously tried to match Firefox, but after long discussions we decided it makes more sense to match Internet Explorer and Safari. This means not explicitly handling quoted-string as proposed in the newer RFCs. Before: A="B;C"; -> A="B;C"; After: A="B;C"; -> A="B; Review URL: http://codereview.chromium.org/17045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
0 files changed, 0 insertions, 0 deletions