| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the purify suppressions for unit_tests.exe_MLK. | willchan@chromium.org | 2009-11-06 | 1 | -5/+16 |
* | Update the find result index "(m of n)" whenever there is an active selection... | johnnyg@chromium.org | 2009-11-06 | 1 | -0/+23 |
* | Removed some crash suppressions: | ager@chromium.org | 2009-11-06 | 1 | -6/+0 |
* | Move the spellchecker to the renderer. | estade@chromium.org | 2009-11-06 | 1 | -0/+4 |
* | Seventh patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -0/+2 |
* | Minor cleanup of a few of the samples. | aa@chromium.org | 2009-11-06 | 3 | -4/+4 |
* | Add a stub implementation of PersonalDataManager, the connection between the ... | jhawkins@chromium.org | 2009-11-06 | 1 | -0/+1 |
* | Fourth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -1/+3 |
* | Make the gmail checker show no badge if there are zero unread messages. | aa@chromium.org | 2009-11-05 | 1 | -1/+3 |
* | Get rid of GetMemoryInfo() in favor of using base::ProcessMetrics. | sgk@chromium.org | 2009-11-05 | 8 | -150/+167 |
* | Fix bug where we were not displaying icons in the management | aa@chromium.org | 2009-11-05 | 3 | -3/+0 |
* | Update sample screen shot extension to use a browser action instead of a tool... | skerner@chromium.org | 2009-11-05 | 7 | -28/+54 |
* | Implement membuster in memory_test. | vandebo@chromium.org | 2009-11-05 | 1 | -19/+171 |
* | Push the Omaha app guid into the browser distribution classes to remove compi... | robertshield@chromium.org | 2009-11-05 | 1 | -3/+8 |
* | Show only one app menu. Cole pointed out that ChromeOS currently has two almo... | oshima@chromium.org | 2009-11-05 | 1 | -0/+1 |
* | Coverity: Fix unnecessary Singleton object instantiation. | mattm@chromium.org | 2009-11-05 | 1 | -2/+2 |
* | Disable test while investigating. | stoyan@google.com | 2009-11-04 | 1 | -1/+1 |
* | Expected output changed. Updating files to match. | finnur@chromium.org | 2009-11-04 | 3 | -0/+3 |
* | GMocking Externaltab tests. | stoyan@google.com | 2009-11-04 | 5 | -99/+251 |
* | Remove stack trace since Brett fixed this bug. | jam@chromium.org | 2009-11-04 | 1 | -3/+0 |
* | Addin a time-out to view base tests to prevent them from | jcampan@chromium.org | 2009-11-04 | 2 | -5/+38 |
* | Clean up the strings for sync code: | munjal@chromium.org | 2009-11-04 | 3 | -10/+8 |
* | Implement loading blacklists from extensions. | phajdan.jr@chromium.org | 2009-11-04 | 2 | -0/+20 |
* | Add support for getting the real process id from within the suid sandbox. The... | thestig@chromium.org | 2009-11-04 | 1 | -0/+28 |
* | Add first class support for user scripts. | aa@chromium.org | 2009-11-04 | 2 | -0/+12 |
* | Reverting 30879. | jcampan@chromium.org | 2009-11-04 | 2 | -11/+5 |
* | Making the interactive ui tests run out of process to avoid running | jcampan@chromium.org | 2009-11-03 | 2 | -5/+11 |
* | Disable failing in-process-browser interactive_ui_tests. | rafaelw@chromium.org | 2009-11-03 | 1 | -0/+4 |
* | Re-commit "Add new user script injection point: | aa@chromium.org | 2009-11-03 | 1 | -21/+17 |
* | Revert r30784 | aa@chromium.org | 2009-11-03 | 1 | -17/+21 |
* | Add new user script injection point "document_idle" and make it the default. | aa@chromium.org | 2009-11-03 | 1 | -21/+17 |
* | Submitting change from http://codereview.chromium.org/276029/show | mad@chromium.org | 2009-11-03 | 3 | -0/+83 |
* | Re-landing of r30726, which was reverted as a possible cause of chromeos buil... | estade@chromium.org | 2009-11-02 | 5 | -0/+158 |
* | Fix interactive_ui_tests. | tony@chromium.org | 2009-11-02 | 1 | -0/+2 |
* | Remove themes/default.dll and merge the resources into chrome.dll. | tc@google.com | 2009-11-02 | 1 | -1/+0 |
* | Unittest for fix to allow navigation when there is no history DB. | pkasting@chromium.org | 2009-11-02 | 2 | -5/+7 |
* | fireEventListener supression | slightlyoff@chromium.org | 2009-11-02 | 1 | -0/+4 |
* | Don't run reference tests under Valgrind | timurrrr@chromium.org | 2009-11-02 | 3 | -9/+5 |
* | Revert "Handle GTK enter and leave notification events and pass them to WebKi... | rafaelw@chromium.org | 2009-11-02 | 5 | -158/+0 |
* | Handle GTK enter and leave notification events and pass them to WebKit as | estade@chromium.org | 2009-11-02 | 5 | -0/+158 |
* | DevTools: report correct content length for resources. | yurys@google.com | 2009-11-02 | 2 | -0/+7 |
* | Don't run WorkerTest.LimitTotal under Valgrind | timurrrr@chromium.org | 2009-11-02 | 3 | -5/+4 |
* | Don't run DromaeoReferenceTest.Perf under ThreadSanitizer | timurrrr@chromium.org | 2009-11-02 | 1 | -0/+4 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 3 | -3/+5 |
* | API test for CL http://codereview.chromium.org/347016 | erikkay@chromium.org | 2009-10-30 | 4 | -0/+33 |
* | Show a warning when the history files can't be read correctly. | pkasting@chromium.org | 2009-10-30 | 1 | -1/+1 |
* | Ensure that NPN_PluginThreadAsyncCall callbacks are not invoked after NPP_Des... | apatrick@google.com | 2009-10-30 | 2 | -0/+49 |
* | Refactor memory_test so that it can easily support additional workloads. | vandebo@chromium.org | 2009-10-30 | 1 | -165/+206 |
* | Add a command-line option for specifying a particular build to test and for p... | kkania@chromium.org | 2009-10-30 | 6 | -255/+267 |
* | Remove redundant tests for chrome.experimental.history API. | brg@chromium.com | 2009-10-30 | 1 | -108/+0 |