summaryrefslogtreecommitdiffstats
path: root/third_party/libxml/src/xmlreader.c
Commit message (Collapse)AuthorAgeFilesLines
* * Add rmdir, mkdir -p and umask to d8 on Unix.evan@chromium.org2010-08-171-0/+5762
| | | | | | | | | | | | | * Remove the non-working methods from the os object on d8 on Windows so you can test for their presence with if (os.system). * Add a test (not run by default since it only works on d8). * Fix incorrect use of wait that left defunct processes (zombies). Committed: http://code.google.com/p/v8/source/detail?r=1650 Review URL: http://codereview.chromium.org/56107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56276 0039d316-1c4b-4281-b951-d872f2087c98
* Revert my last two changes.evan@chromium.org2010-08-141-5762/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56116 0039d316-1c4b-4281-b951-d872f2087c98
* libxml: move all upstream code into a src/ subdirectory.evan@chromium.org2010-08-131-0/+5762
This helps keep our patches, build files, and metadata separate. (Note that src/ is not purely what upstream has, since it has our patches applied.) Review URL: http://codereview.chromium.org/3160012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56107 0039d316-1c4b-4281-b951-d872f2087c98