| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land this from earlier... unit tests no longer crash. | ben@chromium.org | 2009-01-27 | 1 | -2/+1 |
* | remove scaffolding mock of TabStripModel and replace it with the real deal. R... | pinkerton@google.com | 2009-01-27 | 1 | -8/+6 |
* | Revert change 8693 because it breaks the unit_tests. | nsylvain@chromium.org | 2009-01-27 | 1 | -1/+2 |
* | Extract a cross-platform LocationBar interface accessible via the BrowserWind... | ben@chromium.org | 2009-01-27 | 1 | -2/+1 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -0/+2 |
* | Don't expose the go and star button views directly through the BrowserWindow ... | ben@chromium.org | 2009-01-23 | 1 | -4/+0 |
* | Backs out 8523 in hopes of a greener tree. | sky@google.com | 2009-01-23 | 1 | -10/+2 |
* | Changes to insure that when in app-mode, links open in the default browser. ... | brg@chromium.com | 2009-01-23 | 1 | -2/+10 |
* | More scaffolding for back/forward/reload/home, start of WebContents | pinkerton@google.com | 2009-01-22 | 1 | -9/+17 |
* | add basic command handling for browser window and for where there are no wind... | pinkerton@google.com | 2009-01-21 | 1 | -2/+5 |
* | Get browser window showing using a Browser object and accompanying scaffoldin... | pinkerton@google.com | 2009-01-21 | 1 | -8/+32 |
* | Rework the command updater to not be dependent on views::Button (needed for p... | ben@chromium.org | 2009-01-20 | 1 | -16/+6 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | Provides the infrastructure for Browser unit tests that create a | sky@google.com | 2009-01-14 | 1 | -0/+7 |
* | Mostly cleanup. | pkasting@chromium.org | 2008-12-17 | 1 | -3/+4 |
* | Cleanup part 5. | pkasting@chromium.org | 2008-12-10 | 1 | -36/+39 |
* | Cleanup part 4. | pkasting@chromium.org | 2008-12-09 | 1 | -4/+0 |
* | Cleanup, part 1. | pkasting@chromium.org | 2008-12-08 | 1 | -2/+2 |
* | Makes the tab restore service persist closed tabs/windows to disk and | sky@google.com | 2008-12-06 | 1 | -3/+3 |
* | Chromium-MultiProfile-Prototype | munjal@chromium.org | 2008-12-03 | 1 | -0/+18 |
* | The onbeforeunload event could be sent more than once to a page. | jcampan@chromium.org | 2008-12-03 | 1 | -6/+6 |
* | Adds various docking positions when dragging around a tab. I've added | sky@google.com | 2008-11-20 | 1 | -1/+2 |
* | Land this change again now I've fixed the crash. | ben@chromium.org | 2008-11-19 | 1 | -4/+9 |
* | Revert change 5596 because it broke the build | nsylvain@chromium.org | 2008-11-18 | 1 | -9/+4 |
* | Last couple of bits of new-frame related cleanup: | ben@chromium.org | 2008-11-18 | 1 | -4/+9 |
* | Remove a bunch of NULL checks that seem unnecessary, and document some checks... | ben@chromium.org | 2008-11-15 | 1 | -2/+6 |
* | Make the Browser restore saved last size/position using the WindowDelegate co... | ben@chromium.org | 2008-11-15 | 1 | -0/+2 |
* | Rewire the throbber so that the timer for updating lives on BrowserView, not ... | ben@chromium.org | 2008-11-14 | 1 | -1/+3 |
* | Rid most of the Browser object of HWND dependencies. | ben@chromium.org | 2008-11-14 | 1 | -7/+2 |
* | Re-do the way browser windows are shown: | ben@chromium.org | 2008-11-14 | 1 | -41/+43 |
* | Break out command execution from ExecuteCommand implementation into separate ... | ben@chromium.org | 2008-11-12 | 1 | -28/+63 |
* | Reorder browser.cc to match style guide, and remove browser_commands.cc | ben@chromium.org | 2008-11-12 | 1 | -8/+8 |
* | Reorder functions in browser.h | ben@chromium.org | 2008-11-12 | 1 | -214/+220 |
* | Remove ShowAndFit variation of Browser::Show, since the "varation" doesn't se... | ben@chromium.org | 2008-11-11 | 1 | -5/+1 |
* | Move the hang monitor to the BrowserView, since it's highly Windows/HWND spec... | ben@chromium.org | 2008-11-11 | 1 | -15/+0 |
* | More cleanup in Browser: | ben@chromium.org | 2008-11-11 | 1 | -28/+6 |
* | Cleanup and rearrange methods on BrowserWindow interface. | beng@google.com | 2008-11-11 | 1 | -16/+2 |
* | Rename BrowserView2 to BrowserView. | ben@chromium.org | 2008-11-11 | 1 | -5/+2 |
* | Removes the old frames. | ben@chromium.org | 2008-11-10 | 1 | -6/+0 |
* | This is r4523, with a few changes to make things work under Vista. | erg@google.com | 2008-11-05 | 1 | -6/+0 |
* | Revert change r4523 because Vista doesn't like it. | erg@google.com | 2008-11-04 | 1 | -0/+6 |
* | Redo how we block popups. Rip out the old constrained popup window cruft (whi... | erg@google.com | 2008-11-04 | 1 | -6/+0 |
* | Changes session restore to account for apps and popups. If you have | sky@google.com | 2008-10-30 | 1 | -1/+4 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -2/+4 |
* | Factor find in page out of WebContents and into the view, since it is almost | brettw@google.com | 2008-10-21 | 1 | -8/+2 |
* | Support shortcut show styles for "run maximized", "run minimized" etc. | ben@chromium.org | 2008-10-17 | 1 | -0/+2 |
* | Convert SchedulePaint and a few other methods to use gfx types. | ben@chromium.org | 2008-10-17 | 1 | -6/+2 |
* | Rename ChromeViews namespace to views | ben@chromium.org | 2008-10-16 | 1 | -1/+1 |
* | Revert the change that fixed the encoding when viewing source in subframes. | brettw@google.com | 2008-09-12 | 1 | -4/+3 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 1 | -2/+2 |