| Commit message (Expand) | Author | Age | Files | Lines |
* | chrome: Remove 14 exit time destructors and 2 static initializers. | thakis@chromium.org | 2011-11-16 | 2 | -22/+22 |
* | Revert 110235 - chrome: Remove 14 exit time destructors and 2 static initiali... | kmadhusu@chromium.org | 2011-11-16 | 2 | -22/+22 |
* | chrome: Remove 14 exit time destructors and 2 static initializers. | thakis@chromium.org | 2011-11-16 | 2 | -22/+22 |
* | chrome: Remove 10 exit time destructors and 2 static initializers. | thakis@chromium.org | 2011-11-16 | 2 | -2/+22 |
* | Complete the rename from about:tracking2 --> about:profiler by changing the i... | eroman@chromium.org | 2011-11-15 | 2 | -7/+7 |
* | Cleanup: Remove unneeded forward declarations from various chrome/browser sub... | thestig@chromium.org | 2011-11-15 | 3 | -7/+4 |
* | Include PPAPI plugin crashes in the plugin crash data. | petkov@chromium.org | 2011-11-11 | 3 | -5/+22 |
* | Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ... | aa@chromium.org | 2011-11-09 | 1 | -6/+5 |
* | Give ThreadWatcher crashes a unique function name depending on the hung thread. | eroman@chromium.org | 2011-11-08 | 1 | -3/+89 |
* | Revert r108760 / reland r108744, r108753 w/ fix | dpranke@chromium.org | 2011-11-08 | 1 | -1/+0 |
* | Revert 108625 - Enable crashing of the browser if CACHE thread is not | rtenneti@chromium.org | 2011-11-07 | 1 | -8/+6 |
* | Fix permissions problem. | rtenneti@chromium.org | 2011-11-05 | 2 | -0/+0 |
* | Changes to upload tracked_objects data from all renderer | rtenneti@chromium.org | 2011-11-05 | 2 | -0/+455 |
* | Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on... | dpranke@chromium.org | 2011-11-05 | 1 | -0/+1 |
* | Modify code in chrome to call wrapper functions on PluginService | dpranke@chromium.org | 2011-11-04 | 1 | -1/+0 |
* | Enable crashing of the browser if CACHE thread is not | rtenneti@chromium.org | 2011-11-04 | 1 | -6/+8 |
* | Thread::Stop() must be called before any subclass's destructor completes. | joi@chromium.org | 2011-11-02 | 1 | -2/+0 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 6 | -9/+16 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 4 | -9/+11 |
* | Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ... | jam@chromium.org | 2011-10-26 | 1 | -4/+3 |
* | Fix use-after-free that resulted from r106949. | jam@chromium.org | 2011-10-25 | 1 | -1/+2 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 2 | -12/+11 |
* | Move DisplayUtils methods into gfx::Screen. | derat@chromium.org | 2011-10-25 | 7 | -186/+5 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 2 | -21/+14 |
* | In Debug builds, if ThreadWatcher crashes (or does a CHECK), | rtenneti@chromium.org | 2011-10-20 | 1 | -2/+7 |
* | Cache the ranges_ vector and share the ranges_ vector | rtenneti@chromium.org | 2011-10-20 | 1 | -0/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 3 | -19/+17 |
* | Make the destructor private for a refcounted class. | nileshagrawal@chromium.org | 2011-10-19 | 1 | -2/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 4 | -82/+89 |
* | Change the Thread name of WATCHDOG to BrowserWatchdog. | rtenneti@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Aura: unit_tests now run on Linux | jamescook@chromium.org | 2011-10-17 | 1 | -1/+8 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 2 | -5/+6 |
* | Allow controlling the Instant field trial through a command line flag. | sreeram@chromium.org | 2011-10-10 | 1 | -5/+0 |
* | Startup hang - Dump the call stacks of all threads if | rtenneti@chromium.org | 2011-10-08 | 2 | -5/+83 |
* | Remove RenderProcessHost::is_extension_process | jochen@chromium.org | 2011-10-05 | 2 | -20/+39 |
* | Fix the metrics service not working. r102421 replaced | jam@chromium.org | 2011-10-01 | 1 | -1/+1 |
* | Revert 103628 (I have a simpler fix) - Fix the metrics service not working be... | jam@chromium.org | 2011-10-01 | 1 | -1/+0 |
* | Fix the metrics service not working because it was initialized before the bro... | jam@chromium.org | 2011-10-01 | 1 | -0/+1 |
* | Changing ThreqadWatcher to use base::Bind. | tbarzic@chromium.org | 2011-09-30 | 3 | -132/+149 |
* | Factor a log management helper out of MetricsService | stuartmorgan@chromium.org | 2011-09-29 | 6 | -562/+561 |
* | Aura-fied ui_controls, fullscreen, display_utils and background_mode_manager | oshima@google.com | 2011-09-23 | 2 | -0/+23 |
* | Convert the PluginService interface to be an async wrapper around PluginList. | rsesek@chromium.org | 2011-09-23 | 2 | -48/+45 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+1 |
* | Revert to allowing previous number of events in an UMA log | jar@chromium.org | 2011-09-20 | 1 | -3/+1 |
* | Add Field Trial for Prerender From Omnibox. | dominich@chromium.org | 2011-09-20 | 1 | -0/+7 |
* | Test the impact on stability of not uplodaing any events | jar@chromium.org | 2011-09-20 | 1 | -4/+6 |
* | Force synchrous writing of "ExitedCleanly" prefs during shutdown | jar@chromium.org | 2011-09-17 | 1 | -0/+14 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Fix Linux Views build breakage. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |