| Commit message (Expand) | Author | Age | Files | Lines |
* | TTF: Renable TabDraggingTest.Tab1Tab{2,3} | vandebo@chromium.org | 2010-06-17 | 1 | -5/+11 |
* | Attempt 2 at: | sky@chromium.org | 2010-06-15 | 6 | -28/+186 |
* | Revert 49795 - Changes the tab close button to a dot, unless you're near the ... | sky@chromium.org | 2010-06-15 | 5 | -127/+28 |
* | Changes the tab close button to a dot, unless you're near the button | sky@chromium.org | 2010-06-15 | 5 | -28/+127 |
* | Makes tab icon/throbber paint in the right position for rtl. I broke | sky@chromium.org | 2010-06-10 | 1 | -1/+0 |
* | Add a context menu item to toggle app tab toolbars. | aa@chromium.org | 2010-06-06 | 2 | -1/+20 |
* | Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds); | oshima@chromium.org | 2010-06-05 | 1 | -4/+1 |
* | Makes side tabs render phantom state and close button when not | sky@chromium.org | 2010-06-01 | 2 | -5/+23 |
* | Adds the new tab button to side tabs. | sky@chromium.org | 2010-05-27 | 10 | -28/+157 |
* | Fixes a couple of tab related bugs: | sky@chromium.org | 2010-05-27 | 8 | -44/+118 |
* | Fixes visual glitch in new tab animation. | sky@chromium.org | 2010-05-26 | 1 | -1/+7 |
* | More side tabs tweaks: | sky@chromium.org | 2010-05-24 | 10 | -351/+483 |
* | Adds ability to determine if a tab was explicitly closed by the | sky@chromium.org | 2010-05-21 | 1 | -1/+3 |
* | Fixes regression in reverting a tab drag. I was animating to the wrong | sky@chromium.org | 2010-05-18 | 1 | -1/+1 |
* | Refactors renderer related classes for better sharing. | sky@chromium.org | 2010-05-17 | 22 | -1875/+1685 |
* | More TabStrip refactoring. | sky@chromium.org | 2010-05-16 | 13 | -538/+563 |
* | Fixes bug in tabstrip where close was always treated as if the user | sky@chromium.org | 2010-05-15 | 7 | -25/+35 |
* | Removing the app launcher button in the ChromeOS browser and making the app l... | jcivelli@chromium.org | 2010-05-14 | 1 | -10/+5 |
* | Refactors TabStrip code for better sharing between TabStrip and | sky@chromium.org | 2010-05-13 | 21 | -1127/+1175 |
* | Re-land r47079: Shorten several appsrelated flags. | aa@chromium.org | 2010-05-13 | 2 | -4/+2 |
* | Revert 47079 - Shorten several appsrelated flags. "256 characters should be e... | aa@chromium.org | 2010-05-12 | 2 | -2/+4 |
* | Shorten several apps-related flags. "256 characters should be enough for anyo... | aa@chromium.org | 2010-05-12 | 2 | -4/+2 |
* | Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()... | pkasting@chromium.org | 2010-05-10 | 2 | -4/+4 |
* | Changes tab renderer to always show app icon. | sky@chromium.org | 2010-05-10 | 1 | -1/+1 |
* | Get rid of the transparent line at the top of the nano tabs. | finnur@chromium.org | 2010-05-10 | 1 | -4/+4 |
* | Fixes two bugs in mini tab title animation: | sky@chromium.org | 2010-05-10 | 1 | -2/+4 |
* | I don't know how it could happen, but according to this bug it's | sky@chromium.org | 2010-05-10 | 1 | -0/+2 |
* | Converts dragged tab controller to only create the drag window when | sky@chromium.org | 2010-05-08 | 9 | -397/+302 |
* | Disable extension app tab throbber if command line flag set. | finnur@chromium.org | 2010-05-08 | 2 | -0/+17 |
* | Makes tab loading animation centered for bigger tab icons (as happens | sky@chromium.org | 2010-05-07 | 1 | -0/+2 |
* | Rename all occurrences of "app extension" with "extension app" since we were ... | aa@chromium.org | 2010-05-06 | 1 | -1/+1 |
* | Changes DraggedTabController to operate on a View instead of a Tab. | sky@chromium.org | 2010-05-05 | 3 | -27/+25 |
* | Changes the mini tab title animation. | sky@chromium.org | 2010-05-05 | 2 | -31/+89 |
* | Tell the app launcher about any newly installed apps. This is intended to be ... | aa@chromium.org | 2010-05-05 | 1 | -2/+2 |
* | Refactors animation to allow for cleaner subclassing. I'm doing this | sky@chromium.org | 2010-05-05 | 4 | -17/+16 |
* | Fix dragging icon in Extension App Windows (it was enlarged while dragging). | finnur@chromium.org | 2010-05-03 | 1 | -3/+2 |
* | Attempt 2 at relanding your patch. I believe the problem was the removal of t... | sky@chromium.org | 2010-04-30 | 11 | -34/+200 |
* | Unbreak app tab icons. The bigger app tab icons weren't showing up. | aa@chromium.org | 2010-04-30 | 1 | -3/+4 |
* | Revert 45906 - Relands your patch to have an option for enabling vertical tab... | sky@chromium.org | 2010-04-29 | 11 | -200/+34 |
* | Relands your patch to have an option for enabling vertical tabs. I've | sky@chromium.org | 2010-04-29 | 11 | -34/+200 |
* | Always use opaque frame for extension app windows. It hasn't been implemented... | aa@chromium.org | 2010-04-28 | 1 | -1/+1 |
* | Fix HighlightCloseButton crash. | finnur@chromium.org | 2010-04-28 | 1 | -1/+4 |
* | Now drawing background for inactive app tabs. | finnur@chromium.org | 2010-04-27 | 2 | -41/+57 |
* | Views: Disable a failing test on the Linux CrOS bot. Fix my mistake in r45662. | thestig@chromium.org | 2010-04-27 | 1 | -3/+3 |
* | Two changes to extension app icons: | finnur@chromium.org | 2010-04-27 | 4 | -13/+50 |
* | Views: Disable a failing test on the Linux views bot. | thestig@chromium.org | 2010-04-27 | 1 | -3/+5 |
* | Attempt at fixing crash in BoundsAnimator. This patch largely just | sky@chromium.org | 2010-04-26 | 2 | -8/+15 |
* | Changes the tab menu to use pin and unpin instead of a check. The mac | sky@chromium.org | 2010-04-26 | 1 | -6/+4 |
* | Reland r45520. This adds a new browser type: EXTENSION_APP that | aa@chromium.org | 2010-04-26 | 3 | -3/+23 |
* | Add a first run bubble to show after installing an extension app. | finnur@chromium.org | 2010-04-24 | 1 | -1/+1 |