| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a check before casting RenderWidgetHostImpl to RenderViewHostImpl. | nasko@chromium.org | 2013-02-21 | 1 | -4/+6 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -9/+9 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Revert 178551 | jochen@chromium.org | 2013-02-08 | 2 | -32/+2 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -6/+6 |
* | Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. | joi@chromium.org | 2013-02-06 | 2 | -5/+5 |
* | Swap BrowserList::const_iterator for the multi-desktop aware BrowserIterator ... | gab@chromium.org | 2013-02-01 | 1 | -10/+8 |
* | Fix interface of TabContentsIterator. | gab@chromium.org | 2013-01-29 | 1 | -1/+1 |
* | Minor code cleanup. Converts if/else to a switch. | sky@chromium.org | 2013-01-29 | 1 | -89/+105 |
* | Remove TabStripModel wrapper use. | avi@chromium.org | 2013-01-29 | 1 | -2/+1 |
* | Integrate out-of-process iframes prototype with the Task Manager. | nasko@chromium.org | 2013-01-25 | 1 | -10/+9 |
* | Add debug code to figure out where we forget to delete TaskManagerRendererRes... | jochen@chromium.org | 2013-01-24 | 2 | -2/+32 |
* | Convert gfx::Image::Image(const SkBitmap&) and gfx::ImageSkia::ImageSkia(cons... | pkotwicz@chromium.org | 2013-01-23 | 1 | -1/+2 |
* | Enables the views task manager on views. I'll do a cleanup pass once | sky@chromium.org | 2013-01-23 | 1 | -8/+0 |
* | Reorders methods in task_manager.cc to match header. | sky@chromium.org | 2013-01-19 | 2 | -405/+402 |
* | Implement new Task Manager and Edit Bookmark style, etc. | msw@chromium.org | 2013-01-18 | 3 | -4/+4 |
* | Makes TaskManagerModel cache all values (values are fetched on | sky@chromium.org | 2013-01-15 | 3 | -418/+478 |
* | Consolidates lookup of task manager values. | sky@chromium.org | 2013-01-12 | 2 | -0/+82 |
* | Roll ICU and convert include style to standard Chromium style, | phajdan.jr@chromium.org | 2013-01-07 | 1 | -1/+1 |
* | If a WebContents is going away, always remove it from the task manager. | avi@chromium.org | 2013-01-03 | 1 | -10/+10 |
* | Clean up chrome::CloseWebContents. | avi@chromium.org | 2012-12-28 | 1 | -4/+2 |
* | browser: Move FindOrCreateTabbedBrowser() function into chrome namespace. | tfarina@chromium.org | 2012-12-26 | 1 | -1/+1 |
* | DevTools: make DevToolsAgentHost ref-counted. | pfeldman@chromium.org | 2012-12-26 | 1 | -2/+2 |
* | DevTools: introduce public content::DevToolsAgentHost. | pfeldman@chromium.org | 2012-12-25 | 1 | -4/+2 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 2 | -2/+3 |
* | Remove last remaining call to FindOrCreateTabbedBrowser(). Fix up presubmit c... | robertshield@chromium.org | 2012-12-21 | 5 | -22/+22 |
* | Cleanup: Rename print preview tab to print preview dialog in BackgroundPrint... | thestig@chromium.org | 2012-12-21 | 1 | -1/+1 |
* | Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper | pkasting@chromium.org | 2012-12-20 | 1 | -4/+4 |
* | Disable the failing linux aura browser tests so that it can be enabled on the... | jam@chromium.org | 2012-12-19 | 2 | -2/+9 |
* | DevTools: rename debugger/ to devtools/, move DevTools files into content/ren... | pfeldman@chromium.org | 2012-12-19 | 3 | -3/+3 |
* | Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools file... | mnissler@chromium.org | 2012-12-19 | 3 | -3/+3 |
* | DevTools: rename debugger/ to devtools/, move DevTools files into content/ren... | pfeldman@chromium.org | 2012-12-19 | 3 | -3/+3 |
* | Add initial plumbing to route Notifications to MessageCenter on Windows. | dimich@chromium.org | 2012-12-18 | 1 | -4/+15 |
* | Disable TaskManagerBrowserTest.KillPanelExtension on win | nkostylev@chromium.org | 2012-12-15 | 1 | -1/+2 |
* | Don't call through null pointers. | avi@chromium.org | 2012-12-14 | 1 | -4/+6 |
* | Remove TabContents includes. | avi@chromium.org | 2012-12-14 | 2 | -2/+0 |
* | Don't show a guest's WebContents as extension resource in task manager. | lazyboy@chromium.org | 2012-12-11 | 1 | -2/+8 |
* | Make TaskManagerTabContentsResource handle background print jobs. | avi@chromium.org | 2012-12-10 | 2 | -5/+24 |
* | Remove almost all usages of the context-free FindOrCreateTabbedBrowser. | robertshield@chromium.org | 2012-12-06 | 1 | -1/+1 |
* | Remove TabContents from TabContentsIterator. | avi@chromium.org | 2012-12-06 | 1 | -2/+2 |
* | Make TaskManagerTabContentsResource explicitly handle prerendering and instan... | avi@chromium.org | 2012-12-05 | 2 | -86/+119 |
* | Persist the Instant API to committed search result pages. | sreeram@chromium.org | 2012-12-04 | 1 | -1/+1 |
* | Disable TaskManagerBrowserTest tests on Win Aura for now since they're flaking. | jam@chromium.org | 2012-11-30 | 1 | -0/+5 |
* | Remove GetExtensionService calls and replace with PKSF calls through the Exte... | mirandac@chromium.org | 2012-11-30 | 1 | -1/+3 |
* | Fix crash in debug mode in ImageSkia::CanRead() when opening task manager on ... | pkotwicz@chromium.org | 2012-11-27 | 1 | -0/+1 |
* | Use search::Mode in InstantModel. | sreeram@chromium.org | 2012-11-20 | 1 | -3/+2 |
* | Remove tabstrip wrappers in browser_tabstrip. | avi@chromium.org | 2012-11-20 | 1 | -1/+1 |
* | Establish /extensions directory and move URLPattern there. | aa@chromium.org | 2012-11-13 | 1 | -1/+2 |
* | GTTF: remove FAILS_ prefix, part 1 | phajdan.jr@chromium.org | 2012-11-01 | 1 | -2/+2 |