Commit Graph

240533 Commits

Author SHA1 Message Date
Markus Stange
c14d806798 Bug 1141089 - Add more asserts for DisplayItemData, trying to catch whether we're accessing deleted instances. r=roc 2015-04-21 14:13:54 -04:00
Andreas Pehrson
448a562cc5 Bug 1155089 - Part 3: Test replacing with WebAudio track in track_peerConnection_replaceTrack.html. r=jib 2015-04-22 11:59:43 +08:00
Andreas Pehrson
ac081e4945 Bug 1155089 - Part 2: Break out WebAudio input/output checker to PeerConnectionTest. r=mt 2015-04-22 11:59:43 +08:00
Andreas Pehrson
dfeb1c8f47 Bug 1155089 - Part 1: Reset |TrackID| for MediaPipelineTransmit::PipelineListener on replaceTrack(). r=bwc 2015-04-22 11:59:43 +08:00
Brian O'Keefe
e491df5f61 Bug 1154687 - Restore EXTERNALLY_MANAGED_MAKE_FILE handling to the moz.build blacklist check. r=gps 2015-04-15 08:15:03 -04:00
Nick Fitzgerald
49a806f3bb Bug 1153922 - Add a SandboxOptions option for creating the sandbox in a fresh JS::Zone. r=mrbkap 2015-04-13 14:25:00 -04:00
Mats Palmgren
f2da7f98fb Bug 1153586 - Prevent the same BUTTON_DOWN event from opening the dropdown menu again on platforms that don't consume the event. r=enndeakin 2015-04-15 16:01:00 -04:00
Andrew McCreight
d12e934d8e Bug 1156977 - Assert when aClassName is empty in BloatEntry. r=froydnj 2015-04-22 08:56:30 -07:00
Kartikaya Gupta
c9a8f4b3c5 Bug 1134385 follow-up - fix link to image in documentation. DONTBUILD because NPOTB. r=me 2015-04-22 11:54:37 -04:00
Sylvestre Ledru
32f687c7ca Bug 1156662 - Identical code for different branches. r=bz 2015-04-21 18:37:34 +02:00
Karl Tomlinson
09f4e138cc Bug 1156621 - Don't assume --without-system-nspr. r=glandium 2015-04-21 18:06:33 +12:00
Aleksandar Zlicic
2768d83bf3 Bug 1156365 - IonMonkey MIPS: Fix build failure on MIPS; rename Registers::code() to Registers::Encoding(). r=rankov 2015-04-20 18:58:34 +02:00
Ben Turner
9db6519240 Bug 1155634 - Move ConnectionPool creation closer to where we actually use it and at a point guaranteed to be after QuotaManager has been started. r=khuey 2015-04-21 13:46:00 -04:00
Daniel Stenberg
d92bba153d Bug 1154426 - Ignore gzip problems if only soft-enforcing. r=mcmanus 2015-04-20 07:27:00 -04:00
Blake Kaplan
a4d062aa98 Bug 1153977 - Make the spellchecker's constructor async. r=billm 2015-04-21 16:05:00 -04:00
Dave Hunt
4e65c91d0a Bug 1145680 - [mozbase] Add reboot, move, copy, and info methods to adb.py. r=bclary 2015-04-21 07:40:00 -04:00
Jason Orendorff
f75948f6ee Bug 1143921 - Fix crash in Debugger.defineProperty when the descriptor contains {get: undefined}. r=efaust. 2015-04-13 13:48:04 -05:00
Jason Orendorff
f0432ce981 Bug 1151957 - Rewrite GDB extension for ignoring asm.js segmentation faults in Python, fixing some bugs and bringing it under test. r=jimb.
The GDB code being rewritten here did not work for users who build with -ggdb3
on Linux, because sa_handler is a macro; see bug 1151957 comment 1. Also, it
caused GDB to perform an invalid free in the JS shell debuggee process, on
startup, if the previous run received SIGSEGV.
2015-04-13 12:46:22 -05:00
Jason Orendorff
735d6acedb Bug 1153970 - Change js/src/gdb/run-tests.py to take an OBJDIR argument instead of a LIBDIR argument, since jorendorff can never guess which directory to pass for LIBDIR in fewer than six tries. r=jimb. 2015-04-13 11:36:36 -05:00
Ehsan Akhgari
a00943dde1 Bug 1157212 - Teach clang-analyzer about XPT_ASSERT; r=froydnj 2015-04-22 11:40:17 -04:00
Nathan Froyd
fdddcd9b44 Bug 1156790 - mark various nsCOMPtr_helper-esque classes as final; r=mccr8 2015-04-20 16:58:15 -04:00
Nathan Froyd
fa0ab7ea4d Bug 1157290 - fix modeline in media/libstagefright/moz.build; r=me, DONTBUILD for comment-only fix 2015-04-22 11:24:10 -04:00
Jonathan Kew
5008224e4a Bug 1028716 - Reftests for <progress> and <meter> with various writing-mode and -moz-orient combinations. r=dbaron 2015-04-22 16:08:57 +01:00
Jonathan Kew
f82085cac3 Bug 1028716 part 3 - Widget updates to support the extended set of -moz-orient values. r=roc 2014-06-24 19:26:13 +01:00
Jonathan Kew
a546a71e32 Bug 1028716 part 2 - Handle the new orient values in <progress> and <meter> layout. r=smontagu 2014-06-27 11:25:11 +01:00
Jonathan Kew
f609c8df70 Bug 1028716 part 1 - Remove the 'auto' value of the -moz-orient property, and add 'inline' (new initial value) and 'block'. r=dbaron 2014-06-27 11:22:32 +01:00
Tooru Fujisawa
14d36392a4 Bug 1155985 - Set FieldInto::mType just before storing to reserved slot. r=jonco, a=abillings 2015-04-22 23:59:01 +09:00
Kartikaya Gupta
41f39377c8 Bug 1147038 - Update some tests to pass on desktop platforms. r=tn
The test in question sets up an inconsistent state for desktop platforms because
it intends to simulate what the APZ does, but does it only partially. The APZ
code would set a CSS viewport (which the test does) but it doesn't set the
scroll-position-clamping-scroll-port-size which the APZ would always do.
2015-04-22 10:16:33 -04:00
Kartikaya Gupta
78cf91d682 Bug 1154478 - Really force-enable the event-regions code when APZ is enabled. r=tn 2015-04-22 10:16:27 -04:00
Carsten "Tomcat" Book
e1e4052c9c merge mozilla-central to mozilla-inbound IGNORE IDL 2015-04-22 16:09:56 +02:00
Kartikaya Gupta
b1a8b5072c Back out cset 17aad8f83237 (bug 1154499) now that we have a nightly with APZ enabled. r=me a=me 2015-04-22 09:36:25 -04:00
Ryan VanderMeulen
119af26c29 Bug 1123563 - Skip test-animated-image-layers.html and test-animated-image-layers-background.html on Android and Linux. a=me 2015-04-22 09:30:46 -04:00
Carsten "Tomcat" Book
49bbf36e6e merge fx-team to mozilla-central a=merge IGNORE IDL 2015-04-22 15:15:48 +02:00
B2G Bumper Bot
4166f71b44 Bumping manifests a=b2g-bump 2015-04-22 00:04:50 -07:00
B2G Bumper Bot
0cc9fbf48e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5e00921aa363
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #29646 from davidflanagan/bug1145758

Bug 1145758 - remove old endedTimer workaround r=squib

========

https://hg.mozilla.org/integration/gaia-central/rev/ffb5594a3cd3
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1145758 - remove old endedTimer workaround

skip to the next song if we resume right at the end

address review comments

update comment and reference gecko bug #
2015-04-22 00:02:38 -07:00
Mark Finkle
c9e64b58de Bug 1154960 - Fennec should explicitly block the DOM SiteSpecificUserAgent.js file from packaging r=nalexander 2015-04-22 02:01:32 -04:00
B2G Bumper Bot
625bcb22c0 Bumping manifests a=b2g-bump 2015-04-21 21:37:41 -07:00
B2G Bumper Bot
c9941cbe92 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1db7d2c64278
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1157092 - Disable permaorange apps/system/test/marionette/text_selection_test.js | Text selection > without lockscreen check functionality copy and paste across all trees independent of merges
2015-04-21 21:35:27 -07:00
B2G Bumper Bot
a67fefbb1c Bumping manifests a=b2g-bump 2015-04-21 20:29:58 -07:00
B2G Bumper Bot
d88f47f669 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5d41afe3524d
Author: GaryChen, PYChen <mmm198219@gmail.com>
Desc: Merge pull request #29474 from haydenhuang/master

Bug 1152257 - [Camera] initialize focus_state with a default value. r=aosmond.

========

https://hg.mozilla.org/integration/gaia-central/rev/5f7aecb2bd55
Author: Hayden Huang <hahuang@mozilla.com>
Desc: Bug 1152257 - [Camera] reset focus_state after pause and add a focus test case. r=aosmond.
2015-04-21 20:27:46 -07:00
Phil Ringnalda
dd5a9000b0 Merge m-c to b-i 2015-04-21 20:22:40 -07:00
Phil Ringnalda
b859707574 Merge m-c to a CLOSED TREE f-t 2015-04-21 20:21:19 -07:00
David Anderson
41f3a0786c Fix bogus assertion in nsLayoutUtils::SetDisplayPortMargins. (bug 1156409, r=botond, a=philor) 2015-04-21 23:01:41 -04:00
B2G Bumper Bot
c715a4f564 Bumping manifests a=b2g-bump 2015-04-21 19:59:58 -07:00
B2G Bumper Bot
7c6cecb842 Bumping manifests a=b2g-bump 2015-04-21 18:29:50 -07:00
B2G Bumper Bot
ce67bc046e Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ead3b3529541
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1056770 - Improving back and forward chrome animations"

This reverts commit da76714ebb03a5df5d5efda53f2a03ed2fbdbb9d.
2015-04-21 18:27:38 -07:00
Wes Kocher
7decb59dfb Backed out changeset 3b48e1a81a17 (bug 1038068) for xpcshell orange even after a clobbering IGNORE IDL 2015-04-21 18:21:52 -07:00
Robert Strong
0be09fa185 Bug 1155851 - Gonk incorrectly uses the app.update.service.enabled preference. r=marshall 2015-04-21 17:47:57 -07:00
Mark Hammond
9b4396476a Bug 1153691 - intTestLogging() now adds timestamps and supports param substitution. r=rnewman 2015-04-22 09:27:43 +10:00
B2G Bumper Bot
53384ff56c Bumping manifests a=b2g-bump 2015-04-21 16:20:01 -07:00