| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup unneccessary include. | thakis@chromium.org | 2009-10-20 | 1 | -1/+0 |
* | Fix DCHECK. | thakis@chromium.org | 2009-10-20 | 1 | -0/+7 |
* | Make window cycling work even if you change it to something else than cmd-` i... | thakis@chromium.org | 2009-10-19 | 1 | -32/+13 |
* | Make backspace not go back while IME is active. | thakis@chromium.org | 2009-10-19 | 1 | -0/+3 |
* | Popup width and height are now dynamic. | erikkay@chromium.org | 2009-10-16 | 1 | -1/+1 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 1 | -1/+11 |
* | Reverted 29258. | akalin@chromium.org | 2009-10-16 | 1 | -11/+1 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 1 | -1/+11 |
* | Reverted 29255. | akalin@chromium.org | 2009-10-16 | 1 | -11/+1 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 1 | -1/+11 |
* | Reverted 29253. | akalin@chromium.org | 2009-10-16 | 1 | -11/+1 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 1 | -1/+11 |
* | TBR: nick@chromium.org | akalin@chromium.org | 2009-10-16 | 1 | -11/+1 |
* | Made sync code build and pass unit tests on OS X. | akalin@chromium.org | 2009-10-16 | 1 | -1/+11 |
* | Let cmd-` switch windows again. | thakis@chromium.org | 2009-10-16 | 1 | -0/+25 |
* | Send key equivalents to renderer first. | thakis@chromium.org | 2009-10-12 | 1 | -3/+12 |
* | Forgot backspace/shift-backspace. | thakis@chromium.org | 2009-10-09 | 1 | -6/+9 |
* | Support cmd-left/right for history. | thakis@chromium.org | 2009-10-09 | 1 | -0/+15 |
* | Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW... | jam@chromium.org | 2009-10-08 | 1 | -3/+0 |
* | Allow the initial size of TabContentViews to be based on the | tony@chromium.org | 2009-09-25 | 1 | -1/+1 |
* | [Mac] Save/restore focus in TabContentsViewMac. | rohitrao@chromium.org | 2009-09-21 | 1 | -15/+10 |
* | mac: drop NOTIMPLEMENTED in GotFocus() | avi@chromium.org | 2009-09-15 | 1 | -1/+2 |
* | Let cmd-e write the selection into the find pasteboard. | thakis@chromium.org | 2009-09-12 | 1 | -0/+4 |
* | Plumb the DragOperation through all the layers between the platform Drag-n-dr... | snej@chromium.org | 2009-09-08 | 1 | -14/+34 |
* | Synthesize an NSEvent for handling drag events, since we | paul@chromium.org | 2009-08-18 | 1 | -17/+0 |
* | When you clicked Get Themes in Mac prefs, the browser window containing the t... | beng@google.com | 2009-08-13 | 1 | -0/+1 |
* | Implement TabContentsViewMac::SizeContents(), so that the TabContentsView | japhet@chromium.org | 2009-08-05 | 1 | -2/+5 |
* | Enable dragging of images to desktop (Finder), Preview, etc. (on Mac). | thakis@chromium.org | 2009-07-31 | 1 | -136/+41 |
* | Flip screen coordinates when converting NSEvent to WebMouseEvent. Enable proc... | pinkerton@chromium.org | 2009-07-17 | 1 | -2/+4 |
* | Call the DragSource* API on the RenderViewHost during a drag. | pinkerton@chromium.org | 2009-07-16 | 1 | -2/+36 |
* | Implement drops on web view. | pinkerton@chromium.org | 2009-07-15 | 1 | -23/+50 |
* | Allow dragging text/url content out of the browser. Dragging back in not yet ... | pinkerton@chromium.org | 2009-07-14 | 1 | -16/+159 |
* | First cut at popup blocking for Mac. Remove ifdefs in cross-platform code. Im... | pinkerton@chromium.org | 2009-07-01 | 1 | -3/+6 |
* | Converts BaseView to be non-opaque, which will fix drawing of | rohitrao@chromium.org | 2009-07-01 | 1 | -0/+10 |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 1 | -0/+4 |
* | Allow external hosts to handle the context menu and thus be able to customize... | ananta@chromium.org | 2009-06-12 | 1 | -0/+1 |
* | Fix a crash in linux if the renderer process dies too fast. On mac, we | tc@google.com | 2009-06-10 | 1 | -14/+10 |
* | plugins: rename GetPluginNativeView to GetNativeView. | evan@chromium.org | 2009-06-03 | 1 | -1/+1 |
* | SetInitialFocus() when there's no view to restore to. | shess@chromium.org | 2009-05-26 | 1 | -0/+6 |
* | Save/restore the focused subview. | avi@google.com | 2009-05-13 | 1 | -4/+17 |
* | Propagate intrinsic width notification over IPC in all cases (not just extens... | pinkerton@chromium.org | 2009-05-13 | 1 | -0/+8 |
* | Fixes focus issues when browsing on Mac. | rohitrao@chromium.org | 2009-05-04 | 1 | -0/+1 |
* | Fix the mac build from my WebContents rename. | brettw@chromium.org | 2009-05-04 | 1 | -2/+2 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -26/+26 |
* | More focus fixing. | avi@google.com | 2009-05-01 | 1 | -1/+2 |
* | Fixes the implementation of TabContentsViewMac::TakeFocus(). | rohitrao@chromium.org | 2009-04-30 | 1 | -1/+7 |
* | Minimal SetInitialFocus and RestoreFocus. These aren't final, but this | rohitrao@chromium.org | 2009-04-30 | 1 | -1/+5 |
* | Implement HTML selects as native Cocoa controls for Chrome. | paul@chromium.org | 2009-04-24 | 1 | -0/+3 |
* | Removes FindBar cruft from TabContentsViewMac. | rohitrao@chromium.org | 2009-04-24 | 1 | -53/+0 |
* | Don't send resize messages until the renderer has been initialized. | evan@chromium.org | 2009-04-22 | 1 | -4/+0 |