Commit Graph

233506 Commits

Author SHA1 Message Date
Ryan Kelly
d5eb4dcf62 Bug 1132293 - Let reliers access derived encryption keys through FxAccountsOAuthClient. r=mhammond 2015-03-09 21:46:00 -04:00
Perry Wagle
69f60f16e6 Bug 1122941 - Remove bookmark tags field max length. r=mak 2015-03-12 11:10:00 -04:00
Gijs Kruitbosch
7302031eee Bug 1135545 - add logging to figure out bug 1135545, rs=test-only-logs 2015-03-13 13:41:37 +00:00
Carsten "Tomcat" Book
7bb362396d Merge mozilla-central to fx-team 2015-03-13 14:10:56 +01:00
Carsten "Tomcat" Book
69e1e895fa merge mozilla-inbound to mozilla-central a=merge 2015-03-13 14:02:34 +01:00
Abdelrhman Ahmed
5defcae2a8 Bug 1142552 - Remove remaining expression closures from browser-ctrlTab.js. r=dao 2015-03-13 13:01:24 +01:00
Carsten "Tomcat" Book
3d3600d27a merge fx-team to mozilla-central a=merge 2015-03-13 12:45:22 +01:00
Gijs Kruitbosch
76032952c0 Bug 1130411 - request complete logs for browser_change_app_handler.js to help figure out why it's breaking, rs=trivial,test-only 2015-03-13 11:44:51 +00:00
Mike de Boer
dd30ee99df Bug 1142066: add a localization note for the tab sharing message as shown in the OSX-specific global WebRTC indicator. r=flod. DONTBUILD 2015-03-13 12:21:39 +01:00
Carsten "Tomcat" Book
240408f708 Backed out changeset e3a4467dc9df (bug 1142352) for causing arm build bustage 2015-03-13 09:43:25 +01:00
Carsten "Tomcat" Book
ebde70eaa6 Backed out changeset 86a5fea1cd01 (bug 1142420) 2015-03-13 09:42:30 +01:00
Lars T Hansen
6aedb09220 Bug 1140084 - delete list of script counts in tail-recursive fashion. r=bhackett 2015-03-13 08:40:33 +01:00
Florian Quèze
63d252df81 Bug 1142217 - Make the '+-' button in reader view work. r=markh 2015-03-13 17:04:56 +11:00
Léon McGregor
af1abefab6 Bug 1136708 - Added a fix that allows newest added theme to display as enabled. r=margaret 2015-03-12 21:47:57 -07:00
Wander Lairson Costa
910e8aec38 Bug 1142692: Use the correct mozharness default branch. CLOSED TREE
This is a piece of code that was missing in Bug 1137820 and broke
emulator tests.
2015-03-13 00:16:13 -03:00
Wander Lairson Costa
cb4659e45b Bug 1142801: Update docker images for taskcluster-vcs 2.3.1. CLOSED TREE
This version of tc-vcs fixes downloading of remote refs when they don't
exist locally [1].

[1] https://github.com/taskcluster/taskcluster-vcs/pull/12
2015-03-13 00:16:13 -03:00
Andrew Sutherland
77204452e3 Bug 947167 - Fix/improve debugging of test_downloads_pause_resume.html intermittent. r=aus 2015-03-12 22:27:46 -04:00
L. David Baron
6a329cb271 Bug 1142420 - Require that the same compiler version be used for C and C++ (at the very least, so that our version checks are valid for both). r=glandium
I tested locally that both checks give the expected error if I
temporarily change the != to an =.
2015-03-12 23:28:55 -07:00
L. David Baron
ca883cf28c Bug 1142352 - Add a configure test for the gcc version of the host compiler when cross compiling. r=glandium
The duplication of the code higher up is a little bit annoying, but I
don't see an easy way to avoid that.  It's also still quite far from
duplicating everything.

I tested locally with a Fennec build that if I bump the requirement from
4.6 to 4.9, I get the expected build error.
2015-03-12 23:28:55 -07:00
Dan Glastonbury
d4ee969786 Bug 1048741 - [WebGL2] texParameter: Fix silly bug in TEXTURE_COMPARE_FUNC handling. r=jgilbert 2015-03-13 16:16:05 +10:00
Phil Ringnalda
449b70840e Back out 3 changesets (bug 1135424) on suspicion of causing frequent hangs in test_playback.html on mochitest-e10s
CLOSED TREE

Backed out changeset 584d91ffdf88 (bug 1135424)
Backed out changeset d86806ea63f4 (bug 1135424)
Backed out changeset e52401d30a67 (bug 1135424)
2015-03-12 23:05:11 -07:00
Boris Zbarsky
680887737c And one more followup for bug 1142478. Still a CLOSED TREE 2015-03-13 01:41:06 -04:00
Boris Zbarsky
d6048d4c0c Another followup for bug 1142478, still with a CLOSED TREE 2015-03-13 00:29:07 -04:00
Phil Ringnalda
5c75dd00c0 Back out 1ee5457afe8c (bug 1142433) for frequent w-p-t-3 failures
CLOSED TREE
2015-03-12 20:28:14 -07:00
Boris Zbarsky
f93ad8e329 Bug 1142478 followup. Fix bogus test, and don't get the value of an invalid CheckedInt. Then we can reopen the CLOSED TREE. 2015-03-12 22:59:00 -04:00
Boris Zbarsky
05d907aac7 Bug 1142731 followup. Check isInterpreted() before we call environment(), because of the asmjs lambdas. r=waldo, I bet. 2015-03-12 22:47:52 -04:00
Chris Double
3786384366 Bug 1127646 - Report MSE Join Latency and MTBR in telemetry - r=cpearce,bsmedberg 2015-03-13 15:02:49 +13:00
Boris Zbarsky
79e58e8dc1 Bug 1141905 part 4. Add some assertions about what enclosingScope can return for non-scope objects. r=waldo 2015-03-12 21:46:57 -04:00
Boris Zbarsky
917efd3acf Bug 1141905 part 3. Use CreateScopeObjectsForScopeChain in DebuggerFrame_evalWithBindings. r=shu 2015-03-12 21:46:57 -04:00
Boris Zbarsky
ef4a4809c8 Bug 1141905 part 2. Make the 5-arg version of CreateScopeObjectsForScopeChain non-static so it can be called from multiple files, and move it to a possibly-saner location. r=shu 2015-03-12 21:46:57 -04:00
Boris Zbarsky
e6ff53d1f2 Bug 1141905 part 1. Make it possible to CreateScopeObjectsForScopeChain with a given non-global scope chain terminator. r=shu 2015-03-12 21:46:57 -04:00
Boris Zbarsky
ec826ffca8 Bug 1142731. Make IsInternalFunctionObject work correctly again. r=waldo 2015-03-12 21:46:57 -04:00
Boris Zbarsky
e9ab0b6864 Bug 1142478. Fix integer attribute parsing to not lose track of leading zeroes. r=sicking 2015-03-12 21:46:57 -04:00
Boris Zbarsky
98e16322f9 Bug 1142311 part 2. Rename the parent arg of NewScriptedFunction to enclosingDynamicScope, and make it optional. r=waldo 2015-03-12 21:46:57 -04:00
Boris Zbarsky
7a4012408f Bug 1142311 part 1. Stop parenting self-hosted objects to the intrinsics holder. r=waldo 2015-03-12 21:46:57 -04:00
Bobby Holley
fb69461e18 Bug 1135424 - Switch the MDSM to a task queue. r=mattwoodrow 2015-03-12 17:54:35 -07:00
Bobby Holley
838ad64674 Bug 1135424 - Implement MediaTimer. r=mattwoodrow 2015-03-12 17:52:51 -07:00
Bobby Holley
643902f841 Bug 1135424 - Allow MediaPromise dispatch to fail if the ThenValue has been disconnected. r=mattwoodrow
The original idea behind the current model was that we wanted ironclad guarantees
that consumers would always get a callback on their promise. But we now have use
cases where the consumer wants to forget about a promise (using the new
Disconnect()) feature, and in some cases wants to shut down the task queue that
the response is going to be dispatched on. In the case of this bug, we want to
avoid waiting for the longest outstanding timer promise to be resolved before
shutting down the MDSM.

So this patch fixes up the pieces needed to make this work:
* Loosening our invariants to allow dispatch targets to be released on any thread,
  since MediaTaskQueue and nsIEventTarget both have thread-safe refcounting.
* Releasing mThisVal in Disconnect, so that we no longer depend on successful
  dispatch to release it on the correct (dispatch) thread.
* Fiddling with various assertions.

We also make some assertions fatal in nightly/aurora builds while we're at it.
2015-03-12 17:52:50 -07:00
Chris Double
99f7bdd3a1 Bug 1131884 - Video buffering calculation fails for some MP4 videos - r=jya
Playback position used in calculating buffering time is set
during metadata reading. This is at end of file for the
video in the bug. As a result the buffering data is always
wrong.

Changed to not setting position during metadata - it is set
during frame playback anyway.

Also changes buffering timeout to 15s from 30s.
2015-03-13 13:45:51 +13:00
Seth Fowler
c1911009b2 Bug 1142376 - Allow copying of mozilla::Pair objects. r=waldo 2015-03-12 17:44:30 -07:00
Seth Fowler
30f03e7712 Bug 1142366 - Add an equivalent of std::make_pair for mozilla::Pair. r=waldo 2015-03-12 17:44:28 -07:00
Ryan VanderMeulen
0251c6d23b Merge m-c to b2g-inbound. a=merge
CLOSED TREE
2015-03-12 18:36:58 -04:00
Ryan VanderMeulen
fd511a4b5b Merge inbound to m-c. a=merge 2015-03-12 18:05:45 -04:00
Ryan VanderMeulen
81c8fe27e2 Merge fx-team to m-c. a=merge 2015-03-12 17:55:19 -04:00
Ryan VanderMeulen
bcecacb328 Bug 1142494 - Fix OSX packaging mistake. r=glandium, a=bustage 2015-03-12 17:46:53 -04:00
B2G Bumper Bot
a761d228ab Bumping manifests a=b2g-bump 2015-03-12 13:54:12 -07:00
B2G Bumper Bot
03d9770f56 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f378c0a3ef97
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1105567 - merge pull request #28851 from justindarc:bug1105567 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/96b83c01d43c
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1105567 - Selecting the recently-taken image in the Camera app (taken before formatting storage space) after formatting storage space crashes the Camera app
2015-03-12 13:51:45 -07:00
Ryan VanderMeulen
69610736ef Merge b2g-inbound to m-c. a=merge 2015-03-12 16:50:07 -04:00
B2G Bumper Bot
bd03077c1b Bumping manifests a=b2g-bump 2015-03-12 13:38:21 -07:00
B2G Bumper Bot
ec9c7cefb5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c73a8dcd20bc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1122105 - merge pull request #28502 from hfiguiere:bug1122105-test-album-cover-display to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/9be245abf97f
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1122105 - Test that we display the album art. r=djf
2015-03-12 13:35:32 -07:00