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