Commit Graph

213629 Commits

Author SHA1 Message Date
Jan Varga
6561ec7508 Bug 1089764 - Treat persistent storage as temporary storage; r=bent 2014-11-04 21:44:56 +01:00
Benoit Jacob
83e8f4aa9c Bug 1021265 - Fix bustage - no review on a CLOSED TREE 2014-11-04 14:47:15 -05:00
Karl Tomlinson
59ea4cd97e bug 1092932 detach MediaSource before initiating MDStateMachine shutdown r=bholley
to avoid races between the detach process and decoder task queue shutdown.

--HG--
extra : rebase_source : 91761d9594c53a7ccb974caf4931bcac90533e5a
2014-11-04 17:24:52 +13:00
Trevor Saunders
91343433d8 no bug fix nullptr to bool conversion in nsDOMClassinfo.cpp r=themaid
--HG--
extra : rebase_source : c2e8e1bcf743106ef450ee4780eaca9da4ee09c6
2014-11-04 14:16:56 -05:00
Benoit Jacob
1de8627850 Bug 1021265 - regard d3d11 as broken with displaylink on versions <= 8.6.1.36484, and fall back to basic layers - r=jrmuizel 2014-11-03 17:55:00 -05:00
Monica Chew
ab81f38ecb Bug 1004781: Remove unnecessary cert for facebook (r=keeler) 2014-11-04 10:54:26 -08:00
Monica Chew
d16e874df2 Bug 1092606: Don't import Chromium pinsets for domains that are already in our list (r=keeler,jcj) 2014-11-04 10:53:52 -08:00
Dan Gohman
60608d8311 Bug 1093356 - Refine the range of constants outside the int32 range r=nbp,h4writer 2014-11-04 10:26:31 -08:00
Dan Gohman
6a4c5eb7e8 Bug 1073928 - IonMonkey: Represent negative zero explicitly in range analysis r=nbp,h4writer 2014-11-04 10:26:30 -08:00
Cgg
4e5f297ea9 Bug 966247 - Make MediaElementAudioSourceNode take the HTMLMediaElement volume into account. r=padenot
--HG--
extra : rebase_source : 6ba3d01780be44c4164bd8ed1b69e6171eaa66dd
2014-06-22 14:12:57 +02:00
Terrence Cole
d2bb6716fe Bug 1074961 - Part 9: Move freeLifoAlloc to the GCRuntime; r=jonco 2014-11-03 15:29:03 -08:00
Ryan VanderMeulen
245517108a Bug 1064580 - Disable browser_bug982298.js on e10s. 2014-11-04 11:35:07 -05:00
Ryan VanderMeulen
ea8fd18023 Bug 970589 - Disable test_bug338583.html on Linux debug e10s for frequent failures. 2014-11-04 11:35:07 -05:00
Ryan VanderMeulen
bbff94330f Bug 1090547 - Disable video_loop_base.html on Windows XP. 2014-11-04 11:35:06 -05:00
Georg Fritzsche
657836207f Bug 1093074 - Fix the search telemetry descriptions. r=bwinton 2014-11-04 17:34:23 +01:00
Ryan VanderMeulen
9ca77f6224 Bug 1091076 - Update SQLite to version 3.8.7.1 - Mozilla changes. r=mak 2014-11-04 10:48:42 -05:00
Ryan VanderMeulen
9893c334b0 Bug 1091076 - Update SQLite to version 3.8.7.1 - SQLite changes. r=mak 2014-11-04 10:48:42 -05:00
Geoff Brown
854b4c2864 Bug 1093328 - Limit crashreports to first 10 minidumps; r=ted 2014-11-04 08:17:19 -07:00
Kartikaya Gupta
2f4bb36a2b Bug 1078029 - Dispatch a dummy mouse event so that browser.js can pick up the event's retargeted target. r=wesj 2014-11-04 09:53:17 -05:00
Kartikaya Gupta
238eaf381a Bug 1078029 - Add code to reposition input event coordinates into the target frame. r=roc
The PositionedEventTargeting code allows input events to be dispatched to a
target not directly under the input event point. However, the coordinates of the
input event can then end up outside the bounding rect of the event target. This
state is generally unexpected by web content and may cause compatibility issues.
Fennec's front-end code used to deal with this by repositioning the input event
coordinates to be inside the bounding rect; now that Fennec is using the shared
C++ code we need to have that code here. This behaviour is guarded by a pref and
disabled by default (but enabled on Fennec).
2014-11-04 09:52:16 -05:00
Kartikaya Gupta
5e60eb4d5d Bug 1078029 - Turn off touch event retargeting in fennec. r=wesj 2014-11-04 09:51:53 -05:00
Robert Longson
61134326e0 Bug 975757 - changes to transforms in patterns do not cause an update. r=jwatt 2014-11-04 14:52:27 +00:00
Guilherme Goncalves
278c4010c4 Bug 1093174 - Properly compute the total size for calloc() calls. r=glandium 2014-11-03 09:01:00 -05:00
Dave Huseby
8c4853f6b9 Bug 1073419 - [ALA] All gecko code needed to support adjustable location accuracy. r=jdm, r=mt 2014-10-30 16:39:00 -04:00
Benjamin Bouvier
377fa111ab Bug 1092110: Make a few functions and members debug only; r=dougc 2014-11-04 15:30:45 +01:00
Benjamin Bouvier
f161e117a1 Bug 1092110: Kill partialNunboxes_; r=bhackett 2014-11-04 15:30:38 +01:00
Benjamin Bouvier
4d428bffc9 Bug 1092110: Fix a signed/unsigned comparison in JitcodeMap; r=dougc 2014-11-04 15:30:30 +01:00
Armen Zambrano Gasparnian
8d30e1313d Bug 1043699 - Add Mulet reftests support. r=jgriffin 2014-11-04 09:18:27 -05:00
Gervase Markham
ef3bdf4a03 Bug 1093382 - Update PSL with new TLD additions for TLDs contracted with ICANN from 2014-10-04 to 2014-11-02. r=gerv 2014-11-04 01:51:00 -05:00
Dragana Damjanovic
0f024a39ec Bug 1085266 - NetworkActivityMonitor PRIOMethods changed to be static, because not attached nsUDPSockets were crashing if SocketTransportService had been shut down. A small fix to nsUDPSocket destructor has been added. r=michal 2014-11-04 01:23:00 -05:00
Jonathan Hao
c81c7de4f3 Bug 1068523 - [woodduck][MT6572][Streaming][RTSP] Error message is not prompted when connectivity is lost. r=ettseng 2014-11-03 10:39:04 +08:00
Jan de Mooij
b5df9f2ef4 Bug 1090491 part 5 - Don't allocate block slots when all locals are aliased. r=wingo 2014-11-04 14:44:40 +01:00
Jan de Mooij
b7a44fcaed Bug 1090491 part 4 - Refactor InterpreterFrame::markValues to be more like the BaselineFrame code. r=wingo 2014-11-04 14:44:38 +01:00
Del Valle
a14d979f6c Bug 1092555 - Replace some occurences of gfxIntSize by gfx::IntSize in CanvasRenderingContext2D. r=nical" 2014-11-04 14:00:36 +01:00
Carsten "Tomcat" Book
6c259f5002 Merge mozilla-central to mozilla-inbound 2014-11-04 13:30:53 +01:00
Carsten "Tomcat" Book
25c8587e41 merge fx-team to mozilla-central a=merge 2014-11-04 13:17:35 +01:00
Carsten "Tomcat" Book
bca68d29e5 merge mozilla-inbound to mozilla-central a=merge 2014-11-04 12:53:14 +01:00
Mike Hommey
0039ffce9d Bug 1091505 - Run subconfigures in parallel. r=gps
On automation, this brings Windows configure time on a clobber from 5:30 to 3:10.

Sadly, because make needs to run under intl/icu/host before configuring
intl/icu/target, intl/icu/host needs to be configured independently. Fortunately,
that's not configured for normal windows builds anyways.

Also, having multiple subconfigures sharing the same cache file is dangerously
racy. Fortunately, not a lot do. In fact, only js/src and $_subconfigure_subdir
do, so force the latter (only used for ldap sdk on comm-central) not to
configure in parallel.
2014-11-04 13:50:18 +09:00
Mike Hommey
dab2d15345 Bug 1091384 - Remove EXPAND_LIBNAME and affiliated. r=mshal 2014-11-04 13:50:07 +09:00
Mike Hommey
0bb4264fe7 Bug 1091383 - Move delayload logic entirely in moz.build frontend code. r=gps 2014-11-04 13:48:25 +09:00
Phil Ringnalda
810325008f Back out 293c48ec288c (bug 1086642) for Android and OS X 10.8 ONLY NOT SEEN ON 10.6 bustage
CLOSED TREE
2014-11-03 20:44:19 -08:00
Bill McCloskey
145c748f55 Bug 886301 - Disable editing imptests on e10s 2014-11-03 20:21:34 -08:00
Wes Kocher
f7ee0f7206 Merge m-c to inbound a=merge CLOSED TREE 2014-11-03 19:37:55 -08:00
Phil Ringnalda
002b557572 Back out 3 changesets (bug 1088831)
CLOSED TREE

Backed out changeset 5156cefdad51 (bug 1088831)
Backed out changeset 15e064492127 (bug 1088831)
Backed out changeset 70a7f15c30fb (bug 1088831)
2014-11-03 19:34:35 -08:00
Wes Kocher
5c8b0db531 Merge b2g-inbound to m-c a=merge 2014-11-03 19:31:47 -08:00
Markus Stange
2737b42fc7 Bug 1018845 - Make the fullscreen button easier to see on dark backgrounds. r=roc 2014-11-03 22:14:10 -05:00
Wes Kocher
0858a20a76 Merge fx-team to mozilla-central a=merge 2014-11-03 19:11:00 -08:00
B2G Bumper Bot
d442034c07 Bumping manifests a=b2g-bump 2014-11-03 16:22:31 -08:00
B2G Bumper Bot
f8a09aef15 Bumping manifests a=b2g-bump 2014-11-03 15:22:30 -08:00
Ryan VanderMeulen
611af83219 Bug 811470 - Fix broken manifest on a CLOSED TREE. 2014-11-03 17:19:51 -05:00