| Commit message (Expand) | Author | Age | Files | Lines |
* | Set prop app id for chromium/application shortcut. | xiyuan@chromium.org | 2009-11-19 | 5 | -86/+89 |
* | Isolate tests by running AtExit callbacks between them. | phajdan.jr@chromium.org | 2009-11-19 | 8 | -31/+76 |
* | Refactors RenderWidget to extract a PaintAggregator class. | darin@chromium.org | 2009-11-19 | 1 | -0/+1 |
* | file_util: Fix some callers of CreateNewTempDirectory to remove the deprecate... | evan@chromium.org | 2009-11-19 | 2 | -16/+0 |
* | Remove the unused ProcessFilter destructor. | evan@chromium.org | 2009-11-19 | 1 | -1/+0 |
* | No need to run out of memory test under valgrind - they will obviously leak, ... | vandebo@chromium.org | 2009-11-18 | 1 | -0/+4 |
* | Moved bits.h from O3D to Chrome base. | apatrick@google.com | 2009-11-18 | 3 | -0/+97 |
* | For Linux, override malloc and friends so that we can detect and then stop on... | vandebo@chromium.org | 2009-11-18 | 2 | -1/+193 |
* | linux: StackTrace test isn't expected to work in Release builds anymore | evan@chromium.org | 2009-11-18 | 1 | -0/+7 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -4/+2 |
* | Fix race conditions where an object's constructor uses PostTask on itself. T... | jam@chromium.org | 2009-11-17 | 1 | -0/+7 |
* | [Mac/Linux] Fix WordIterator::GetWord() for UTF-16 surrogate pairs. | shess@chromium.org | 2009-11-17 | 2 | -0/+63 |
* | Implement web app shortcuts natively per issue 25528 | xiyuan@chromium.org | 2009-11-17 | 2 | -0/+28 |
* | TBR: willchan | willchan@chromium.org | 2009-11-17 | 2 | -10/+20 |
* | Experiment: enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-17 | 2 | -20/+10 |
* | reland 31875. Revert was: | estade@chromium.org | 2009-11-16 | 4 | -49/+45 |
* | Linux: fix uninit warnings when building -Os. | agl@chromium.org | 2009-11-16 | 1 | -1/+1 |
* | Add another variant of the PrependInteger UMR stack. | erikkay@chromium.org | 2009-11-16 | 1 | -0/+20 |
* | linux: Remove NOTIMPL cluttering test output | evan@chromium.org | 2009-11-16 | 1 | -1/+0 |
* | Revert 31875 to see whether it fixes reliability bot. | huanr@chromium.org | 2009-11-16 | 4 | -45/+49 |
* | More safe browsing cleanup work: | pkasting@chromium.org | 2009-11-14 | 2 | -0/+25 |
* | Log warnings, not errors, if we can't fetch memory status for | sgk@google.com | 2009-11-13 | 2 | -6/+9 |
* | Avoid leaking hash_object_ in SignatureCreator on Windows. | dkegel@google.com | 2009-11-13 | 1 | -1/+0 |
* | Split *AndAdjustOffset() functions into their own header, to restore utf_stri... | pkasting@chromium.org | 2009-11-13 | 10 | -294/+505 |
* | Use renderer spellchecker for windows. | estade@chromium.org | 2009-11-13 | 4 | -49/+45 |
* | Print allocation callstacks to LOG(ERROR) rather than std err, since otherwis... | eroman@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Ensure OOM is a killer on the Mac. | avi@chromium.org | 2009-11-12 | 3 | -0/+101 |
* | [GTTF] Make WatchdogTest.DisarmTest faster by about 2s | phajdan.jr@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Revert 31765 - Experiment: enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-12 | 2 | -10/+20 |
* | Experiment: enable TCMalloc on Linux by default. | willchan@chromium.org | 2009-11-12 | 2 | -20/+10 |
* | linux: implement some SysInfo bits to reduce NOTIMPL spew | evan@chromium.org | 2009-11-12 | 2 | -7/+29 |
* | posix: move mac-specific code into mac-specific file | evan@chromium.org | 2009-11-12 | 2 | -63/+71 |
* | Implement the memory leak annotations for heap leak checker. | willchan@chromium.org | 2009-11-11 | 3 | -1/+51 |
* | linux: TCMalloc-based C++ heap profiler. | willchan@chromium.org | 2009-11-11 | 1 | -3/+0 |
* | For the immediate milestone, exclude History and Thumbnails from being backed... | mrossetti@chromium.org | 2009-11-11 | 3 | -0/+45 |
* | [Mac] ScopedSendingEvent finds NSApp by itself. | shess@chromium.org | 2009-11-10 | 2 | -4/+5 |
* | Clean up recent string conversion function changes, part 1: Remove unnecessar... | pkasting@chromium.org | 2009-11-10 | 6 | -256/+39 |
* | [GTTF] Make DirectoryWatcher tests faster by about 15 seconds. | phajdan.jr@chromium.org | 2009-11-09 | 1 | -4/+10 |
* | Expand the purify suppressions for PrivateKeyInfoCodec. | willchan@chromium.org | 2009-11-09 | 1 | -6/+2 |
* | More memory stats code cleanup: | sgk@chromium.org | 2009-11-09 | 4 | -0/+111 |
* | Fix NSString conversions to treat a null NSString as a string of length 0, in... | mirandac@chromium.org | 2009-11-08 | 4 | -1/+28 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 8 | -409/+720 |
* | Add 64bit support | gregoryd@google.com | 2009-11-06 | 3 | -10/+25 |
* | Cancel unused timeout events. Without this change they can | dkegel@google.com | 2009-11-06 | 1 | -1/+14 |
* | Use GetSwitchValueASCII. | tony@chromium.org | 2009-11-06 | 1 | -6/+7 |
* | Move the spellchecker to the renderer. | estade@chromium.org | 2009-11-06 | 2 | -12/+41 |
* | Mac: Implement about:memory. | viettrungluu@chromium.org | 2009-11-05 | 6 | -9/+203 |
* | Added missing file to fix build. | dmaclach@chromium.org | 2009-11-05 | 1 | -0/+18 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 9 | -8/+49 |
* | Cleans up our autorelease pool handling by making sure that an autorelease po... | dmaclach@chromium.org | 2009-11-05 | 4 | -13/+169 |