| Commit message (Expand) | Author | Age | Files | Lines |
* | [Mac] Finish up the resizing code for the Browser Actions container complete ... | andybons@chromium.org | 2010-03-24 | 1 | -24/+52 |
* | Make repost form warning tab-modal on Mac. | bauerb@chromium.org | 2010-03-18 | 1 | -0/+3 |
* | Fix bubbles (bookmark, status, blocked content, both extension ones) in resol... | avi@chromium.org | 2010-03-16 | 1 | -2/+1 |
* | Mac: toggle between "Enter/Exit Full Screen" in menus. | viettrungluu@chromium.org | 2010-03-16 | 1 | -0/+15 |
* | [Mac] Add support for showing extensions in incognito mode, while fixing a bu... | andybons@chromium.org | 2010-03-15 | 1 | -1/+6 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 1 | -1/+1 |
* | [Mac] More progress towards resizing the Browser Actions container. | andybons@chromium.org | 2010-03-10 | 1 | -82/+124 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | [Mac] Adds grippys to the left side of the Browser Actions container to resiz... | andybons@chromium.org | 2010-02-17 | 1 | -31/+6 |
* | Linux: fix clicking on security or blocked contents of non-active window show... | mattm@chromium.org | 2010-02-10 | 1 | -2/+2 |
* | [Mac] Use the ExtensionToolbarModel for ordering of the Browser Actions. Prep... | andybons@chromium.org | 2010-02-10 | 1 | -0/+1 |
* | [Mac] o Adds a slight drop shadow to the drawn images within Browser Action b... | andybons@chromium.org | 2010-02-05 | 1 | -12/+9 |
* | [Mac] Make the extension popup a singleton instance to avoid maintaining mult... | andybons@chromium.org | 2010-02-02 | 1 | -3/+2 |
* | ExtensionInstalledBubble for Mac. | mirandac@chromium.org | 2010-01-31 | 1 | -4/+4 |
* | [Mac] Hide browser action buttons when they would otherwise overflow with the... | andybons@chromium.org | 2010-01-21 | 1 | -6/+80 |
* | [Mac] Refactors BrowserActionButton to be within its own file, also breaking ... | andybons@chromium.org | 2010-01-19 | 1 | -0/+1 |
* | [Mac] Implementation of Page Action tooltips. Also adds cursor rects to the a... | andybons@chromium.org | 2009-12-29 | 1 | -0/+2 |
* | Tagging a whole bunch of buttons with descriptions (via code; OS bug prevents... | avi@chromium.org | 2009-12-28 | 1 | -0/+39 |
* | Second half of CL 481012 (reverted at r35038). | viettrungluu@chromium.org | 2009-12-20 | 1 | -0/+35 |
* | Revert 35053 - Second half of CL 481012 (reverted at r35038). Will revert if ... | viettrungluu@chromium.org | 2009-12-19 | 1 | -35/+0 |
* | Second half of CL 481012 (reverted at r35038). Will revert if Mac perf turns ... | viettrungluu@chromium.org | 2009-12-19 | 1 | -0/+35 |
* | Revert 34998, more stabbing in the dark to find a perf regression - Mac: impl... | thakis@chromium.org | 2009-12-19 | 1 | -35/+0 |
* | Mac: implement DnD of URLs onto Omnibox. | viettrungluu@chromium.org | 2009-12-18 | 1 | -0/+35 |
* | Mac: fix/implement app windows (not app mode), popups, drawing; refactor code. | viettrungluu@chromium.org | 2009-12-16 | 1 | -8/+17 |
* | Make a shared app menu model and update win and mac to use it. Remove the NSM... | pinkerton@chromium.org | 2009-12-15 | 1 | -4/+10 |
* | Refactor browser action apitest and port for mac. | kkania@chromium.org | 2009-12-14 | 1 | -0/+4 |
* | Share the code that builds the page menu in a common model, make Mac and Win ... | pinkerton@chromium.org | 2009-12-09 | 1 | -4/+50 |
* | o Updates the browser action buttons when a tab is changed. This is needed fo... | andybons@chromium.org | 2009-11-24 | 1 | -0/+4 |
* | Mac: minor cleanup of constants in toolbar_controller.mm. | viettrungluu@chromium.org | 2009-11-22 | 1 | -12/+16 |
* | [Mac] Add support for growing or shrinking the window during animations. | rohitrao@chromium.org | 2009-11-19 | 1 | -4/+2 |
* | Mac: animate NTP detached bookmark bar <-> normal bookmark bar. | viettrungluu@chromium.org | 2009-11-18 | 1 | -2/+11 |
* | Mac: Animate the bookmark bar showing/hiding. | viettrungluu@chromium.org | 2009-11-14 | 1 | -8/+12 |
* | Initial change for the implementation of browser actions on the mac. | andybons@chromium.org | 2009-11-12 | 1 | -11/+77 |
* | Make page and wrench buttons have correct hover look. | avi@chromium.org | 2009-11-03 | 1 | -0/+3 |
* | [Mac] Trim Omnibox hints as field shrinks. | shess@chromium.org | 2009-10-15 | 1 | -5/+8 |
* | Mac: Fix buttons not tinting to theme. | avi@chromium.org | 2009-10-13 | 1 | -5/+27 |
* | Mac: Make the nsimage_cache behave more like +[NSImage imageNamed:] | avi@chromium.org | 2009-10-13 | 1 | -1/+0 |
* | Several theming fixes for the Mac. Sorry for the extensive change, but they | thakis@chromium.org | 2009-10-09 | 1 | -9/+7 |
* | * Add ctrl-shift-d to bookmark all tabs. | pkasting@chromium.org | 2009-10-08 | 1 | -4/+5 |
* | Mac: Implements the special bookmark bar on NTP. | erg@chromium.org | 2009-10-06 | 1 | -46/+12 |
* | Move nsimage_cache into base so that it can be accessed from outside of chrome. | mark@chromium.org | 2009-10-05 | 1 | -1/+1 |
* | Mac: Hook up the page menu's "Encoding" submenu. | erg@chromium.org | 2009-09-23 | 1 | -1/+4 |
* | Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio... | pkasting@chromium.org | 2009-09-15 | 1 | -20/+26 |
* | Add the tooltips for the toolbar buttons. | thomasvl@chromium.org | 2009-09-10 | 1 | -1/+71 |
* | [Mac] Drop shadow for Omnibox popup. | shess@chromium.org | 2009-09-05 | 1 | -5/+6 |
* | Fix crash on bookmark button delete. | jrg@chromium.org | 2009-09-04 | 1 | -5/+18 |
* | (Mac) Make the Page/Wrench buttons place their menu in the right place. | viettrungluu@chromium.org | 2009-09-03 | 1 | -12/+1 |
* | [Mac] Disable Omnibox editing in popup windows. | shess@chromium.org | 2009-09-03 | 1 | -2/+2 |
* | Don't allow the home/page/options buttons to be toggled when we're only showi... | pinkerton@chromium.org | 2009-09-02 | 1 | -0/+6 |
* | Updates to clean up default theme and add hover states. | avi@chromium.org | 2009-08-31 | 1 | -3/+36 |