iceweasel-oai
4cb8676d3a
Make Windows path URI comparisons ASCII-case-insensitive ( #37129 )
...
## What changed
- Make `PathUri` equality and hashing ignore ASCII case for inferred Windows
drive and UNC paths while preserving case-sensitive POSIX behavior.
- Apply the same convention-aware comparison to `starts_with` and
`relative_path_from`, including equivalent percent-encoded path spellings.
- Continue to fail closed for encoded path separators, opaque fallback URIs,
and non-ASCII case differences.
## Testing
- Add unit coverage for equality and hash consistency, Windows containment and
relative paths, POSIX case sensitivity, encoded separators, and non-ASCII
case differences.
GitOrigin-RevId: cd828874686a9cd242a36262ee3e7a9a172bd5b7
2026-08-05 17:55:57 +00:00
..
2026-07-29 13:53:15 +00:00
2026-07-23 19:19:35 +00:00
2026-07-21 22:44:43 +00:00
2026-08-05 04:54:33 +00:00
2026-07-29 13:53:15 +00:00
2026-08-05 08:04:15 +00:00
2026-08-04 15:23:43 +00:00
2026-07-21 08:50:21 +00:00
2026-08-05 17:55:57 +00:00
2026-07-30 19:47:30 +00:00
2026-08-04 15:23:43 +00:00
2026-07-29 18:29:26 +00:00
2026-07-22 02:19:45 +00:00
2026-07-21 08:59:41 +00:00
2026-07-30 21:49:53 +00:00
2026-08-04 22:23:40 +00:00
2026-08-05 04:54:33 +00:00
2026-07-30 21:49:53 +00:00
2026-08-04 16:53:33 +00:00
2026-08-05 16:09:01 +00:00
2026-08-05 16:09:01 +00:00
2026-08-05 16:09:01 +00:00
2026-08-05 16:09:01 +00:00
2026-08-05 08:04:15 +00:00
2026-07-30 21:49:53 +00:00
2026-08-05 14:04:39 +00:00
2026-08-04 22:58:02 +00:00
2026-08-05 04:00:50 +00:00
2026-08-04 15:49:49 +00:00
2026-08-03 11:39:51 +00:00
2026-08-05 17:48:45 +00:00
2026-08-04 16:28:46 +00:00
2026-08-05 04:54:33 +00:00
2026-08-05 04:54:33 +00:00
2026-08-04 22:23:40 +00:00
2026-08-04 22:28:15 +00:00
2026-07-30 19:23:33 +00:00
2026-08-05 04:54:33 +00:00
2026-08-04 21:45:28 +00:00
2026-08-05 04:00:50 +00:00
2026-07-28 17:51:37 +00:00
2026-07-31 21:37:56 +00:00
2026-07-23 23:35:29 +00:00
2026-08-04 16:53:33 +00:00
2026-08-03 17:29:42 +00:00
2026-08-04 22:18:09 +00:00
2026-07-31 04:20:56 +00:00
2026-08-03 17:01:37 +00:00
2026-07-22 04:17:34 +00:00
2026-08-04 22:23:40 +00:00
2026-08-04 19:52:09 +00:00
2026-08-03 00:30:57 +00:00
2026-08-05 14:20:59 +00:00
2026-08-04 22:07:56 +00:00
2026-08-05 08:04:15 +00:00
2026-08-03 18:25:28 +00:00
2026-07-30 04:26:36 +00:00
2026-08-05 15:20:21 +00:00
2026-08-05 04:54:33 +00:00
2026-07-22 19:14:11 +00:00
2026-08-05 08:04:15 +00:00
2026-08-05 09:43:26 +00:00
2026-08-04 13:56:52 +00:00
2026-07-30 21:09:15 +00:00
2026-07-30 22:45:04 +00:00
2026-08-04 15:14:57 +00:00
2026-07-23 21:50:17 +00:00
2026-08-04 15:37:42 +00:00
2026-08-04 19:23:29 +00:00
2026-08-04 03:49:53 +00:00
2026-08-04 22:23:40 +00:00
2026-08-04 19:23:29 +00:00
2026-08-05 08:04:15 +00:00
2026-08-05 15:20:21 +00:00
2026-08-05 17:55:57 +00:00
2026-07-22 16:18:08 +00:00
2026-07-24 00:16:42 +00:00
2026-07-27 18:37:11 +00:00
2026-08-05 04:54:33 +00:00
2026-08-03 22:46:26 +00:00
2026-07-28 20:49:22 +00:00
2026-07-29 13:53:15 +00:00
2026-07-30 04:26:36 +00:00