| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t... | pinkerton@chromium.org | 2009-05-27 | 1 | -0/+12 |
* | Fix a lot of jankiness during tab dragging. Fix dragging last tab in a differ... | pinkerton@chromium.org | 2009-05-22 | 1 | -14/+64 |
* | Put back in code that installs ThrobberView, but comment out timer. Add a big... | pinkerton@chromium.org | 2009-05-21 | 1 | -13/+0 |
* | More tests for tab_cold. commenting out drawRect entirely. | pinkerton@chromium.org | 2009-05-21 | 1 | -1/+10 |
* | Back to square zero, throbber disabled. | pinkerton@chromium.org | 2009-05-21 | 1 | -1/+1 |
* | Re-enabling throbber with some image caching. This will probably regress the ... | pinkerton@chromium.org | 2009-05-21 | 1 | -6/+9 |
* | Temporarily disabling throbber to see if startup tests bot goes back to normal. | pinkerton@chromium.org | 2009-05-20 | 1 | -0/+4 |
* | Implement a status throbber on the mac, currently using the Win artwork. Made... | pinkerton@chromium.org | 2009-05-19 | 1 | -0/+42 |
* | Save/restore the focused subview. | avi@google.com | 2009-05-13 | 1 | -0/+7 |
* | Fix issue where dragging a newly created tab drags the entire window by comme... | pinkerton@chromium.org | 2009-05-13 | 1 | -1/+13 |
* | Record UI metric for closing tabs with the mouse. | pinkerton@chromium.org | 2009-05-12 | 1 | -8/+13 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Implement dropping of tabs into an existing tab strip from another window. Im... | pinkerton@chromium.org | 2009-04-29 | 1 | -6/+58 |
* | Fix mac build break. | kuchhal@chromium.org | 2009-04-28 | 1 | -0/+1 |
* | Support for tabs reaching a threshold before tearing off (magnetism), showing... | pinkerton@chromium.org | 2009-04-28 | 1 | -17/+75 |
* | Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ... | pinkerton@chromium.org | 2009-04-22 | 1 | -5/+10 |
* | Add a Cocoa file picker. | avi@google.com | 2009-04-14 | 1 | -5/+6 |
* | Collapse bookmark bars into a single bar per window, rather than one per tab. | pinkerton@chromium.org | 2009-04-14 | 1 | -21/+1 |
* | Convert more members to scoped pointers. Move status bubble into browser wind... | pinkerton@chromium.org | 2009-04-13 | 1 | -19/+9 |
* | Flatten down to a single toolbar per window, significantly simplifying the ta... | pinkerton@chromium.org | 2009-04-09 | 1 | -55/+8 |
* | Refactor tab model observer for cocoa into a separate class so it can be re-u... | pinkerton@chromium.org | 2009-04-08 | 1 | -103/+6 |
* | Layout the tabs explicitly when creating a background tab. Update to correct ... | pinkerton@chromium.org | 2009-04-07 | 1 | -12/+20 |
* | Revert "Initial implemention of Mac Omnibox." | shess@chromium.org | 2009-04-07 | 1 | -15/+0 |
* | Initial implemention of Mac Omnibox. | shess@chromium.org | 2009-04-06 | 1 | -0/+15 |
* | Hook up close button in tabs. Patch from rohitrao@google.com. | pinkerton@chromium.org | 2009-03-27 | 1 | -1/+8 |
* | Rewrite tab layout to a centralized method rather than moving things around a... | pinkerton@chromium.org | 2009-03-20 | 1 | -61/+74 |
* | Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t... | pinkerton@chromium.org | 2009-03-19 | 1 | -1/+0 |
* | Mac bookmark work. | jrg@chromium.org | 2009-03-18 | 1 | -10/+31 |
* | Adjust the plus button offset to match Windows more. | avi@google.com | 2009-03-13 | 1 | -1/+1 |
* | Don't rely on subview ordering to be equivalent to tab ordering. Allows us to... | pinkerton@chromium.org | 2009-03-12 | 1 | -43/+65 |
* | Add a TabController class to manage a TabView (with corresponding xib). Rewri... | pinkerton@chromium.org | 2009-03-12 | 1 | -37/+42 |
* | Remove TabContents from scaffolding. Yay! | pinkerton@chromium.org | 2009-03-11 | 1 | -1/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -29/+29 |
* | Fix 16/wide build bustange on non-Windows. | brettw@chromium.org | 2009-03-04 | 1 | -1/+1 |
* | Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ... | pinkerton@chromium.org | 2009-03-03 | 1 | -0/+7 |
* | Add "stop" image to project. Clean up project so app/theme is a proper group ... | pinkerton@chromium.org | 2009-02-27 | 1 | -0/+10 |
* | Fix the tab strip controller to use a list of controllers rather than relying on | pinkerton@chromium.org | 2009-02-27 | 1 | -35/+23 |
* | Change url bar text according to the model when updating the toolbar. Fix vta... | pinkerton@chromium.org | 2009-02-25 | 1 | -12/+16 |
* | Roll our own grow box since the OS one wants to indent by 3px due to the text... | pinkerton@chromium.org | 2009-02-20 | 1 | -3/+2 |
* | Hook up the resize rect for Mac and enable its use in the renderer (mac-only). | pinkerton@chromium.org | 2009-02-19 | 1 | -0/+18 |
* | Unstub some more of the Browser object, including the part that sets it as th... | pinkerton@chromium.org | 2009-02-17 | 1 | -3/+30 |
* | Implement SetStarredState on LocationBar for Mac. | pinkerton@chromium.org | 2009-02-17 | 1 | -2/+9 |
* | Implement UpdateToolbar from BrowserWindow on Mac without dragging in too muc... | pinkerton@chromium.org | 2009-02-12 | 1 | -0/+13 |
* | Ensure toolbar buttons are in sync with command updater when tab becomes sele... | pinkerton@chromium.org | 2009-02-06 | 1 | -0/+6 |
* | Create a stub LocationBar object on Mac to communicate between the bar and th... | pinkerton@chromium.org | 2009-02-06 | 1 | -0/+8 |
* | Enable/disable buttons when the corresponding command updates in the model. | pinkerton@chromium.org | 2009-02-06 | 1 | -3/+8 |
* | Make sure tab contents get cleaned up and dealloc'd correctly when a tab closes. | pinkerton@chromium.org | 2009-02-06 | 1 | -5/+15 |
* | Implement tab detach notifications to remove tabs from UI. | pinkerton@chromium.org | 2009-02-05 | 1 | -8/+31 |
* | Hook up tab close menu item and plumb tab closing scaffolding through UI laye... | pinkerton@chromium.org | 2009-02-05 | 1 | -0/+5 |
* | rename from tab_bar to tab_strip to be more consistent with windows | pinkerton@chromium.org | 2009-01-29 | 1 | -2/+3 |