| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash that can occur if PumpOutPendingPaintMessages is called outside the... | darin@chromium.org | 2008-09-19 | 1 | -0/+5 |
* | Adding a CPAPI function to make a function call asynchonously on the plugin t... | zork@google.com | 2008-09-19 | 4 | -1/+47 |
* | Changes the bookmark model to allow more than one bookmark to | sky@google.com | 2008-09-19 | 22 | -316/+510 |
* | Fixes bug in file_util::ReplaceExtension that could chop off path | sky@google.com | 2008-09-19 | 2 | -5/+39 |
* | Attempt at fixing flaky Find test. | finnur@google.com | 2008-09-19 | 1 | -1/+6 |
* | Make sure webkit/port and webkit/glue are in lower case because libGlue.a loo... | tc@google.com | 2008-09-19 | 4 | -10/+8 |
* | Add empty stub to get classname so ImageMac can use it. | pinkerton@google.com | 2008-09-19 | 2 | -2/+26 |
* | Build a bunch more of chrome/ on Linux. | deanm@google.com | 2008-09-19 | 21 | -74/+83 |
* | windows.h isn't needed, remove it | pinkerton@google.com | 2008-09-19 | 1 | -1/+0 |
* | Fixes bug in tooltip manager. Mouse coordinates for NC events are in | sky@google.com | 2008-09-19 | 2 | -4/+12 |
* | add computePageRectsForFrame from FrameWin to resolve a link error. | pinkerton@google.com | 2008-09-19 | 1 | -0/+52 |
* | Reverting the fixes for the UI test single-process mode in the NPAPI | iyengar@google.com | 2008-09-19 | 3 | -25/+9 |
* | Add a byte factory method for unit testing. | avi@google.com | 2008-09-19 | 3 | -29/+46 |
* | roll back | beng@google.com | 2008-09-19 | 1 | -3/+0 |
* | This fixes the NPAPI ui test failures in single-process mode.These tests fail... | iyengar@google.com | 2008-09-19 | 2 | -2/+19 |
* | This CB fixes the following issue1. http://code.google.com/p/chromium/issues/... | iyengar@google.com | 2008-09-19 | 29 | -182/+594 |
* | Make sure the frame is set to the foreground when: | ben@chromium.org | 2008-09-19 | 1 | -0/+3 |
* | Only link the new event lib on Linux systems. | sgk@google.com | 2008-09-19 | 2 | -2/+14 |
* | Fix whitespace back to before I screwed it up. | evanm@google.com | 2008-09-19 | 1 | -129/+129 |
* | Roll DEPS to get latest breakpad that supports the full memory dump. | huanr@chromium.org | 2008-09-19 | 1 | -1/+1 |
* | Pull in the latest revision (18744:a1d3449a2cba) of the effective-TLD | pamg@google.com | 2008-09-19 | 1 | -40/+150 |
* | Fix a memory leak on the disk cache for posix. | rvargas@google.com | 2008-09-18 | 1 | -0/+6 |
* | Moved over the test running part over to coverage.py and addressed comments a... | niranjan@google.com | 2008-09-18 | 1 | -10/+92 |
* | Link TestShell against libevent, now required. Turn off objc-gc setting in | mark@chromium.org | 2008-09-18 | 1 | -13/+84 |
* | Build libevent on Mac | mark@chromium.org | 2008-09-18 | 12 | -8733/+535 |
* | Some tweaks pointed out by wtc. | avi@google.com | 2008-09-18 | 1 | -11/+8 |
* | * Change output of trace_event log to JSON to enable easier integration with ... | erikkay@google.com | 2008-09-18 | 9 | -15/+1407 |
* | Fix a memory leak in Add to dictionary code. | sidchat@google.com | 2008-09-18 | 2 | -0/+6 |
* | Merge http://v8.googlecode.com/svn/branches/bleeding_edge/tools/v8.xcodeproj@319 | mark@chromium.org | 2008-09-18 | 2 | -0/+384 |
* | Fix an old leak in tab_strip_model_unittest which had recently contributed to... | erikkay@google.com | 2008-09-18 | 2 | -59/+7 |
* | Implement CopyDirectory() for the POSIX branch of file_util. | evanm@google.com | 2008-09-18 | 3 | -8/+106 |
* | Use libevent, second try. Changes this time: | dkegel@google.com | 2008-09-18 | 12 | -20/+658 |
* | Make uninstall slightly less prone to chrome.exe crashes by changing default ... | kuchhal@chromium.org | 2008-09-18 | 3 | -45/+26 |
* | Bring X.509 cert handling (at least preliminarily) to the Mac. | avi@google.com | 2008-09-18 | 7 | -6/+422 |
* | Now that we have the ICU lib depend on its data file, we no longer need to | evanm@google.com | 2008-09-18 | 2 | -12/+2 |
* | NULL check the return value during navigation to prevent a crash. | brettw@google.com | 2008-09-18 | 1 | -0/+2 |
* | Avoid signedness mismatch errors from gcc | dkegel@google.com | 2008-09-18 | 1 | -3/+3 |
* | Enable two CyberTrust root CAs for EV. The EV policy | wtc@google.com | 2008-09-18 | 2 | -0/+13 |
* | Submit Issue 2965 patch by vega.james@gmail.com (jamessan) | mmoss@google.com | 2008-09-18 | 1 | -2/+1 |
* | Enable safe browsing tests exercising VerifyMAC. Reorder libraries to match ... | deanm@chromium.org | 2008-09-18 | 3 | -14/+5 |
* | Fix a typo in r2358. | deanm@chromium.org | 2008-09-18 | 1 | -1/+1 |
* | Move GetFreeDiskSpace to SysInfo. | deanm@chromium.org | 2008-09-18 | 8 | -33/+37 |
* | Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Win... | deanm@chromium.org | 2008-09-18 | 6 | -18/+11 |
* | Update V8 in Chromium to version 0.3.2. | kasperl@google.com | 2008-09-18 | 1 | -1/+1 |
* | Add some padding between the right edge of the new tab button and the left ed... | ben@chromium.org | 2008-09-18 | 1 | -2/+7 |
* | Make sure window controls in maximized browser windows can be hit-tested as t... | ben@chromium.org | 2008-09-18 | 1 | -2/+8 |
* | back out my sbox change | cpu@google.com | 2008-09-18 | 15 | -351/+69 |
* | Fix painting of the title bar when the window is maximized and then deactivated. | ben@chromium.org | 2008-09-18 | 1 | -1/+1 |
* | Add an interface to the sandbox to block dll from loading in the target process | cpu@google.com | 2008-09-18 | 15 | -69/+351 |
* | Revert "Make tcp_client_socket_unittest pass on Linux." | evanm@google.com | 2008-09-18 | 10 | -656/+20 |