summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-1/+1
* Move NativeWebKeyboardEvent to the content namespace.jam@chromium.org2012-05-181-0/+2
* Remove some unnecessary render_widget_host_view_mac.h includes in chrome.jam@chromium.org2011-12-281-1/+0
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-011-1/+1
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #3.mpcomplete@chromium.org2011-11-171-27/+0
* Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost....dpolukhin@chromium.org2011-11-161-0/+27
* Have ExtensionHost use TabContents instead of RenderViewHost. Try #2.mpcomplete@chromium.org2011-11-161-27/+0
* Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...mpcomplete@chromium.org2011-11-081-0/+27
* Have ExtensionHost use TabContents instead of RenderViewHost. This is partmpcomplete@chromium.org2011-11-081-27/+0
* Move NativeWebKeyboardEvent files into their intended final destinations prio...ben@chromium.org2011-10-141-1/+1
* Move view_types to content\public\common. Also update the enum values to matc...jam@chromium.org2011-10-121-1/+1
* Split ViewType between chrome and contentjochen@chromium.org2011-10-061-1/+2
* Move RenderWidgetHostViewMac to content.avi@chromium.org2011-09-281-1/+1
* Revert 103113 - Move RenderWidgetHostViewMac to content.torne@chromium.org2011-09-281-1/+1
* Move RenderWidgetHostViewMac to content.avi@chromium.org2011-09-281-1/+1
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* In ExtensionHostMac::~ExtensionHostMac, only close visible popups.rsesek@chromium.org2011-01-131-2/+3
* Move browser/cocoa to browser/ui/cocoaben@chromium.org2010-12-011-3/+3
* Refactoring select popup on Mac.jcivelli@google.com2010-10-261-3/+0
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-071-2/+2
* [Mac] If a popup for an extension is shown and then the extension is killed o...andybons@chromium.org2010-03-301-0/+12
* Handle keyboard events correctly in extension popups.suzhe@chromium.org2010-02-251-1/+16
* Fixes issue where clicking on a <SELECT> dropdown in an extension popup windo...andybons@chromium.org2009-12-091-0/+37