diff options
author | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 21:20:06 +0000 |
---|---|---|
committer | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-15 21:20:06 +0000 |
commit | e99274704e1603e54a3d21fd4d87986984d55a58 (patch) | |
tree | 4d5a8b6aa7c4aa86bed7766c71bb9bd64275457d /third_party/libxml/README.chromium | |
parent | b02d469b9e0f240e52ea453d13c43cf08ac52e23 (diff) | |
download | chromium_src-e99274704e1603e54a3d21fd4d87986984d55a58.zip chromium_src-e99274704e1603e54a3d21fd4d87986984d55a58.tar.gz chromium_src-e99274704e1603e54a3d21fd4d87986984d55a58.tar.bz2 |
Move libxml_utils from chrome/common to third_party/libxml/chromium.
Why here? Discussion at:
https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/fafe7c6bb54c4ed5/
BUG=chromium:119817
TEST=Chrome builds on all platforms and trybots succeed.
Review URL: https://chromiumcodereview.appspot.com/10251004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml/README.chromium')
-rw-r--r-- | third_party/libxml/README.chromium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/libxml/README.chromium b/third_party/libxml/README.chromium index f3dd98c..f6a1e2e 100644 --- a/third_party/libxml/README.chromium +++ b/third_party/libxml/README.chromium @@ -24,6 +24,7 @@ Modifications: - Import XPath fix http://git.gnome.org/browse/libxml2/commit/xpath.c?id=2ddecc23862bab1a9a9e51e097aefc92ec305e28 - Merge clang warning fix http://git.gnome.org/browse/libxml2/commit/?id=aae48e64dfbf2b46b157a4c1857e30645116388f - Add a fix for proper escaping of xpointer expressions, commit upstream is pending. +- Add helper classes in chromium/libxml_utils.cc and chromium/include/libxml/libxml_utils.h. To import a new snapshot of libxml: |