commit | b52ebdc80dde907896fdf8bafc231e30b348b30b | [log] [tgz] |
---|---|---|
author | Stephen McGruer <[email protected]> | Wed Oct 31 22:06:04 2018 |
committer | Commit Bot <[email protected]> | Wed Oct 31 22:06:04 2018 |
tree | 197556bbadda5634b948994f5fe05c817078314e | |
parent | 453adc546986eaa9cca766af9a70042f7b506309 [diff] |
[url] Properly treat '#' as marking the start of the fragment in data URIs This CL aligns Chromium with the URL spec, such that we consider '#' to mark the end of the content and the start of the fragment section only. GURL::GetContent was updated to reflect this, with a special case for javascript URLs specifically (as their spec mentions including '#' in the URL content). This is a reland of I49c6f4d739a2dd42eecc9947f8e75071b84e9be7. Recent data shows that kDataUriHasOctothorpe is now rare on WebView, and the Chrome side data has also shifted to be a long tail of smaller users. Plan is to land this change again and see if anything breaks. [email protected],[email protected],[email protected],[email protected] Bug: 123004 Change-Id: Ib72b8eef4bd61db4f2488e522d3d4cfcfa8a1a14 Reviewed-on: https://chromium-review.googlesource.com/c/1297172 Commit-Queue: Stephen McGruer <[email protected]> Reviewed-by: Stephen McGruer <[email protected]> Reviewed-by: Bo <[email protected]> Reviewed-by: David Benjamin <[email protected]> Reviewed-by: Eugene But <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#604399}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .