summaryrefslogtreecommitdiffstats
path: root/content/browser/renderer_host/render_widget_host_view_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge 265842 "CoreAnimation: Evict IOSurfaces after use"ccameron@chromium.org2014-05-051-1/+3
* Merge 262916 "Add NULL check before CanPauseForPendingResizeOrRe..."ccameron@chromium.org2014-04-211-0/+1
* Merge 262431 "[Mac] Don't pause for pending resize in overlay vi..."ccameron@chromium.org2014-04-211-7/+16
* Merge 262901 "Mac: Recreate browser-side GL contexts on GPU switch"ccameron@chromium.org2014-04-151-7/+30
* Merge 262545 "Fixes for crashes in ScopedCGLSetCurrentContext dtor"ccameron@chromium.org2014-04-141-0/+4
* Merge 260448 "Reduce the scope of CGL current contexts"ccameron@chromium.org2014-04-141-10/+16
* Merge 261465 "Force software layer to redraw when it is resized."ccameron@chromium.org2014-04-041-1/+6
* Merge 260735 "Fix crash in Mac RenderWidgetHostImpl::GetBackingS..."ccameron@chromium.org2014-04-021-0/+3
* CoreAnimation: Clean up layer resizingccameron@chromium.org2014-03-271-51/+95
* Revert of CoreAnimation: Clean up layer resizing (https://codereview.chromium...dgozman@chromium.org2014-03-271-107/+52
* Mac: Fix NULL dereference in SendVSyncParametersToRendererccameron@chromium.org2014-03-271-5/+7
* CoreAnimation: Clean up layer resizingccameron@chromium.org2014-03-271-52/+107
* Tighten error detection and correction on Mac compositingccameron@chromium.org2014-03-251-53/+74
* Mac: Don't wait for new frames inside draw functionsccameron@chromium.org2014-03-251-138/+71
* Move selection related code to RenderFrame. Also finish moving the rest of th...jam@chromium.org2014-03-211-20/+15
* Revert 258512 "CoreAnimation: Don't wait for frames during draw"engedy@chromium.org2014-03-211-46/+104
* CoreAnimation: Don't wait for frames during drawccameron@chromium.org2014-03-211-104/+46
* mac: Add support for asynchronous dictionary lookup.andresantoso@chromium.org2014-03-181-0/+18
* Revert of mac: History swiping doesn't work right with iframes. (https://code...erikchen@chromium.org2014-03-141-7/+12
* mac: History swiping doesn't work right with iframes.erikchen@chromium.org2014-03-131-12/+7
* Query the preferred readback config in CopyFromBackingStoresiva.gunturi@samsung.com2014-03-131-0/+4
* CoreAnimation: Be robust to frames coming when the NSView has no windowccameron@chromium.org2014-03-121-44/+36
* Make RenderWidgetHostViewCocoa return YES to mouseDownCanMoveWindow. (Mac)jackhou@chromium.org2014-03-121-0/+8
* CoreAnimation: Ensure that frames are drawn after window resizeccameron@chromium.org2014-03-121-0/+8
* Do not dynamically call setLayer on RenderWidgetHostViewCocoaccameron@chromium.org2014-03-101-44/+42
* Almost finish moving context_menu_node_ from RenderViewImpl to RenderFrameImpl.jam@chromium.org2014-03-081-12/+30
* Fix tab capture with Mac software compositorccameron@chromium.org2014-03-041-0/+9
* Make vsync multi-monitor aware on Macccameron@chromium.org2014-03-041-38/+46
* Fix DevTools under CoreAnimationccameron@chromium.org2014-03-041-6/+11
* Try to diagnose crashes on 10.6ccameron@chromium.org2014-03-021-1/+7
* Enable CoreAnimation by defaultccameron@chromium.org2014-02-281-17/+44
* Fix software compositor responsivenessccameron@chromium.org2014-02-271-4/+17
* CoreAnimation startup time optimizationsccameron@chromium.org2014-02-261-96/+126
* Correctly use Release instead of Reset to not run a callback.ccameron@chromium.org2014-02-251-3/+10
* Crash fix: RenderWidgetHostViewMac::SetBounds() can handle views removed from...miu@chromium.org2014-02-251-5/+14
* Revert 252697 "Revert 252674 "[Mac] Draw accelerated underlay vi..."dgozman@google.com2014-02-241-1/+1
* Make --disable-gpu-vsync work with CoreAnimationccameron@chromium.org2014-02-221-11/+8
* Revert 252674 "[Mac] Draw accelerated underlay view immediately ..."mpearson@chromium.org2014-02-221-1/+1
* [Mac] Draw accelerated underlay view immediately instead of marking for display.dgozman@chromium.org2014-02-211-1/+1
* Revert 252031.ccameron@chromium.org2014-02-201-18/+56
* Revert 251918 "Do not send a frame swap ack from the browser unt..."xians@chromium.org2014-02-191-48/+18
* Refactor device scale factor on Mac and fix CoreAnimation bugccameron@chromium.org2014-02-191-51/+47
* Do not send a frame swap ack from the browser until the frame is drawnccameron@chromium.org2014-02-191-18/+48
* Dynamically set CAOpenGLLAyer to be asynchronousccameron@chromium.org2014-02-141-1/+9
* Revert 250209 "Don't send VSync parameters to the host on Mac."ccameron@chromium.org2014-02-121-4/+1
* Use base::ScopedTypeRef for CGL types.ccameron@chromium.org2014-02-111-4/+7
* Don't send VSync parameters to the host on Mac.ccameron@chromium.org2014-02-101-1/+4
* Back CAOpenGLLayers by CGL contexts instead of NSGL contextsccameron@chromium.org2014-02-061-19/+7
* Fix and separate out VSync code on Macccameron@chromium.org2014-02-051-0/+9
* Disable overlay views when using CoreAnimationccameron@chromium.org2014-02-021-0/+6