summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add platform_canvas_unittest.ccjeremy@chromium.org2008-10-016-39/+58
* Cross-platform wrappers for fopen, _wfopen_s, etc.mark@chromium.org2008-10-019-61/+69
* Fixes bug where JSON reader errored on reading vertical tabs (\v). Thesky@google.com2008-10-013-2/+7
* Enable error checking on Posix locks in debug, and make release lock creation...deanm@chromium.org2008-10-011-1/+7
* Some small cleanups to Lock suggested by Gaetano Mendola.deanm@chromium.org2008-10-012-3/+3
* Fix painting problem with transparent plugins because plugins were ignoring t...jam@chromium.org2008-10-011-0/+8
* This fixes http://code.google.com/p/chromium/issues/detail?id=772,iyengar@google.com2008-10-011-3/+30
* Fix some issues found looking at the code.maruel@google.com2008-09-3011-61/+51
* Reduce RandDouble to one call to ldexp, add one bit of precisionmark@chromium.org2008-09-302-18/+18
* Sync Mac canvas implementation with Windows version, still a work in progress,jeremy@chromium.org2008-09-296-138/+102
* Refactoring for portability:mark@chromium.org2008-09-2913-0/+333
* Silence this unit test on Windows 2003 until bug 2732 is fixed.maruel@google.com2008-09-291-0/+4
* Display the tmp path to help debug an issue with a build bot.maruel@google.com2008-09-291-1/+1
* ICU changessgk@google.com2008-09-291-7/+32
* Check for cpu items before assuming it will work.mbelshe@google.com2008-09-261-8/+10
* Fix the mac compile by removing the unnecessary setDeviceOffset function.brettw@google.com2008-09-263-13/+0
* Roll the third_party/icu38 revision in DEPS to have SCons build libicu,sgk@google.com2008-09-261-1/+1
* Add scoped_nsautorelease_pool.mm to the Mac SCons Build.sgk@google.com2008-09-261-0/+1
* Remove setDeviceOffset which isn't used. Fixed a few style and line wrapping ...brettw@google.com2008-09-267-79/+32
* Fix some header guards that are named incorrectly.darin@chromium.org2008-09-263-11/+9
* Increase min throttle on the new timer performance test.mbelshe@google.com2008-09-261-1/+4
* Change to Hi Res timers on Windows.mbelshe@google.com2008-09-266-51/+248
* Add file_util::GetFileInfo as a means to provide more information about a filedarin@google.com2008-09-264-12/+35
* Wow, it's been a while since we cleaned EOL.maruel@google.com2008-09-259-1318/+1318
* Add UTF-8 check for JSON deserializer.jungshik@google.com2008-09-255-10/+86
* Stop spamming delayed tasks on each input event.darin@chromium.org2008-09-251-0/+7
* Fix non-Mac break from r2603mark@chromium.org2008-09-251-1/+3
* Provide autorelease pool management on the Mac in all types of message pumps.mark@chromium.org2008-09-259-10/+99
* As an intermediate step towards having a message pump handling IO through com...rvargas@google.com2008-09-254-146/+267
* Adding system_monitor to buildpinkerton@google.com2008-09-251-0/+8
* Fix linux build by adding a new line at the end of this nsylvain@chromium.org2008-09-251-1/+1
* Implement a SystemMonitor class for monitoring system statusmbelshe@google.com2008-09-257-0/+276
* Use histograms to send interesting parts of the disk cache statistics.rvargas@google.com2008-09-242-13/+14
* Run ObjectWatcher unit tests against all types of message loops.darin@google.com2008-09-241-10/+34
* Get libevent building and linking in base_unittests in the Mac SCons build:sgk@google.com2008-09-241-2/+3
* This CL adds new UI tests for the SSL UI.jcampan@chromium.org2008-09-241-0/+8
* When a bitmap allocation fails, do some checks that will crash in differentbrettw@google.com2008-09-241-1/+30
* Enforce Terminate on Heap Corruption in most of our executable on Windows XP ...maruel@google.com2008-09-244-1/+15
* Create a class for getting at processor information via thembelshe@google.com2008-09-244-0/+103
* port some parts of webkit/glue/plugins/test to Linuxevanm@google.com2008-09-243-0/+13
* Miscellaneous cleanup.wtc@google.com2008-09-231-1/+0
* Mac-specific CFRunLoop-based MessagePump implementationmark@chromium.org2008-09-234-4/+566
* SkRect.fTop should be set to the y coordinate of a CGRect, not the xamanda@chromium.org2008-09-231-2/+2
* fix oopsdarin@chromium.org2008-09-231-4/+4
* Always use the topmost delayed task as the basis for our WM_TIMER.darin@chromium.org2008-09-232-2/+114
* ensure that the shared memory has actually been created before trying to re-u...pinkerton@google.com2008-09-231-1/+1
* Roll the icu38 revision in the DEPS file to change the name ofsgk@google.com2008-09-231-1/+1
* My base changes to the plugin code.jam@chromium.org2008-09-221-4/+24
* Fix AmountOfFreeDiskSpace to be able to differentiate an errorrvargas@google.com2008-09-203-5/+12
* Fix crash that can occur if PumpOutPendingPaintMessages is called outside the...darin@chromium.org2008-09-191-0/+5