summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/location_bar_view_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* SSL UI changes, Windows, code side (images are separate).pkasting@chromium.org2010-04-191-26/+10
* Move third_pary/mozilla/include up one directory.evan@chromium.org2010-04-151-1/+1
* Revert 44572 - [Mac] Update locationbar icon as user types.nsylvain@chromium.org2010-04-141-3/+0
* [Mac] Update location-bar icon as user types.shess@chromium.org2010-04-141-0/+3
* Shift omnibox dropdown in and up on Windows, and square off the top, so it co...pkasting@chromium.org2010-04-121-3/+2
* [Mac] PDF icons for omnibox.shess@chromium.org2010-04-091-3/+4
* [Mac] No star icon or page actions in omnibox on popups.shess@chromium.org2010-04-091-0/+15
* Don't allow drag or click on location icon when editing in omnibox.shess@chromium.org2010-04-091-4/+10
* [Mac] Location icon in omnibox as drag source.shess@chromium.org2010-04-081-0/+23
* Replace omnibox icons with new set that are all the same size (19x19).pkasting@chromium.org2010-04-051-2/+2
* Star/reload shuffle, Windows version.pkasting@chromium.org2010-04-031-2/+2
* [Mac] Move star button into page-actions area of omnibox.shess@chromium.org2010-04-011-6/+42
* Enable inspection of extension popupsfeldstein@chromium.org2010-04-011-2/+5
* [Mac] Rearrange SSL status icon/label in omnibox.shess@chromium.org2010-03-311-11/+21
* Attempt 2 at landing this. Patch is exactly same as last time around.sky@chromium.org2010-03-301-2/+3
* Show the location bar icon (almost) all the time, and have its contents match...pkasting@chromium.org2010-03-301-49/+31
* Revert 43005 - Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-291-3/+2
* Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-291-2/+3
* Fix crasher in LocationBarViewMac::PageActionImageView::OnImageLoaded.mirandac@chromium.org2010-03-261-3/+1
* Omnibox M5 work, part 1: Security changespkasting@chromium.org2010-03-241-58/+51
* Eliminate all UI thread decoding of extension images. finnur@chromium.org2010-03-241-15/+9
* Revert 42283 - Adds the source ImageLoadingTracker to OnImageLoaded. I need t...finnur@chromium.org2010-03-231-2/+2
* Adds the source ImageLoadingTracker to OnImageLoaded. I need this in asky@chromium.org2010-03-221-2/+2
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-1/+2
* Fix extension installed bubble, so that it points to the correct page action ...mirandac@chromium.org2010-03-191-7/+4
* [Mac] Implement a basic overflow menu for hidden Browser Action buttons.andybons@chromium.org2010-03-181-4/+2
* Change the mac content blocked bubble to use the new bubble model rather than...joth@chromium.org2010-03-181-8/+8
* Fix bubbles (bookmark, status, blocked content, both extension ones) in resol...avi@chromium.org2010-03-161-4/+4
* Renames ContentBlockedImageView to ContentSettingImageView.bulach@chromium.org2010-03-051-54/+49
* [Mac] fix license nits found by the presubmit scripts in mac-specific codeevan@chromium.org2010-02-251-1/+1
* Mac: Show content blocked bubbles.thakis@chromium.org2010-02-211-4/+31
* Mac: Content blocked icons.thakis@chromium.org2010-02-161-7/+97
* Linux: fix clicking on security or blocked contents of non-active window show...mattm@chromium.org2010-02-101-16/+14
* Remove poll'n'loop code from extension_browsertest.cc.phajdan.jr@chromium.org2010-02-101-19/+22
* Mac: fullscreen mode work (still not enabled).viettrungluu@chromium.org2010-02-101-12/+2
* [Mac] Enables extension browser tests previously disabled for the mac due to ...andybons@chromium.org2010-02-101-1/+5
* [Mac] Fix use-after-free when dragging tabs with page-actions.shess@chromium.org2010-02-061-20/+22
* Fix crasher in LocationBarView when browser is closed with page action instal...mirandac@chromium.org2010-02-051-1/+2
* [Mac] Adds code for fullscreen mode, including a floating dropdown toolbar an...rohitrao@chromium.org2010-02-031-2/+19
* [Mac] Page action icons were not being properly marked as needing to be redra...andybons@chromium.org2010-02-031-15/+10
* [Mac] Make the extension popup a singleton instance to avoid maintaining mult...andybons@chromium.org2010-02-021-16/+10
* ExtensionInstalledBubble for Mac.mirandac@chromium.org2010-01-311-0/+65
* Add basic support for Content Blocked icons in the omnibox. Not yet pkasting@chromium.org2010-01-301-1/+5
* Page actions should be able to change the popup on a per-tab basis.skerner@chromium.org2010-01-271-11/+18
* [Mac] Implementation of Page Action tooltips. Also adds cursor rects to the a...andybons@chromium.org2009-12-291-4/+22
* Fixes bug where a Page Action icon was not being properly displayed upon page...andybons@chromium.org2009-12-241-0/+23
* [Mac] Fixes a bug where an ExtensionPopupController object's pointer was neve...andybons@chromium.org2009-12-211-6/+6
* [Mac] Implements popups for Page Actions, plus fixes a leak within the Browse...andybons@chromium.org2009-12-181-6/+26
* First batch of unit tests for mac Page Actions.pamg@google.com2009-12-171-1/+1
* First steps toward page actions on Mac. Page action icons shold show andpamg@google.com2009-12-141-8/+274