| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes layout of side tabs on windows. | sky@chromium.org | 2010-06-04 | 1 | -16/+11 |
* | Attempt 2 at relanding your patch. I believe the problem was the removal of t... | sky@chromium.org | 2010-04-30 | 1 | -5/+8 |
* | Revert 45906 - Relands your patch to have an option for enabling vertical tab... | sky@chromium.org | 2010-04-29 | 1 | -8/+5 |
* | Relands your patch to have an option for enabling vertical tabs. I've | sky@chromium.org | 2010-04-29 | 1 | -5/+8 |
* | Always use opaque frame for extension app windows. It hasn't been implemented... | aa@chromium.org | 2010-04-28 | 1 | -0/+3 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -1/+5 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -5/+1 |
* | Revert 45065 - Relanding this. Originally landed as http://codereview.chromiu... | ben@chromium.org | 2010-04-20 | 1 | -10/+5 |
* | Re-landing this. Originally landed as http://codereview.chromium.org/1001003 ... | ben@chromium.org | 2010-04-20 | 1 | -5/+10 |
* | Round the top left and right edges of the toolbar. | glen@chromium.org | 2010-04-10 | 1 | -1/+5 |
* | Fix client edge insets for fullscreen mode. we were incorrectly insetting the... | ben@chromium.org | 2010-04-09 | 1 | -3/+6 |
* | Revert r42156, r42157, r42160. Allow dynamic switching in and out of sidetabs... | thestig@chromium.org | 2010-03-20 | 1 | -10/+5 |
* | Allow dynamic switching in and out of sidetabs mode. | ben@chromium.org | 2010-03-19 | 1 | -5/+10 |
* | 1. Correct shapes for side tabs. | ben@chromium.org | 2010-03-10 | 1 | -2/+14 |
* | Test cookie prompting. | darin@chromium.org | 2010-03-04 | 1 | -0/+12 |
* | Make the side tabstrip participate in the layout of the BrowserView. | ben@chromium.org | 2010-02-05 | 1 | -2/+10 |
* | Create a new base class BaseTabStrip that is the intermediary between Browser... | ben@chromium.org | 2010-02-04 | 1 | -2/+2 |
* | Step 1 in Implementing/Prototyping App Panels. | rafaelw@chromium.org | 2010-02-04 | 1 | -8/+22 |
* | ThemeBackground class. | oshima@chromium.org | 2010-01-08 | 1 | -0/+4 |
* | [More BTP includes.] | erg@google.com | 2009-12-18 | 1 | -0/+1 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 1 | -1/+1 |
* | Remove new tabstrip code. Going to try doing this a different way. | ben@chromium.org | 2009-11-17 | 1 | -11/+2 |
* | BrowserTabStrip should not be a TabStrip2 subclass, instead, it should just u... | ben@chromium.org | 2009-11-09 | 1 | -3/+3 |
* | Move all the stuff relating to detached tab dragging out of BrowserFrameWin a... | ben@chromium.org | 2009-11-07 | 1 | -70/+6 |
* | Fix regression where popups and app frames lost their titlebars. | ben@chromium.org | 2009-10-26 | 1 | -1/+5 |
* | Make sure the RootView is sized to the correct bounds when the opaque frame i... | ben@chromium.org | 2009-10-23 | 1 | -77/+12 |
* | Fix a whole category of frame switching bugs relating to the window z-order b... | ben@chromium.org | 2009-10-15 | 1 | -10/+33 |
* | WidgetWin was an accelerator target, it does not need to. | jcampan@chromium.org | 2009-10-13 | 1 | -5/+0 |
* | Coverity: Fix the AcceleratorPressed override to match the declaration in Wid... | jhawkins@chromium.org | 2009-10-01 | 1 | -2/+5 |
* | Change the way the NonClientView handles forcing the native frame for popups/... | ben@chromium.org | 2009-09-28 | 1 | -35/+37 |
* | Misc. Cleanup related to OOP Profile Import | jeremy@chromium.org | 2009-09-25 | 1 | -0/+1 |
* | Fix BrowserFrameWin::OnMoving bad_override coverity error. | mattm@chromium.org | 2009-09-18 | 1 | -1/+1 |
* | Fixes regression introduced in dnd refactoring. I removed a check for | sky@chromium.org | 2009-09-08 | 1 | -2/+1 |
* | Cleaning up lines longer than 80 chars under src/chrome/browser. | mark@chromium.org | 2009-08-17 | 1 | -2/+4 |
* | Ensure that popups windows are not themed. | mirandac@chromium.org | 2009-08-07 | 1 | -1/+7 |
* | Fix frame turning black when reseting theme. Also simplifies the frame | ben@chromium.org | 2009-07-18 | 1 | -12/+10 |
* | Hack and slash TabStrip2 into mostly working state - DWM frame is now properl... | ben@chromium.org | 2009-07-09 | 1 | -10/+1 |
* | Add temporary TabStripWrapper interface that is implemented by both TabStrip ... | ben@chromium.org | 2009-07-08 | 1 | -6/+7 |
* | Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s... | ben@chromium.org | 2009-07-07 | 1 | -1/+84 |
* | Fix issue once and for all where distributor logo overlays window controls. N... | ben@chromium.org | 2009-07-07 | 1 | -0/+18 |
* | Fix for DWM crash. | glen@chromium.org | 2009-06-04 | 1 | -1/+2 |
* | Use the right frame type on startup, do proper swapping of frames when themes... | glen@chromium.org | 2009-05-31 | 1 | -1/+1 |
* | Really theme the find bar. We were previously getting the DefaultThemeProvide... | glen@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Revert Revision 17224 | glen@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Really theme the find bar. We were previously getting the DefaultThemeProvide... | glen@chromium.org | 2009-05-29 | 1 | -1/+1 |
* | Fleshes out more of BrowserFrameGtk. | sky@chromium.org | 2009-05-26 | 1 | -0/+1 |
* | Remove the last bits leftover from my frame window experiment. | brettw@chromium.org | 2009-05-26 | 1 | -9/+0 |
* | Factor out a BrowserFrame interface, and move the existing Windows-based code | brettw@chromium.org | 2009-05-19 | 1 | -0/+287 |