| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename and move balloon_collection_impl_aura, rename balloon_view.cc | stevenjb@chromium.org | 2012-06-06 | 1 | -1/+3 |
* | Converted the rest of chrome except for extensions and favicons to user Image... | pkotwicz@chromium.org | 2012-06-05 | 7 | -50/+56 |
* | Revert 140554 - Rename and move balloon_collection_impl_aura, rename balloon_... | cbentzel@chromium.org | 2012-06-05 | 1 | -3/+1 |
* | Rename and move balloon_collection_impl_aura, rename balloon_view.cc | stevenjb@google.com | 2012-06-05 | 1 | -1/+3 |
* | Revert 140531 - Converted the rest of chrome except for extensions and favico... | pkotwicz@chromium.org | 2012-06-05 | 7 | -55/+49 |
* | Converted the rest of chrome except for extensions and favicons to user Image... | pkotwicz@chromium.org | 2012-06-05 | 7 | -49/+55 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 2 | -2/+4 |
* | Remove the web-ui task manager unused stuffs for non-ChromeOS. | yoshiki@chromium.org | 2012-05-31 | 1 | -3/+3 |
* | Asynchronously launch the GPU process as soon as the IO thread is ready. | apatrick@chromium.org | 2012-05-30 | 2 | -1/+21 |
* | browser: Factor out TabContentsIterator into its own module. | tfarina@chromium.org | 2012-05-27 | 1 | -0/+1 |
* | Add NOTIFICATION_TAB_CONTENTS_DESTROYED when a TabContentsWrapper is about to... | pkasting@chromium.org | 2012-05-26 | 1 | -15/+0 |
* | Fix task manager stats for nerds link not loading. Turns out you do have to g... | ben@chromium.org | 2012-05-24 | 1 | -1/+4 |
* | Get rid of the last RenderViewHostDelegate usage in chrome. | jam@chromium.org | 2012-05-23 | 1 | -3/+4 |
* | Get rid of the RenderViewType concept in content, since it was only used by C... | jam@chromium.org | 2012-05-23 | 2 | -8/+8 |
* | Remove BrowserList::GetLastActive usage in TaskManager. Just use browser::Nav... | ben@chromium.org | 2012-05-22 | 1 | -31/+6 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 5 | -9/+18 |
* | Improving the process model extension API | nasko@chromium.org | 2012-05-17 | 3 | -13/+86 |
* | Moves methods for finding browsers to browser_finder. | sky@chromium.org | 2012-05-16 | 2 | -0/+2 |
* | Enable a test on ChromeOS now that its associated bug has been fixed. | ben@chromium.org | 2012-05-15 | 1 | -3/+1 |
* | Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID. | aa@chromium.org | 2012-05-14 | 1 | -3/+1 |
* | browser: Move the tabs directory into ui. | tfarina@chromium.org | 2012-05-11 | 1 | -1/+1 |
* | Pull shell window stuff out of ExtensionHost and put in ShellWindow | benwells@chromium.org | 2012-05-10 | 2 | -18/+27 |
* | Remove EPM:all_hosts_ and use all_extension_views_ instead. | benwells@chromium.org | 2012-04-26 | 3 | -38/+69 |
* | TabContents -> WebContentsImpl, part 22. | avi@chromium.org | 2012-04-18 | 1 | -1/+1 |
* | TabContents -> WebContentsImpl, part 21. | avi@chromium.org | 2012-04-17 | 3 | -7/+7 |
* | TaskManager: Replace the string "Page" with "Task" | yoshiki@chromium.org | 2012-04-06 | 1 | -1/+1 |
* | Exposing the child process unique ID through the task manager. This is an ini... | nasko@chromium.org | 2012-04-05 | 7 | -5/+63 |
* | Split the NotificationUIManager into a virtual interface and an impl. | rsesek@chromium.org | 2012-04-04 | 1 | -0/+1 |
* | Add ResourceRequestInfo. | darin@chromium.org | 2012-03-07 | 1 | -8/+8 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 2 | -4/+7 |
* | Fix a bug that sometimes broke content script injection on startup, caused by | mpcomplete@chromium.org | 2012-03-06 | 1 | -4/+10 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 3 | -4/+4 |
* | Added yoshiki@chromium.org to task-manager related OWNERS files, as estade re... | kgr@chromium.org | 2012-03-05 | 1 | -0/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 4 | -9/+9 |
* | Cleanup: Typedef std::pairs in TaskManager code. Also making goat teleporting... | thestig@chromium.org | 2012-03-02 | 2 | -17/+21 |
* | Remove mach_broker_mac.h dependency from chrome. | jam@chromium.org | 2012-02-29 | 1 | -6/+3 |
* | Removed delta-updates, task queueing and batching. | kgr@chromium.org | 2012-02-25 | 1 | -3/+2 |
* | Fix TaskManager-related link errors for Android. | tedchoc@chromium.org | 2012-02-24 | 1 | -0/+3 |
* | TaskManagerBrowserTest.ReloadExtension not flaky on linux | tbreisacher@chromium.org | 2012-02-21 | 1 | -2/+2 |
* | WebUI TaskManager: Make the initialization of model (in browser process) and ... | yoshiki@chromium.org | 2012-02-21 | 2 | -1/+11 |
* | Flakiness cleanup: disable flaky tests under chrome/browser/ | evan@chromium.org | 2012-02-15 | 1 | -1/+1 |
* | Hide WorkerProcessHost from chrome. | jam@chromium.org | 2012-02-01 | 2 | -46/+48 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-27 | 1 | -6/+11 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 2 | -12/+11 |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 2 | -11/+12 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 2 | -12/+11 |
* | Move RenderViewHostDelegate to content/public and content namespace. | joi@chromium.org | 2012-01-18 | 1 | -2/+2 |
* | Roll deps for filesystem URL changes, take 3. | ericu@google.com | 2012-01-18 | 1 | -6/+2 |
* | Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw. | hbono@chromium.org | 2012-01-16 | 1 | -12/+7 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-16 | 1 | -7/+12 |