| Commit message (Expand) | Author | Age | Files | Lines |
* | Mac: reform our shutdown routine. | viettrungluu@chromium.org | 2010-04-09 | 1 | -0/+15 |
* | POSIX: Re-enable browser shutdown measurements. We should write the measureme... | thestig@chromium.org | 2010-03-27 | 1 | -7/+5 |
* | Fix APP_TERMINATING on Mac to fire while the UI loop is still alive. | willchan@chromium.org | 2010-03-09 | 1 | -7/+1 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Do not try to swap chrome.exe if machine is shutting down. | kuchhal@chromium.org | 2010-01-27 | 1 | -1/+2 |
* | Reattempt at r465143. The UI tests rely too heavily on the current behavior o... | andybons@chromium.org | 2009-12-15 | 1 | -0/+6 |
* | Rolling back r34316 due to tab_switching_test failing. TBR=scherkus | andybons@chromium.org | 2009-12-11 | 1 | -6/+0 |
* | Mac: Fixes bug where extension background hosts were being cleared when the l... | andybons@chromium.org | 2009-12-11 | 1 | -0/+6 |
* | Refactor: Eliminte locking from PrefetchObserver and DnsMaster in favor of ma... | eroman@chromium.org | 2009-12-08 | 1 | -7/+1 |
* | Move last shutdown file access off the UI thread and onto the file thread. | jam@chromium.org | 2009-11-25 | 1 | -28/+45 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 1 | -3/+3 |
* | Fix compile failure due to bad merge. | pkasting@chromium.org | 2009-10-02 | 1 | -5/+2 |
* | Convert users of RenderProcessHost iterator to all use same style. The key m... | pkasting@chromium.org | 2009-10-02 | 1 | -5/+5 |
* | Any time we are shutting down a tab, try to use fast shutdown. | estade@chromium.org | 2009-10-02 | 1 | -26/+26 |
* | linux: drop temp_scaffolding_stubs | evan@chromium.org | 2009-09-25 | 1 | -2/+6 |
* | Disable browser shutdown measurements on non-Windows platforms. | agl@chromium.org | 2009-09-12 | 1 | -0/+6 |
* | Remove RenderProcessHost::size(). With Pawel's change, size() isn't necessarily | brettw@chromium.org | 2009-08-18 | 1 | -5/+2 |
* | Remove an unused header from proxy_service.h. | ericroman@google.com | 2009-08-18 | 1 | -0/+1 |
* | Refactor IDMap to support safe removing of elements during iteration. | phajdan.jr@chromium.org | 2009-08-17 | 1 | -5/+6 |
* | Adds some debugging code in hopes of tracking down a | sky@chromium.org | 2009-07-01 | 1 | -0/+4 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | ImportantFileWriter | phajdan.jr@chromium.org | 2009-04-28 | 1 | -1/+1 |
* | Remove more unneeded scaffolding. | thestig@chromium.org | 2009-04-08 | 1 | -7/+1 |
* | Refactor plugin process code which checks with the browser process before shu... | jam@chromium.org | 2009-03-27 | 1 | -6/+0 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -12/+12 |
* | Make plugin_service.cc compile on Posix. | jhawkins@chromium.org | 2009-02-20 | 1 | -1/+1 |
* | Persist info about subresources on pages for DNS pre-resolution | jar@chromium.org | 2009-02-17 | 1 | -0/+6 |
* | Make browser_shudown.cc compile on Posix. This is r9835 with a fix for the m... | jhawkins@chromium.org | 2009-02-16 | 1 | -11/+17 |
* | Rollback r9835 and r9837: Mac build broken. | mal@chromium.org | 2009-02-15 | 1 | -17/+11 |
* | Make browser_shutdown.cc compile on Posix. | jhawkins@chromium.org | 2009-02-15 | 1 | -11/+17 |
* | Adds cleanup code to RLZ so that we don't leak an OmniBoxUsageObserver | sky@google.com | 2009-01-28 | 1 | -0/+5 |
* | Adds a variable indicating whether resources should be deleted on | sky@google.com | 2009-01-28 | 1 | -1/+4 |
* | Modifies shutdown/startup in the following manner: | sky@google.com | 2009-01-27 | 1 | -0/+3 |
* | Adds call to unload plugins on shutdown. | sky@google.com | 2009-01-23 | 1 | -1/+7 |
* | Move files out of browser and into either renderer_host or tab_contents. | brettw@chromium.org | 2009-01-22 | 1 | -2/+2 |
* | Move functions required by the rest of the browser from RenderProcessHost to ... | brettw@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 1 | -1/+2 |
* | * Try to rename chrome exes in shutdown path as well. | kuchhal@chromium.org | 2008-11-12 | 1 | -0/+5 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+3 |
* | Remove more shared_event that I missed last time | agl@chromium.org | 2008-10-16 | 1 | -1/+0 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -2/+2 |
* | Enabling sync_channel in the browser to allow accessibility code making block... | jcampan@google.com | 2008-08-12 | 1 | -0/+4 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+204 |