| Commit message (Expand) | Author | Age | Files | Lines |
* | Add bookmark copying while dragging by holding down the <option> key. | mrossetti@chromium.org | 2010-03-11 | 8 | -17/+84 |
* | Revert 41245 - [Mac] Allow the overlay to animate out when a bookmarkbar fold... | rohitrao@chromium.org | 2010-03-11 | 1 | -2/+2 |
* | [Mac] Save window position into the SessionService, so we can restore it afte... | rohitrao@chromium.org | 2010-03-11 | 1 | -0/+4 |
* | [Mac] Allow the overlay to animate out when a bookmarkbar folder closes. Thi... | rohitrao@chromium.org | 2010-03-11 | 1 | -2/+2 |
* | [Mac] If an info bubble window is open when the app is terminating, cancel th... | andybons@chromium.org | 2010-03-11 | 1 | -2/+34 |
* | Added monochrome status icons for the mac. | atwilson@chromium.org | 2010-03-10 | 3 | -0/+15 |
* | Use more theming methods on gray frame. | avi@chromium.org | 2010-03-10 | 1 | -4/+12 |
* | Bookmark manager: Open in incognito window. | arv@chromium.org | 2010-03-10 | 1 | -2/+1 |
* | 10.6 SDK fixes related to NSColor* and NSSize following r41031. See also | mark@chromium.org | 2010-03-10 | 1 | -2/+3 |
* | [Mac] autosize the dangerous download info to always fit the text. | thomasvl@chromium.org | 2010-03-10 | 1 | -10/+47 |
* | Mac: Make background tabs draw properly in fullscreen mode. | viettrungluu@chromium.org | 2010-03-10 | 2 | -1/+16 |
* | Mac: Gratuitous fullscreen animation. | thakis@chromium.org | 2010-03-10 | 1 | -0/+18 |
* | [Mac] More progress towards resizing the Browser Actions container. | andybons@chromium.org | 2010-03-10 | 8 | -145/+529 |
* | Fix few remaining issues with incognito extensions. | mpcomplete@chromium.org | 2010-03-10 | 1 | -2/+2 |
* | mac: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-10 | 2 | -1/+2 |
* | Fix theming on popup windows (Mac). | avi@chromium.org | 2010-03-09 | 10 | -20/+107 |
* | Mac: fix fullscreen floating bar in popup windows. | viettrungluu@chromium.org | 2010-03-09 | 6 | -40/+49 |
* | AutoFill Mac Address Book "me" card data translation. | dhollowa@chromium.org | 2010-03-09 | 1 | -1/+2 |
* | Mac: incognito badge fixes. | viettrungluu@chromium.org | 2010-03-09 | 4 | -27/+46 |
* | Add enable/disable translate pref to "Under the Hood". | jeremy@chromium.org | 2010-03-09 | 2 | -0/+19 |
* | Handle the case where the infobar can be instantiated in a state other than "... | jeremy@chromium.org | 2010-03-09 | 2 | -103/+109 |
* | Fix mac valgrind. | thakis@chromium.org | 2010-03-09 | 1 | -4/+4 |
* | Mac: Fix another crash in content exceptions dialog. | thakis@chromium.org | 2010-03-09 | 3 | -28/+268 |
* | [Mac] Lock bar visibility during a bookmark button drag, forcing the fullscre... | rohitrao@chromium.org | 2010-03-08 | 2 | -1/+29 |
* | Mac: clean-up of incognito badge code and float -> CGFloat. | viettrungluu@chromium.org | 2010-03-08 | 7 | -41/+38 |
* | [Mac] Minor adjustments to the history menu, per the UI team. | rsesek@chromium.org | 2010-03-08 | 1 | -6/+11 |
* | Reland r40855 with chromeos fix. | jhawkins@chromium.org | 2010-03-07 | 3 | -0/+3 |
* | Initial implementation of Drag and Drop for the extension BMM. | feldstein@chromium.org | 2010-03-07 | 5 | -0/+287 |
* | Revert 40855 - webkit/glue: string_util.h > utf_string_conversions.h fix. | bradnelson@google.com | 2010-03-07 | 3 | -3/+0 |
* | webkit/glue: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-07 | 3 | -0/+3 |
* | Initial implementation of status tray functionality (mac-only, currently). | atwilson@chromium.org | 2010-03-06 | 3 | -0/+200 |
* | Fix some tests failing after revision 40818. | bauerb@chromium.org | 2010-03-06 | 1 | -1/+1 |
* | Revert 40810 (broke 10.6 bots) - Mac: Fix another crash in content exceptions... | thakis@chromium.org | 2010-03-06 | 3 | -265/+28 |
* | Mac: Fix another crash in content exceptions dialog. | thakis@chromium.org | 2010-03-06 | 3 | -28/+265 |
* | AutoFill Mac preference for enabling Address Book "me" card usage. | dhollowa@chromium.org | 2010-03-06 | 2 | -12/+21 |
* | Add some bookmark bar hooks for pyauto. | jrg@chromium.org | 2010-03-05 | 4 | -0/+12 |
* | Make sure we adjust the theme source for the status bubble when moving betwee... | avi@chromium.org | 2010-03-05 | 3 | -5/+19 |
* | [Mac] Do not redraw the status bubble if nothing has changed. | rohitrao@chromium.org | 2010-03-05 | 1 | -0/+4 |
* | [Mac] Change when we trigger a download shelf layout | thomasvl@chromium.org | 2010-03-05 | 1 | -2/+8 |
* | [Mac] Comment fix for browserWindowControllerForView. | rohitrao@chromium.org | 2010-03-05 | 1 | -5/+4 |
* | [Mac] Lock open the fullscreen overlay when browsing bookmark folders. | rohitrao@chromium.org | 2010-03-05 | 5 | -2/+88 |
* | Renames ContentBlockedImageView to ContentSettingImageView. | bulach@chromium.org | 2010-03-05 | 4 | -80/+75 |
* | Only paint the top of the window. Fixes flickering, probably improves perform... | avi@chromium.org | 2010-03-04 | 1 | -12/+24 |
* | On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s... | johnnyg@chromium.org | 2010-03-04 | 1 | -0/+1 |
* | [Mac] Rewrite [-BWC browserWindowControllerForView:] to handle views in child... | rohitrao@chromium.org | 2010-03-04 | 2 | -5/+11 |
* | [Mac] When in fullscreen mode, ties the menubar shown state to the overlay sh... | rohitrao@chromium.org | 2010-03-03 | 2 | -24/+68 |
* | Cancel bookmark editing when changes happen suddenly. | jrg@chromium.org | 2010-03-03 | 6 | -6/+219 |
* | Base coordinate system != Window base coordinate system. Fixing. | avi@chromium.org | 2010-03-03 | 12 | -32/+22 |
* | [Mac] Deregister for the old windowWillClose/windowDidResignMain notification... | rohitrao@chromium.org | 2010-03-03 | 2 | -0/+87 |
* | Mac: Clean up fullscreen tracking rectangle code. | viettrungluu@chromium.org | 2010-03-03 | 1 | -44/+44 |