Commit Graph

141548 Commits

Author SHA1 Message Date
Nicholas Cameron
1bc1f9224a Bug 901722. Fix up component alpha/sub-pixel AA enablement. r=mattwoodrow 2013-08-09 11:30:19 +12:00
Nicholas Cameron
af23265853 Bug 901404. Support Azure with single buffered thebes layers. r=mattwoodrow 2013-08-09 11:30:18 +12:00
Nicholas Cameron
05b78d0697 Bug 902528. Check we still have a render target in BeginFrame. r=Bas 2013-08-09 11:30:18 +12:00
Nicholas Nethercote
73b474f1d8 Bug 898914 (part 2) - Avoid some bool shuffling.
--HG--
extra : rebase_source : 7db1df2a4ebb24a97860abb48c490348a6ca8de1
2013-08-08 15:53:06 -07:00
Nicholas Nethercote
849635b8f1 Bug 898914 (part 1) - Remove JSBool.
--HG--
extra : rebase_source : 2d202e0e5005a7f54724b1540481c15cde3ad52e
2013-08-08 15:53:04 -07:00
Jeff Gilbert
2a08e99be9 Bug 883364 - Mark android 2.2 tests as random until we find why ARMv6 slaves fails to create webgl contexts. r=bjacob 2013-08-08 15:23:43 -07:00
Jeff Gilbert
038036b02d Bug 883364 - Fail on webgl failure instead of timing out in reftests. r=dzbarsky 2013-08-08 15:22:40 -07:00
Jeff Gilbert
609180e5b2 Bug 883364 - Remove &nogl tests from webgl reftests. r=dzbarsky 2013-08-08 15:21:57 -07:00
Mats Palmgren
b84c388d5e Bug 898871 - Add more nsWeakFrame checks around scroll operations. r=roc 2013-08-08 22:04:59 +00:00
Mats Palmgren
1105f19374 Bug 898871 - Add an assertion that the pres shell was not deleted by some script runner, which should not happen here since the caller must hold a strong ref before starting the scroll operation. r=roc 2013-08-08 22:04:59 +00:00
Mats Palmgren
282597f4bb Bug 898871 - Hold a strong ref on the pres shell while scrolling, check for damage afterwards. r=roc 2013-08-08 22:04:58 +00:00
Nicolas B. Pierron
e0950fdd1f Bug 901455 - IonMonkey: Fix order of initialization of Ranges. r=sunfish 2013-08-08 14:49:48 -07:00
Bill McCloskey
d4fca31a8d Bug 902695 - Implement openURIInFrame in nsBrowserAccess (r=felipe) 2013-08-08 14:01:45 -07:00
Olli Pettay
d182d65e5c Bug 903106, <tr>.sectionRowIndex crashes, r=dz 2013-08-09 00:00:23 +03:00
Aaron Klotz
35b2fd6629 Bug 902532: Use NS_CopyNativeToUnicode to convert dictionary filename to UTF-16 on Windows. r=ehsan 2013-08-08 14:55:05 -06:00
Suhas Nandakumar
a3f331a8fe Bug 786307: Implement RTCP MUX in MediaPipeline r=ekr 2013-06-27 09:13:09 -07:00
Gregory Szorc
fd3dc3173f Bug 894973 - mach command to dump environment and build config info; r=ted
DONTBUILD (NPOTB)

--HG--
extra : rebase_source : 27e23637b6e015b28f72078ab074624ea134318b
2013-08-08 13:09:04 -07:00
Olli Pettay
ba6904ab0e Bug 899022, cycle collect WindowRoot's window, r=mccr8
--HG--
extra : rebase_source : d223a51a2f928694dc6c3c79bd73b971329004db
2013-08-08 21:23:55 +03:00
James Willcox
dd3190022f Bug 902474 - Require a minimum size of 16x16 to use SkiaGL r=mattwoodrow 2013-08-05 16:46:31 -04:00
James Willcox
1f90d9d19e Bug 902462 - Enable SkiaGL on all GPUs, not just NVIDIA r=mattwoodrow 2013-07-23 20:32:24 -04:00
Marcus Saad
664e93ad34 Bug 882743 - Make TextTrackCue setters throw. r=rillian, r=bz
From 8f5dccf7fd5f5d2a74341ead60586346e4ab3ead Mon Sep 17 00:00:00 2001
Now throwing javascript exceptions from attribute setters for TextTrack-related DOM classes.
As can be seen in http://dev.w3.org/html5/webvtt/#webvtt-api, some of the attributes require validation and throwing.
There is no validation implemented to the align property because there is a bug opened against the spec to change it to an Enum.
When cleared, it should have the IDL changed to remove the throwing.
Validation comments were removed from the properties that didn't have proper validation defined by the spec.
2013-07-24 14:18:54 -04:00
Gabriele Svelto
ead1c88069 Bug 777196 - Prevent non-chrome processes from accessing the content preferences. r=mak 2013-07-30 09:58:44 +02:00
Brad Lassey
1f62ec34ec bug 880259 - Firefox should use GeckoView r=mfinkle 2013-08-02 16:46:07 -04:00
Sriram Ramasubramanian
8219e68ce3 Bug 884004: DexClassLoader should use context's class loader. [r=kats]
--HG--
extra : rebase_source : 286e9df9b9154c5f968b6eacfcb5f176371abb46
2013-06-17 12:55:01 -07:00
Ms2ger
7bf62da840 Backout changeset f2ac3d57b445 for insufficient review. 2013-08-08 19:37:47 +02:00
Ms2ger
c3e13780fe Backout changeset ec45d9c75316 for insufficient review. 2013-08-08 19:36:08 +02:00
Scott Johnson
b2de439519 Bug 808173: Add a switch for reflow-on-zoom to not activate when non-text elements are the target of a double-tap event. [r=kats] 2013-08-08 12:22:26 -05:00
Robert Bindar
e4906705a2 bug 835357 - Add telemetry to measure whether DNT is used or not. r=jduell 2013-08-08 08:49:14 -07:00
Hannes Verschore
12d30bd3ac Bug 902383: Remove the unused 'nonNativeGetElement' hint from the TI analysis, r=jandem 2013-08-08 17:41:48 +02:00
Jan de Mooij
de88ae5f6d Bug 866888 part 5 - Ion-compile try-catch statements (preffed off for now). r=djvj 2013-08-08 17:28:38 +02:00
Bobby Holley
afed463cc5 Bug 901658 - Introduce an uninlined version of JSScript::global() to use in Debugger.h assertions. r=njn 2013-08-08 08:20:20 -07:00
Nicholas Nethercote
19e1fbb452 Bug 902820 - Fix a bunch of compile warnings in SpiderMonkey. r=till.
--HG--
extra : rebase_source : 0306d26443640104bae575a60fec7a693f7b43c5
2013-08-08 06:33:49 -07:00
Brad Lassey
c0960f9abc bug 894313 - GeckoThread should own its own static instance r=kats
--HG--
extra : rebase_source : bf7fdb0a4bd399c4edcc2046ed4c232b41a3827b
2013-08-08 09:02:02 -04:00
Jan Beich
97a598038f Bug 902765 - fix build after bug 894331, use mozilla::TimeStamp instead of TimeStamp r=mak 2013-08-08 14:54:51 +02:00
Gabor Krizsanits
89302bbfc9 Bug 877164 - nsDocument should call GetJunkScope later. r=smaug 2013-08-08 14:23:33 +02:00
Carsten "Tomcat" Book
0436faaa5c merge mozilla-central to mozilla-inbound 2013-08-08 14:01:54 +02:00
Carsten "Tomcat" Book
87a23c556a merge b2g-inbound to mozilla-central 2013-08-08 13:33:12 +02:00
Carsten "Tomcat" Book
f0bfac3d0e merge mozilla-inbound to mozilla-central 2013-08-08 13:13:05 +02:00
Simon Montagu
955967b5ff Add a routine to clear the direction set by a textnode without resetting it. Bug 894137, r=ehsan 2013-08-08 09:54:18 +03:00
Gregory Szorc
18e6c7bd2c Bug 902609 - Make xpcshell.ini manifest strict mode compliant; r=ahal 2013-08-07 23:48:53 -07:00
Gregory Szorc
131c503dfb Bug 902619 - Write mozinfo.json as part of config.status; r=ted
There are both mechanical and logical changes in this patch.

The mechanical changes involve moving some files into the mozbuild
package.

The logical changes include move writing of mozinfo.json into
config.status (from configure.in). There were some variable assignments
being performed in configure.in. These variables were read from
writemozinfo.py. However, these variables don't appear to be necessary!
Now that mozinfo has full access to the underlying config.status data
structure, it can now access these variables directly. I verified that
every variable being assigned in configure.in had a corresponding
AC_SUBST earlier in the file.

The only variable that's a bit weird is the TOPSRCDIR and MOZCONFIG
environment variables. mozinfo continues to look in the environment for
MOZCONFIG. However TOPSRCDIR is now coming from config.status.

As part of moving the code, I also modernized the test file, cleaned up
some style, and removed some unused imports.

--HG--
rename : config/writemozinfo.py => python/mozbuild/mozbuild/mozinfo.py
rename : config/tests/unit-writemozinfo.py => python/mozbuild/mozbuild/test/test_mozinfo.py
2013-08-07 23:48:41 -07:00
Gaia Pushbot
1524f73ebb Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/fd03fbd18a09
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11374 from crh0716/891742

Bug 891742 - Add roaming preference selector for CDMA r=jaoo

========

https://hg.mozilla.org/integration/gaia-central/rev/1265c3ddfe7c
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 891742 - Add roaming preference selector for CDMA
2013-08-07 22:35:23 -07:00
Tim Taubert
532b26a16d Backed out changeset ef8248e892e0 (bug 891110) 2013-08-08 05:24:03 +02:00
Karim Hamidou
c1df71b65c Bug 891110 - Detect attempts to pass undefined in declareFFI. r=yoric 2013-08-07 20:19:45 -04:00
Boris Zbarsky
189daee1d6 Bug 897913 part 3. Enable Promise in chrome and certified apps, even when preffed off. r=bholley, pending review from baku 2013-08-07 17:40:20 -04:00
Boris Zbarsky
b3d562602e Bug 897913 part 2. Allow touching interface objects via an Xray even if the page they're in can't touch them. r=bholley,smaug 2013-08-07 17:40:00 -04:00
Boris Zbarsky
c846cbddd8 Bug 897913 part 1. Don't assert that app id exists when asked for app status; just claim not installed if there is no app id. r=sicking 2013-08-07 17:40:00 -04:00
Boris Zbarsky
ea89e2e774 Bug 902485. Disallow copy constructors and operator= on WebIDL union structs, because those wouldn't do what you think they should. r=dzbarsky 2013-08-07 17:40:00 -04:00
Boris Zbarsky
c360949cd5 Bug 901816. Include Nullable and TypedArray headers in binding header files if we have dictionaries that have those as members. r=smaug 2013-08-07 17:40:00 -04:00
Gene Lian
a1efa09aa2 Bug 901992 - B2G MMS: Retry Mechanism for Downloading MMS is Buggy. r=vicamo a=leo+ 2013-08-08 16:36:09 +08:00