Commit Graph

902 Commits

Author SHA1 Message Date
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
Mike Hommey
9fe772e7fd Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal 2013-11-19 11:47:43 +09:00
Mike Hommey
bb6779efe3 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09: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
Carsten "Tomcat" Book
a88ea70081 merge mozilla-inbound to mozilla-central 2013-11-11 08:50:14 +01:00
Matt Brubeck
9f91e68684 Bug 936735 - Disable failing parts of browser_snappedState.js 2013-11-08 17:34:27 -08:00
Carsten "Tomcat" Book
15d2893d44 Merge mozilla-central to mozilla-inbound 2013-11-09 12:25:41 +01: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
Carsten "Tomcat" Book
83979a3943 Merge mozilla-central to fx-team 2013-11-08 16:02:49 +01:00
Kartikaya Gupta
c9876a932f Bug 936027 - Store int prefs as ints in the prefs file or they don't get picked up. r=jimm 2013-11-08 09:10:29 -05:00
Kamil Jozwiak
aca6b964c9 Bug 927038 - Using nsIUUIDGenerator rather than Date.now(). r=mbrubeck 2013-11-07 23:18:06 -05:00
Mike Hommey
8f10c67fbb Bug 935305 - Move preprocessor to mozbuild.action. r=gps
--HG--
rename : config/Preprocessor.py => python/mozbuild/mozbuild/preprocessor.py
rename : config/tests/unit-Expression.py => python/mozbuild/mozbuild/test/test_expression.py
rename : config/tests/unit-LineEndings.py => python/mozbuild/mozbuild/test/test_line_endings.py
rename : config/tests/unit-Preprocessor.py => python/mozbuild/mozbuild/test/test_preprocessor.py
2013-11-09 10:35:44 +09:00
Wes Kocher
c3a9ac649b Merge m-c to inbound 2013-11-06 18:23:55 -08:00
Mike Hommey
6b4f0058ce Bug 935387 - Remove non recursed install targets. r=mshal 2013-11-07 10:37:45 +09: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
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
Sam Foster
49360049a5 Bug 936589 - Fade in the start page thumbnails. r=mbrubeck 2013-11-08 16:06:45 -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
Carsten "Tomcat" Book
81e43584e3 merge b2g-inbound to mozilla-central 2013-11-06 13:11:03 +01:00
Matt Brubeck
3b8a1711d9 Bug 934744 - Add some default prefs for devtools in metro.js [r=ally] 2013-11-05 15:29:51 -08: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
Wes Kocher
e6aeda0671 Merge inbound to m-c 2013-11-04 21:09:17 -08:00
Mike Hommey
28f2c70237 Bug 934360 - Remove GRE_MILESTONE computation from Makefiles. r=mshal 2013-11-05 07:39:28 +09: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