Commit Graph

766 Commits

Author SHA1 Message Date
Matt Brubeck
a32f44da90 Bug 941324 - Use APZC to detect tap/doubletap gestures in content [r=jimm] 2013-11-22 15:20:05 -08:00
Stephen Pohl
4b0c8cf11a Bug 943542 - Fix JS error from clicking on URL bar in Metro. r=jimm 2013-11-26 21:06:18 -05:00
Mike Hommey
d210f8ff00 Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-28 13:08:16 +09:00
Jim Mathies
fbab0a848b Bug 941393 - Fix for browser-ui js error when opening external links. r=rsilveira 2013-11-22 12:22:16 -06:00
Jim Mathies
25bed18d41 Bug 918203 - Update display port for the foreground tab in SizeChanged events. r=mbrubeck 2013-11-22 12:22:16 -06:00
Jim Mathies
3c2f998362 Bug 939192 - Fix about flyout js error with updater. r=bbondy 2013-11-22 07:24:21 -06:00
Matt Brubeck
ae78d68c6c Bug 941331 - Leave a margin when double-tap zooming to an element [r=ally] 2013-11-21 17:40:54 -08:00
Matt Brubeck
7aa571105e Bug 941328 - Don't scroll to top when double-tap zooming out [r=ally] 2013-11-21 17:39:30 -08:00
Graham Bleaney
acdbf5e448 Bug 914278 - Removed check and resulting exception for when endLoading is called without startLoading being called. r=tabraldes 2013-11-21 09:29:52 -05:00
Jim Mathies
12a390002e Bug 940632 - follow up to fix mc orange - update mochitest calls to shiftBrowserDeck. r=tfail 2013-11-20 16:06:33 -06:00
Jim Mathies
2bc5b505df Bug 936567 - Add proper support for apzc scale in browser binding utils, fixing up various ui element positioning issues with zoom. r=mbrubeck 2013-11-20 12:45:43 -06:00
Jim Mathies
b9e5f39e13 Bug 940632 - Fixup findbar scroll positioning code and remove some text zoom cruft. r=mbrubeck 2013-11-20 12:45:43 -06:00
Matt Brubeck
e444dc3f10 Bug 940451 - Fix intermittent failure in browser_urlbar.js [r=rsilveira] 2013-11-19 14:39:02 -08:00
Matt Brubeck
6f11b4f2fd Bug 940451 - Enable tab scrolling in Metro urlbar autocomplete popup [r=rsilveira] 2013-11-19 14:37:33 -08:00
Sam Foster
7a7c632d77 Bug 926036 - Extend the label bindings to assign to textContent to get normal line-wrapping when attached. r=mbrubeck 2013-11-19 11:40:56 -08:00
Ryan VanderMeulen
252ab7de68 Merge fx-team to m-c. 2013-11-19 13:44:45 -05:00
Jim Mathies
af860ab979 Bug 932783 - Hide selection handles when the apzc is panning. r=mbrubeck 2013-11-18 16:39:13 -06:00
Jim Mathies
fd20691cd6 Bug 937750 - Size the initial display port appropriately for tabs. r=mbrubeck 2013-11-19 08:54:02 -06:00
Wes Kocher
9f1bc22837 Backed out 2 changesets (bug 932783, bug 937750) for unrelated mochitest-metro test bustage on a CLOSED TREE
Backed out changeset 7acfc449097b (bug 937750)
Backed out changeset 3bde0e601ab8 (bug 932783)
2013-11-18 17:45:17 -08:00
Jim Mathies
d34bf837c9 Bug 938685 - Tab tray peek should delay if there's mouse activity the tray. r=rsilveira 2013-11-18 17:29:00 -06:00
Jim Mathies
0f9ec28dd9 Bug 937750 - Size the initial display port appropriately for tabs. r=mbrubeck 2013-11-18 16:39:13 -06:00
Jim Mathies
998acd11dc Bug 932783 - hide selection handles when the apzc is panning. r=mbrubeck 2013-11-18 16:39:13 -06:00
Jim Mathies
eaedab2ecd Bug 938598 - Add handy debug routines for drawing touch points on the screen. r=mbrubeck 2013-11-17 06:12:52 -06:00
Jim Mathies
358a610ec0 Bug 938598 - Update selection monocle position offset to make tests more accurate and cut down on random failures. r=mbrubeck 2013-11-17 06:12:52 -06: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
Matt Brubeck
e7e9a876b6 Bug 937200 - Don't call setDisplayPort for events in a background tab [r=jimm] 2013-11-12 18:05:58 -08:00
Matt Brubeck
c73c4a8861 Bug 888353 - [Metro] Open link in new tab for middle- or ctrl-click [r=rsilveira] 2013-11-12 18:05:55 -08:00
Jim Mathies
b1e2e092a8 Bug 937569 - Peek tab doesn't work for links with new targets. r=mbrubeck 2013-11-12 11:21:48 -06: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
Matt Brubeck
9f91e68684 Bug 936735 - Disable failing parts of browser_snappedState.js 2013-11-08 17:34:27 -08:00
Rodrigo Silveira
8eff10bfda Bug 801187 - Theme tab-modal prompts to look good in Metro r=mbrubeck
--HG--
extra : rebase_source : 7d18c3f3210427aaa7628bc95e56283f9a2e2c8d
2013-08-30 12:22:48 -07:00
Sam Foster
b851a5e6ba Bug 858594 - Don't include associated label's bounding box by default when getting positioning rect for options popup. r=mbrubeck 2013-11-08 16:10:02 -08:00
Matt Brubeck
46826893e9 Bug 936659 - Remove unused parameters for Browser.addTab [r=sfoster] 2013-11-08 15:44:01 -08:00
Matt Brubeck
e7cdbea49b Bug 936562 - Open new tabs to the right of the parent tab [r=sfoster] 2013-11-08 15:39:14 -08:00
Matt Brubeck
3649b49aaa Bug 902505 - Set a no-op CSS viewport on Metro to prevent clipping subframes improperly. r=jimm 2013-11-08 14:04:13 -05:00
Sam Foster
066da77ed6 Bug 927239 - remove selected attribute from menu items when hiding context menu. r=jimm 2013-11-08 15:09:43 -08:00
Rodrigo Silveira
4d404b45b1 Bug 895520 - Firefox Search Autocomplete theme changes r=sfoster
--HG--
extra : rebase_source : ae7e20ba077bd80d6d752ab4f50f5358276f9d24
2013-09-19 13:33:12 -07:00
Ryan VanderMeulen
168d755b0b Backed out changeset a562387a27bb (bug 902505) for mochitest-mc failures. 2013-11-08 16:35:06 -05:00
Sam Foster
3fa34d5755 Bug 934714 - toggle progressbar on startpage attribute, always call browserUI.update in selectedTab setter to reset windowState in time. r=rsilveira
--HG--
extra : rebase_source : 8bcf7c1f2093f344b5146e3fed0874e0c2adf5e0
2013-11-08 11:55:18 -08:00
Matt Brubeck
a03b464e16 Bug 902505 - Set a no-op CSS viewport on Metro to prevent clipping subframes improperly. r=jimm 2013-11-08 14:04:13 -05:00
Kamil Jozwiak
aca6b964c9 Bug 927038 - Using nsIUUIDGenerator rather than Date.now(). r=mbrubeck 2013-11-07 23:18:06 -05:00
Tim Abraldes
cb9fcd5d8e bug 895581. Remove a mochitest-metro test that assumes double-tap should select; double-tap now causes a zoom instead. r=orange 2013-11-19 01:55:07 -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
Matt Brubeck
262f56df03 Bug 935554 - Don't show navbar when url changes in a background tab. r=rsilveira 2013-11-06 12:06:47 -08:00
Carsten "Tomcat" Book
81e43584e3 merge b2g-inbound to mozilla-central 2013-11-06 13:11:03 +01:00
Matt Brubeck
6ca8efad74 Bug 934744 - Support inspector and style editor in the chrome window [r=ally] 2013-11-05 15:29:41 -08:00
Alfredo Yang
d986bb0870 Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-11-05 16:29:27 +08:00
Kan-Ru Chen (陳侃如)
3e69e11d54 Backout 3903cb4b779f 2013-11-05 15:00:31 +08:00
Alfredo Yang
cbe0ab494e Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-11-05 14:05:52 +08:00
Kamil Jozwiak
c61ba9e7e0 Bug 849564 - Added view page source under the app bar settings icon. r=mbrubeck 2013-11-04 14:18:21 -08:00
Matt Brubeck
811b317185 Bug 934496 - Don't update progress bar for events in background tabs [r=jimm] 2013-11-04 14:15:43 -08:00
Matt Brubeck
a5f767f403 Bug 928201 - Change Run to Open in Metro download bar [r=emtwo] 2013-11-01 16:10:49 -07:00
Reuben Morais
cd93ebe5c9 Backed out 4 changesets (bug 853356) for breaking permission prompts. 2013-11-06 01:32:42 -02:00
Gijs Kruitbosch
6b4fd618ad Backed out changeset c672c4cd6c7f (bug 928201) for mochitest-mc purply-bustage, rs=bustage on a CLOSED TREE 2013-11-02 14:07:23 +01:00
Matt Brubeck
cbf932435a Bug 933012 - Remove unused Metro theme code and resources [r=rsilveira] 2013-11-01 16:10:49 -07:00
Matt Brubeck
d5e8c55a84 Bug 928201 - Change Run to Open in Metro download bar [r=emtwo] 2013-11-01 16:10:49 -07:00
Rodrigo Silveira
e63664fb54 Bug 919232 - arrow keys not working in form autofill popup r=mbrubeck
--HG--
extra : rebase_source : 7cfde9462e86869e032d07b21726c247b1f33f82
2013-10-16 14:41:42 -07:00
Sam Foster
ced47fc8e4 Bug 931115 - Cache color info for favicon urls on colorUtils. r=mbrubeck
--HG--
extra : rebase_source : d6147e13fac276f0552dfab40275d69a680635ab
2013-10-31 14:00:28 -07:00
Jim Mathies
eba45acefb Bug 930995 - Display port should be set sync when the apz requests a repaint. r=kats 2013-11-01 05:09:37 -05:00
Doug Turner
28599ccc63 Backing out 7fe2c77ebbf2 2013-10-31 20:25:03 -07:00
Marina Samuel
9aec288b54 Bug 925457: Clicking the urlbar should reset tap coordinates to null so we never decide to shift the browser. r=jmathies 2013-10-29 00:17:45 -04:00
Alfredo Yang
7adc033362 Bug 853356 - Part 1: Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-10-26 21:19:32 -04:00
Jim Mathies
20c3636975 Bug 907100 - Add some comments and clean things up a bit. r=mbrubeck 2013-10-24 16:35:07 -05:00
Jim Mathies
77b1493220 Bug 907100 - When content updates its scroll position, synchrnously communicate the change back to the apz. r=mbrubeck 2013-10-24 16:35:07 -05:00
Raymond Lee
0f079474c7 Bug 926736 - Update metro caller for new return type of get directory methods in DownloadIntegration.jsm r=mbrubeck 2013-10-23 10:07:51 +08:00
Rodrigo Silveira
4f84b94327 Bug 918225 - Right-click drop down options are offset r=mbrubeck,jimm 2013-10-22 17:30:19 -07:00
Sam Foster
728f420e0b Bug 897113 - add noContext/contextmenu toggle for richgrid, disable selection for snapped view and awesomebar results. New selectNone richgrid method. r=rsilveira 2013-10-22 16:32:42 -07:00
Wes Kocher
abc9a053f3 Merge inbound to m-c 2013-10-22 18:11:06 -04:00
Sam Foster
000863fed3 Bug 927226 - Add build-in animation for start grids. r=rsilveira,mbrubeck 2013-10-17 12:14:08 -07:00
Marina Samuel
b4a29c62b1 Bug 925467: Part 2: Blur the about:config search box to close the osk when tapping on content. r=jmathies 2013-10-21 13:18:39 -04:00
Marina Samuel
c64addea18 Bug 925467: Part 1: Workaround to make OSK more consistent. r=jmathies 2013-10-21 13:02:02 -04:00
Sam Foster
01d3108700 Bug 927938 - Remove extra refresh of TopSites tile backgrounds. r=rsilveira
--HG--
extra : rebase_source : 29efd6e3c8385d4c3e72d55d4a5b109b474ce1c7
2013-10-17 15:47:22 -07:00
Phil Ringnalda
b75c832b82 Back out dc42a14663fe (bug 927226) for either causing or landing on bustage
CLOSED TREE
2013-10-17 20:41:13 -07:00
Matt Brubeck
3d635a44c2 Back out bug 925796 and bug 923596 for breaking Metro on a CLOSED TREE 2013-10-17 15:23:36 -07:00
Sam Foster
7d5e16f4e3 Bug 927226 - Add build-in animation for start grids. r=rsilveira 2013-10-17 12:14:08 -07:00
Matt Brubeck
f1ee776550 Bug 923596 - Integrate shumway into Metro UI (disabled by default) [r=jimm,gps] 2013-10-17 10:49:54 -07:00
Wes Kocher
7fa368925b Merge m-c to inbound 2013-10-21 20:47:53 -04:00
Joshua Cranmer
4630633546 Bug 900526, part 5: Move DIST_SUBDIR to moz.build, r=gps 2013-10-21 13:10:04 -05:00
Sam Foster
79f7288275 Bug 925425 - richgrid slots implementation, revised tests. r=mbrubeck 2013-10-16 16:17:17 -07:00
Jim Mathies
3cc0d54f50 Bug 917385 - Update browser_inputsource.js test. mbrubeck 2013-10-16 12:14:59 -05: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
c085f4dd7a Bug 913909 - Fix saving of scroll offset from APZC [r=jimm] 2013-10-15 14:49:02 -07:00
Sam Foster
dec9b1c87b Bug 925418 - replace richgrid.children with .items references, plus minor nits. r=mbrubeck 2013-10-14 09:33:12 -07:00
Makoto Kato
76f796f86c Bug 919929 - AlertsService for Metro should send alertshow and alertfinished observer. r=jimm 2013-10-09 11:15:41 +09:00
Kamil Jozwiak
e39942844e Bug 830618 - Check meta data then create appropriate menu entry that will take user to MS store. r=jimm 2013-10-10 10:59:48 -04:00
Kamil Jozwiak
3e2a74e4e4 Bug 917020 - Removed the startup GUI portion from Metro options. r=mbrubeck 2013-10-09 10:50:33 -07:00
Rodrigo Silveira
d0abfc30a8 Bug 904277 - Cursor can not be seen in scroll-bar region in Metro Firefox r=mbrubeck 2013-10-08 16:52:08 -07:00
Matt Brubeck
74244bedba Bug 924257 - Remove unneeded moz.build/Makefile.in from metro test dir [r=Ms2ger,rsilveira] 2013-10-08 14:20:58 -07:00
Matt Brubeck
2316c72e26 Bug 923273 - Convert MOCHITEST_METRO_FILES to manifests [r=gps,rsilveira]
--HG--
rename : browser/metro/base/tests/mochiperf/perfhelpers.js => browser/metro/base/tests/mochiperf/head.js
2013-10-08 14:19:06 -07:00
Matt Brubeck
5aca39dc15 Bug 923810 - Update the Metro progress bar when switching tabs [r=jimm] 2013-10-08 14:08:42 -07:00
Gavin Sharp
8086bb9e1f Bug 922338: update link to phishing protection info in Firefox, r=dao,wesj,mbrubeck,fabrice 2013-10-08 14:00:48 -07:00
Marina Samuel
a511359624 Bug 917052 - Add dialog box specific tests. r=mbrubeck 2013-10-08 16:33:35 -04:00
Marina Samuel
1df595349d Bug 917052 - Dialog box to confirm before clearing private data. r=mbrubeck 2013-10-08 16:33:31 -04:00
Marina Samuel
81dea2aebd Bug 906048 - Shift browser up to avoid covering content. r=jmathies 2013-10-08 16:02:52 -04:00
Matt Brubeck
d6a0e0f54c Bug 923828 - Make the download-complete notification toggleable [r=emtwo] 2013-10-08 08:27:08 -07:00
Matt Brubeck
80287eb5bb Bug 923828 - Show the Metro download button only during downloads [r=emtwo] 2013-10-08 08:27:07 -07:00
Matt Brubeck
8e8d02aedc Bug 923828 - Separate circular progress and download button styles [r=emtwo] 2013-10-08 08:27:06 -07:00
Matt Brubeck
5690a7c450 Bug 922934 - Hide Metro context menus on touchstart, scroll, or mousedown [r=emtwo] 2013-10-02 14:24:18 -07:00
Matt Brubeck
3a2c54d8b2 Bug 915328 - Metro front-end fixes for cross slide with async panning [r=sfoster] 2013-10-02 18:03:05 -07:00
Matt Brubeck
ae44447a65 Back out ca56f76237df (bug 922934) because of metro-chrome test failures 2013-10-02 16:00:37 -07:00