Commit Graph

173 Commits

Author SHA1 Message Date
Jim Mathies
bdcd8e5c29 Bug 864533 - test helper addTab should use pageShowPromise. r=sfoster 2013-04-23 08:51:03 -05:00
Jim Mathies
f26a64041b Bug 862054 - Update bounds utility methods in SelectionHandler to properly calculate offsets for form inputs in sub frames. r=bbondy 2013-04-23 08:51:03 -05:00
Jim Mathies
c6c2deab99 Bug 862054 - Get rid of ElementTouchHelper and our custom elementFromPoint function. r=mbrubeck 2013-04-23 08:51:02 -05:00
Jim Mathies
ac89967f4c Bug 862054 - Move translateToTopLevelWindow to Util. r=bbondy 2013-04-23 08:51:02 -05:00
Sam Foster
95662a90e9 Bug 829056 - Cross-slide gesture module for Fx start tiles. r=mbrubeck
--HG--
extra : rebase_source : 8722b2800b93015b218400c6e1f7d79227b78924
2013-04-22 22:42:09 +01:00
Allison Naaktgeboren
f7636e4564 Bug 863101 - Make tiles in panels work in snapped.r=rsilveira 2013-04-22 13:21:37 -07:00
Jim Mathies
2e3f7de1fc Bug 834370 - Subframe content selection tests. r=rsilveira 2013-04-19 10:01:01 -05:00
Jim Mathies
4b338b5879 Bug 834370 - Text area selection tests. r=rsilveira 2013-04-19 10:01:01 -05:00
Jim Mathies
0cfcfbf141 Bug 834370 - Basic selection tests. r=sfoster 2013-04-19 10:01:01 -05:00
Jim Mathies
8988b5a0e2 Bug 834370 - Add state getters to selection handler and a test helper for flushing message manager messages. r=mbrubeck 2013-04-19 10:01:00 -05:00
Jim Mathies
d9ae1fd3e7 Bug 834370 - Add selection test helpers to head.js. r=mbrubeck, sfoster 2013-04-19 10:01:00 -05:00
Jim Mathies
9a2a2b6ea3 Bug 834370 - Remove old state tracking from selection handler. r=sfoster 2013-04-19 10:01:00 -05:00
Jim Mathies
7a11038070 Bug 859094 - Remove some additional cruft left over from selectionoverlay context menu handling. r=fryn 2013-04-19 05:25:37 -05:00
Jim Mathies
20deac4740 Bug 859154 - add a pageshow promise to addTab. r=sfoster 2013-04-19 05:25:36 -05:00
Tim Abraldes
3fb17959e8 bug 852805. Don't treat an empty search box as special; still perform the search. DONTBUILD. r=fryn 2013-04-18 15:52:38 -07:00
Tim Abraldes
7fc1898ae5 bug 855581. Wait until we've actually closed the last tab to create a new one. DONTBUILD. r=fryn 2013-04-17 10:40:38 -07:00
Allison Naaktgeboren
327363ff32 Bug 830505 - Re theme the autocomplete screen in snapped view.r=sfoster 2013-04-17 13:34:42 -07:00
Jim Mathies
cdc60453d6 Bug 854070 - Add a bit of directional hysteresis when converting a caret monocle drag to selection. r=bbondy 2013-04-17 15:02:24 -05:00
Jim Mathies
f261fb9615 Bug 862025 - Ignore monocle vertical drag orientation for single line text inputs. r=bbondy 2013-04-17 15:02:24 -05:00
Rodrigo Silveira
b4c14b8f22 Bug 854077 - Use radio buttons for "Do Not Track" options and add a neutral option r=ally
--HG--
rename : browser/metro/base/tests/mochitest/browser_sanitize_ui.js => browser/metro/base/tests/mochitest/browser_prefs_ui.js
extra : rebase_source : 331345b81ff030f6cd6fa2f2e1bf20f276c82ce7
2013-04-13 18:21:27 -07:00
Rodrigo Silveira
1d8c69539b Bug 860994 - Fixup intermittent context menu failing tests
--HG--
extra : rebase_source : f577ee38b6e22398b4a8a160cd18dcfcfd3d3169
2013-04-10 23:06:19 -07:00
Allison Naaktgeboren
133aefc9db Bug 85955 -Don't thumbnail capture when in snapped view.r=rsilveira 2013-04-15 10:42:20 -07:00
Jim Mathies
c121d2ca67 Bug 859447 - Setting popup doesn't display properly. Second landing, first had an empty patch! r=mbrubeck. 2013-04-12 09:17:14 -05:00
Allison Naaktgeboren
4a707ea420 Bug 835999 - add a topsites grid to the snapped view.r=mbrubeck 2013-04-11 11:17:04 -07:00
Rodrigo Silveira
433db949e9 bug 856458 - Fixup metro mochitests r=mbrubeck,jimm
--HG--
extra : rebase_source : e42ab8c875d658b96a2795fb1a5316ba29922f23
2013-04-06 01:56:07 -07:00
Jim Mathies
08416f4091 Bug 859094 - Remove InvokeContextAtPoint selection overlay handling. r=fryn 2013-04-10 09:02:45 -05:00
Jim Mathies
feb396cb97 Bug 859490 - When switching selection modes, hide all carets. r=bbondy 2013-04-10 09:02:44 -05:00
Jim Mathies
9ada1adbc8 Bug 858855 - Remove the code that sets form element focus in SelectionHandler now that the overlay has been removed. r=fryn 2013-04-10 09:02:44 -05:00
Jim Mathies
772c026a1a Bug 858590 - Remove auto positioning code from MenuUI. r=sfoster 2013-04-10 09:02:44 -05:00
Tim Abraldes
c64ebc4950 bug 854271. Make packaged versions of MetroFx include branding and use it correctly. r=bbondy 2013-04-09 17:26:47 -07:00
Frank Yan
40d2f22a72 Bug 859997 - [Metro] Overlay plus button. r=mbrubeck 2013-04-09 22:14:43 +01:00
Frank Yan
0a3b8bbb89 Bug 859950 - [Metro] Overlay back button. r=mbrubeck 2013-04-09 21:51:01 +01:00
Matt Brubeck
ef30fd170c Bug 859397 - Use "new Set()" instead of custom cloneSet function [r=sfoster] 2013-04-09 10:24:41 -07:00
Sam Foster
364fa0996b Bug 800996 - Add clear-selection action for start tiles, button transitions. r=mbrubeck 2013-04-09 12:04:47 +01:00
Brian R. Bondy
337c1fcdba Bug 858359 - Select and Select All context menu test adjustments. r=jimm 2013-04-08 14:42:57 -04:00
Brian R. Bondy
68631eea70 Bug 858359 - Remove Selectable context menu options on input and textareas when there is text and no selection. r=jimm 2013-04-08 14:42:54 -04:00
Rodrigo Silveira
4181e7a6ca bug 854274 - Showing tab doc when clicking + r=mbrubeck
--HG--
extra : rebase_source : 89db6d0e133565a49f122c793535c22b5fde6d2c
2013-04-03 09:34:55 -07:00
Jim Mathies
5156395b25 Bug 858700 - Swap in better browser bindings single coordinate conversion method names. r=mbrubeck 2013-04-07 07:42:22 -05:00
Jim Mathies
8be8ca460a Bug 858155 - Restrict the size of auto-complete menus. r=fryn 2013-04-07 07:42:18 -05:00
Xin Zhang
3ebe0ee79c Bug 849764 - Replace removeObserver() calls with three params with two in browser dir. r=mak 2013-04-06 14:46:35 -04:00
Jim Mathies
323a807a4b 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
aa828fc19b Bug 858229 - add keyboard shortcuts for sync and about flyouts. r=rsilviera 2013-04-05 05:33:43 -05:00
Jim Mathies
fc15619d8b Bug 857823 - rip out more obsolete FormHelper code, add a new deck transisioning check in cao, and add support in FormHelperUI for delaying menu display until the view updates. r=fryn 2013-04-05 05:33:43 -05:00
Jim Mathies
db9753b9a0 Bug 857825 - remove pointer-events:none from selection overlay and touch up input support. r=mbrubeck 2013-04-05 05:33:43 -05:00
Jim Mathies
00878f4891 Bug 857825 - merge close edit session apis. r=mbrubeck 2013-04-05 05:33:43 -05:00
Jim Mathies
2ff0b0c21d Bug 857825 - handle moz deck offset change events in selection code. r=mbrubeck 2013-04-05 05:33:42 -05:00
Jim Mathies
dcee554209 Bug 857825 - houskeeping in SelectionHelperUI. r=mbrubeck 2013-04-05 05:33:42 -05:00
Jim Mathies
0883b93fa2 Bug 855362 - support querying content for the distance focused elements should be raised when the skb is displayed. r=mbrubeck 2013-04-05 05:33:42 -05:00
Jim Mathies
4da2c92d9b Bug 856008 - cleanup and reorganize ContentAreaObserver, make it more modular. r=mbrubeck 2013-04-05 05:33:42 -05:00
Jim Mathies
65bf504a40 Bug 856008 - move ContentAreaObserver out of browser.js. r=sfoster 2013-04-05 05:33:42 -05:00