Matt Brubeck
c97bd59e5d
Bug 941324 - Use APZC to detect tap/doubletap gestures in content [r=jimm]
2013-11-22 15:20:05 -08:00
Matt Brubeck
031638a82a
Bug 941324 - Don't send touch input on chrome elements to APZC [r=jimm]
2013-11-22 15:20:05 -08:00
Rodrigo Silveira
f3c17ab51f
Bug 934762 - Metro renders squished and mouse/touch events are offset in dual monitor setup when one is HighDPI r=jimm
...
--HG--
extra : rebase_source : d259e2f7a25169da78e28685a71137f184438a05
2013-10-29 21:29:07 -07:00
Botond Ballo
20adb2fb8e
Bug 900092 - Remove FrameMetrics::ROOT_SCROLL_ID. r=kats,tn
2013-11-08 19:07:00 -05:00
Ryan VanderMeulen
57c7242365
Merge fx-team to m-c.
2013-11-19 13:44:45 -05:00
Tim Abraldes
dd01de5e1f
bug 932520. Give MetroWidget an nsNativeDragTarget to maintain, and implement IWidget::EnableDragDrop through the use of that member. r=jimm
2013-11-18 22:43:13 -08:00
Mike Hommey
931cb49886
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
...
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
db9e5129bc
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
2013-11-19 11:48:10 +09:00
Mike Hommey
f0d1cd1e10
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
f81885e53b
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
2013-11-19 11:47:14 +09:00
Jim Mathies
5e6ef74079
Bug 937185 - Discard old apzcs if the ScrollableLayerGuid is updated. r=kats
2013-11-18 09:14:08 -06:00
Jim Mathies
4a8775756e
Bug 918203 - Follow up - fixup bogus resize call. r=me
2013-11-18 07:11:36 -06:00
Jim Mathies
8c7dffd975
Bug 918203 - Invalidate the ICoreWindow hwnd when we resize. r=bbondy
2013-11-12 14:48:10 -06:00
Jim Mathies
92c14e1a35
Bug 937256 - Remove the old front end apzc preventDefault hack now that we have chrome hit testing in metro widget. Also fix a bug with transformed coords that are destined for chrome vs. content. r=mbrubeck
2013-11-12 06:14:48 -06:00
Jim Mathies
be2f3bd4e2
Bug 918273 - Add an apzc tree manager helper for translating device to gecko coordinate space, and use it when sending events to the dom in cases where content is consuming touch. r=kats
2013-11-10 10:43:18 -06:00
Jim Mathies
10d334edb3
Bug 918273 - Don't wait for the first touch move to call ContentReceivedTouch if the first touchstart had preventDefault called on it. r=mbrbeck
2013-11-10 10:43:18 -06:00
Jim Mathies
c62774b090
Bug 918273 - Cache the target scrollable layer id in metro input code and use it instead of the root layer id in ContentReceivedEvent calls. r=mbrbeck
2013-11-10 10:43:18 -06:00
Matt Brubeck
701f495717
Bug 936005 - Allow chrome to cancel gesture recognition with preventDefault [r=jimm]
2013-11-07 13:13:24 -08:00
Jim Mathies
4e115c6825
Bug 927033 - Dispatch touchcancel to APZC when content consumes touch input [r=mbrubeck]
2013-11-07 13:12:53 -08:00
Kartikaya Gupta
a863e534b0
Bug 927027 - Don't keep untransformed touch points in the touch list. r=jimm,tabraldes
2013-11-07 13:47:49 -05:00
Rodrigo Silveira
5367b2955f
Bug 927172 - Can't touch scroll when second monitor is attached r=jimm
...
--HG--
extra : rebase_source : 9d583bda2e6def27f5f99c74481635dd79621179
2013-10-29 21:29:07 -07:00
Matt Brubeck
acbe123ece
Bug 934750 - Don't cancel content touch events unless APZC consumes them [r=jimm,kats]
...
This is necessary for our "cross-slide" hack to work. We need to send
input to both content and APZC until the input passes the pan threshold, so
that the start page can use touch events without disabling async panning.
In the long run we hope to use "touch-action: pan-x" for this and no longer
rely on this hack.
2013-11-06 12:06:46 -08:00
Jim Mathies
b31e9dcecc
Bug 935037 - Remove multi-touch event batching now that we filter non-moving touch points. r=tabraldes
2013-11-06 06:22:09 -06:00
Kartikaya Gupta
35ba8812bc
Bug 934233 - Use nsLayoutUtils::FindContentFor instead of nsDOMWindowUtils::FindElementWithViewId. r=jimm
2013-11-05 17:01:37 -05:00
Matt Brubeck
7132f5c092
Bug 934597 - Fix pointer type tracking in OnPointerEntered/Exited [r=jimm]
2013-11-04 14:15:23 -08:00
Jim Mathies
6d2e21ce76
Bug 933748 - Follow up to remove a couple of noisy LogFunction calls. r=nobug
2013-11-04 09:51:43 -06:00
Jim Mathies
ff42e02e53
Backout cset 8ca9d85c1204 (bug 927172) due to viewport issues in metrofx. r=me
2013-11-02 16:41:46 -05:00
Rodrigo Silveira
1b31f52718
Bug 927172 - Can't touch scroll when second monitor is attached r=jimm
2013-10-29 21:29:07 -07:00
Jim Mathies
37f575b75c
Bug 933748 - Remove rotate and pinch simple gesture support from MetroInput. r=tabraldes
2013-11-01 12:45:38 -05:00
Jim Mathies
397e038be5
Bug 918273 - Add touch input target debugging to MetroInput. r=tabraldes
2013-11-01 12:45:30 -05:00
Jim Mathies
61dd70481b
Bug 930995 - Display port should be set sync when the apz requests a repaint. r=kats
2013-11-01 05:09:37 -05:00
Jim Mathies
54dfb75273
Bug 907635 - Move metro utils logging functions over to WinUtils. r=masayuki
2013-11-01 05:09:32 -05:00
Jim Mathies
61d013cadd
Bug 931763 - Simplify handling of first touch start and touch move in MetroInput. r=tabraldes
2013-10-29 20:51:00 -05:00
Jim Mathies
7f75a05c86
Bug 931504 - Fire touchcancel to content for every touch point the apz consumes. r=tabraldes
2013-10-29 20:51:00 -05:00
Masayuki Nakano
6718a9341d
Bug 930855 Replace WidgetEvent::Is*EventDerivedClass() with WidgetEvent::As*Event() r=smaug
2013-10-29 13:14:42 +09:00
Carsten "Tomcat" Book
7449ccaa85
Merge Fx-Team to Mozilla-Central
2013-10-25 11:21:15 +02:00
Mike Hommey
f1c0c07862
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
Jim Mathies
3a1baeb713
Bug 930177 - Consolidate async scroll event handling with keyboard handling. r=tabraldes
2013-10-24 16:35:07 -05:00
Mike Hommey
80c623bb6a
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
2013-10-24 08:05:43 +09:00
Mike Hommey
5072f65f8c
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
2013-10-24 08:00:23 +09:00
Rodrigo Silveira
6ee573a873
Bug 918225 - Right-click drop down options are offset r=mbrubeck,jimm
2013-10-22 17:30:19 -07:00
Jim Mathies
e525fd9441
Bug 927979 - Register the gecko thread correctly in the profiler for FxMetro. r=bgirard
2013-10-22 08:30:06 -05:00
Ryan VanderMeulen
57829c9378
Merge m-c to fx-team.
2013-10-18 15:41:57 -04:00
Jim Mathies
4401421aa5
Bug 928157 - Fix for swipe gestures triggering scrollbars on the start tab. r=tabraldes
2013-10-18 12:33:52 -05:00
Masayuki Nakano
4ea61a9177
Bug 920425 part.27 Use mozilla::WidgetEvent::AsInputEvent() r=smaug
2013-10-18 15:10:26 +09:00
Masayuki Nakano
05606a8033
Bug 920425 part.18 Use mozilla::WidgetEvent::AsKeyboardEvent() r=smaug
2013-10-18 15:10:24 +09:00
Allison Naaktgeboren
564dd30dc2
Bug 895581 Double tap should zoom content instead of selecting text.r=mbrubeck
2013-11-18 23:13:05 -08:00
Matt Brubeck
ffd9198bea
Bug 936754 - Fire dblclick event for double-taps in Metro.r=jimm
2013-11-18 23:13:05 -08:00
Jim Mathies
4f510d334d
Bug 917385 - Move precise/imprecise input tracking down to widget thus making it more reliable with apz enabled. r=tabraldes, mbrubeck
2013-10-16 12:14:55 -05:00
Makoto Kato
8a1b6cf24e
Bug 919929 - AlertsService for Metro should send alertshow and alertfinished observer. r=jimm
2013-10-09 11:15:41 +09:00