summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/extensions
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Small change to get the BrowserActionApiTest.IncognitoDragging test run...kkania@chromium.org2010-04-301-7/+5
* Mac: Remove ToolbarButtonCell (and associated files).viettrungluu@chromium.org2010-04-271-1/+1
* Mac cleanup: Put consts and enums in info_bubble_view.h in a namespace.viettrungluu@chromium.org2010-04-245-13/+17
* Minor style fixes.viettrungluu@chromium.org2010-04-242-5/+6
* Fix crash when closing incognito window with extensionfeldstein@chromium.org2010-04-202-20/+34
* [Mac] Clean up references to parentWindow_ when closing an extension popup.rohitrao@chromium.org2010-04-201-0/+8
* 10.6 SDK build fix.mark@chromium.org2010-04-151-1/+2
* [Mac] Fix MouseDown/MouseUp error for Steve animation effectsthomasvl@chromium.org2010-04-142-2/+2
* A common pattern for Chrome is for dialogs to "own themselves"jrg@chromium.org2010-04-131-1/+7
* detect preferences errorserikkay@chromium.org2010-04-061-1/+1
* Add the new extension install dialog for mac.aa@chromium.org2010-04-033-0/+564
* Enable inspection of extension popupsfeldstein@chromium.org2010-04-017-14/+231
* Revert 43282 - [Mac] Prep for animating the Browser Action Buttons in and out.andybons@chromium.org2010-04-013-41/+25
* [Mac] Prep for animating the Browser Action Buttons in and out.andybons@chromium.org2010-03-313-25/+41
* Attempt 2 at landing this. Patch is exactly same as last time around.sky@chromium.org2010-03-301-3/+4
* [Mac] Get rid of the custom run loop for dragging the Browser Actions contain...andybons@chromium.org2010-03-303-32/+28
* Revert 43005 - Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-291-4/+3
* [Mac] Constrain the user (for now) to only be able to reorder the visible but...andybons@chromium.org2010-03-293-11/+22
* Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-291-3/+4
* [Mac] If the user clicks a Browser Action button when its popup is visible, t...andybons@chromium.org2010-03-293-1/+19
* [Mac] Enables drag N' drop for the buttons within the Browser Actions contain...andybons@chromium.org2010-03-263-22/+217
* [Mac] Clean up the icon loading code for extensions after finnur's change (r4...andybons@chromium.org2010-03-253-54/+17
* [Mac] Finish up the resizing code for the Browser Actions container complete ...andybons@chromium.org2010-03-246-278/+411
* Eliminate all UI thread decoding of extension images. finnur@chromium.org2010-03-242-11/+9
* Revert 42283 - Adds the source ImageLoadingTracker to OnImageLoaded. I need t...finnur@chromium.org2010-03-231-2/+1
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Adds the source ImageLoadingTracker to OnImageLoaded. I need this in asky@chromium.org2010-03-221-1/+2
* [Mac] Draw the icons within the browser actions overflow menu. Also...andybons@chromium.org2010-03-223-40/+137
* Use the new number-of-browser-actions pref instead of width-in-pixels tompcomplete@chromium.org2010-03-221-16/+20
* [Mac] Implement a basic overflow menu for hidden Browser Action buttons.andybons@chromium.org2010-03-1810-164/+188
* [Mac] Adds button and menu class skeleton for the chevron in the Browser Acti...andybons@chromium.org2010-03-176-17/+196
* Fix bubbles (bookmark, status, blocked content, both extension ones) in resol...avi@chromium.org2010-03-162-10/+9
* [Mac] Add support for showing extensions in incognito mode, while fixing a bu...andybons@chromium.org2010-03-151-5/+23
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-2/+2
* Revert r41459:willchan@chromium.org2010-03-121-2/+0
* Change Mac to DCHECK if NetworkChangeNotifier observer list is not empty by d...willchan@chromium.org2010-03-121-0/+2
* Bookmark manager: Open in incognito window.arv@chromium.org2010-03-101-2/+1
* [Mac] More progress towards resizing the Browser Actions container.andybons@chromium.org2010-03-104-56/+392
* Fix few remaining issues with incognito extensions.mpcomplete@chromium.org2010-03-101-2/+2
* Disable scroll bars on resizing popups below a maximum size.skerner@chromium.org2010-02-251-13/+15
* [Mac] Adds grippys to the left side of the Browser Actions container to resiz...andybons@chromium.org2010-02-174-6/+71
* 10.6 SDK compatibility fix for BrowserActionCell following r38278.mark@chromium.org2010-02-121-2/+3
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-0/+10
* [Mac] Use the ExtensionToolbarModel for ordering of the Browser Actions. Prep...andybons@chromium.org2010-02-106-74/+72
* [Mac] o Adds a slight drop shadow to the drawn images within Browser Action b...andybons@chromium.org2010-02-055-12/+77
* [Mac] Make the extension popup a singleton instance to avoid maintaining mult...andybons@chromium.org2010-02-025-57/+53
* ExtensionInstalledBubble for Mac.mirandac@chromium.org2010-01-312-0/+12
* Page actions should be able to change the popup on a per-tab basis.skerner@chromium.org2010-01-271-5/+13
* [Mac] Hide browser action buttons when they would otherwise overflow with the...andybons@chromium.org2010-01-212-1/+14
* [Mac] Refactors BrowserActionButton to be within its own file, also breaking ...andybons@chromium.org2010-01-194-228/+254