summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host_view_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* [Mac] Don't ignore mouse events outside of the view while dragging.dgozman@chromium.org2013-12-021-1/+7
* Allow drawing IOSurfaces from any IOSurfaceContextccameron@chromium.org2013-11-281-11/+6
* Add a missing swap ack to Mac software compositing.ccameron@chromium.org2013-11-191-0/+7
* Implement accessible BoundsForRange on Mac.dmazzoni@chromium.org2013-11-181-5/+4
* Rewrite include paths for Blink public/ headers that have movedphilipj@opera.com2013-11-141-1/+1
* Warm up the GPU when the user touches the screenskyostil@chromium.org2013-11-081-0/+4
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-9/+0
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-19/+19
* Fix UMA action hashes for software renderer.jbauman@chromium.org2013-10-291-2/+2
* Make software compositing work on Mac.ccameron@chromium.org2013-10-251-14/+100
* Get rid of is_hidden booleans in RenderWidgetHostView platform implementation...jam@chromium.org2013-10-211-48/+41
* Set is_hidden bit for background navigationsjamesr@chromium.org2013-10-181-1/+1
* Dont hide cursor when cmd key pressed on mac.lstoakes@gmail.com2013-10-171-1/+2
* Report LatencyInfo through trace buffermiletus@chromium.org2013-10-111-1/+2
* Fix flashes when changing tabs.ccameron@chromium.org2013-09-301-0/+4
* [rAC] Ensure proper keyboard navigation.groby@chromium.org2013-09-271-2/+3
* Clean up a few more unused globals.thakis@chromium.org2013-09-251-3/+0
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-1/+1
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-1/+1
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-201-1/+1
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* Move Range code to gfx.ben@chromium.org2013-09-061-23/+23
* Use Blink accessibility enums in Chromiumdmazzoni@chromium.org2013-09-041-3/+3
* reorder RenderWidgetHostViewPort::TextInputTypeChanged argumentyoichio@chromium.org2013-09-041-2/+2
* Move ScopedClosureRunner to callback_helpers, add Reset.avi@chromium.org2013-08-301-3/+4
* Call disableScreenUpdatesUntilFlush when transitioning from acceleratedccameron@chromium.org2013-08-271-0/+4
* Fix Chromium crashing on early OS X 10.7 systems, when accessing NSWindowDidC...olaru@adobe.com2013-07-311-1/+26
* Fix flickering when transitioning from composited to non-composited.ccameron@chromium.org2013-07-311-8/+29
* Core Animation: Fix bugs when transition between softwareccameron@chromium.org2013-07-221-20/+38
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-2/+2
* Use a direct include of the message_loop header in content/, part 2.avi@chromium.org2013-07-181-1/+1
* Fix a crash when built with 10.7 SDK running on OS X 10.6jiangj@opera.com2013-07-171-9/+18
* Move ownership of compositing GL context to RWHVMacccameron@chromium.org2013-07-171-72/+136
* Show dictionary definition in <webview> for "Look Up in Dictionary" context m...lazyboy@chromium.org2013-07-171-35/+3
* [OSX] Cleanup - Use NSZeroPoint if possible.groby@chromium.org2013-07-131-2/+2
* Add ability to keep selection on confirmCompositionaurimas@chromium.org2013-07-121-9/+15
* Add new parameter ui::TextInputMode to ViewHostMsg_TextInputTypeChanged IPC m...yoichio@chromium.org2013-07-111-2/+4
* Rename RenderViewGone IPC/methods to better reflect reality.nasko@chromium.org2013-07-101-2/+2
* Core Animation: Use CHECK() instead of DCHECK() in drawRect:sail@chromium.org2013-07-031-1/+3
* Revert 209546 "Core Animation: Work around for white tab issue"sail@chromium.org2013-07-021-5/+7
* Make window resize using CoreAnimation behave the same as without.ccameron@chromium.org2013-07-021-0/+11
* Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-07-021-2/+2
* Core Animation: Work around for white tab issuesail@chromium.org2013-07-011-7/+5
* Disable core animationsail@chromium.org2013-06-291-1/+1
* Instant Extended: Delete unused overlay codesail@chromium.org2013-06-271-8/+0
* Change default core animation mode to "lazy"sail@chromium.org2013-06-271-4/+10
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-4/+4
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-1/+1
* Request a new frame if there is a browser-side GL error.ccameron@chromium.org2013-06-201-2/+9
* Move io_surface_support_mac to ui/gl.danakj@chromium.org2013-06-191-1/+1