| Commit message (Expand) | Author | Age | Files | Lines |
* | Roll back these tab changes since there are still issues. | ben@chromium.org | 2009-01-31 | 1 | -22/+2 |
* | Fixes tab contents crash. This changes a number of things in dragged | sky@google.com | 2009-01-27 | 1 | -13/+40 |
* | Two things: | ben@chromium.org | 2009-01-24 | 1 | -0/+1 |
* | Don't expose the go and star button views directly through the BrowserWindow ... | ben@chromium.org | 2009-01-23 | 1 | -2/+2 |
* | (1) If you create tabs and manage to resize the window before the | maruel@chromium.org | 2009-01-22 | 1 | -1/+12 |
* | Refactor automation wrappers. Move the methods from AutomationProxy to the ap... | stoyan@chromium.org | 2009-01-21 | 1 | -10/+5 |
* | Fix some problems with scaled icons. This allows the TabIconView to automati... | pkasting@chromium.org | 2009-01-21 | 1 | -0/+2 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 2 | -2/+2 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 1 | -2/+11 |
* | Fie. | ben@chromium.org | 2009-01-15 | 1 | -11/+2 |
* | Fix for Issue 3258: Tabs created when tabstrip is compressed pending resize | ben@chromium.org | 2009-01-15 | 1 | -2/+11 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 6 | -8/+8 |
* | Provides the infrastructure for Browser unit tests that create a | sky@google.com | 2009-01-14 | 1 | -1/+2 |
* | Applying patch for Mohamed Mansour (reviewed by pkasting): http://codereview.... | finnur@google.com | 2009-01-06 | 6 | -16/+22 |
* | Fixes browser crash that could occur if the user closed a tab with an | sky@google.com | 2008-12-18 | 2 | -12/+52 |
* | Move Image operations and convolver to the skia namespace and clean up a few ... | brettw@google.com | 2008-12-12 | 1 | -3/+3 |
* | During tab dragging if you hover over a browser window we now move it | sky@google.com | 2008-12-12 | 2 | -0/+42 |
* | Reverting 6709,6708,6706. | brettw@google.com | 2008-12-10 | 1 | -3/+3 |
* | Remove base dependency from image_operations and associated unittests. I also... | brettw@google.com | 2008-12-10 | 1 | -3/+3 |
* | Fixes bug during tab close that results in all tabs after closed tab | sky@google.com | 2008-12-08 | 1 | -1/+4 |
* | Fixes possible flicker when tab finishes animating back to dragged | sky@google.com | 2008-12-06 | 1 | -1/+5 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 1 | -1/+1 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 1 | -4/+4 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 1 | -4/+4 |
* | Don't close tabs on middle-click when the release happens off the tab. Patch... | pkasting@chromium.org | 2008-12-01 | 1 | -1/+5 |
* | Rename Container->Widget | ben@chromium.org | 2008-11-21 | 8 | -27/+27 |
* | Adds various docking positions when dragging around a tab. I've added | sky@google.com | 2008-11-20 | 3 | -98/+427 |
* | Don't execute a NOTREACHED in TabStrip::DestroyDraggedSourceTab if the | 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 | -2/+2 |
* | Roll back a bunch of changes to tab dragging that seem to not have helped red... | ben@chromium.org | 2008-11-18 | 2 | -8/+15 |
* | Revert change 5596 because it broke the build | nsylvain@chromium.org | 2008-11-18 | 1 | -2/+2 |
* | Last couple of bits of new-frame related cleanup: | ben@chromium.org | 2008-11-18 | 1 | -2/+2 |
* | Rewire the throbber so that the timer for updating lives on BrowserView, not ... | ben@chromium.org | 2008-11-14 | 2 | -49/+21 |
* | Rid most of the Browser object of HWND dependencies. | ben@chromium.org | 2008-11-14 | 1 | -3/+7 |
* | Fixes bug where we were not checking if an app from another window | sky@google.com | 2008-11-14 | 1 | -8/+52 |
* | Some speculative fixes for UI test flakiness. | beng@google.com | 2008-11-13 | 1 | -6/+7 |
* | These files were missed from my last cleanup CL. | beng@google.com | 2008-11-11 | 1 | -6/+0 |
* | Cleanup and rearrange methods on BrowserWindow interface. | beng@google.com | 2008-11-11 | 1 | -4/+0 |
* | Re-land this change now that I've made a speculative fix to the DraggedTabCon... | ben@chromium.org | 2008-11-10 | 1 | -1/+1 |
* | Tweak delegate setting in the DraggedTabController to be more robust. Delegat... | ben@chromium.org | 2008-11-10 | 1 | -10/+2 |
* | Some bandaids for tab dragging UI tests: | ben@chromium.org | 2008-11-05 | 1 | -1/+1 |
* | Revert some of my earlier change to see if this fixes dist tests, and revert ... | ben@chromium.org | 2008-11-03 | 1 | -2/+1 |
* | check in for one cycle to see if this fixes the dist tests. | ben@chromium.org | 2008-11-03 | 1 | -1/+2 |
* | Fix interactive test crashes. | beng@google.com | 2008-11-01 | 1 | -0/+1 |
* | Second attempt at fixing dist crash... more accurately control the lifetime o... | ben@chromium.org | 2008-11-01 | 2 | -3/+3 |
* | Attempt to fix dist crashes or at least make them crash with more understanda... | ben@chromium.org | 2008-10-31 | 1 | -2/+5 |
* | Fix a couple of tab related bugs: | ben@chromium.org | 2008-10-29 | 1 | -0/+5 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 3 | -3/+7 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+1 |
* | Fix crash due to NULL deref. | ben@chromium.org | 2008-10-23 | 1 | -1/+4 |