summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents_view_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-251-1/+1
* [Mac] Save/restore focus in TabContentsViewMac.rohitrao@chromium.org2009-09-211-15/+10
* mac: drop NOTIMPLEMENTED in GotFocus()avi@chromium.org2009-09-151-1/+2
* Let cmd-e write the selection into the find pasteboard.thakis@chromium.org2009-09-121-0/+4
* Plumb the DragOperation through all the layers between the platform Drag-n-dr...snej@chromium.org2009-09-081-14/+34
* Synthesize an NSEvent for handling drag events, since wepaul@chromium.org2009-08-181-17/+0
* When you clicked Get Themes in Mac prefs, the browser window containing the t...beng@google.com2009-08-131-0/+1
* Implement TabContentsViewMac::SizeContents(), so that the TabContentsViewjaphet@chromium.org2009-08-051-2/+5
* Enable dragging of images to desktop (Finder), Preview, etc. (on Mac).thakis@chromium.org2009-07-311-136/+41
* Flip screen coordinates when converting NSEvent to WebMouseEvent. Enable proc...pinkerton@chromium.org2009-07-171-2/+4
* Call the DragSource* API on the RenderViewHost during a drag.pinkerton@chromium.org2009-07-161-2/+36
* Implement drops on web view.pinkerton@chromium.org2009-07-151-23/+50
* Allow dragging text/url content out of the browser. Dragging back in not yet ...pinkerton@chromium.org2009-07-141-16/+159
* First cut at popup blocking for Mac. Remove ifdefs in cross-platform code. Im...pinkerton@chromium.org2009-07-011-3/+6
* Converts BaseView to be non-opaque, which will fix drawing ofrohitrao@chromium.org2009-07-011-0/+10
* Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...jcampan@chromium.org2009-06-121-0/+4
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-121-0/+1
* Fix a crash in linux if the renderer process dies too fast. On mac, wetc@google.com2009-06-101-14/+10
* plugins: rename GetPluginNativeView to GetNativeView.evan@chromium.org2009-06-031-1/+1
* SetInitialFocus() when there's no view to restore to.shess@chromium.org2009-05-261-0/+6
* Save/restore the focused subview.avi@google.com2009-05-131-4/+17
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-0/+8
* Fixes focus issues when browsing on Mac.rohitrao@chromium.org2009-05-041-0/+1
* Fix the mac build from my WebContents rename.brettw@chromium.org2009-05-041-2/+2
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-26/+26
* More focus fixing.avi@google.com2009-05-011-1/+2
* Fixes the implementation of TabContentsViewMac::TakeFocus().rohitrao@chromium.org2009-04-301-1/+7
* Minimal SetInitialFocus and RestoreFocus. These aren't final, but thisrohitrao@chromium.org2009-04-301-1/+5
* Implement HTML selects as native Cocoa controls for Chrome.paul@chromium.org2009-04-241-0/+3
* Removes FindBar cruft from TabContentsViewMac.rohitrao@chromium.org2009-04-241-53/+0
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-221-4/+0
* Revert "Don't send resize messages until the renderer has been initialized."evan@chromium.org2009-04-221-0/+4
* Don't send resize messages until the renderer has been initialized.evan@chromium.org2009-04-221-4/+0
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-0/+297