Commit Graph

172063 Commits

Author SHA1 Message Date
Luke Wagner
f176ca2fd6 Bug 980059 - Do some simple renaming and minor cleanups in prepration (r=jandem)
--HG--
extra : rebase_source : 1fbb7dd0bde99abef7a6d504e08fd18163cee3ee
2014-03-05 17:15:32 -06:00
John Schoenick
b3506a6c7a Bug 977955 - Cleanup PluginModule shutdown r=bsmedberg 2014-03-06 15:51:12 -08:00
Timothy Nikkel
089a441c60 Bug 980256. nsDisplayZoom items need some adjustments if they are going to generate a scrollable layer. r=roc
Specifically GetBounds should use nsDisplaySubDocument::GetBounds (and not nsDisplayWrapList::GetBounds) before converting it to the right app units.

Similarly for ComputeVisibility except with the added wrinkle that nsDisplaySubDocument::ComputeVisibility won't properly handle coordinates if we are not generating a scroll layer. Namely it calls nsDisplayWrapList::ComputeVisibility which uses mVisibleRect (which is the visible rect of the scroll frame), when it needs to be using the visible rect of the contained list, which is for the scrolled content inside.
2014-03-06 17:40:31 -06:00
Chris Lord
673d3400b4 Bug 979973 - Fix displayport tile-alignment immediately after zooming. r=botond
Resolution and cumulative resolution on FrameMetrics are incorrect when the
zoom level is about to change. Make sure to use the zoom rather than these
values when aligning the displayport to tile boundaries in APZCCallbackHelper.
2014-03-06 23:39:39 +00:00
Jonathan Watt
4d39320987 Bug 980472 - Make SurfaceToPackedBGRA take a DataSourceSurface to avoid unnecessary surface conversion. r=Bas
--HG--
extra : rebase_source : c11c7ead8897255b3012495cc66beed27142275a
2014-03-06 23:31:33 +00:00
Jonathan Watt
e4b90901be Bug 979853 - Convert the Windows widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
--HG--
extra : rebase_source : 12e05d7d6b80669e38b959d3fe9986a179f60cb6
2014-03-06 23:31:22 +00:00
Jonathan Watt
396719ba1e Bug 980272 - Make DataSourceSurfaceD2D::Map set mIsMapped. r=Bas
--HG--
extra : rebase_source : cb485b1cf09dc570fed1e495ce7bfd83b03788c8
2014-03-06 23:29:57 +00:00
Matt Woodrow
9d2ab6314e Bug 978911 - Add the entire visible region to the layers invalid region when we invalidate the whole thing. r=roc 2014-03-07 12:31:47 +13:00
Matt Woodrow
dff354bb2a Bug 978911 - Add reftest for correct invalidation when changing the scale factors of an inactive transform. r=dholbert 2014-03-07 12:30:42 +13:00
Bobby Holley
8c2b8ca542 Bug 969441 - Check for recursion outside of the hairy transplant callsites. r=billm 2014-03-06 15:26:17 -08:00
Joel Maher
c07db01998 Bug 970925 - (backout canvas webgl) convert testing/mochitest/android.json into skip-if statements in mochitest.ini files. r=gbrown CLOSED TREE 2014-03-06 16:49:37 -05:00
Ghislain 'Aus' Lacroix
e3ebef5505 Bug 949991 - [Download Manager] Nothing happens if you try to download a file while the device is connected as USB. r=bz 2014-03-06 12:42:07 -08:00
Kyle Huey
5700ee0b43 Bug 978602: Caching the global's nsISupports* off the main thread. r=bz 2014-03-06 13:05:11 -08:00
Kyle Huey
8fa0ba8131 Bug 979445: Add API to mozStorage for adopting blob data and use that in IDB to avoid unnecessary copies. r=bent 2014-03-06 13:03:52 -08:00
Brian Hackett
508fa3b9d8 Bug 980013 - Watch for length accesses on typed arrays with overridden prototypes, r=luke. 2014-03-06 14:03:03 -07:00
Brian Hackett
986419546a Bug 980119 - Watch for typed arrays with unknown properties when baking in their elements, r=jandem. 2014-03-06 14:00:29 -07:00
James Willcox
77dd9269db Bug 956993 - Fix typo with GL_TEXTURE_EXTERNAL textures r=jgilbert 2014-03-06 14:50:42 -06:00
Jan de Mooij
82175c3300 Bug 980067 - Fix icache flush coalescing on ARM. r=mjrosenb 2014-03-06 21:09:33 +01:00
Byron Campen [:bwc]
1e9703c504 Bug 786234 - Part 6: Move RTCP handling back to the transmit pipeline. r=jesup, r=ethanhugg 2014-02-25 09:22:31 -08:00
Byron Campen [:bwc]
cd1137e11e Bug 786234 - Part 5: More detailed test-cases. r=ehugg 2014-01-17 17:11:00 -08:00
Byron Campen [:bwc]
a3eb800b88 Bug 786234 - Part 4: Fix a bug in mediapipeline_unittest where RTP packets were
mashed together into a single buffer five at a time, preventing the receive
pipeline from successfully decrypting them, and causing the packet counts to
be wrong. (This should fix 947663) r=ehugg
2014-01-17 17:10:17 -08:00
Byron Campen [:bwc]
964dc99bb7 Bug 786234 - Part 3: Plumbing for filtration, and bundle usage detection. r=abr 2014-01-14 16:29:42 -08:00
Byron Campen [:bwc]
e7761b04eb Bug 786234 - Part 2.2: Compensate for some build system gotchas. r=abr 2014-01-14 16:31:27 -08:00
Byron Campen [:bwc]
83869a10c0 Bug 786234 - Part 2.1: RTCP filtering logic. r=abr 2014-01-09 15:12:25 -08:00
Byron Campen [:bwc]
a14dd974ac Bug 786234 - Part 2: Implementation of the filtering logic itself, plus a unit-test. r=abr 2013-12-19 16:19:05 -08:00
Kyle Huey
1776ea3989 Backout bug 979445 due to clang build failures. CLOSED TREE 2014-03-06 11:19:44 -08:00
Ryan VanderMeulen
686f33d9bb Backed out changeset 96f2905b175d (bug 978479) for OSX reftest failures.
CLOSED TREE
2014-03-06 14:14:52 -05:00
Landry Breuil
15503176e1 Bug 648730 - Fix(again) Kerberos/GSSAPI authentication on OpenBSD r=khuey 2014-03-06 20:11:24 +01:00
Kyle Huey
79f1202d26 Bug 979445: Add API to mozStorage for adopting blob data and use that in IDB to avoid unnecessary copies. r=bent 2014-03-06 11:01:13 -08:00
Ryan VanderMeulen
412db33851 Merge m-c to inbound. 2014-03-06 13:56:13 -05:00
Andrew McCreight
0018ba6e34 Bug 963844 - Scale ICC budget by time between slices. r=smaug
If we exceed the desired length of time between ICC slices, proportionally scale up the slice budget to try to ensure a constant amount of collection work is done per unit of time, even when the browser is under heavy load.

As part of this, track the time the last slice from the current ICC ended.
2014-03-06 10:54:37 -08:00
Vaibhav Agarwal
417b7f2e77 Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-03-06 13:42:47 -05:00
Vaibhav Agarwal
66a7651a97 Bug 971132 - B2G mochitests should use the new manifest format [directories]; r=jmaher 2014-03-06 13:42:45 -05:00
Vaibhav Agarwal
9a59a5c96d Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher 2014-03-06 13:42:43 -05:00
Nicolas B. Pierron
734c8c0d34 Backed out changeset 7efaabf97f0c for fuzzing noise (incomplete implementation). 2014-03-06 10:40:20 -08:00
B2G Bumper Bot
099799e8f5 Bumping manifests a=b2g-bump 2014-03-06 08:26:09 -08:00
B2G Bumper Bot
eb2264160e Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f8c197a12708
Author: Ben Kelly <ben@wanderview.com>
Desc: Revert "Merge pull request #15748 from wanderview/ogg-to-opus"

This reverts commit 01156db30d0a4d62c1776e2a6c7c0c25e2b20b52, reversing
changes made to adb5bc457e014b6b91c464cefba42e9abe9800ba.

Conflicts:
	apps/system/js/icc_worker.js
	test_apps/uitest/tests_html/API/audiotag.html
2014-03-06 08:20:22 -08:00
B2G Bumper Bot
abd441c4a7 Bumping manifests a=b2g-bump 2014-03-06 07:36:11 -08:00
B2G Bumper Bot
a08ff36f93 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/63f0db031313
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #16948 from crdlc/bug-drag-tests

Bug 946728 - DragDrop unit tests fail

========

https://hg.mozilla.org/integration/gaia-central/rev/4f7e11c9edb0
Author: crdlc <crdlc@tid.es>
Desc: Bug 946728 - DragDrop unit tests fail

========

https://hg.mozilla.org/integration/gaia-central/rev/67b9742a5f29
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #16944 from crdlc/bug-980237

Bug 980237 - The bookmarks edition screen closes automatically

========

https://hg.mozilla.org/integration/gaia-central/rev/d5122312883c
Author: crdlc <crdlc@tid.es>
Desc: Bug 980237 - The bookmarks edition screen closes automatically
2014-03-06 07:30:18 -08:00
B2G Bumper Bot
ddea1e9cef Bumping manifests a=b2g-bump 2014-03-06 06:46:12 -08:00
B2G Bumper Bot
2e64561ba1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/230b451ecb81
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16913 from zacc/bug_979869

Bug 979869 - Upgrade send sms atom to only return when the sms is actual...

========

https://hg.mozilla.org/integration/gaia-central/rev/d71d4b550221
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 979869 - Upgrade send sms atom to only return when the sms is actually sent
2014-03-06 06:40:23 -08:00
B2G Bumper Bot
f0ec682a61 Bumping manifests a=b2g-bump 2014-03-06 06:31:13 -08:00
B2G Bumper Bot
d8d209a812 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/873b197d2cdf
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16904 from zacc/bug_979253

Bug 979253 - Remove deprecated LockScren class from gaiatest

========

https://hg.mozilla.org/integration/gaia-central/rev/e787a98c4f6e
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 979253 - Remove deprecated LockScren class from gaiatest
2014-03-06 06:25:23 -08:00
B2G Bumper Bot
cf57182f18 Bumping manifests a=b2g-bump 2014-03-06 06:16:55 -08:00
B2G Bumper Bot
e11fdcbaa6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fd46a1d43d56
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16950 from zacc/bug_973598

Bug 973598 - Add get_all_sms, add debug into test_sms_notification.

========

https://hg.mozilla.org/integration/gaia-central/rev/aaf2defc7253
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 973598 - Add get_all_sms, add debug into test_sms_notification.
2014-03-06 06:10:19 -08:00
B2G Bumper Bot
a5cc7e7db7 Bumping manifests a=b2g-bump 2014-03-06 06:05:51 -08:00
B2G Bumper Bot
798eb63a91 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e5afb2db4f9a
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #16953 from viorelaioia/bug_980274

Bug 980274 - Unxfail test_cost_control_ftu.py as Bug 979341 is fixed

========

https://hg.mozilla.org/integration/gaia-central/rev/154eba1dba7b
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 980274 - Unxfail test_cost_control_ftu.py as Bug 979341 is fixed
2014-03-06 06:00:23 -08:00
Yuan Xulei
ecede3f723 Bug 980136 - Fix creating test file failure issue. r=dhylands 2014-03-06 08:43:00 -05:00
Ethan Tseng
33fe0a16f9 Bug 980101 - Disable RTSP video support on 1.4. r=vchang 2014-03-06 11:10:22 +08:00
Luke Wagner
b43e1257fc Bug 963588 - asmjscache: place cache entries apps that request AOT compilation in persistent storage (r=janv)
--HG--
extra : rebase_source : 95bc3d02cb1a7f2728d2615e8b992e0a2b2397f1
2014-03-05 14:47:10 -06:00