Commit Graph

1353 Commits

Author SHA1 Message Date
Nicolas Carlo
5ba778e8c9 Bug 892942 - Remove www., m. and mobile. from URLs in Reader Mode. r=margaret 2013-08-16 08:48:39 -04:00
Kartikaya Gupta
97276614c4 Bug 898877 - Ensure that viewport resizing behaviour due to dynamic toolbar is consistent. r=Cwiiis
In browser.js were two pieces of code that determined whether or not the CSS viewport
size should include the margins. These two pieces of code were inconsistent in that
one used rounding while the other used a fuzz. Also, one of them subtracted gViewportMargins
from gScreenHeight while the other added them. This patch makes the two pieces of code
consistent, and updates them to use a fuzz so that the CSS viewport is enlarged only
when dealing with pages that are equal to or larger than the screen (with the toolbar hidden).
2013-08-16 08:42:32 -04:00
Wes Johnston
f85c185a57 Bug 808636 - Restyle mobile error pages. r=margaret 2013-08-15 12:04:42 -07:00
Wes Johnston
1ed12ce116 Bug 901822 - Fix expanders in error pages. r=margaret 2013-08-15 12:04:36 -07:00
Mark Capella
aecc09afa2 Bug 903871 - JS crash in SelectionHandler during longtap text select on target page, r=margaret 2013-08-13 14:51:26 -04:00
Wes Johnston
e3a588daf7 Bug 904075 - Follow up to simplify code. r=margaret 2013-08-13 08:52:31 -07:00
Wes Johnston
8f3dce7f8b Bug 904075 - Remove un-necessary check finding media links. r=margaret 2013-08-13 08:50:37 -07:00
Kartikaya Gupta
8a9580723f Bug 896547 - Fix regression due to incorrect change in 2765ec8ccf3b. r=Cwiiis
We use two different "pageWidth" calculations in browser.js, and the
regressing change switched from using one definition to the other. This
caused an infinite remeasure loop.
2013-08-12 13:26:08 -04:00
Max Li
6e498e0b65 Bug 904070 - Unlabelled button on addons screen. r=margaret 2013-08-12 10:47:09 -04:00
Ryan VanderMeulen
8afe7e8fed Merge inbound to m-c. 2013-08-09 19:08:45 -04:00
Chris Kitching
e3a308396c Bug 902932 - Cleaning up problematic dead code in aboutAddons.js r=liuche 2013-08-08 18:51:27 -07:00
Wes Johnston
e640b936ff Bug 818987 - Links to media files should have an 'Open in app' option. r=wesj 2013-08-06 22:13:21 -07:00
Scott Johnson
32f3d3f870 Bug 808173: Add a switch for reflow-on-zoom to not activate when non-text elements are the target of a double-tap event. [r=kats] 2013-08-08 12:22:26 -05:00
Wes Johnston
5c1b58494c Bug 901821 - Use correct doc when handling clicks in error pages. r=mfinkle 2013-08-07 15:22:10 -07:00
Adrian May
e094efd370 Bug 899167 - Change 'SelectedText' to 'TextSelection' and move handling from browser.js to TextSelection.js, r=margaret 2013-08-06 16:58:41 -04:00
Ryan VanderMeulen
9f9396c0d9 Backed out 2 changesets (bug 901151, bug 788073) for suspected robocop-2 orange.
Backed out changeset 6e7a45127e07 (bug 901151)
Backed out changeset bf050e52851f (bug 788073)
2013-08-06 15:28:46 -04:00
Wes Johnston
da5f722915 Bug 901151 - Set source when firing mouse events. r=kats 2013-08-06 09:37:28 -07:00
Wes Johnston
f244448055 Bug 788073 - Use platform touch fluffing on Android. r=kats 2013-08-06 09:37:27 -07:00
Ryan VanderMeulen
0edb7edfa2 Merge m-c to fx-team. 2013-08-06 10:16:50 -04:00
Gian-Carlo Pascutto
cc9bc61f9b Bug 772280 - Abort text selection if the selection is far off the click point. r=margaret 2013-08-06 10:38:32 +02:00
Shane Tully
637adb41f4 Bug 901163 - Rename "Wallpaper:Set" message to match the function of "Set Image As". r=mleibovic 2013-08-05 14:21:28 -07:00
Wes Johnston
a3a0921281 Bug 901408 - Use correct resolveGeckoURI function. r=margaret 2013-08-05 14:14:23 -07:00
Chris Kitching
655d0704c2 Bug 892113 - Dialog to manage installed search providers. r=liuche 2013-08-05 08:39:29 -07:00
Tim Taubert
0e23852adc Backed out changeset aa054b0f118b (bug 892113) 2013-08-03 04:15:01 -07:00
Chris Kitching
3414ae30b1 Bug 892113 - Dialog to manage installed search providers. r=liuche 2013-08-02 22:00:13 -07:00
Shilpan Bhagat
f8227ab819 Bug 886996 - Set as wallpaper now sets wallpapers using a chooser. r=margaret 2013-08-02 13:33:30 -07:00
Ryan VanderMeulen
466d68f6c5 Merge m-c to fx-team. 2013-08-02 17:09:31 -04:00
Wes Johnston
0588403e08 Bug 896350 - Don't close notifications unless explicitly requested to. r=blassey 2013-08-02 11:04:49 -07:00
Gijs Kruitbosch
735e85d471 Merge m-c to fx-team 2013-08-02 15:47:01 +02:00
Marco Castelluccio
9c533e25da Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice 2013-08-01 17:00:39 -07:00
Ryan VanderMeulen
b30ebe7513 Backed out changesets 357e720b5a37 and f1971c2f5232 (bug 777402) for mochitest-other orange.
CLOSED TREE
2013-08-01 21:51:12 -04:00
Mark Capella
cf0ba6435b Bug 766359 - Background update of add-ons/addons: Make success notification/toast more informative 2013-08-01 20:55:23 -04:00
Ryan VanderMeulen
069fb73e22 Merge m-c to inbound. 2013-08-01 20:25:21 -04:00
Marco Castelluccio
b36df368eb Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice 2013-08-01 17:00:39 -07:00
Ryan VanderMeulen
08d6011fa3 Merge m-c to fx-team. 2013-08-01 16:35:13 -04:00
Wes Johnston
79328ac542 Bug 895655 - Remove gecko object from pageactions messages. r=margaret 2013-08-01 15:45:44 -07:00
Margaret Leibovic
898cf1cbdb Bug 722902 - Make AMO more discoverable in the browser. r=mfinkle
--HG--
rename : mobile/android/themes/core/images/addons-amo-hdpi.png => mobile/android/themes/core/images/marketplace-logo.png
2013-08-01 09:31:49 -07:00
Margaret Leibovic
36a854c624 Bug 896048 - Don't show site identity info when a page has loaded mixed content. r=wesj 2013-07-29 15:49:16 -07:00
Chris Kitching
1b21a7065f Bug 828254 - Add context menu item to query default search provider using selection. r=mleibovic 2013-07-29 12:17:32 -04:00
Mark Capella
0d8bb92df1 Bug 896764 - Initially populate Find in Page string with current text selection, r=margaret 2013-07-28 16:36:47 -04:00
Dão Gottwald
09a823da6b Bug 788422 - Use UserAgentOverrides.jsm as designed to fix YouTube on tablets. r=bnicholson 2013-07-27 16:18:25 +02:00
Shane Tully
c191e83aa7 Bug 857730 - Part 3: Add contacts API Javascript to Android. r=cpeterson 2013-07-18 15:01:00 -07:00
Shane Tully
2afa381cf9 Bug 857730 - Part 2: Add permissions doorhanger. r=cpeterson 2013-07-23 11:09:00 -07:00
Gian-Carlo Pascutto
1b60d0f165 Bug 885768 - Cannot make a getUserMedia request within an iframe. r=mfinkle 2013-07-23 08:24:44 +02:00
Richard Newman
8d70b740c6 Bug 900694 - Part 2: BrowserHealthRecorder changes to track add-on uninstallation. r=nalexander 2013-08-01 20:22:18 -07:00
Chenxia Liu
0066126a4a Bug 888553 - Remote Debugging Part 2: Bring browser app to front on remote connection. r=lucasr 2013-07-31 15:38:48 -07:00
Mark Capella
8f4a6da9d0 Bug 900141 - Problems with new Context Menu Search, r=margaret 2013-07-31 18:25:37 -04:00
Shilpan Bhagat
33029f5ed8 Bug 897710 - Reset reader active mode button on page load. r=wesj 2013-07-24 18:23:56 -07:00
Shilpan Bhagat
8932ac97af Bug 891736 - Make XUL menulist fire events. r=mfinkle 2013-07-31 10:31:46 -07:00
Wes Johnston
3597a7a4f3 Bug 881251 - Add mute/unmute to media context menus. r=lucasr 2013-07-22 09:19:40 -07:00