Commit Graph

142590 Commits

Author SHA1 Message Date
Yury Delendik
ee9001635f Bug 894546 - Histograms for pdf.js. r=froydnj 2013-08-13 17:13:19 -05:00
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
Mike Hordecki
26023dc8a5 Bug 755412 - Debugging protocol server should drop connection if packet framing is bad. r=past, r=jimb 2013-08-16 08:48:22 -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
Kartikaya Gupta
687300d44d 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.
2013-08-16 08:42:23 -04:00
Paolo Amadini
787dfa9563 Bug 895403 - Disable methods of nsIDownloadManager that are replaced by the JavaScript API. r=enn 2013-08-16 11:02:24 +02:00
Paolo Amadini
72eecfabb9 Bug 836443 - Automatically stop and restart downloads. r=enn 2013-08-16 11:02:18 +02:00
Paolo Amadini
49149df9c3 Bug 899124 - Compute download speed and throttle notifications. r=enn 2013-08-16 11:02:15 +02:00
Carsten "Tomcat" Book
af97686d86 merge mozilla-central to fx-team 2013-08-16 10:35:19 +02:00
Carsten "Tomcat" Book
9fb14e0482 merge b2g-inbound to mozilla-central 2013-08-16 10:32:10 +02:00
Carsten "Tomcat" Book
51ca40e611 merge fx-team to mozilla-central 2013-08-16 10:29:59 +02:00
Carsten "Tomcat" Book
a497b6f27b Backed out changeset 67714091ce5b (bug 897880) for suspecion of causing a orange mochitest failure 2013-08-16 10:13:43 +02:00
Tim Taubert
5170cb4755 Bug 904460 - Pass _firstTabs 'parameter' as an argument to restoreWindow() rather than tacking it onto the state object; r=smacleod 2013-08-16 09:58:04 +02:00
Mark Hammond
f18b7ecb36 Bug 897880 - Thumbnail service must not overwrite existing thumbnails if it gets an error response. r=adw 2013-08-16 14:39:43 +10:00
Reuben Morais
b709a988a9 Bug 905892 - Follow-up, reinclude TabChild.h on a CLOSED TREE 2013-08-15 23:39:53 -03:00
Brian R. Bondy
08bc1d4589 Bug 888363 - Fix default browser activation. r=jimm
Extra notes:
GetModulePath has no changes, it is just moved up so it can be used earlier.
GetDesktopBrowserPath was moved into the class because it needs to use a member there.
GetDesktopBrowserPath implementation has changed, so please review it.  Also its comments header is new and explains some stuff.
IsTargetBrowser is no longer used because we instead use 2 other boolean values set on the SetTarget call.
2013-08-15 22:30:57 -04:00
Reuben Morais
20f7c727be Bug 905892 - Clean up some geolocation #includes. rs=dougt 2013-08-15 23:15:39 -03:00
Matt Brubeck
799110a3fa Bug 852236 - re-enable localization in browser/metro [r=Pike] 2013-08-15 22:02:42 -04:00
Avi Halachmi
3a39c887ab Bug 905680: fix Aero on win7/8 (regression from Bug 900785 part 2). r=roc 2013-08-16 05:02:09 +03:00
Guillaume Abadie
d00425a189 bug 903455 - [WebGL 2.0] Implement transform feedback: RASTERIZER_DISCARD - r=jgilbert 2013-08-15 20:43:47 -04:00
Geoff Brown
73a79a7a3d Bug 902645 - Use root to create android xpcshell xpcb directory; r=jmaher 2013-08-15 17:06:01 -07:00
Guillaume Abadie
c4915cab8f bug 902488 - [WebGL 2.0] Occlusion queries optimizations - r=jgilbert 2013-08-15 19:47:26 -04:00
Justin Lebar
2b9a5bcbda No bug - Fix comment in nsTHashtable.h so it no longer mentions PR_TRUE/PR_FALSE. r=me DONTBUILD 2013-08-15 16:33:54 -07:00
Sam Foster
c840ac4488 Bug 903653 - Raise ColorAnalyzers MAXIMUM_PIXELS to 144x144, update imageTooLarge test. r=ttaubert 2013-08-15 16:24:28 -07:00
Erik Vold
9f9add3472 Bug 899630 - Intermittent Jetpack tests/test-tabs.testTabsEvent_onCloseWindow r=@ZER0 2013-08-15 15:53:22 -07:00
David Keeler
8ee812c1c4 bug 903762 - be more strict about removing HSTS preload list entries r=cviecco 2013-08-15 15:48:39 -07:00
Shane Caraveo
1808e1ad29 bug 904521 fix the close of chat windows when new windows are opened, r=markh 2013-08-15 15:34:37 -07:00
Shane Caraveo
2aecdd355f bug 840870 remove login restriction on chat, r=markh 2013-08-15 15:30:02 -07:00
Reuben Morais
1515223a79 Bug 904863 - Remove unnecessary remote call in Notification::GetPermissionInternal. r=sicking
--HG--
extra : rebase_source : c77b4cf992d71b5f886cf78604588033beae8320
2013-08-15 17:15:07 -03:00
Reuben Morais
c198a0c5d0 No bug - Silence camera permission warning that is printed every time a Navigator object is created. r=mikeh
--HG--
extra : rebase_source : fcff93d24aabb4562d883adcff6b0c808b88bc50
2013-08-15 17:13:15 -03:00
Gaia Pushbot
7d5bd35a29 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/340f6676fc5d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11552 from rwaldron/905614

Bug 905614 - [Unit tests] Failed: ClockView updateAnalogClock with type error. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/2d40de5fcfba
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 905614 - [Unit tests] Failed: ClockView updateAnalogClock with type error.

https://bugzilla.mozilla.org/show_bug.cgi?id=905614

- Cannot repro test "failures"
- Added if statement to guard against [[Get]] property of undefined objects

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-15 13:15:29 -07:00
Ryan VanderMeulen
f7942c21e6 Backed out changeset e8bcb131ca7c (bug 905271) for suspicion of causing intermittent build bustage. 2013-08-15 15:41:53 -04:00
Ryan VanderMeulen
816331baaa Merge b2g-inbound to m-c. 2013-08-15 15:36:37 -04:00
Gaia Pushbot
c87c5af9d3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9caa3c130cdf
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11482 from fcampo/FacebookAddress-830020

	Bug 838820 - [B2G][Contacts]Address info from Facebook is showing hometown but not current living place

========

https://hg.mozilla.org/integration/gaia-central/rev/6cf0a6ac2b67
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 838820 - [B2G][Contacts]Address info from Facebook is showing hometown but not current living place
2013-08-15 10:50:27 -07:00
Yuan Xulei
0b397dc3fa Bug 904628 - Ensure focused element is not null when calling FormAssistant.updateSelection(). r=fabrice 2013-08-15 12:59:28 -04:00
Vicamo Yang
645bcb2458 Bug 905228 - B2G RIL - skip testing if MozVoicemailEvent.status an instance of MozVoicemailStatus. r=jgriffin 2013-08-15 12:58:12 -04:00
Jonathan Griffin
29a966ab75 Bug 904682 - Mirror moztest to m-c. r=jhammel 2013-08-15 12:57:55 -04:00
Ed Morley
0d8fe75fcb Merge mozilla-central and inbound 2013-08-15 13:37:16 +01:00
Rail Aliiev
4ef8921168 Bug 905172 - JarMaker.py should warn if --locale-mergedir doesn't exist. r=Pike 2013-08-15 08:35:21 -04:00
Ed Morley
ac93237f7c Merge latest green b2g-inbound changeset and mozilla-central 2013-08-15 11:58:48 +01:00
Ed Morley
9c9c80b8d7 Merge latest green fx-team changeset and mozilla-central 2013-08-15 11:57:16 +01:00
L. David Baron
923438e3e3 Back out changeset 2454e6a5edbd (Bug 904926) on CLOSED TREE for lots of fatal assertions in Windows debug builds in MediaDecoder::IsDataCachedToEndOfResource. 2013-08-14 22:36:17 -07:00
Nicholas Nethercote
c614c04e0f Bug 898274 (part 2) - Check ordering of #include statements in check_spidermonkey_style.py. r=benjamin. 2013-08-14 21:59:57 -07:00
Edgar Chen
02547c60f0 Bug 905503 - Add a new card state and xpcshell tests for personalization ready. r=allstars.chh 2013-08-15 12:04:23 +08:00
Gaia Pushbot
fda5950adb Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/043bc31b44bb
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11355 from KevinGrandon/bug_901587_remove_mouse_events_fm

Bug 901587 - Remove mouse_event_shim from fm radio r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/297825c82980
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 901587 - Remove mouse_event_shim from fm radio
2013-08-15 07:25:23 -07:00
Ed Morley
6317bd519a Merge mozilla-central and b2g-inbound 2013-08-15 13:37:27 +01:00
Chris Manchester
f757b248e5 Bug 905239 - Fix undefined guard missed in review for bug 890555. r=jimb 2013-08-14 09:58:41 -07:00
Suyash Agarwal
fc3b1f4bb0 Bug 135019 - Inline autocomplete: single backspace deletes the last character typed along with the suggestion. r=Neil 2013-08-15 08:30:49 -04:00
Nicholas Nethercote
3d3e2d711a No bug. Fix minor quoting problem in the description of notable string memory reports. r=jlebar.
--HG--
extra : rebase_source : 531d37ec1f9ceb4e0a1ec702243bc934eb0329eb
2013-08-14 15:44:46 -07:00
Nicholas Nethercote
a08edb8e18 Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin. 2013-08-13 15:34:12 -07:00