Commit Graph

306669 Commits

Author SHA1 Message Date
Ehsan Akhgari
21b6d807c6 Bug 834513 - Part 3: Implement ScriptProcessorNode; r=roc 2013-04-13 21:37:04 -04:00
Ehsan Akhgari
82a95502c9 Bug 834513 - Part 2: Add an AudioNode weak pointer to the AudioNodeEngine class; r=roc 2013-04-20 12:16:28 -04:00
Olli Pettay
6eeb517baa Bug 856364 - Paris binding for KeyboardEvent, r=peterv 2013-04-21 02:48:55 +03:00
Jeff Walden
1e36b92755 Bug 863891 - Eliminate warnings by not reusing the *_MIN constants to implement the indefinite integer value. r=jandem
--HG--
extra : rebase_source : 976c96bd0e2fda121bf48c057954aef12f6d096a
2013-04-20 14:13:51 -07:00
Masatoshi Kimura
c04606fd8c Bug 859023 - Remove the MSVC exemption for FAIL_ON_WARNINGS in content/mathml/content/src. r=karlt 2013-04-21 05:36:44 +09:00
Masatoshi Kimura
60f0e6df40 Bug 859020 - Remove the MSVC exemption for FAIL_ON_WARNINGS in dom. r=bz 2013-04-21 05:36:43 +09:00
Timothy Nikkel
ef9ea7f803 Bug 863889. nsWindow::Move should compare the same type of pixels when determining if we are moving the window at all. r=jfkthame 2013-04-20 13:19:26 -05:00
Peter Van der Beken
bfcf81990d Bug 852094 - Support Unforgeable on proxy-based DOM bindings. r=bz. 2012-12-20 10:56:11 +01:00
Ehsan Akhgari
6f87498cb9 Merge mozilla-central into mozilla-inbound 2013-04-20 12:28:24 -04:00
Kannan Vijayan
10e77ea4ce Bug 861596 - Add optimized ArgumentsObject stubs to Ion ICs. r=h4writer 2013-04-20 10:32:04 -04:00
Benoit Jacob
e9feee3d7a Bug 863843 - Android: blocklist STAGEFRIGHT on rk30board - r=joedrew 2013-04-20 10:22:51 -04:00
Benoit Jacob
0cdf32fdf5 Bug 863821 - Remove useless 'var' keywords in WebGL mochitest - r=jgilbert 2013-04-20 10:22:49 -04:00
Jan de Mooij
2407a6784a Bug 855236 - Fix JM chunked compilation issue. r=bhackett 2013-04-20 16:14:26 +02:00
Jan de Mooij
d92592f418 Bug 863084 - Fix JS shell evaluate function to use the right Zone for its return value. r=billm 2013-04-20 16:14:24 +02:00
Jan de Mooij
64a3173899 Bug 861165 - Fix JM JSOP_IN bug with negative index. r=bhackett 2013-04-20 16:14:17 +02:00
Benoit Jacob
a3e0b5fdff Bug 863397 - remove a couple more unused static functions - r=nical 2013-04-20 10:08:18 -04:00
Benoit Jacob
247fdf0702 Bug 863397 - remove more dead B2G paths, mostly in TextureImage - r=nical 2013-04-20 10:08:18 -04:00
Benoit Jacob
065aeca6a3 Bug 863397 - kill BindExternalBuffer and UnbindExternalBuffer with FIRE - r=jgilbert 2013-04-20 10:08:18 -04:00
Benoit Jacob
0c8945b8ca Bug 863397 - Remove all the eglLockSurface-using code; leave the GL symbols in - r=jgilbert 2013-04-20 10:08:18 -04:00
Benoit Jacob
e996b0a66e Bug 863397 - Trim ImageLayerOGL from B2G paths (it's no longer used on B2G) - r=Bas 2013-04-20 10:08:18 -04:00
Olli Pettay
b353dd5b3f Bug 863950 - Crash with outdated CaretPosition object, r=bz 2013-04-20 16:11:20 +03:00
Marco Bonardo
5c8e17c176 Bug 861302 - Allow indedexDB to be used from about:home
r=bz
2013-04-20 13:33:34 +02:00
Cameron McCormack
069bc62622 No bug - Minor comment tweak. (DONTBUILD) 2013-04-20 21:24:34 +10:00
ffxbld
91f5a42869 No bug, Automated blocklist update from host bld-linux64-ix-016 - a=blocklist-update 2013-04-20 03:39:34 -07:00
Tetsuharu OHZEKI
8374f4c5f4 Bug 863285 - Cache the result of Ci.nsIMemory.isLowMemoryPlatform(). r=Kartikaya 2013-04-20 19:13:45 +09:00
Mark Capella
6ef403d37d Bug 857362 - Remove unused sendMessageToJava() events, r=cpeterson 2013-04-20 00:29:03 -04:00
Boris Zbarsky
27081a0b7d Test for bug 862702. r=peterv 2013-04-19 23:04:23 -04:00
Boris Zbarsky
c241cd7153 Bug 862077. Even if we have a wrapper cache, don't assume that no cached wrapper means no wrapped native.: it's not true for inner windows. r=peterv 2013-04-19 23:04:22 -04:00
Boris Zbarsky
2693eed75f Bug 863386. Add support for nullable enum arguments and return values. r=mccr8
This incidentally fixes bug 843355
2013-04-19 23:04:19 -04:00
Boris Zbarsky
04924966b8 Bug 862917. Remove the non-standard window.defaultStatus. r=smaug,gavin 2013-04-19 23:03:02 -04:00
Boris Zbarsky
8695fc9bb2 Bug 862540. Make window.status actually be settable (but have no effect unless the pref that no one ever sets is set). r=smaug 2013-04-19 23:03:01 -04:00
Phil Ringnalda
df766ef41c Back out 6eb19014d780 (bug 861596) for Arm build bustage
CLOSED TREE
2013-04-19 18:43:54 -07:00
Kannan Vijayan
b4722c1d76 Bug 861596 - Add optimized ArgumentsObject stubs to Ion ICs. r=h4writer 2013-04-19 21:13:53 -04:00
Bill McCloskey
c6a1c4ab1a Bug 745154 - Disable automatic safe mode after startup crashes in debug builds or using an environment variable (r=ehsan) 2013-04-19 16:25:20 -07:00
Jeff Gilbert
4cef91ed01 Bug 822431 - Use MOZ_UNLIKELY in MOZ_ASSERT. r=waldo 2013-04-19 16:20:35 -07:00
Bobby Holley
876a3cb515 Back out bug 860438 nsWindowWatcher patch for ProfileManager crashes.
This reverts commit 2aec46b29d41c457b5b192ff51a448eb98598e20.
2013-04-19 18:28:54 -04:00
Bobby Holley
7ee9aa1a42 Back out bug 863646 for make check orange (TestStartupCache). 2013-04-19 18:28:53 -04:00
Bobby Holley
442373cbdb Bug 863646 - Force layout initialization in XPCOM initialization. r=bsmedberg 2013-04-19 16:03:24 -04:00
Ryan VanderMeulen
1c3243798f Merge inbound to m-c. 2013-04-19 13:46:37 -04:00
Ryan VanderMeulen
d9c53ec2c8 Merge fx-team to m-c. 2013-04-19 13:44:55 -04:00
Ryan VanderMeulen
448246aeee Bug 862918 - Disable test on mobile. r=ted
CLOSED TREE
2013-04-19 12:09:51 -04:00
Ryan VanderMeulen
b79b47e80f Merge birch to m-c. 2013-04-19 11:10:59 -04:00
Ehsan Akhgari
ca7d2a7125 Bug 863092 - Make mach run and mach debug run firefox -no-remote; r=gps
DONTBUILD
2013-04-19 09:03:09 -04:00
Gina Yeh
869e5a2f5d Bug 863620 - Followup of bug 848414, r=echou 2013-04-19 14:40:51 +02:00
Vicamo Yang
5462048383 Bug 863035 - WebSMS: use 'null' to reset SmsFilter::read and threadId. r=mounir,Ms2ger 2013-04-19 20:38:02 +08:00
Kan-Ru Chen (陳侃如)
b4b26e7e38 Bug 845707 - Only filter file path that is a '~' or starts with '~/'. r=dougt 2013-04-19 07:55:58 -04:00
Ryan VanderMeulen
0a7c511353 Merge birch to m-c. 2013-04-19 07:45:15 -04:00
Josh Matthews
3fb3555b41 Bug 831107 - Part 2: Add general ArrayBuffer support to TCPSocket. r=vlad,fzzzy 2013-04-19 11:25:33 +02:00
Josh Matthews
e24e7ab8dd Bug 831107 - Part 1: Allow TCPSocket consumers to receive typed array data without converting it to a byte string first. r=vlad 2013-04-19 11:25:33 +02:00
Eric Chou
ee172b786c Bug 860166 - Revice AT command handler for Headset profile (HSP), r=gyeh 2013-04-19 17:08:06 +08:00