ae177d0849f5fdd3da826f0fa275bc35fd9cb0ea: Backed out changeset 707307cc53a6 (bug 897160)
Jared Wein <jwein@mozilla.com> - Fri, 16 Aug 2013 16:31:35 -0400 - rev 143013
Backed out changeset 707307cc53a6 (
bug 897160)
b0bab66c0cabca60fac913d3a8895b0d9ac54d3c: Bug 896927 - Handle the executable warning prompt. r=enn
Paolo Amadini <paolo.mozmail@amadzone.org> - Fri, 16 Aug 2013 21:48:01 +0200 - rev 143012
Bug 896927 - Handle the executable warning prompt. r=enn
f304a101e40b31128e7b7baf3e00ba455f291f47: Merge m-c to fx-team.
Ryan VanderMeulen <ryanvm@gmail.com> - Fri, 16 Aug 2013 15:34:58 -0400 - rev 143011
Merge m-c to fx-team.
9fb8a7b295e6a9b85f6324aaee999a08e0ddfd34: Bug 903404 - Move toolkit/content/aboutNetworking.net to toolkit/themes/shared. r=gavin
Robert Bindar <robertbindar@gmail.com> - Fri, 16 Aug 2013 15:17:53 -0400 - rev 143010
Bug 903404 - Move toolkit/content/aboutNetworking.net to toolkit/themes/shared. r=gavin
859d42fcc5268e4592f82447147810acd69d9e5f: Bug 892837 - Add manifestURL to the webapp.json file. r=myk
Marco Castelluccio <mar.castelluccio@studenti.unina.it> - Fri, 16 Aug 2013 15:17:53 -0400 - rev 143009
Bug 892837 - Add manifestURL to the webapp.json file. r=myk
1cac9051df048e3cb65c5d4aee187c7871ecdea2: Bug 892837 - Tests for desktop webrt permissions. r=myk
Marco Castelluccio <mar.castelluccio@studenti.unina.it> - Fri, 16 Aug 2013 15:17:52 -0400 - rev 143008
Bug 892837 - Tests for desktop webrt permissions. r=myk
4a6b9390ff5a2a8de95d91bbc1e8d44d75c91375: Bug 892837 - Support permissions in desktop webrt. r=myk
Marco Castelluccio <mar.castelluccio@studenti.unina.it> - Fri, 16 Aug 2013 15:17:52 -0400 - rev 143007
Bug 892837 - Support permissions in desktop webrt. r=myk
92b20164931fa8d38713af8d9a05c931bc020a17: Bug 851466 - Import downloads.sqlite to downloads.json. r=paolo
Felipe Gomes <felipc@gmail.com> - Fri, 16 Aug 2013 15:35:42 -0300 - rev 143006
Bug 851466 - Import downloads.sqlite to downloads.json. r=paolo
f40527322ff18e8277124d035d78151cda58bfd6: No bug - Add toolkit/components/jsdownloads to dumbmake-dependencies. rs=paolo
Felipe Gomes <felipc@gmail.com> - Fri, 16 Aug 2013 15:35:38 -0300 - rev 143005
No bug - Add toolkit/components/jsdownloads to dumbmake-dependencies. rs=paolo
707307cc53a6f949e38b7676a38a37d96bcd56a6: Bug 897160 - Set a minimum width for the Firefox window. r=mconley
Jared Wein <jwein@mozilla.com> - Fri, 16 Aug 2013 14:03:43 -0400 - rev 143004
Bug 897160 - Set a minimum width for the Firefox window. r=mconley
3e3000551e518eec7b85061c23ab23f79ec166e1: Bug 894546 - Histograms for pdf.js. r=froydnj
Yury Delendik <ydelendik@mozilla.com> - Tue, 13 Aug 2013 17:13:19 -0500 - rev 143003
Bug 894546 - Histograms for pdf.js. r=froydnj
4868b76a3aa9bd232a90fcca3c63c2a495a5cd31: Bug 892942 - Remove www., m. and mobile. from URLs in Reader Mode. r=margaret
Nicolas Carlo <nickecarlo@gmail.com> - Fri, 16 Aug 2013 08:48:39 -0400 - rev 143002
Bug 892942 - Remove www., m. and mobile. from URLs in Reader Mode. r=margaret
7e8931d11672c944f96695a866cd9edbceadc3bb: Bug 755412 - Debugging protocol server should drop connection if packet framing is bad. r=past, r=jimb
Mike Hordecki <mhordecki@mozilla.com> - Fri, 16 Aug 2013 08:48:22 -0400 - rev 143001
Bug 755412 - Debugging protocol server should drop connection if packet framing is bad. r=past, r=jimb
f9d39959fc55d35e54047eedf86eb74d2fea0c46: Bug 898877 - Ensure that viewport resizing behaviour due to dynamic toolbar is consistent. r=Cwiiis
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 16 Aug 2013 08:42:32 -0400 - rev 143000
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).
ae2f8afea26071d56c4311722e6ef2135005350f: Bug 898877 - Prevent pages from getting stuck without the dynamic toolbar. r=Cwiiis
Kartikaya Gupta <kgupta@mozilla.com> - Fri, 16 Aug 2013 08:42:23 -0400 - rev 142999
Bug 898877 - Prevent pages from getting stuck without the dynamic toolbar. r=Cwiiis
The problematic scenario is when the page is exactly the height of the screen
(with dynamic toolbar not visible). In this case, the scrollable() function in
Axis.java returns false on the vertical axis, and so the JavaPanZoomController
never does any scrolling. This in turns means that the scrollBy code in
LayerMarginsAnimator never gets to run, so you can never drag the toolbar back
into being visible. The patch ensures that scrollable() returns true when some
or all of the margins are not visible, ensuring that in these scenarios the
user can still scroll the toolbar back onto the screen. This patch also adds
some comments/asserts to verify the new code is threadsafe.
18ea4b3fb24fa40735968f98b5a208a3e9ddeda1: Bug 895403 - Disable methods of nsIDownloadManager that are replaced by the JavaScript API. r=enn
Paolo Amadini <paolo.mozmail@amadzone.org> - Fri, 16 Aug 2013 11:02:24 +0200 - rev 142998
Bug 895403 - Disable methods of nsIDownloadManager that are replaced by the JavaScript API. r=enn
81e6133aa15250f834616d92b54697cf2fe6c165: Bug 836443 - Automatically stop and restart downloads. r=enn
Paolo Amadini <paolo.mozmail@amadzone.org> - Fri, 16 Aug 2013 11:02:18 +0200 - rev 142997
Bug 836443 - Automatically stop and restart downloads. r=enn
573d656dadcfc346c7d01d4623939b4ae8fd233a: Bug 899124 - Compute download speed and throttle notifications. r=enn
Paolo Amadini <paolo.mozmail@amadzone.org> - Fri, 16 Aug 2013 11:02:15 +0200 - rev 142996
Bug 899124 - Compute download speed and throttle notifications. r=enn
7fe36b0bd01a76f0cf58a1d603793b514c7caacd: merge mozilla-central to fx-team
Carsten "Tomcat" Book <cbook@mozilla.com> - Fri, 16 Aug 2013 10:35:19 +0200 - rev 142995
merge mozilla-central to fx-team
85b6f4124b7b4155b5c1f12727de48545533905c: Backed out changeset 67714091ce5b (bug 897880) for suspecion of causing a orange mochitest failure
Carsten "Tomcat" Book <cbook@mozilla.com> - Fri, 16 Aug 2013 10:13:43 +0200 - rev 142994
Backed out changeset 67714091ce5b (
bug 897880) for suspecion of causing a orange mochitest failure