summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Only run the UTF-8 assuming sys conversion tests on Linux.deanm@chromium.org2009-06-251-0/+3
* Implement Linux sys_string_conversions using the system APIs.deanm@chromium.org2009-06-252-4/+219
* Run content scripts in their own isolated world. Hidden behind the --isolate...abarth@chromium.org2009-06-252-0/+5
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-242-17/+61
* Move PathComponents from file_util to FilePath, add FilePath::IsParent()rafaelw@chromium.org2009-06-246-83/+186
* Reverting 19131.glen@chromium.org2009-06-242-68/+3
* Fix a race condition in directory_watcher_inotify.cc: release lock before sig...phajdan.jr@chromium.org2009-06-241-16/+24
* Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func...jshin@chromium.org2009-06-244-16/+56
* PNGDecoder wasn't multiplying the alpha like PNGEncoder was. This lead to colorglen@chromium.org2009-06-242-3/+68
* Order posix file listings by type as well as name.estade@chromium.org2009-06-242-6/+44
* Ignore SIGPIPE when running tests.mark@chromium.org2009-06-231-1/+18
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-231-258/+258
* TBR: Fix dead tree.aa@chromium.org2009-06-221-258/+258
* Disable extensions besides externally installed ones and themes.aa@chromium.org2009-06-221-258/+258
* Add two new test cases to RSAPrivateKey.aa@chromium.org2009-06-221-51/+313