Sebastian C
c330c7c436
script: cookiestore: Normalize cookie name and value in Get and Set ( #42427 )
...
Trims leading and trailing spaces and tabs for names and values in
Get/GetAll/Set. The specification does this in the query/set cookie
methods but those functions are split across the script, resource
thread, and cookie storage. Instead I'm normalize the values at the API
entry points so we have the normalized values everywhere.
Testing: Cookiestore WPT tests cover this
Signed-off-by: Sebastian C <sebsebmc@gmail.com >
2026-02-07 19:48:04 +00:00
..
2025-03-28 10:23:41 +00:00
2026-02-07 19:48:04 +00:00
2026-01-29 17:08:51 +00:00
2025-11-08 19:57:59 +00:00
2025-11-06 12:31:48 +00:00
2026-02-03 23:31:41 +00:00
2025-04-08 19:22:24 +00:00
2026-02-06 17:00:03 +00:00
2026-01-09 10:09:45 +00:00
2025-02-08 08:16:21 +00:00
2025-12-31 06:27:52 +00:00
2026-01-28 15:48:59 +00:00
2026-01-10 08:05:49 +00:00
2025-12-29 12:50:30 +00:00
2026-01-03 10:54:27 +00:00
2026-01-26 11:05:33 +00:00
2026-01-28 09:33:55 +00:00
2026-01-28 14:07:27 +00:00
2026-01-24 22:29:11 +00:00
2025-11-08 14:27:35 +00:00
2026-01-14 13:20:12 +00:00
2026-02-01 10:57:08 +00:00
2026-02-07 03:36:34 +00:00
2026-01-28 09:33:55 +00:00
2026-01-25 16:18:52 +00:00
2025-10-17 08:48:23 +00:00
2026-02-04 06:01:23 +00:00
2026-01-05 16:28:45 +00:00
2026-01-25 17:40:52 +00:00
2025-12-30 18:19:41 +00:00
2026-01-09 10:09:45 +00:00
2026-02-05 12:32:38 +00:00
2025-11-13 19:14:30 +00:00
2026-01-29 07:46:02 +00:00
2026-02-05 13:26:54 +00:00
2026-02-04 19:46:06 +00:00
2026-01-14 13:20:12 +00:00
2025-12-10 15:09:49 +00:00
2026-02-06 16:30:03 +00:00
2025-11-11 02:59:38 +00:00
2025-10-02 07:51:19 +00:00
2025-09-09 08:33:46 +00:00
2025-11-26 21:37:55 +00:00
2026-01-08 07:49:27 +00:00
2026-01-06 14:52:08 +00:00
2026-01-29 12:01:39 +00:00
2026-02-05 12:32:38 +00:00
2025-10-09 18:18:03 +00:00
2026-01-26 03:42:13 +00:00
2025-11-06 12:31:48 +00:00
2025-11-20 06:20:47 +00:00