summaryrefslogtreecommitdiffstats
path: root/third_party
Commit message (Expand)AuthorAgeFilesLines
* Make sure my recent changes are represented in the patches.cevans@chromium.org2009-10-013-391/+1934
* Some simple doc updates for README.chromium:cevans@chromium.org2009-10-011-4/+17
* Set JEMalloc as the default allocator (instead of TCMalloc)jar@chromium.org2009-10-011-1/+1
* Revert to using TCMallocjar@chromium.org2009-10-011-1/+1
* Try to use JEMALLOC as the default allocatorjar@chromium.org2009-10-011-2/+2
* Rollback Scavenge implemetation and rely on existing functionality to freejar@chromium.org2009-10-018-723/+6
* Fix numerous bugs in fts2 where a corrupt fts2 database could causecevans@chromium.org2009-09-301-237/+515
* gyp changes to enable building OCMock. Patch from Paul Wicks (pwicks86@gmail....pinkerton@chromium.org2009-09-291-0/+63
* Incorporated initial WebGL implementation for Chrome, currentlykbr@google.com2009-09-287-0/+27102
* Use base/logging from chrome/browser/sync. Add a macro to libjingle'snick@chromium.org2009-09-263-3/+12
* Rename "xmpp/constants.*" to" xmpp/xmppconstants.*"nick@chromium.org2009-09-2519-19/+21
* Remove COMPILER_MSVC flags from gyp files. When we do need it, we cannick@chromium.org2009-09-252-3/+1
* Fix a few \r\ns I accidentally added to a comment.jamesr@chromium.org2009-09-251-2/+2
* Add Apple's ImageAndTextCell to third_party.thakis@chromium.org2009-09-252-0/+229
* Rounds up VirtualAlloc calls on windows to dwAllocationGranularity to prevent...jamesr@chromium.org2009-09-251-19/+20
* Preliminary fixes to enable link dependent objects.maruel@chromium.org2009-09-241-2/+0
* Fix a linker warning for sqlite compiled with a sufficiently optimizing compi...mdm@chromium.org2009-09-243-1/+21
* Update documentation on how to merge in new SQLite versions. No code change.mdm@chromium.org2009-09-234-87/+835
* Move OCMock from third_party/ocmock to third_party/ocmock/OCMockmark@chromium.org2009-09-2360-1/+1
* Add OCMock testing framework to third_party.pinkerton@chromium.org2009-09-2260-0/+4452
* Update libjingle to build on Linuxzork@chromium.org2009-09-218-58/+306
* tcmalloc tests & bug fixes:mbelshe@google.com2009-09-195-5/+539
* Disable FFmpeg logging as it interferes with layout tests.scherkus@chromium.org2009-09-191-0/+1
* Update ffmpeg binaries directories to support variants based off the target a...ajwong@chromium.org2009-09-181-12/+13
* Update sqlite to version 3.6.18, porting our patches.mdm@chromium.org2009-09-18468-37966/+148898
* Fix expat.gyp to build on Linuxzork@chromium.org2009-09-181-2/+13
* Update NPAPI header file to v24, apply Google modificationsamanda@chromium.org2009-09-181-249/+368
* Tweak Carlos' change to cater for the additional cases:cevans@chromium.org2009-09-171-3/+7
* Add missing gclient dependencies to .gitignore.maruel@chromium.org2009-09-171-570/+570
* Set svn:eol-style = LF on some files in sqlite.mark@chromium.org2009-09-161-6294/+6294
* Build the sync unit tests:nick@chromium.org2009-09-161-5/+5
* Properly only add linker flag for linux/freebsd.thomasvl@chromium.org2009-09-161-8/+10
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-1519-57/+0
* Issue 172109: Enable scavenging in RenderThread::IdleHandler.agl@chromium.org2009-09-156-3/+586
* Fix the Linux shared build.thestig@chromium.org2009-09-154-5/+33
* Revert "Issue 172109: Enable scavenging in RenderThread::IdleHandler."agl@chromium.org2009-09-156-586/+3
* Issue 172109: Enable scavenging in RenderThread::IdleHandler.mbelshe@google.com2009-09-156-3/+586
* Remove svn:execute from many files in third_party/sqlite. No code change.mdm@chromium.org2009-09-15412-0/+0
* Remove third_party/pthread because no one uses it.tim@chromium.org2009-09-152-14/+0
* Add libjingle version 0.4.0, plus some patchesnick@chromium.org2009-09-14264-0/+54701
* Add expat, a lightweight xml parser, to third_party.nick@chromium.org2009-09-1431-0/+15962
* Fix a crasher in full text search (sqlite)cpu@chromium.org2009-09-141-2/+5
* Remove xmlcatalog and xmllint from the build since we're not actuallytony@chromium.org2009-09-104-54/+0
* Use separate *_dummy.cc files to force xmlcatalog and xmllint to besgk@google.com2009-09-104-4/+6
* Revert 25818 - Explicitly only use xmldummy_mac.cc on Mac systems, since libx...sgk@google.com2009-09-101-10/+2
* Temporarilly comment out SQLite load optimizationjar@chromium.org2009-09-101-1/+1
* Explicitly only use xmldummy_mac.cc on Mac systems, since libxml (assgk@google.com2009-09-091-2/+10
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-097-11/+21
* Fix realloc to not call the new_handler (which is for failures)mbelshe@google.com2009-09-091-1/+5
* Fix the windows allocator to behave properly on realloc.mbelshe@google.com2009-09-081-10/+14