summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tabs
Commit message (Expand)AuthorAgeFilesLines
* Revert change 5596 because it broke the buildnsylvain@chromium.org2008-11-181-1/+1
* Last couple of bits of new-frame related cleanup:ben@chromium.org2008-11-181-1/+1
* Rewire the throbber so that the timer for updating lives on BrowserView, not ...ben@chromium.org2008-11-143-22/+0
* fix bustageben@chromium.org2008-11-141-1/+1
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-142-8/+5
* Fix build bustage:ben@chromium.org2008-11-141-1/+1
* Re-do the way browser windows are shown:ben@chromium.org2008-11-143-3/+8
* More cleanup in Browser:ben@chromium.org2008-11-111-1/+1
* Cleanup and rearrange methods on BrowserWindow interface.beng@google.com2008-11-112-5/+0
* Makes form resubmission dialog work again. This was a regressionsky@google.com2008-10-301-1/+1
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-273-3/+5
* more bustage fixesben@chromium.org2008-10-171-1/+1
* Convert SchedulePaint and a few other methods to use gfx types.ben@chromium.org2008-10-171-1/+1
* Fix an old leak in tab_strip_model_unittest which had recently contributed to...erikkay@google.com2008-09-181-0/+7
* This is almost a complete rewrite of DidNavigate and the associated Navigatio...brettw@google.com2008-09-141-17/+0
* Move View components of the Browser's tab strip into the browser_views projec...beng@google.com2008-09-1213-5303/+0
* Bounds check the tab index before attempting to index into the TabStripModel ...beng@google.com2008-09-091-6/+6
* backing out checkin to closed treebeng@google.com2008-09-091-6/+6
* Bounds check the tab index before attempting to index into the TabStripModel ...beng@google.com2008-09-091-6/+6
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-032-31/+7
* Fixes bug where it was possible for tab to get the wrong title. Camesky@google.com2008-08-292-9/+47
* Forgotten unit test chanes.brettw@google.com2008-08-281-1/+2
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-271-2/+2
* Again, call RunAllPending to flush out the pending tasks. This is done to makedarin@google.com2008-08-271-0/+3
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-265-6/+7
* Make tabs highlight and accept clicks based on the shape of the rendered tab,...beng@google.com2008-08-254-0/+91
* Fix flicker of hover state on mouseover of tabs. The pulsating code was a lit...beng@google.com2008-08-251-6/+3
* Use a more compact license header in source files.license.bot2008-08-2418-505/+72
* As Brett pointed it out, We normally use 8-bit for encoding names since they'...jnd@google.com2008-08-212-2/+2
* Drag tab 2 out of the tab strip.sidchat@google.com2008-08-191-0/+148
* The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG...jnd@google.com2008-08-182-6/+10
* Hook up the window icon for app windows, with a throbber etc.beng@google.com2008-08-181-0/+4
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-155-19/+15
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@904 0039d316-1c4b-4281-b9...sidchat@google.com2008-08-141-17/+137
* Move RenderViewHost management out of WebContents into a newbrettw@google.com2008-08-121-2/+3
* Fiddle with destruction order of the dragged tab controller to ensure that th...beng@google.com2008-08-121-0/+3
* Move Tab Drag Tests inside Project interactive_ui_testssidchat@google.com2008-08-111-3/+0
* Make sure the TabStrip is laid out after a drag-detach operation is completed...beng@google.com2008-08-092-4/+4
* Even more tweaks.beng@google.com2008-08-092-16/+2
* Comment out the tests for now.sidchat@google.com2008-08-091-0/+4
* M chrome/test/ui/ui_tests.vcprojsidchat@google.com2008-08-081-0/+262
* Make tabs affected by context menu actions pulse. The effect is somewhat subt...beng@google.com2008-08-078-74/+241
* B=1302955 R=sky attempt to bandaid situation where tab_data_ and child list c...beng@google.com2008-08-061-0/+11
* Grab bag of random cleanups, implementation of some more methods, etc. I'm go...beng@google.com2008-08-051-0/+3
* Add the TabStrip to the BrowserView2. (hooked up for OpaqueFrame only at this...beng@google.com2008-08-052-0/+25
* When a new tab is opened (either the new tab page via Ctrl+T or pressing the ...beng@google.com2008-08-044-6/+121
* A bunch of cleanups to beforeunload/unload handling.ojan@google.com2008-08-021-1/+1
* Make closetabsopenedby walk the whole tabstrip instead of just all the tabs t...ojan@google.com2008-08-011-1/+1
* Forward declare Task in ssl_manager.h. Cleanup some uses of notification_ser...deanm@google.com2008-08-011-1/+0
* Have CommandCloseTabsOpenedBy iterate through the tabs in reverse order to av...ojan@google.com2008-08-011-6/+5