| Commit message (Expand) | Author | Age | Files | Lines |
* | Rolling back r34316 due to tab_switching_test failing. TBR=scherkus | andybons@chromium.org | 2009-12-11 | 1 | -6/+1 |
* | Mac: Fixes bug where extension background hosts were being cleared when the l... | andybons@chromium.org | 2009-12-11 | 1 | -1/+6 |
* | Clean up usage of some iterators. Original patch by Thiago Fariana (see http... | pkasting@chromium.org | 2009-11-05 | 1 | -37/+39 |
* | Cleans up our autorelease pool handling by making sure that an autorelease po... | dmaclach@chromium.org | 2009-11-05 | 1 | -2/+2 |
* | Rework the way the FindBrowserWithProfile/Type methods work. | ben@chromium.org | 2009-10-31 | 1 | -38/+52 |
* | roll back 30659 since it still breaks browser_tests | ben@chromium.org | 2009-10-31 | 1 | -25/+29 |
* | Update: I removed TYPE_ANY to see if I could fool the builders into letting t... | ben@chromium.org | 2009-10-31 | 1 | -29/+25 |
* | Revert r30541 since it's still breaking browser_tests | ben@chromium.org | 2009-10-30 | 1 | -23/+29 |
* | Rework the way the FindBrowserWithProfile/Type methods work. | ben@chromium.org | 2009-10-29 | 1 | -29/+23 |
* | roll back r30430 because it causes bustage even though I don't know why. | ben@chromium.org | 2009-10-29 | 1 | -26/+29 |
* | Rework the way the FindBrowserWithProfile/Type methods work. | ben@chromium.org | 2009-10-29 | 1 | -29/+26 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | SIGTERM should cause the application to exit on the Mac. | mark@chromium.org | 2009-10-12 | 1 | -0/+17 |
* | Convert users of RenderProcessHost iterator to all use same style. The key m... | pkasting@chromium.org | 2009-10-02 | 1 | -5/+3 |
* | Add histograms for tab count, RenderProcessHost count, and the number of | brettw@chromium.org | 2009-09-21 | 1 | -9/+72 |
* | Handling a case where the browser_iterator_ would be NULL. The DCHECK was fi... | tommi@chromium.org | 2009-09-11 | 1 | -3/+3 |
* | Remove all traces of NotificationService from views. | ben@chromium.org | 2009-05-07 | 1 | -6/+2 |
* | Reverting 15468. | ben@chromium.org | 2009-05-06 | 1 | -2/+6 |
* | Remove all traces of NotificationService from views. | ben@chromium.org | 2009-05-06 | 1 | -6/+2 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -7/+7 |
* | Refactor ExtensionView to support a UI-less extension instance. | mpcomplete@google.com | 2009-04-29 | 1 | -0/+17 |
* | Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate... | rafaelw@chromium.org | 2009-04-28 | 1 | -0/+12 |
* | When restoring a closed tab using either ctrl-shift-T or the context menu, put | pam@chromium.org | 2009-04-20 | 1 | -0/+10 |
* | Bookmark menu work. Notes: | jrg@chromium.org | 2009-03-25 | 1 | -0/+3 |
* | Move chrome/apps/result_codes.h to chrome/common/result_codes.h | thestig@chromium.org | 2009-03-03 | 1 | -2/+1 |
* | Fix window close and application quit on Mac to call the proper Browser machi... | pinkerton@chromium.org | 2009-02-18 | 1 | -0/+1 |
* | More bustage fixes. | brettw@chromium.org | 2009-02-01 | 1 | -1/+2 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -9/+12 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -1/+1 |
* | Get browser window showing using a Browser object and accompanying scaffoldin... | pinkerton@google.com | 2009-01-21 | 1 | -0/+10 |
* | Revert "revert r8217 until memory tests are fixed." This re-applies r8217. | tc@google.com | 2009-01-20 | 1 | -34/+5 |
* | revert r8217 until memory tests are fixed. | ben@chromium.org | 2009-01-17 | 1 | -5/+34 |
* | Pull app modal dialog handling out of the BrowserList to remove the ChromeVie... | ben@chromium.org | 2009-01-16 | 1 | -20/+0 |
* | window.cc should not include browser_list.h ... dependent (non-browser) windo... | ben@chromium.org | 2009-01-16 | 1 | -34/+5 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | Adding the capacity to interact with modal dialogs to the automation framework. | jcampan@chromium.org | 2008-12-05 | 1 | -6/+11 |
* | Land this change again now I've fixed the crash. | ben@chromium.org | 2008-11-19 | 1 | -2/+34 |
* | Revert change 5596 because it broke the build | nsylvain@chromium.org | 2008-11-18 | 1 | -34/+2 |
* | Last couple of bits of new-frame related cleanup: | ben@chromium.org | 2008-11-18 | 1 | -2/+34 |
* | Rid most of the Browser object of HWND dependencies. | ben@chromium.org | 2008-11-14 | 1 | -1/+1 |
* | More cleanup in Browser: | ben@chromium.org | 2008-11-11 | 1 | -3/+3 |
* | Changes session restore to account for apps and popups. If you have | sky@google.com | 2008-10-30 | 1 | -1/+1 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -2/+2 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Rename ChromeFrame->BrowserWindow | beng@google.com | 2008-07-30 | 1 | -3/+3 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+306 |