| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixes bug in file_util::ReplaceExtension that could chop off path | sky@google.com | 2008-09-19 | 2 | -5/+39 |
* | Only link the new event lib on Linux systems. | sgk@google.com | 2008-09-19 | 1 | -1/+7 |
* | Build libevent on Mac | mark@chromium.org | 2008-09-18 | 1 | -0/+49 |
* | * Change output of trace_event log to JSON to enable easier integration with ... | erikkay@google.com | 2008-09-18 | 5 | -11/+45 |
* | Implement CopyDirectory() for the POSIX branch of file_util. | evanm@google.com | 2008-09-18 | 2 | -7/+105 |
* | Use libevent, second try. Changes this time: | dkegel@google.com | 2008-09-18 | 6 | -1/+307 |
* | Now that we have the ICU lib depend on its data file, we no longer need to | evanm@google.com | 2008-09-18 | 1 | -6/+1 |
* | Move GetFreeDiskSpace to SysInfo. | deanm@chromium.org | 2008-09-18 | 4 | -0/+35 |
* | Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Win... | deanm@chromium.org | 2008-09-18 | 1 | -0/+5 |
* | Revert "Make tcp_client_socket_unittest pass on Linux." | evanm@google.com | 2008-09-18 | 5 | -306/+1 |
* | Make tcp_client_socket_unittest pass on Linux. | dkegel@google.com | 2008-09-18 | 5 | -1/+306 |
* | More fun with detecting UAC. Reports in the field indicate that some computer... | finnur@google.com | 2008-09-17 | 1 | -1/+3 |
* | Remove duplicate stats_table.cc, left over in Windows list. | sgk@google.com | 2008-09-17 | 1 | -2/+0 |
* | Remove duplicate run_all_unittests.cc, left over in the Windows | sgk@google.com | 2008-09-17 | 1 | -1/+0 |
* | Adds logging to file_util::WriteFile to figure out why writing | sky@google.com | 2008-09-17 | 4 | -11/+129 |
* | Add support for querying the amount of memory on a system to sys_info. | deanm@chromium.org | 2008-09-17 | 4 | -1/+59 |
* | Add a class for extracting system-specific information, like the number of pr... | deanm@chromium.org | 2008-09-17 | 8 | -4/+102 |
* | Some cleanup to hmac_nss / nss_init. Move the anonymous namespaces out of th... | deanm@google.com | 2008-09-17 | 2 | -9/+8 |
* | According to reports in the field, some XP machines have a registry flag that... | finnur@google.com | 2008-09-17 | 1 | -3/+6 |
* | Unignore most warnings on POSIX in build/SConscript.main. | evanm@google.com | 2008-09-16 | 1 | -0/+8 |
* | Add an HMAC implementation using NSS. Include centralized NSS initialization... | deanm@google.com | 2008-09-16 | 4 | -1/+162 |
* | Provide necessary constructors in StackAllocator and PrivateHookAllocator to ... | maruel@google.com | 2008-09-14 | 1 | -4/+22 |
* | This change ensures that base_unittests will not segfault on this. | maruel@google.com | 2008-09-12 | 1 | -0/+3 |
* | Add a few more cases for Unicode blocks to script mapping. This is for next ... | jungshik@google.com | 2008-09-12 | 1 | -4/+23 |
* | Port the thread local storage unittest to Mac and linux. | paulg@google.com | 2008-09-11 | 3 | -39/+52 |
* | Capture initial SCons build of {base,net,googleurl}_unittests on Mac: | sgk@google.com | 2008-09-11 | 1 | -2/+10 |
* | Sort allegedly-sorted lists | mark@chromium.org | 2008-09-11 | 1 | -2/+6 |
* | POSIX/Linux related changes to file_util: | mark@chromium.org | 2008-09-11 | 3 | -20/+78 |
* | CreateDirectory() should check if an existing path is actually a directory be... | mmoss@google.com | 2008-09-11 | 5 | -20/+63 |
* | Don't use the Windows high-resolution Time::Now hacks on Posix, the normal re... | deanm@chromium.org | 2008-09-11 | 4 | -66/+46 |
* | Add the shared memory test to the scons build. | paulg@google.com | 2008-09-11 | 1 | -1/+1 |
* | First pass of porting the shared memory unittest. We still need | paulg@google.com | 2008-09-11 | 2 | -85/+113 |
* | Accommodate removal of gfx\platform_canvas_unittest_win.cc in the | sgk@google.com | 2008-09-10 | 2 | -2/+1 |
* | Google Update gave us a new IDL and asked us to change the CLSID const we use... | finnur@google.com | 2008-09-10 | 1 | -1/+1 |
* | The About box was needlessly blocking Chrome on Vista SP1 (with UAC disabled)... | finnur@google.com | 2008-09-10 | 2 | -0/+21 |