Masatoshi Kimura
431087ee79
Bug 856424 - Unpref Components for content. r=bholley
2013-08-20 02:44:31 +09:00
Dan Gohman
ebed0787d3
Bug 894813 - IonMonkey: Avoid temporary invalidity in Range::intersect, and re-enable the Range constructor asserts. r=nbp
2013-08-19 10:36:48 -07:00
Dan Gohman
e468d2fc6d
Bug 894813 - IonMonkey: Enable --ion-check-range-analysis in jit_test.py --tbpl. r=jandem
2013-08-19 10:35:46 -07:00
Benjamin Bouvier
fbd60c18d1
Bug 900771: Fold MToString into its input if it's already a string; r=sstangl
2013-08-19 10:32:33 -07:00
Benjamin Bouvier
c2a20f3261
Bug 901105 - Rename movqsd into movq; r=sstangl
2013-08-19 10:29:04 -07:00
Andrew Halberstadt
69e673ac70
Bug 906045 - Remove --build-info-json from mochitest make targets, r=jgriffin, DONTBUILD, a=NPOTB
2013-08-19 13:01:52 -04:00
Brian Hackett
627343c153
Bug 906331 - Make sure to init() and destroy PerThreadData instances in worker threads, r=billm.
2013-08-19 10:50:03 -06:00
David Keeler
ffc7f627db
bug 906209 - remove some spurious idl forward-declarations r=jlebar
2013-08-16 14:58:45 -07:00
Dan Minor
649f6538cf
Bug 903606 - Use mozfile.TemporaryDirectory in cppunittest scripts;r=ted
2013-08-19 10:02:42 -04:00
Chris Lord
6fb6b73907
Bug 747811 - Add gfxReusableImageSurfaceWrapper. r=BenWa
...
Add an implementation of gfxReusableSurfaceWrapper based on gfxImageSurface
and use it on Android to avoid the overhead of shared memory.
2013-08-19 14:59:27 +01:00
Chris Lord
05dd95a022
Bug 747811 - Separate gfxReusableSurfaceWrapper into a base class and implementation. r=BenWa
...
Split gfxReusableSurfaceWrapper into gfxReusableSurfaceWrapper and
gfxReusableSharedImageSurfaceWrapper, to allow for non gfxSharedImage-based
implementations.
--HG--
rename : gfx/thebes/gfxReusableSurfaceWrapper.cpp => gfx/thebes/gfxReusableSharedImageSurfaceWrapper.cpp
2013-08-19 14:59:25 +01:00
Benoit Girard ext:(%2C%20Chris%20Lord%20%3Cchrislord.net%40gmail.com%3E)
5158b05590
Bug 747811 - Make the tiles backend safe across processes. r=nrc,BenWa
...
The tiles backend passes raw pointers to transfer tiled buffers between the
main thread and the compositor. This patch changes that to use shared
memory and tile descriptors instead, as well as changing the memory management
slightly to facilitate that.
2013-08-19 14:59:22 +01:00
Hannes Verschore
e1ac2e834d
Bug 904293: Tracelogger: Make it work on x86, r=jandem
2013-08-19 15:54:41 +02:00
Hannes Verschore
1d918eade7
Bug 906626: Tracelogger: Fix the includes and address style nits, r=njn
2013-08-19 15:54:34 +02:00
Jon Coppeard
3d479ee9f2
Bug 903548 - GC: What do we do for UnmarkGray on a Nursery GCThing? r=billm
2013-08-19 14:48:35 +01:00
Robert Bindar
f4c0ac63b5
Bug 906327 - about:networking crash when clicking between menu buttons. r=valentin.gosu
2013-08-19 09:43:44 -04:00
Cervantes Yu
ea16e610c2
Bug 897741 - Limit the CSP cache key size to reduce memory usage. r=fabrice
2013-08-19 09:43:44 -04:00
Douglas Crosher
6622f5bd08
Bug 871242 - Use js_malloc and js_realloc for the Sprinter to avoid the need for a JSContext. r=luke
2013-08-16 17:34:51 +10:00
Patrick McManus
9ecfdc0da3
bug 905460 - make http objects use smart pointers r=sworkman
2013-08-14 21:05:47 -04:00
Mihnea Dobrescu-Balaur
147c709b51
Bug 906126 - Adapt remaining sync xpcshell test for parallel runs. r=gps
2013-08-16 11:51:19 -07:00
Steve Singer
e353d93df5
Bug 906220 - Include yarr/YarrInterpreter.h when not building YARR_JIT. r=luke
2013-08-19 09:16:21 -04:00
Wei Wu
6d4c41d844
Bug 902437 - Update the default value of 'Range Analysis' option in jsshell's usage. r=mrosenberg
2013-08-19 09:15:18 -04:00
Andrea Marchesini
0509df02de
Bug 896535 - Promise: then(console.log)
is not working as expected. r=msucan
2013-08-19 09:13:47 -04:00
Rick Eyre
e448413ee7
Bug 880064 - Change HTMLTrackElement::Kind to a DOMString value. r=Ms2ger
...
This was originally in the spec as an enumerated value, but due to the current
problems with reflecting enumerated values it had to be changed to a DOMString.
This has been changed in the HTML5 spec as well.
2013-07-04 14:16:05 -04:00
James Kitchener
f74f348aa3
Bug 827713 - Tests for merged script elements. r=fredw
2013-08-19 09:12:06 -04:00
James Kitchener
9c18d567be
Bug 827713 - Use mmultiscripts to handle all script shift elements. r=fredw
2013-08-19 09:11:50 -04:00
James Kitchener
c0d4f06010
Bug 827713 - Make mmultiscripts more like msubsup. r=karlt
2013-08-19 09:11:48 -04:00
James Kitchener
499f82a222
Bug 827713 - Changes to mmultiscripts to support merging of script elements. r=karlt
2013-08-19 09:09:34 -04:00
James Kitchener
9c405e4717
Bug 827713 - Localisation change for unifying MathML *scripts. r=fredw
2013-08-19 09:09:08 -04:00
John Daggett
4e3a388690
Bug 875250 - implement CSS parsing of text-orientation, text-combine-horizontal properties. r=dholbert
2013-08-19 19:26:44 +09:00
Mina Almasry
817ee803d6
Bug 717181 - Make <fieldset> invalid if they contain an invalid form control; r=mounir
...
This adds a CSS psuedo class to fieldset that acts much in the same way as the one
on form.
2013-08-16 20:32:47 -04:00
David Zbarsky
0f565540a1
Bug 903283: Don't include EventTarget.h in headers r=Ms2ger
2013-08-19 06:15:55 -04:00
Gabor Krizsanits
5861d82dd2
Bug 877673 - Part2: Export helpers for sandbox. r=bholley
2013-08-19 11:46:36 +02:00
Gabor Krizsanits
a96850e4d4
Bug 877673 - Part 1: AutoDontReportUncaught. r=bholley
2013-08-19 11:46:24 +02:00
Jan de Mooij
1131d483d0
Bug 906040 followup - Use if-else rather than a ternary operator to work around link errors with GCC. r=h4writer on IRC
2013-08-19 10:49:53 +02:00
David Anderson
6ef84f269e
Force OMTC on when enabling multi-process tabs (bug 897502, r=ncameron).
2013-08-19 00:13:32 -07:00
John Daggett
fd57425fcc
Bug 904263 - check pref settings more efficiently. r=dbaron
2013-08-19 13:49:49 +09:00
Phil Ringnalda
3a9bc1d23d
Merge m-c to m-i
2013-08-18 17:51:12 -07:00
Phil Ringnalda
822335156c
Merge b2g-inbound to m-c
2013-08-18 17:44:43 -07:00
Phil Ringnalda
8bfafc9e7d
Merge fx-team to m-c
2013-08-18 17:44:05 -07:00
Nicholas Cameron
8bf8c82aff
Bug 904343. Clear surface descriptors. r=nical.
2013-08-19 11:08:43 +12:00
Jim Mathies
5870dfe7cc
Bug 906147 - disable component alpha in metrofx. r=nrc
2013-08-18 15:42:13 -05:00
Daniel Holbert
5bbf04e53e
Bug 903065: Update switch statement in LayersLogging.cpp to include new FILTER_GOOD enum value. r=jrmuizel
2013-08-18 12:40:58 -07:00
Tanvi Vyas
5a845df214
Bug 902350 - Set the appropriate content type when navigating a frame with a target that changes the top level document. r=smaug
2013-08-18 12:32:17 -07:00
Tanvi Vyas
fbb2152434
Bug 902350 - Mochitest. r=smaug
2013-08-18 12:32:09 -07:00
Geoff Brown
ebce935b9a
Bug 902081 - Skip xpcshell test_systemInfo.js on android; r=ctalbert
2013-08-18 11:58:34 -06:00
Dave Camp
676c1da626
Bug 906375 - Bind all the methods in Console.jsm's console object (fixed patch). r=mratcliffe
2013-08-18 09:55:49 -07:00
Gaia Pushbot
092239a6ed
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a7d496de30d0
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #11549 from tdz/bug-888799
Bug 888799: Display message if callee is busy r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/89728ff654f3
Author: Thomas Zimmermann <tdz@users.sourceforge.net>
Desc: Bug 888799: Display message if callee is busy
Busy calls are now signaled by error, instead of call state. This
patch adds a related message to the TelephonyHelper for informing
the user.
The old code used to play a tone for 3 seconds and close the Call
dialog afterwards. We cannot do this any longer because TonePlayer
expects the Call dialog to be around, which has already been closed
when the error gets handled.
This patch also replaces the related test of the Dialer app by a new
one. The new test verifies that the Dialer app displays the correct
error message when the number is busy.
Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>
2013-08-18 09:35:23 -07:00
Max Li
bec347aaa7
Bug 900097 - Add tests. r=surkov
2013-08-18 10:21:33 -04:00
Nicholas Cameron
397657b9ca
Bug 905790. Let canvases use fallback texure clients like images clients can. r=mattwoodrow
2013-08-18 18:46:21 +12:00