summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix leak of g_object_get value. This was showing up on thetc@google.com2009-07-141-0/+1
* Fix KillProcess so it doesn't report everything as a failure.stuartmorgan@chromium.org2009-07-131-4/+11
* Revert r20553.thestig@chromium.org2009-07-131-2/+2
* Additional svn ignores for native_client and Makefile.thestig@chromium.org2009-07-131-2/+2
* Revert previous clipping rect change for Cairo to see if it fixes the build.brettw@chromium.org2009-07-131-2/+2
* Keep the cairo clipping region in sync with the Skia one.brettw@chromium.org2009-07-131-2/+2
* OFFICIAL_BUILD is only set in windows builds, so add some complexity to get t...thomasvl@chromium.org2009-07-131-1/+5
* Move TrimWhitespaceUTF8 from string_util_icu to string_util.deanm@chromium.org2009-07-132-14/+14
* Remove unused base/zygote_manager_unittest.cc.deanm@chromium.org2009-07-131-266/+0
* Disk cache: Generate total-load-time histograms from thervargas@google.com2009-07-112-4/+13
* Fix a crash that happens if a tab is closed whiletc@google.com2009-07-102-1/+14
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-093-178/+441
* Convert NOTIMPLs into a bug.estade@chromium.org2009-07-091-4/+4
* Make converting from NativeViewId to NativeView an error on Mac.shess@chromium.org2009-07-081-1/+10
* Adding a non-templatized version of QI for times when the IID and type aren't...tommi@chromium.org2009-07-082-7/+24
* GdkPixbufFromSkBitmap needs to un-premultiply the alpha beforetc@google.com2009-07-081-4/+30
* linux: OOP windowed pluginsevan@chromium.org2009-07-071-3/+3
* Fix retarded bitmath. << 8 != * 255glen@chromium.org2009-07-072-6/+10
* Fix tools/valgrind/chrome_tests.sh to always use --log-file optiondank@chromium.org2009-07-071-0/+6
* Fix few trivial Coverity issues, mainly PASS_BY_VALUE.phajdan.jr@chromium.org2009-07-065-9/+12
* Minor Coverity nit: Unit test leaking data if failure occurs.finnur@chromium.org2009-07-031-9/+7
* We recently enabled reading sysctl values from inside the sandbox. This CL r...jeremy@chromium.org2009-07-023-38/+12
* Adds some debugging code in hopes of tracking down asky@chromium.org2009-07-011-3/+14
* Adds time-out to browser-tests to prevent a hanging test from hanging the ent...jcampan@chromium.org2009-07-012-0/+7
* Implement shortcut for finalizing a trial with all remaining probabilityjar@chromium.org2009-07-013-7/+33
* make FilePath:IsParent use case-insensitive compare for drive letters on windowsrafaelw@chromium.org2009-07-013-7/+124
* Create A/B test of SDCHjar@chromium.org2009-06-303-70/+132
* Reland of r19131, this time with real Math:glen@chromium.org2009-06-302-3/+65
* linux: Don't crash if we fail to dlopen a pluginevan@chromium.org2009-06-291-2/+4
* More web contents dragging.estade@chromium.org2009-06-292-0/+7
* Allow extension extensions to be case-insensitive.avi@chromium.org2009-06-293-26/+73
* Coverity: Initialize delegate_.finnur@chromium.org2009-06-291-2/+2
* Use C99 standard format macros for 64-bit values.agl@chromium.org2009-06-292-1/+52
* Create a more fine grained histogram of SDCH payload sizesjar@chromium.org2009-06-291-0/+16
* Use platform-appropriate newlines in JSON output.mark@chromium.org2009-06-2611-10/+147
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-0/+15
* Gracefully do nothing when run loop sources fire and no delegate is available.mark@chromium.org2009-06-261-0/+26
* Added dynamic annotation files into base/.deanm@chromium.org2009-06-267-4/+468
* Cache the file descriptor for /dev/urandom to avoid needing to reopen it for ...deanm@chromium.org2009-06-261-3/+30
* Implement Linux sys_string_conversions using the system APIs.deanm@chromium.org2009-06-262-4/+250
* Revert all of my patches from today.evan@chromium.org2009-06-261-13/+0
* mac: retry build fix.evan@chromium.org2009-06-261-1/+1
* linux plugins: eliminate GtkWidget* from plugin processevan@chromium.org2009-06-261-0/+13
* When falling out of a nested loop, if higher-priority work is done, be sure tomark@chromium.org2009-06-251-0/+10
* Allow work that was deferred on account of not being runnable in a nested loopmark@chromium.org2009-06-253-133/+277
* On Linux, the path to the exe is used to fork renderer processes.jcampan@chromium.org2009-06-252-6/+12
* Fix embarassing purify error due to length mismatch.cevans@chromium.org2009-06-251-1/+1
* Fix a couple of integer issues in Pickle deserialization. Neither representcevans@chromium.org2009-06-252-1/+32
* change backing store cache to be memory-based rather than counterikkay@chromium.org2009-06-251-0/+2
* Revert Linux sys_string_conversion changes.deanm@chromium.org2009-06-252-222/+4