| Commit message (Expand) | Author | Age | Files | Lines |
* | This is almost a complete rewrite of DidNavigate and the associated Navigatio... | brettw@google.com | 2008-09-14 | 1 | -17/+0 |
* | Move View components of the Browser's tab strip into the browser_views projec... | beng@google.com | 2008-09-12 | 13 | -5303/+0 |
* | Bounds check the tab index before attempting to index into the TabStripModel ... | beng@google.com | 2008-09-09 | 1 | -6/+6 |
* | backing out checkin to closed tree | beng@google.com | 2008-09-09 | 1 | -6/+6 |
* | Bounds check the tab index before attempting to index into the TabStripModel ... | beng@google.com | 2008-09-09 | 1 | -6/+6 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 2 | -31/+7 |
* | Fixes bug where it was possible for tab to get the wrong title. Came | sky@google.com | 2008-08-29 | 2 | -9/+47 |
* | Forgotten unit test chanes. | brettw@google.com | 2008-08-28 | 1 | -1/+2 |
* | Cleanup navigation_entry.h. I made the accessors consistent and in Google sty... | brettw@google.com | 2008-08-27 | 1 | -2/+2 |
* | Again, call RunAllPending to flush out the pending tasks. This is done to make | darin@google.com | 2008-08-27 | 1 | -0/+3 |
* | Chrome changes corresponding to my message_loop_type CL. | darin@google.com | 2008-08-26 | 5 | -6/+7 |
* | Make tabs highlight and accept clicks based on the shape of the rendered tab,... | beng@google.com | 2008-08-25 | 4 | -0/+91 |
* | Fix flicker of hover state on mouseover of tabs. The pulsating code was a lit... | beng@google.com | 2008-08-25 | 1 | -6/+3 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 18 | -505/+72 |
* | As Brett pointed it out, We normally use 8-bit for encoding names since they'... | jnd@google.com | 2008-08-21 | 2 | -2/+2 |
* | Drag tab 2 out of the tab strip. | sidchat@google.com | 2008-08-19 | 1 | -0/+148 |
* | The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG... | jnd@google.com | 2008-08-18 | 2 | -6/+10 |
* | Hook up the window icon for app windows, with a throbber etc. | beng@google.com | 2008-08-18 | 1 | -0/+4 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 5 | -19/+15 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@904 0039d316-1c4b-4281-b9... | sidchat@google.com | 2008-08-14 | 1 | -17/+137 |
* | Move RenderViewHost management out of WebContents into a new | brettw@google.com | 2008-08-12 | 1 | -2/+3 |
* | Fiddle with destruction order of the dragged tab controller to ensure that th... | beng@google.com | 2008-08-12 | 1 | -0/+3 |
* | Move Tab Drag Tests inside Project interactive_ui_tests | sidchat@google.com | 2008-08-11 | 1 | -3/+0 |
* | Make sure the TabStrip is laid out after a drag-detach operation is completed... | beng@google.com | 2008-08-09 | 2 | -4/+4 |
* | Even more tweaks. | beng@google.com | 2008-08-09 | 2 | -16/+2 |
* | Comment out the tests for now. | sidchat@google.com | 2008-08-09 | 1 | -0/+4 |
* | M chrome/test/ui/ui_tests.vcproj | sidchat@google.com | 2008-08-08 | 1 | -0/+262 |
* | Make tabs affected by context menu actions pulse. The effect is somewhat subt... | beng@google.com | 2008-08-07 | 8 | -74/+241 |
* | B=1302955 R=sky attempt to bandaid situation where tab_data_ and child list c... | beng@google.com | 2008-08-06 | 1 | -0/+11 |
* | Grab bag of random cleanups, implementation of some more methods, etc. I'm go... | beng@google.com | 2008-08-05 | 1 | -0/+3 |
* | Add the TabStrip to the BrowserView2. (hooked up for OpaqueFrame only at this... | beng@google.com | 2008-08-05 | 2 | -0/+25 |
* | When a new tab is opened (either the new tab page via Ctrl+T or pressing the ... | beng@google.com | 2008-08-04 | 4 | -6/+121 |
* | A bunch of cleanups to beforeunload/unload handling. | ojan@google.com | 2008-08-02 | 1 | -1/+1 |
* | Make closetabsopenedby walk the whole tabstrip instead of just all the tabs t... | ojan@google.com | 2008-08-01 | 1 | -1/+1 |
* | Forward declare Task in ssl_manager.h. Cleanup some uses of notification_ser... | deanm@google.com | 2008-08-01 | 1 | -1/+0 |
* | Have CommandCloseTabsOpenedBy iterate through the tabs in reverse order to av... | ojan@google.com | 2008-08-01 | 1 | -6/+5 |
* | Make HWNDViewContainer set up its contents view separately from its Init method. | beng@google.com | 2008-07-30 | 3 | -3/+4 |
* | Rename ChromeFrame->BrowserWindow | beng@google.com | 2008-07-30 | 1 | -2/+3 |
* | Fix one more glitch when drag-attaching a tab to the tabstrip. Other tabs in ... | beng@google.com | 2008-07-30 | 1 | -0/+8 |
* | Fix a crash. Now sometimes TabContentses can be NULL it seems. | beng@google.com | 2008-07-30 | 1 | -2/+3 |
* | I screwed this one up, and had my index munging wrong. | beng@google.com | 2008-07-30 | 1 | -13/+8 |
* | Fix not closing the browser with hung, crashed and interstitial tabs. Adds a ... | ojan@google.com | 2008-07-29 | 1 | -1/+7 |
* | Add a return value to InternalCloseTabContentsAt, indicating whether or not t... | beng@google.com | 2008-07-29 | 2 | -9/+21 |
* | Ugh. It turns out we were never properly removing the dragged tab from the so... | beng@google.com | 2008-07-29 | 5 | -11/+65 |
* | Fix a few incorrect #endif's in include guards. | deanm@google.com | 2008-07-28 | 4 | -4/+4 |
* | Fix some glitches dragging tabs. | beng@google.com | 2008-07-28 | 2 | -9/+48 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 17 | -0/+7185 |