
a59c3edffa..624da0f593
$ git log a59c3edff..624da0f59 --date=short --no-merges --format='%ad %ae %s'
2024-09-05 sebastian .gitignore: Add missing example "element_declarations"
2024-09-01 sebastian Sync file headers
2024-09-01 sebastian Set release date for 2.6.3
2024-09-01 sebastian Bump version to 2.6.3
2024-09-01 sebastian Bump version info from 10:2:9 to 10:3:9
2024-09-01 sebastian Changes: Document changes in release Expat 2.6.3
2024-09-02 49699333+dependabot[bot] Actions(deps): Bump actions/upload-artifact from 4.3.6 to 4.4.0
2024-08-19 sebastian lib: Detect integer overflow in dtdCopy
2024-08-25 sebastian doc: Document that XML_Parse/XML_ParseBuffer reject "len < 0"
2024-08-20 sebastian tests: Cover "len < 0" for both XML_Parse and XML_ParseBuffer
2024-08-19 sebastian lib: Reject negative len for XML_ParseBuffer
2024-08-19 sebastian lib: Detect integer overflow in function nextScaffoldPart
2024-08-21 berkay.ueruen Remove XML_DTD guards before is_param accesses
2024-08-20 sebastian lib: Fix typo in a code comment
2024-08-19 49699333+dependabot[bot] Actions(deps): Bump codespell-project/actions-codespell from 2.0 to 2.1
2024-08-12 49699333+dependabot[bot] Actions(deps): Bump actions/upload-artifact from 4.3.5 to 4.3.6
2024-08-05 49699333+dependabot[bot] Actions(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5
2024-07-13 sebastian README.md: Promote call for help in the Changes file
2024-07-13 sebastian autotools: Sync CMake templates with CMake 3.28
2024-07-08 49699333+dependabot[bot] Actions(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4
2024-06-17 49699333+dependabot[bot] Actions(deps): Bump actions/checkout from 4.1.6 to 4.1.7
2024-05-20 49699333+dependabot[bot] Actions(deps): Bump actions/checkout from 4.1.5 to 4.1.6
2024-05-19 sebastian coverage.yml: Fix for image ubuntu-22.04 of 20240514.2.0
2024-05-13 49699333+dependabot[bot] Actions(deps): Bump actions/checkout from 4.1.4 to 4.1.5
2024-05-13 sebastian lib/siphash.h: Apply clang-format 18.1.5
2024-05-02 des Drop dependency on GNU sed.
2024-05-03 des autotools: Simplify handling of `SIZEOF_VOID_P`.
2024-04-22 des fix-xmltest-log.sh: Rewrite in pure sed.
2024-05-02 des github-ci: Drop requirement for GNU coreutils.
2024-05-02 des github-ci: Remove obsolete comments referencing Travis CI.
2024-05-01 des github-ci: Install docbook-xml.
2024-05-01 des github-ci: Enable exhaustive branch analysis in cppcheck job.
2024-05-01 des github-ci: Switch macOS tests over to supported releases.
2024-05-01 des github-ci: Drop requirement for GNU find.
2024-05-01 des github-ci: Don't die if already exists.
2024-04-27 ferenc.gm Use feature test macro for syscall prototype
2024-04-29 49699333+dependabot[bot] Actions(deps): Bump actions/upload-artifact from 4.3.2 to 4.3.3
2024-04-29 49699333+dependabot[bot] Actions(deps): Bump actions/checkout from 4.1.3 to 4.1.4
2024-04-23 des tests: Convert README to Markdown and update.
2024-04-22 des Protect us against Emacs users.
2024-04-22 des Ensure that the m4 directory always exists.
2024-04-22 49699333+dependabot[bot] Actions(deps): Bump actions/checkout from 4.1.2 to 4.1.3
2024-04-22 49699333+dependabot[bot] Actions(deps): Bump actions/upload-artifact from 4.3.1 to 4.3.2
2024-04-03 sebastian cmake: Fix check for symbols `size_t` and `off_t`
2024-04-03 sebastian Fix `main()` to `main(void)`
2024-04-01 alexander.bluhm Always provide path to find.
2024-03-29 sebastian autotools: Sync CMake templates with CMake 3.27
2024-03-23 sebastian win32/build_expat_iss.bat: Add missing "-A Win32" for Visual Studio 16 2019
2023-09-02 sebastian Drop support for Visual Studio 15 2017
2024-03-18 49699333+dependabot[bot] Actions(deps): Bump actions/checkout from 4.1.1 to 4.1.2
Created with:
roll-dep src/third_party/expat/src
R=bungeman@chromium.org,dcheng@chromium.org
Bug: b/364778067
Change-Id: I12f211b2947a60860f6d106f22c715d6918db35e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5840329
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Ben Wagner <bungeman@google.com>
Cr-Commit-Position: refs/heads/main@{#1352024}
Chromium
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.