summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents_view_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unneccessary include.thakis@chromium.org2009-10-201-1/+0
* Fix DCHECK.thakis@chromium.org2009-10-201-0/+7
* Make window cycling work even if you change it to something else than cmd-` i...thakis@chromium.org2009-10-191-32/+13
* Make backspace not go back while IME is active.thakis@chromium.org2009-10-191-0/+3
* Popup width and height are now dynamic.erikkay@chromium.org2009-10-161-1/+1
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+11
* Reverted 29258.akalin@chromium.org2009-10-161-11/+1
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+11
* Reverted 29255.akalin@chromium.org2009-10-161-11/+1
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+11
* Reverted 29253.akalin@chromium.org2009-10-161-11/+1
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+11
* TBR: nick@chromium.orgakalin@chromium.org2009-10-161-11/+1
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+11
* Let cmd-` switch windows again.thakis@chromium.org2009-10-161-0/+25
* Send key equivalents to renderer first.thakis@chromium.org2009-10-121-3/+12
* Forgot backspace/shift-backspace.thakis@chromium.org2009-10-091-6/+9
* Support cmd-left/right for history.thakis@chromium.org2009-10-091-0/+15
* Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW...jam@chromium.org2009-10-081-3/+0
* 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