Title: [203294] trunk/Source/WebCore
Revision 203294
Author toniki...@webkit.org
Date 2016-07-15 13:19:29 -0700 (Fri, 15 Jul 2016)
Log Message
ScrollView::setHasHorizontalScrollbar / setHasVerticalScrollbar duplicate their logic
https://bugs.webkit.org/show_bug.cgi?id=159825
Patch introd
Title: [203267] trunk
Revision 203267
Author toniki...@webkit.org
Date 2016-07-14 20:56:51 -0700 (Thu, 14 Jul 2016)
Log Message
[RTL Scrollbars] Frame scrollbars don't move to the right when text direction changes to RTL
https://bugs.webkit.org/show_bug.cgi?id=158252
Patch by Antonio Gom
Title: [200265] trunk
Revision 200265
Author toniki...@webkit.org
Date 2016-04-29 14:48:43 -0700 (Fri, 29 Apr 2016)
Log Message
padding should react when scrolling
Source/WebCore:
https://bugs.webkit.org/show_bug.cgi?id=156590
https://bugs.webkit.org/show_bug.cgi?id=156591
Reviewed by
Title: [200190] trunk/Source/WebCore
Revision 200190
Author toniki...@webkit.org
Date 2016-04-28 07:35:24 -0700 (Thu, 28 Apr 2016)
Log Message
Factor out the "paint item" logic in RenderListBox into a helper
https://bugs.webkit.org/show_bug.cgi?id=157117
Reviewed by Daniel Bates.
Patch
Title: [199553] trunk
Revision 199553
Author toniki...@webkit.org
Date 2016-04-14 14:14:55 -0700 (Thu, 14 Apr 2016)
Log Message
Allow listbox content and scrollbar to intrude padding area.
https://bugs.webkit.org/show_bug.cgi?id=128489
Reviewed by Myles C. Maxfield.
Source/WebCore:
Ori
Title: [199512] trunk
Revision 199512
Author toniki...@webkit.org
Date 2016-04-13 13:40:07 -0700 (Wed, 13 Apr 2016)
Log Message
Non-resizable text field looks resizable
https://bugs.webkit.org/show_bug.cgi?id=152271
Reviewed by Darin Adler.
Source/WebCore:
The 'resizability' of an HTML
Title: [198909] trunk/Source/WebCore
Revision 198909
Author toniki...@webkit.org
Date 2016-03-31 12:25:45 -0700 (Thu, 31 Mar 2016)
Log Message
eventMayStartDrag() does not check for shiftKey or isOverLink
https://bugs.webkit.org/show_bug.cgi?id=155746
Reviewed by Darin Adler.
There is c
Title: [198904] trunk/Source/WebCore
Revision 198904
Author toniki...@webkit.org
Date 2016-03-31 11:50:55 -0700 (Thu, 31 Mar 2016)
Log Message
SelectionController::positionForPlatform should ask EditingBehavior for platform specific behavior
https://bugs.webkit.org/show_bug.cgi?id=41976
Title: [198805] trunk
Revision 198805
Author toniki...@webkit.org
Date 2016-03-29 15:17:04 -0700 (Tue, 29 Mar 2016)
Log Message
Wheel events' latching state is not reset when appropriate
https://bugs.webkit.org/show_bug.cgi?id=155746
Reviewed by Simon Fraser.
Source/WebCore:
When one p
Title: [198756] trunk/Source/WebCore
Revision 198756
Author toniki...@webkit.org
Date 2016-03-28 13:58:05 -0700 (Mon, 28 Mar 2016)
Log Message
Rename PlatformWheelEvent::isEndGesture to isEndOfMomentumScroll.
https://bugs.webkit.org/show_bug.cgi?id=155940
Reviewed by Simon Fraser.
No ne
Title: [198163] trunk
Revision 198163
Author toniki...@webkit.org
Date 2016-03-14 15:08:32 -0700 (Mon, 14 Mar 2016)
Log Message
Selecting with shift+drag results in unexpected drag-n-drop
https://bugs.webkit.org/show_bug.cgi?id=155314
Reviewed by Darin Adler.
Source/WebCore:
Test: edit
Title: [197784] trunk
Revision 197784
Author toniki...@webkit.org
Date 2016-03-08 10:57:54 -0800 (Tue, 08 Mar 2016)
Log Message
Scrolling does not work when the mouse down is handled by a node
https://bugs.webkit.org/show_bug.cgi?id=19033
Reviewed by Simon Fraser.
Source/WebCore:
Test:
Title: [170015] trunk/Source/WebCore
Revision 170015
Author toniki...@webkit.org
Date 2014-06-16 10:41:40 -0700 (Mon, 16 Jun 2014)
Log Message
"nullable" sequence support is incomplete (i.e. sequence?) https://bugs.webkit.org/show_bug.cgi?id=131240
eeviewed by Darin Adler.
Patch by Anton
Title: [166413] trunk
Revision 166413
Author toniki...@webkit.org
Date 2014-03-28 10:51:51 -0700 (Fri, 28 Mar 2014)
Log Message
constants are always typed to 'int' https://bugs.webkit.org/show_bug.cgi?id=130775
Reviewed by Darin Adler.
Patch by Antonio Gomes
Patch fixes a bug where all
Title: [156257] trunk
Revision 156257
Author toniki...@webkit.org
Date 2013-09-22 21:03:25 -0700 (Sun, 22 Sep 2013)
Log Message
iframe and scrollbar with "overflow:auto" should support autoscroll with mousedrag
https://bugs.webkit.org/show_bug.cgi?id=40981
Reviewed by Darin Adler.
Patch
Title: [156158] trunk
Revision 156158
Author toniki...@webkit.org
Date 2013-09-20 06:17:07 -0700 (Fri, 20 Sep 2013)
Log Message
Source/WebCore: Make "autoscroll for drag'n drop" a setting
https://bugs.webkit.org/show_bug.cgi?id=121559
Reviewed by Ryosuke Niwa.
Patch by Antonio Gomes
Cu
Title: [156157] trunk/Source/WebCore
Revision 156157
Author toniki...@webkit.org
Date 2013-09-20 06:16:28 -0700 (Fri, 20 Sep 2013)
Log Message
StrictTypeChecking extended attribute fails for methods with sequence https://bugs.webkit.org/show_bug.cgi?id=121305
Reviewed by Darin Adler.
Pat
Title: [154722] trunk
Revision 154722
Author toniki...@webkit.org
Date 2013-08-27 21:35:14 -0700 (Tue, 27 Aug 2013)
Log Message
Scrolling allowed when overflow:hidden (seen on Acid2)
https://bugs.webkit.org/show_bug.cgi?id=22769
Reviewed by Darin Adler.
Patch by Antonio Gomes
Source/We
Title: [154383] trunk
Revision 154383
Author toniki...@webkit.org
Date 2013-08-21 05:53:04 -0700 (Wed, 21 Aug 2013)
Log Message
Harden RenderBox::canBeScrolledAndHasScrollableArea logic https://bugs.webkit.org/show_bug.cgi?id=104373
Reviewed by Simon Fraser.
Patch by Antonio Gomes
Sour
Title: [154382] trunk
Revision 154382
Author toniki...@webkit.org
Date 2013-08-21 05:52:31 -0700 (Wed, 21 Aug 2013)
Log Message
Text dragging can scroll overflow:hidden boxes https://bugs.webkit.org/show_bug.cgi?id=119760
Reviewed by Darin Adler.
Patch by Antonio Gomes
Source/WebCore:
Title: [139054] trunk/Source/WebCore
Revision 139054
Author toniki...@webkit.org
Date 2013-01-08 06:06:37 -0800 (Tue, 08 Jan 2013)
Log Message
Make RenderLayer::updateNeedsCompositedScrolling scrollbars agnostic
https://bugs.webkit.org/show_bug.cgi?id=95494
Reviewed by James Robinson.
Pa
Title: [139053] trunk/Source
Revision 139053
Author toniki...@webkit.org
Date 2013-01-08 06:05:37 -0800 (Tue, 08 Jan 2013)
Log Message
Introduce a compositing trigger for scrollable frames
https://bugs.webkit.org/show_bug.cgi?id=105573
Reviewed by James Robinson.
Patch by Antonio Gomes
Title: [138183] trunk/Source/WebCore
Revision 138183
Author toniki...@webkit.org
Date 2012-12-19 11:27:42 -0800 (Wed, 19 Dec 2012)
Log Message
Make RenderLayerCompositor::requiresCompositingForScrollableFrame scrollbars agnostic
https://bugs.webkit.org/show_bug.cgi?id=97903
Reviewed by S
Title: [136947] trunk/Source/WebCore
Revision 136947
Author toniki...@webkit.org
Date 2012-12-07 05:03:24 -0800 (Fri, 07 Dec 2012)
Log Message
Rework bug 97927 to not depend on RenderLayer::allowsScrolling
https://bugs.webkit.org/show_bug.cgi?id=103999
Reviewed by James Robinson.
Patch b
Title: [131314] trunk/Source/WebKit/blackberry
Revision 131314
Author toniki...@webkit.org
Date 2012-10-15 10:15:34 -0700 (Mon, 15 Oct 2012)
Log Message
[BlackBerry] Clean up BackingStoreClient (part II)
https://bugs.webkit.org/show_bug.cgi?id=99327
Reviewed by Yong Li.
Patch by Antonio
Title: [131305] trunk/Source/WebKit/blackberry
Revision 131305
Author toniki...@webkit.org
Date 2012-10-15 08:53:26 -0700 (Mon, 15 Oct 2012)
Log Message
[BlackBerry] Clean up BackingStoreClient (part I)
https://bugs.webkit.org/show_bug.cgi?id=99327
Reviewed by Yong Li.
Patch by Antonio G
Title: [130763] trunk/Source
Revision 130763
Author toniki...@webkit.org
Date 2012-10-09 08:00:42 -0700 (Tue, 09 Oct 2012)
Log Message
Get rid of FIXED_POSITION_CREATES_STACKING_CONTEXT in favor of Settings::fixedPositionCreatesStackingContext()
https://bugs.webkit.org/show_bug.cgi?id=987
Title: [130501] trunk/Source/WebKit/blackberry
Revision 130501
Author toniki...@webkit.org
Date 2012-10-05 07:29:05 -0700 (Fri, 05 Oct 2012)
Log Message
[BlackBerry] Find a proper fix for the WebPagePrivate::enqueueRenderingOfClippedContentOfScrollableNodeAfterInRegionScrolling hack
https
Title: [130392] trunk/Source/WebKit/blackberry
Revision 130392
Author toniki...@webkit.org
Date 2012-10-04 08:31:42 -0700 (Thu, 04 Oct 2012)
Log Message
[BlackBerry] Exiting fullscreen does not set the correct scroll position (Part II)
https://bugs.webkit.org/show_bug.cgi?id=97917
PR #212
Title: [129916] trunk/Source/WebKit/blackberry
Revision 129916
Author toniki...@webkit.org
Date 2012-09-28 10:22:13 -0700 (Fri, 28 Sep 2012)
Log Message
[BlackBerry] Extend composited in-region scrolling to iframes/frames
https://bugs.webkit.org/show_bug.cgi?id=97922
PR #197093
Reviewed
Title: [129909] trunk/Source/WebKit/blackberry
Revision 129909
Author toniki...@webkit.org
Date 2012-09-28 09:34:07 -0700 (Fri, 28 Sep 2012)
Log Message
[BlackBerry] Exiting fullscreen does not set the correct scroll position
https://bugs.webkit.org/show_bug.cgi?id=97917
PR #212920
Revie
Title: [128772] trunk/Source/WebKit/blackberry
Revision 128772
Author toniki...@webkit.org
Date 2012-09-17 10:03:45 -0700 (Mon, 17 Sep 2012)
Log Message
[BlackBerry] [FullScreen] entering/leaving fullscreen results in temporary glitches on the screen
https://bugs.webkit.org/show_bug.cgi?i
Title: [128766] trunk/Source/WebKit/blackberry
Revision 128766
Author toniki...@webkit.org
Date 2012-09-17 09:05:21 -0700 (Mon, 17 Sep 2012)
Log Message
[BlackBerry] BackingStorePrivate::resumeScreenAndBackingStoreUpdates more atomic
https://bugs.webkit.org/show_bug.cgi?id=96925
[FullScr
Title: [128603] trunk/Source/WebKit/blackberry
Revision 128603
Author toniki...@webkit.org
Date 2012-09-14 06:27:18 -0700 (Fri, 14 Sep 2012)
Log Message
[BlackBerry] Remove the ability to schedule a zoom about point call.
https://bugs.webkit.org/show_bug.cgi?id=96696
[FullScreen] enteri
Title: [128456] trunk/Source/WebKit/blackberry
Revision 128456
Author toniki...@webkit.org
Date 2012-09-13 07:29:42 -0700 (Thu, 13 Sep 2012)
Log Message
[BlackBerry] ASSERT failure in InRegionScrollableArea::InRegionScrollableArea
https://bugs.webkit.org/show_bug.cgi?id=96645
PR #207307
Title: [128142] trunk/Source/WebKit/blackberry
Revision 128142
Author toniki...@webkit.org
Date 2012-09-10 20:19:50 -0700 (Mon, 10 Sep 2012)
Log Message
[BlackBerry] add a way to overscroll non-overflown content
https://bugs.webkit.org/show_bug.cgi?id=96331
[UxD] Vertical lists should alw
Title: [127772] trunk/Source/WebKit/blackberry
Revision 127772
Author toniki...@webkit.org
Date 2012-09-06 12:22:23 -0700 (Thu, 06 Sep 2012)
Log Message
[BlackBerry] Allow overscroll to composited scroll layers
https://bugs.webkit.org/show_bug.cgi?id=95998
PR #195305
Reviewed by Rob Buis
Title: [127502] trunk/Source
Revision 127502
Author toniki...@webkit.org
Date 2012-09-04 14:10:32 -0700 (Tue, 04 Sep 2012)
Log Message
[BlackBerry] Use child/ScrollableContent layer's position instead of parent/ScrollLayer's boundsOrigin
https://bugs.webkit.org/show_bug.cgi?id=95778
PR #2
Title: [127160] trunk/Source/WebKit/blackberry
Revision 127160
Author toniki...@webkit.org
Date 2012-08-30 10:47:31 -0700 (Thu, 30 Aug 2012)
Log Message
[BlackBerry] Remove unneeded force-immediate-repaint from InRegionScroller::setLayerScrollPosition
https://bugs.webkit.org/show_bug.cgi?
Title: [127053] trunk/Source/WebKit/blackberry
Revision 127053
Author toniki...@webkit.org
Date 2012-08-29 14:52:04 -0700 (Wed, 29 Aug 2012)
Log Message
[BlackBerry] Replace blackberry specific HitTestRequest::FingerUp by TouchEvent + Release
https://bugs.webkit.org/show_bug.cgi?id=95383
Title: [126996] trunk/Source/WebKit/blackberry
Revision 126996
Author toniki...@webkit.org
Date 2012-08-29 06:00:34 -0700 (Wed, 29 Aug 2012)
Log Message
[BlackBerry] crash while trying to scroll any inner frame
https://bugs.webkit.org/show_bug.cgi?id=95287
PR #198510
Reviewed by George S
Title: [126768] trunk/Source/WebKit/blackberry
Revision 126768
Author toniki...@webkit.org
Date 2012-08-27 08:50:30 -0700 (Mon, 27 Aug 2012)
Log Message
[BlackBerry] Remove the 'in region scrollable starting node' concept from InRegionScroller
https://bugs.webkit.org/show_bug.cgi?id=95020
Title: [126767] trunk/Source/WebKit/blackberry
Revision 126767
Author toniki...@webkit.org
Date 2012-08-27 08:49:48 -0700 (Mon, 27 Aug 2012)
Log Message
BlackBerry] Shrink the in-region nested scrollable list as soon as we can
https://bugs.webkit.org/show_bug.cgi?id=95019
Reviewed by Rob
Title: [126766] trunk/Source
Revision 126766
Author toniki...@webkit.org
Date 2012-08-27 08:49:10 -0700 (Mon, 27 Aug 2012)
Log Message
For convenience, make RenderLayer::enclosingElement a public method.
https://bugs.webkit.org/show_bug.cgi?id=95018
Reviewed by George Staikos.
Patch by A
Title: [126588] trunk/Source/WebKit/blackberry
Revision 126588
Author toniki...@webkit.org
Date 2012-08-24 08:30:39 -0700 (Fri, 24 Aug 2012)
Log Message
[BlackBerry] Touch cancel can cause huge and needless invalidations
https://bugs.webkit.org/show_bug.cgi?id=94938
PR #198051
Reviewed b
Title: [126514] trunk/Source/WebKit/blackberry
Revision 126514
Author toniki...@webkit.org
Date 2012-08-23 17:39:42 -0700 (Thu, 23 Aug 2012)
Log Message
[BlackBerry] Obsolete the in-region scroll codepath prior to BB10's
https://bugs.webkit.org/show_bug.cgi?id=94839
PR #197775
Reviewed b
Title: [126474] trunk/Source/WebKit/blackberry
Revision 126474
Author toniki...@webkit.org
Date 2012-08-23 13:39:11 -0700 (Thu, 23 Aug 2012)
Log Message
[BlackBerry] Unify slow and fast in-region scrolling code paths
https://bugs.webkit.org/show_bug.cgi?id=94834
PR #197662
Reviewed by Ro
Title: [126167] trunk/Source/WebKit/blackberry
Revision 126167
Author toniki...@webkit.org
Date 2012-08-21 10:02:59 -0700 (Tue, 21 Aug 2012)
Log Message
[BlackBerry] Accelerated In-Region Scrolling does not render correctly on rotation
https://bugs.webkit.org/show_bug.cgi?id=94608
PR #194
Title: [126166] trunk/Source/WebKit/blackberry
Revision 126166
Author toniki...@webkit.org
Date 2012-08-21 10:02:28 -0700 (Tue, 21 Aug 2012)
Log Message
[BlackBerry] Properly notify WebKit when Client stops in-region scrolling
https://bugs.webkit.org/show_bug.cgi?id=94603
PR #195813
Revi
Title: [125933] trunk/Source/WebKit/blackberry
Revision 125933
Author toniki...@webkit.org
Date 2012-08-17 14:16:44 -0700 (Fri, 17 Aug 2012)
Log Message
[BlackBerry] Allow in-region accelerated scrolling take advantage of defer_blits
https://bugs.webkit.org/show_bug.cgi?id=94379
PR #19459
Title: [125679] trunk/Source/WebKit/blackberry
Revision 125679
Author toniki...@webkit.org
Date 2012-08-15 09:06:30 -0700 (Wed, 15 Aug 2012)
Log Message
[BlackBerry] Stop copying ScrollViewBase vector all over
https://bugs.webkit.org/show_bug.cgi?id=94021
Reviewed by Rob Buis.
It outliv
Title: [125678] trunk/Source/WebKit/blackberry
Revision 125678
Author toniki...@webkit.org
Date 2012-08-15 09:05:56 -0700 (Wed, 15 Aug 2012)
Log Message
Robust-fy the LayerWebKitThread ownership with InRegionScroller
https://bugs.webkit.org/show_bug.cgi?id=93983
PR #191737
Reviewed by Yo
Title: [125435] trunk/Source/WebCore
Revision 125435
Author toniki...@webkit.org
Date 2012-08-13 12:25:12 -0700 (Mon, 13 Aug 2012)
Log Message
[BlackBerry] Hardware accelerated scrolling of content
https://bugs.webkit.org/show_bug.cgi?id=93856
Reviewed by Rob Buis.
Patch by Antonio Gome
Title: [125434] trunk/Source
Revision 125434
Author toniki...@webkit.org
Date 2012-08-13 12:24:17 -0700 (Mon, 13 Aug 2012)
Log Message
[BlackBerry] Rounding error somewhere when translating CompositingLayer 's for in-region scrolling
https://bugs.webkit.org/show_bug.cgi?id=93848
PR #19098
Title: [125070] trunk/Source/WebKit/blackberry
Revision 125070
Author toniki...@webkit.org
Date 2012-08-08 12:20:59 -0700 (Wed, 08 Aug 2012)
Log Message
[BlackBerry] Make WebOverlayPrivate::scheduleCompositingRun a WebPagePrivate method.
https://bugs.webkit.org/show_bug.cgi?id=93480
PR #1
Title: [125069] trunk/Source/WebCore
Revision 125069
Author toniki...@webkit.org
Date 2012-08-08 12:20:10 -0700 (Wed, 08 Aug 2012)
Log Message
[BlackBerry] Add boundsOrigin accessors to LayerOverride
https://bugs.webkit.org/show_bug.cgi?id=93479
PR #188677
Reviewed by Yong Li.
Patch by A
Title: [125068] trunk/Source/WebCore
Revision 125068
Author toniki...@webkit.org
Date 2012-08-08 12:19:18 -0700 (Wed, 08 Aug 2012)
Log Message
[BlackBerry] Propagate GraphicsLayer::boundsOrigin down to the platform layers
https://bugs.webkit.org/show_bug.cgi?id=93478
PR #188657
Reviewed
Title: [124913] trunk/Source/WebKit/blackberry
Revision 124913
Author toniki...@webkit.org
Date 2012-08-07 13:15:57 -0700 (Tue, 07 Aug 2012)
Log Message
[BlackBerry] [FullScreen] No need to scroll 'x' to 0 before entering fullscreen
https://bugs.webkit.org/show_bug.cgi?id=91750
PR #178293
Title: [124912] trunk/Source/WebKit/blackberry
Revision 124912
Author toniki...@webkit.org
Date 2012-08-07 13:15:26 -0700 (Tue, 07 Aug 2012)
Log Message
[BlackBerry][FullScreen] Remove the set/reset of touch modes code when entering/leaving fullscreen
https://bugs.webkit.org/show_bug.cgi?
Title: [124470] trunk/Source/WebKit
Revision 124470
Author toniki...@webkit.org
Date 2012-08-02 09:42:13 -0700 (Thu, 02 Aug 2012)
Log Message
[BlackBerry] Implement InRegionScroller class as a in-region scroll controller
https://bugs.webkit.org/show_bug.cgi?id=92889
PR #186587
Reviewed b
Title: [124214] trunk/Source/WebCore
Revision 124214
Author toniki...@webkit.org
Date 2012-07-31 09:21:12 -0700 (Tue, 31 Jul 2012)
Log Message
[Blackberry][FullScreen] HTML5 controls are scaled differently depending on the current webpage scale
https://bugs.webkit.org/show_bug.cgi?id=908
Title: [120622] trunk/Source/WebKit/blackberry
Revision 120622
Author toniki...@webkit.org
Date 2012-06-18 13:23:25 -0700 (Mon, 18 Jun 2012)
Log Message
[BlackBerry] Overscroll can get reset while interacting with a page, due to style recalculations and scroll position clamping
https://bu
Title: [120482] trunk/Source/WebKit/blackberry
Revision 120482
Author toniki...@webkit.org
Date 2012-06-15 11:53:27 -0700 (Fri, 15 Jun 2012)
Log Message
[BlackBerry] Disable WebCore::EventHandler synthesized mouse events during touch scrolling
https://bugs.webkit.org/show_bug.cgi?id=89227
Title: [120010] trunk/Source/WebKit/blackberry
Revision 120010
Author toniki...@webkit.org
Date 2012-06-11 15:04:07 -0700 (Mon, 11 Jun 2012)
Log Message
[BlackBerry] [BlackBerry] browser video player fullscreen mode (portrait) does not play well with rotation
https://bugs.webkit.org/show_
Title: [120009] trunk/Source/WebKit/blackberry
Revision 120009
Author toniki...@webkit.org
Date 2012-06-11 15:03:55 -0700 (Mon, 11 Jun 2012)
Log Message
browser video player fullscreen mode (portrait) does not play well with viewport metatag - Controls are off screen so cannot exit fullsc
Title: [119983] trunk/Source/WebKit/blackberry
Revision 119983
Author toniki...@webkit.org
Date 2012-06-11 09:57:27 -0700 (Mon, 11 Jun 2012)
Log Message
Make media ( and ) slide draggable again https://bugs.webkit.org/show_bug.cgi?id=88742 PR #158199
Reviewed by George Staikos.
Patch by
Title: [119862] trunk/Source/WebCore
Revision 119862
Author toniki...@webkit.org
Date 2012-06-08 13:37:35 -0700 (Fri, 08 Jun 2012)
Log Message
EventHandler shouldn't schedule the fake mousemove event timer when scrolling on devices that don't have a mouse
https://bugs.webkit.org/show_bug.
Title: [119681] trunk/Source/WebKit/blackberry
Revision 119681
Author toniki...@webkit.org
Date 2012-06-06 21:34:56 -0700 (Wed, 06 Jun 2012)
Log Message
[BlackBerry] browser video player fullscreen mode (portrait) - Controls are off screen so cannot exit fullscreen
https://bugs.webkit.org
Title: [119679] trunk/Source/WebKit/blackberry
Revision 119679
Author toniki...@webkit.org
Date 2012-06-06 21:34:23 -0700 (Wed, 06 Jun 2012)
Log Message
[BlackBerry] Implement a top-down in-region boundary detection in InRegionScrollableArea
https://bugs.webkit.org/show_bug.cgi?id=88254
P
Title: [119322] trunk/Source/WebKit/blackberry
Revision 119322
Author toniki...@webkit.org
Date 2012-06-02 07:53:19 -0700 (Sat, 02 Jun 2012)
Log Message
[BlackBerry] browser video player fullscreen mode (portrait) - out of screen/focus - cannot navigate or use the buttons on the screen (P
Title: [119320] trunk/Source/WebKit/blackberry
Revision 119320
Author toniki...@webkit.org
Date 2012-06-02 07:52:45 -0700 (Sat, 02 Jun 2012)
Log Message
[BlackBerry] browser video player fullscreen mode (portrait) - out of screen/focus - cannot navigate or use the buttons on the screen (P
Title: [119321] trunk/Source/WebKit/blackberry
Revision 119321
Author toniki...@webkit.org
Date 2012-06-02 07:52:55 -0700 (Sat, 02 Jun 2012)
Log Message
[BlackBerry] browser video player fullscreen mode (portrait) - out of screen/focus - cannot navigate or use the buttons on the screen (P
Title: [118405] trunk/Source/WebKit/blackberry
Revision 118405
Author toniki...@webkit.org
Date 2012-05-24 12:40:09 -0700 (Thu, 24 May 2012)
Log Message
Possible missing layout in Iris browser after hiding VKB
https://bugs.webkit.org/show_bug.cgi?id=87408
PR #153056 / MKS_3674963
Reviewe
Title: [116657] trunk/Source/WebKit/blackberry
Revision 116657
Author toniki...@webkit.org
Date 2012-05-10 10:15:55 -0700 (Thu, 10 May 2012)
Log Message
[BlackBerry] Assertions and assumptions in BackingStoreClient around m_frame and m_frame->view() are invalid
https://bugs.webkit.org/sho
Title: [115401] trunk/Source/WebCore/platform/ScrollView.cpp
Revision 115401
Author toniki...@webkit.org
Date 2012-04-26 20:08:47 -0700 (Thu, 26 Apr 2012)
Log Message
Unreviewed amend to bug 84873 (r115345).
* platform/ScrollView.cpp:
(WebCore::ScrollView::scrollSize):
Modified Paths
t
Title: [115348] trunk
Revision 115348
Author toniki...@webkit.org
Date 2012-04-26 13:15:17 -0700 (Thu, 26 Apr 2012)
Log Message
[BlackBerry] properly disable DRAG_SUPPORT
https://bugs.webkit.org/show_bug.cgi?id=84952
Reviewed by Daniel Bates.
Patch by Antonio Gomes
.:
Add CMake build
Title: [115347] trunk/Source/WebCore
Revision 115347
Author toniki...@webkit.org
Date 2012-04-26 13:15:07 -0700 (Thu, 26 Apr 2012)
Log Message
Add ScrollAnimatorBlackBerry as an extension to ScrollAnimatorNone
https://bugs.webkit.org/show_bug.cgi?id=84625
Reviewed by Anders Carlsson.
Pat
Title: [115346] trunk
Revision 115346
Author toniki...@webkit.org
Date 2012-04-26 13:14:54 -0700 (Thu, 26 Apr 2012)
Log Message
[BlackBerry] Add smooth_scrolling options to CMAKE and enable it for Blackberry
https://bugs.webkit.org/show_bug.cgi?id=84954
Reviewed by Daniel Bates.
Patch by
Title: [115345] trunk/Source/WebCore
Revision 115345
Author toniki...@webkit.org
Date 2012-04-26 13:14:41 -0700 (Thu, 26 Apr 2012)
Log Message
Make ScrollView::scrollSize scrollbar-independent
https://bugs.webkit.org/show_bug.cgi?id=84873
Reviewed by Anders Carlsson.
Patch by Antonio Gom
Title: [114770] trunk/Source/WebCore
Revision 114770
Author toniki...@webkit.org
Date 2012-04-20 12:11:52 -0700 (Fri, 20 Apr 2012)
Log Message
Relax ScrollView::adjustScrollPositionWithinRange in case constrainsScrollingToContentEdge is false
https://bugs.webkit.org/show_bug.cgi?id=84178
Title: [114288] trunk/Source/WebKit/blackberry
Revision 114288
Author toniki...@webkit.org
Date 2012-04-16 13:00:42 -0700 (Mon, 16 Apr 2012)
Log Message
2012-04-16 Antonio Gomes
Screen shift down when VKB shows by clicking in a input box MKS_3601371
PR #149846
Title: [113910] trunk/LayoutTests
Revision 113910
Author toniki...@webkit.org
Date 2012-04-11 14:27:21 -0700 (Wed, 11 Apr 2012)
Log Message
All Mac bots occasionally fail tons of media/ sputnik/ and svg/ tests
https://bugs.webkit.org/show_bug.cgi?id=83411
Reviewed by Eric Carlson.
Patch
Title: [113371] trunk/LayoutTests
Revision 113371
Author toniki...@webkit.org
Date 2012-04-05 13:34:07 -0700 (Thu, 05 Apr 2012)
Log Message
2012-04-05 Antonio Gomes
Move nodesFromRect-shadowContent test from fast/dom to media, where the
helper .js files are able to wor
Title: [113358] trunk/Source/WebCore
Revision 113358
Author toniki...@webkit.org
Date 2012-04-05 12:38:07 -0700 (Thu, 05 Apr 2012)
Log Message
2012-04-05 Antonio Gomes
Unreviewed bit left over from rebasing the origin patch before landing it.
Complementary to r113329.
Title: [113329] trunk
Revision 113329
Author toniki...@webkit.org
Date 2012-04-05 09:46:22 -0700 (Thu, 05 Apr 2012)
Log Message
Extend HitTestResult to support not "discarding" shadow content in favor of its DOM ancestor
https://bugs.webkit.org/show_bug.cgi?id=80847
Reviewed by David Hya
Title: [110594] trunk
Revision 110594
Author toniki...@webkit.org
Date 2012-03-13 13:05:01 -0700 (Tue, 13 Mar 2012)
Log Message
Convert nodesFromRect tests to use Internals interface
https://bugs.webkit.org/show_bug.cgi?id=80886
Reviewed by Ryosuke Niwa.
Patch by Antonio Gomes
Source/W
Title: [109687] trunk/Source/WebKit/blackberry
Revision 109687
Author toniki...@webkit.org
Date 2012-03-04 17:34:22 -0800 (Sun, 04 Mar 2012)
Log Message
2012-03-04 Antonio Gomes
Fixed positioned element not correctly positioned after orientation change,
when viewport met
Title: [108721] trunk/Source/WebKit/blackberry
Revision 108721
Author toniki...@webkit.org
Date 2012-02-23 20:28:34 -0800 (Thu, 23 Feb 2012)
Log Message
2012-02-19 Antonio Gomes
Fat fingers - Add a clearer way to distinguish the node we want (shadow or non-shadow)
http
Title: [108380] trunk/Source/WebKit/blackberry
Revision 108380
Author toniki...@webkit.org
Date 2012-02-21 11:49:21 -0800 (Tue, 21 Feb 2012)
Log Message
2012-02-18 Antonio Gomes
Fat fingers - cache the first rect-based hit test so we do not need to do it again
https://
Title: [108244] trunk/Source/WebKit/blackberry
Revision 108244
Author toniki...@webkit.org
Date 2012-02-20 08:43:29 -0800 (Mon, 20 Feb 2012)
Log Message
2012-02-19 Antonio Gomes
All default video/audio control elements should be rect-hit testable (Part II)
PR #139518 /
Title: [107992] trunk/Source/WebKit/blackberry
Revision 107992
Author toniki...@webkit.org
Date 2012-02-16 16:04:35 -0800 (Thu, 16 Feb 2012)
Log Message
2012-02-16 Antonio Gomes
[BlackBerry] Implemented a way to defer client navigation change client notifications
https:/
Title: [107991] trunk/Source/WebKit/blackberry
Revision 107991
Author toniki...@webkit.org
Date 2012-02-16 16:04:23 -0800 (Thu, 16 Feb 2012)
Log Message
2012-02-16 Antonio Gomes
Crash @WebPagePrivate::enqueueRenderingOfClippedContentOfScrollableNodeAfterInRegionScrolling MKS_2
Title: [107990] trunk/Source/WebKit/blackberry
Revision 107990
Author toniki...@webkit.org
Date 2012-02-16 16:04:11 -0800 (Thu, 16 Feb 2012)
Log Message
2012-02-16 Antonio Gomes
[BlackBerry] Upstream touch handling related classes (Part III: InRegionScrollableArea)
https
Title: [107978] trunk/Source/WebKit/blackberry
Revision 107978
Author toniki...@webkit.org
Date 2012-02-16 14:03:33 -0800 (Thu, 16 Feb 2012)
Log Message
2012-02-16 Antonio Gomes
[BlackBerry] Upstream touch handling related classes (part II: FatFingers)
https://bugs.webki
Title: [107972] trunk/Source/WebKit/blackberry
Revision 107972
Author toniki...@webkit.org
Date 2012-02-16 12:55:34 -0800 (Thu, 16 Feb 2012)
Log Message
2012-02-16 Antonio Gomes
[BlackBerry] Upstream touch handling related classes
https://bugs.webkit.org/show_bug.cgi?id=
Title: [100874] trunk/Source
Revision 100874
Author toniki...@webkit.org
Date 2011-11-20 15:55:31 -0800 (Sun, 20 Nov 2011)
Log Message
2011-10-17 Antonio Gomes
Pass a Frame* parameter in EditorClient::respondToChangedSelection
https://bugs.webkit.org/show_bug.cgi?id=70
Title: [89318] trunk/Source/WebCore
Revision 89318
Author toniki...@webkit.org
Date 2011-06-20 17:04:23 -0700 (Mon, 20 Jun 2011)
Log Message
2011-06-20 Antonio Gomes
Reviewed by Ryosuke Niwa.
Stop adding empty rects in FrameSelection::getClippedVisibleTextRectangles
Title: [87616] trunk/Source/WebCore
Revision 87616
Author toniki...@webkit.org
Date 2011-05-28 10:02:18 -0700 (Sat, 28 May 2011)
Log Message
2011-05-26 Antonio Gomes
Reviewed by Andreas Kling.
Logic error in WebCore/Page/SpatialNavigation.cpp::areRectsPartial lyA
98 matches
Mail list logo