Commit Graph

35 Commits

Author SHA1 Message Date
Masayuki Nakano
01ad44156b Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
--HG--
rename : dom/events/nsEventStates.h => dom/events/EventStates.h
2014-04-03 13:18:36 +09:00
Jim Mathies
ac2c26b661 Bug 940952 - Remove cruft from SelectionHelperUI and input.js. r=mbrubeck 2013-11-26 14:14:40 -06:00
Matt Brubeck
a32f44da90 Bug 941324 - Use APZC to detect tap/doubletap gestures in content [r=jimm] 2013-11-22 15:20:05 -08:00
Allison Naaktgeboren
b5d0411402 Bug 895581 Double tap should zoom content instead of selecting text.r=mbrubeck 2013-11-18 23:13:05 -08:00
Kartikaya Gupta
c321641026 Bug 932792 - Don't apply APZC untransforms to mouse input on scrollbars. r=mbrubeck 2013-11-15 21:47:01 -05:00
Jim Mathies
f22658bad0 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
5c86824164 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
Matt Brubeck
33c506e92d Bug 922337 - Remove unused viewport zooming code from /browser/metro [r=jimm] 2013-09-30 20:27:05 -07:00
Jim Mathies
d309b6ee3d Bug 915213 - Support chrome hit testing in the metrofx front end. r=bbondy 2013-09-24 16:17:26 -05:00
Jim Mathies
1de7e95bdc Bug 916901 - Address issue with precise/imprecise detection when apz consumes touch. r=mbrubeck 2013-09-17 06:14:36 -05:00
Jim Mathies
20a6eb38a6 Bug 907098 - Prevent scrolling of chrome content using apz. r=mbrubeck 2013-09-09 13:57:25 -05:00
Kamil Jozwiak
017c01850f Bug 885383 - Monocles don't appear when tabbing into an edit field. r=jimm 2013-08-29 16:07:47 -04:00
Jim Mathies
72c6b8075a Bug 902937 - Remove embedded scrollbox from about start. r=mbrubeck 2013-08-13 05:23:53 -05:00
Jim Mathies
4034349e65 Bug 851130 - Part 4 - Remove apzc exclusions for start page. r=bbondy 2013-08-09 04:50:58 -05:00
Jim Mathies
3663ffbd20 Bug 851130 - Part 2 - Remove StartUI object from browser-ui. r=mbrubeck 2013-08-09 04:50:58 -05:00
Brian R. Bondy
37149cf282 Bug 869940 - Fix selection when APZC is enabled. r=jimm 2013-07-25 13:15:20 -04:00
Brian R. Bondy
a57ce5ecd9 Bug 869940 - APZC Metro front end implementation, pref'ed off initially. r=jimm 2013-07-25 13:15:13 -04:00
Jim Mathies
d5d3733e5d Bug 896017 - Prevent mouse input from switching input modes between touchstart and touchend events. r=mbrubeck 2013-07-22 08:49:13 -05:00
Jim Mathies
0c61c5d790 Bug 888329 - Fix: Mouse scrollbars remain visible on the first tab. r=sfoster 2013-07-08 15:45:03 -05:00
Wes Kocher
e3594b6bed Backout bug 888329 for causing permanent metro-chrome mochitest failures in bug 889694 2013-07-02 18:33:57 -07:00
Jim Mathies
044db5c71a Bug 888329 - Set input type broadcaster to precise on startup and cleanup InputSourceHelper. Fixes issue with first tab and precise input scrollbars. r=sfoster 2013-07-02 14:55:57 -05:00
Tim Abraldes
4a868b408f bug 839342. Make metro widget listen for EdgeGestureStarted and EdgeGestureCanceled, in addition to EdgeGestureCompleted. Show the edge UI on EdgeGestureStarted and EdgeGestureCompleted, hide it on EdgeGestureCanceled. This time without bustage! r=bbondy 2013-05-16 21:22:21 -07:00
Phil Ringnalda
eb385de2df Back out 9675dce26f53 (bug 839342) for browser-chrome bustage 2013-05-16 20:09:24 -07:00
Tim Abraldes
b11ea57c38 bug 839342. Make metro widget listen for EdgeGestureStarted and EdgeGestureCanceled, in addition to EdgeGestureCompleted. Show the edge UI on EdgeGestureStarted and EdgeGestureCompleted, hide it on EdgeGestureCanceled. r=bbondy 2013-05-16 17:47:46 -07:00
Jim Mathies
c45b5edfd6 Bug 858556 - Double clicking text with the mouse displays the selection grippers in Immersive mode. r=bbondy 2013-03-28 21:29:55 -04:00
Jim Mathies
88c380b49a Bug 850673 - Prevent triggering selection attachment when the user clicks rapidly on the find bar navigation buttons. r=mbrubeck 2013-03-29 06:50:48 -05:00
Jim Mathies
6c0f4c7142 Bug 852088 - Add drag caret to select text support. r-fryn 2013-03-21 08:55:16 -05:00
Jim Mathies
cca5ae4ab5 Bug 842997 - Make SelectionHelperUI startup entry points json message agnostic. r=fyan 2013-03-19 12:43:17 -05:00
Brian R. Bondy
65a49ca3ac Bug 852197 - Cleanup and fix various console warnings in Metro front end. r=mbrubeck 2013-03-19 10:52:24 -04:00
Jim Mathies
979a076f41 Bug 832957 - Temporarily trap zoom double tap events and send them to content. r=mbrubeck 2013-02-27 10:27:48 -06:00
Matt Brubeck
80bf18a6e3 Bug 844328 - Silence debug warning about _onTouchStart return value [r=jimm] 2013-02-25 11:08:25 -08:00
Ryan VanderMeulen
fe9ad4a2d1 Backed out changesets e8202e140fd8 and b1cd489945f5 (bug 844328) for mochitest-bc orange on a CLOSED TREE. 2013-02-25 15:37:23 -05:00
Matt Brubeck
5c3860fdef Bug 844328 - Silence debug warning about _onTouchStart return value [r=jimm] 2013-02-25 11:08:25 -08:00
Jim Mathies
6c2ff2eb96 Bug 782810 - Implement Yuan's new context menu spec. r=mbrubeck 2013-02-19 19:51:02 -06:00
Jim Mathies
d3b042e8de Bug 750903 - Land browser/metro/* r=mbrubeck 2013-02-12 14:51:25 -06:00