Guillaume Maudoux
f213e75743
Bug 1028556 part 2 - IonMonkey: Fix RPow test case. r=nbp
2014-06-23 04:41:40 -07:00
Guillaume Maudoux
af89925766
Bug 1028662 - IonMonkey: Implement PowHalf Recover Instruction. r=nbp
2014-06-23 04:41:39 -07:00
Danny Chen
7e653b38ca
Bug 1005031 - Video controls are displayed in the middle of the video. r=wesj
2014-06-19 13:28:00 +02:00
Pin Zhang
9d3971b7fc
Bug 1023767 - Fix bug: HashCompleterRequest.notifyFailure doesn't work. r=mmc
2014-06-11 02:04:00 +02:00
Martin Stransky
030fb4e888
Bug 811261 - Implement WakeLockListener on Linux to disable screensaver while video is playing. r=karl
2014-06-18 06:11:00 +02:00
Chris Manchester
b6d72ec019
Bug 1020625 - Don't call structured logging's suite_start and suite_end per test suite. r=jgraham
2014-06-09 12:01:26 -04:00
Mason Chang
4c76cc6e53
Bug 990832 - Build a tool to visualize frame uniformity. r=mchang, benwa.
2014-06-19 09:33:00 +02:00
Douglas Crosher
d0ee499ac3
Bug 1027476 - IonMonkey: (ARM) remove an unnecessary no-pool region in buildOOLFakeExitFrame(). r=jandem
2014-06-19 14:50:13 +10:00
Jed Davis
81dce2adf9
Bug 1027953 - Don't assume int64_t is long long int in media plugin support code. r=cpearce
2014-06-19 18:21:00 +02:00
Carsten "Tomcat" Book
60f254fd99
Backed out changeset 374f71301703 (bug 956801) for causing Android 2.2 Armv6 Opt XPCShell Test failures on a CLOSED TREE
2014-06-23 13:07:18 +02:00
Carsten "Tomcat" Book
63e5ae9d02
Backed out changeset d1c1aec94228 (bug 967310) for causing Android 2.2 Armv6 Opt XPCShell Test failures on a CLOSED TREE
2014-06-23 13:07:09 +02:00
Carsten "Tomcat" Book
8e9e3ad772
Backed out changeset f2c5626b3cec (bug 1023413) for causing Android 2.2 Armv6 Opt XPCShell Test failures on a CLOSED TREE
2014-06-23 13:06:30 +02:00
Mark Banner
d3de984921
Bug 1023279
Make conversation window title localizable, and add missing license header. r=nperriault,ui-review=darrin
2014-06-23 11:48:32 +01:00
Peter Van der Beken
bd776f4d97
Bug 1027095
- Convert XPathResult to WebIDL bindings - add WebIDL API and switch. r=bz.
2013-07-04 17:40:06 +02:00
Peter Van der Beken
6d83bd0d0f
Bug 1027095
- Convert XPathResult to WebIDL bindings - move files and rename class. r=bz.
...
--HG--
rename : dom/xslt/xpath/nsXPathResult.cpp => dom/xslt/xpath/XPathResult.cpp
rename : dom/xslt/xpath/nsXPathResult.h => dom/xslt/xpath/XPathResult.h
2013-07-04 17:39:28 +02:00
Carsten "Tomcat" Book
ae8e904252
Backed out changeset 214719d6c99c (bug 1000182) for fixing failing jit tests on a CLOSED TREE
2014-06-23 10:14:33 +02:00
Carsten "Tomcat" Book
2a362000bf
Backed out changeset f35c977b4b21 (bug 1000182) for failing jit tests on a CLOSED TREE
2014-06-23 10:12:12 +02:00
Jed Davis
995ff094cd
Bug 1024805 - Use TaggedAnonymousMemory for Nuwa thread stacks. r=khuey
...
Bonus fixes: make the guard page PROT_NONE instead of PROT_READ,
and correct the stack bounds passed to pthread_attr_setstack.
2014-06-18 17:41:00 +02:00
Bob Owen
30816b5c06
Bug 1025476 - Part 1: Add compulsory Init functions to AutoJSAPI. r=bholley
2014-06-19 08:21:14 +01:00
295999a306
Bug 1026858 - "search for "stdio.h" exactly". r=mshal
2014-06-18 17:19:00 +02:00
David Major
c4c4858714
Bug 1024271 - Allow more fuzziness for the win64 test machines. r=dholbert
...
--HG--
extra : rebase_source : 33df3eb88126637f444ab79e34599882d412f954
2014-06-23 16:45:57 +12:00
Jan Beich
679720da07
Bug 1028745 - Avoid using foreign ASSERT() macro in JS code. r=bhackett
2014-06-23 07:16:51 +02:00
Jan Beich
76be6a9180
Bug 1025674 - Unbreak non-unified build of --disable-ion after bug 976446. r=bhackett
2014-06-23 07:16:16 +02:00
Brian Birtles
c455b34df0
Bug 1026323 - Add a test for a transition with a delay running on the compositor; r=dzbarsky
...
This patch adds a test for transitions with a delay that run on the compositor.
Currently animations (including transitions) are not sent to the compositor
until they reach the end of their delay phase introducing the possibility that
the behavior might differ for animations with or without delays.
This patch adds a simple test for a transition with a delay. It also fixes an
existing bug in the opacity test. Also, it moves the step where the "transition"
property is removed to the end of the test sequence rather than the end of the
opacity test (which previously happened to occur at the end of the test
sequence).
2014-06-23 14:10:19 +09:00
Brian Birtles
fd31104744
Bug 1026302 part 2 - Move PostRestyleForAnimation to CommonElementAnimationData; r=dbaron
...
This patch moves PostRestyleForAnimation from ElementAnimations to the base
class CommonElementAnimationData and makes use of it within nsTransitionManager.
2014-06-23 14:10:19 +09:00
Brian Birtles
69e56c645b
Bug 1026302 part 1 - Move IsForElement and PseudoElement from ElementAnimations to CommonElementAnimationData; r=dbaron
...
IsForElement and PseudoElement are currently only defined on ElementAnimations
but could be used for transitions. This patch moves these methods to the common
base class CommonElementAnimationData and also makes use of PseudoElement within
nsTransitionManager.
2014-06-23 14:10:18 +09:00
Makoto Kato
0071aa5e05
Bug 1027993 - Remove plstr.h usages under xpfe. r=neil
2014-06-23 13:58:43 +09:00
Jonathan Watt
d3f868f9ca
Bug 987194 - Convert SVG masking to Moz2D. r=mattwoodrow
2014-06-23 05:45:31 +01:00
Eitan Isaacson
8b13d8981f
Bug 1028329 - Cancel delayed automove if there is an explicit interaction by the user. r=yzen
2014-06-22 20:31:22 -07:00
John Daggett
f62927140f
Bug 961558 - remove smallCaps from gfxFontStyle. r=jfkthame
2014-06-23 12:09:17 +09:00
John Daggett
00bd4bbb34
Bug 961558 - add reftests for font-variant-caps fallback. r=jfkthame
2014-06-23 12:09:16 +09:00
John Daggett
b69e91abce
Bug 961558 - add fallback support for font-variant-caps values. r=jfkthame
2014-06-23 12:09:16 +09:00
Brian Birtles
516d813bbb
Backing out bug 1026302 for build bustage changesets 3e719e2cc1bd and 7a2b642bf77a
2014-06-23 11:26:59 +09:00
Matt Woodrow
d02a3cce38
Bug 1025896 - Null check generated blur surface. r=Bas
2014-06-18 13:36:30 +12:00
Brian Birtles
d01a278fc3
Bug 1026302 part 2 - Move PostRestyleForAnimation to CommonElementAnimationData; r=dbaron
...
This patch moves PostRestyleForAnimation from ElementAnimations to the base
class CommonElementAnimationData and makes use of it within nsTransitionManager.
2014-06-23 10:48:01 +09:00
Brian Birtles
00e736ff46
Bug 1026302 part 1 - Move IsForElement and PseudoElement from ElementAnimations to CommonElementAnimationData; r=dbaron
...
IsForElement and PseudoElement are currently only defined on ElementAnimations
but could be used for transitions. This patch moves these methods to the common
base class CommonElementAnimationData and also makes use of PseudoElement within
nsTransitionManager.
2014-06-23 10:48:01 +09:00
Felipe Gomes
77c19b1008
Bug 1028612 - Options for jsfilter sandbox unused. r=gfritzsche
2014-06-22 21:25:15 -03:00
Marco Castelluccio
7b3a32351d
Bug 1027229 - Use the non-localized name to install apps since it allows users to change locale without running into problems. r=myk
2014-06-23 02:22:07 +02:00
Matthew Gregan
a52ce7775d
Bug 1028146 - Remove dangerous public destructor of MediaChannelStatistics. r=cpearce
2014-06-22 16:43:00 +12:00
Matthew Gregan
4917442cc9
Bug 1028144 - Remove dangerous public destructor of MediaDecoderReader. r=cpearce
2014-06-22 16:44:00 +12:00
Jonathan Watt
6081ee5dbc
Bug 1028522 - Prevent ImageEncoder::ExtractDataInternal from acting on an empty surface. r=gw280
2014-06-22 23:16:26 +01:00
Jonathan Watt
b73bc43c94
Bug 1016680, part 5 - Report the memory used by PresShell::mCaret. r=dbaron
2014-06-22 23:02:59 +01:00
Jonathan Watt
cf11dda286
Bug 1016345 - Add memory reporting for nsHTMLCSSStyleSheet's nsDataHashtable's buffer and the buffers of its nsString keys. r=dbaron
2014-06-22 23:02:05 +01:00
Marco Castelluccio
4c5451f6fc
Bug 1027940 - Disable the toolkit/webapprt test using manifests. r=tabraldes
2014-06-22 23:33:38 +02:00
Valentin Gosu
b4da139db0
Bug 677754 - Fix test expecting a prompt for an unsafe redirect r=jduell
2014-06-22 23:35:01 +03:00
Valentin Gosu
16cac008fa
Bug 677754 - Remove all redirect prompts from Necko r=jduell
2014-06-22 23:33:46 +03:00
Jan Beich
e8a0a3bf5b
Bug 1028036 - Unbreak clang build on BSD after bug 1025709, using the proper namespace declaration. r=birtles
2014-06-22 22:23:59 +02:00
Jan Beich
598b4fa9f5
Bug 1028049 - Unbreak non-SPS build after bug 990122. r=mhabicher
2014-06-22 22:02:39 +02:00
Paali Tandia
80233b6bf4
Bug 1024895 - Implementing Floor recover on bailout. r=nbp
2014-06-22 11:14:00 -07:00
David Moreira
e8eba5e018
Bug 1028573 - Implement RInstruction for MathFunction::round. r=nbp
2014-06-22 11:14:00 -07:00