commit | 9436df1a6758e0523d88c60c1ed412473fb0ec41 | [log] [tgz] |
---|---|---|
author | Sohom <sohom.datta@learner.manipal.edu> | Tue Jun 07 17:11:46 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 07 17:11:46 2022 |
tree | e317064fab8117e48ed130f7ec911a7cc4c11347 | |
parent | 84181884cabe98b5f7fb5663cad95307560b9ec8 [diff] |
Fix failing server-timing header parsing wpt tests Fix 67th and 68th subtest for server-timing/server_timing_header-parsing.https.html. The parser will ignore extraneous data between the timing header name and a semicolon or comma delimiter in a server-timing header. Bug: 1301932 Change-Id: I947863c4bd3c201fbdef0997246dd47f4fe34e46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3686931 Reviewed-by: Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/main@{#1011515}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.