Commit Graph

172076 Commits

Author SHA1 Message Date
Bill McCloskey
1a719f671b Bug 972728 - Invalidate more often in basic compositor (r=mattwoodrow) 2014-03-06 18:25:09 -08:00
Trevor Saunders
4ce2c75f87 bug 933189 - teach android.m4 about build tools v 19.0.2 r=mshal 2014-02-26 14:50:53 -05:00
Trevor Saunders
3739fec771 bug 977838 - move refify a11y::Relation r=surkov 2014-02-27 17:24:31 -05:00
Trevor Saunders
c1e0d102d4 bug 969532 - add TextRange stub r=davidb 2014-02-27 11:33:09 -05:00
Steve Fink
27bf1e354d Bug 980623 - Update gdb pretty printers for new location of clasp, r=jorendorff 2014-03-06 17:07:17 -08:00
Steve Fink
1bed69a661 Bug 975011 - add an option to configure and build NSPR from within js/src build. r=glandium 2014-02-25 14:15:16 -08:00
Steve Fink
7942c75e8e Bug 977234 - jsreflect.cpp out of bounds array access, r=terrence 2014-03-04 15:45:47 -08:00
Seth Fowler
451d4a93d4 Backed out 3 changesets (bug 63895)
Backed out changeset ceafe92c7716 (bug 63895)
Backed out changeset 0199299ac111 (bug 63895)
Backed out changeset d78110a5cffa (bug 63895)

--HG--
extra : rebase_source : 76d8a63672dfdb000ff6db5d362231ed6e90c1bc
2014-03-06 16:59:56 -08:00
Luke Wagner
b2189937c6 Bug 980180 - remove principals as an argument to compilation, part 2 (r=terrence)
--HG--
extra : rebase_source : 86791b50b4293ba5506f1e0f5c64730338f552e6
2014-03-06 16:28:07 -06:00
Luke Wagner
731533e709 Bug 980180 - remove principals as an argument to compilation, part 1 (r=terrence)
--HG--
extra : rebase_source : 8bf0ff6974870d6772021aafa88dd8fd5132fc70
2014-03-06 16:28:05 -06:00
Luke Wagner
8472e1136d Bug 980059 - Have AsmJSActivation add the entry asm.js function to the callstack (r=jandem)
--HG--
extra : rebase_source : 604e13f9e9bed2ba60b122b49fc6f85a6051a25e
2014-03-05 17:15:33 -06:00
Luke Wagner
a20efc1b49 Bug 980059 - Split out FrameIter from ScriptFrameIter (r=jandem)
--HG--
extra : rebase_source : 84045b68d34fa441584a9113ce594d1ce666b394
2014-03-05 17:15:32 -06:00
Luke Wagner
ad460bc307 Bug 980059 - Make AsmJSActivation a real Activation (r=jandem)
--HG--
extra : rebase_source : 687bafb429d461a3e0856c0c693bcefb24167ec8
2014-03-05 17:15:32 -06:00
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