Commit Graph

141328 Commits

Author SHA1 Message Date
Brian R. Bondy
aa0e6d9e85 Bug 901071 - D2D rendering always being disabled for Windows 8.1 on Intel hardware. r=bjacob 2013-08-05 22:00:42 -04:00
Daniel Holbert
879d9d11a9 Bug 901645: Mark some variables in content/base/src as DebugOnly. r=smaug 2013-08-05 21:35:08 -04:00
Boris Zbarsky
cb5a1d24f1 Bug 901682. Rev the IID for nsXMLHttpRequest. r=gavin 2013-08-05 21:28:51 -04:00
Mike Hommey
b3e0312bdd Bug 901413 - Support GNU/kFreeBSD in AsmJSSignalHandlers.cpp. r=luke 2013-08-06 10:09:05 +09:00
Mike Hommey
8eac84d3d4 Bug 901202 - Set WEBRTC_TARGET_ARCH to a right value on ia64. r=ted 2013-08-06 10:08:48 +09:00
Mike Hommey
fb9eaf3a84 Bug 901149 - Add the clang workaround for __float128 to HOST_CXXFLAGS when not cross-compiling. r=ted 2013-08-06 10:08:23 +09:00
Ryan VanderMeulen
19f45ff72d Backed out changesets aee6b1a6c400 and a633e4d67d31 (bug 875277) for bustage. 2013-08-05 20:47:07 -04:00
Jan Beich
94b3cf9095 Bug 901251 - Make --disable-necko-wifi actually work on Linux. r=glandium 2013-08-05 20:24:05 -04:00
JW Wang
ec7bb8499e Bug 875277 - Part 2: Implement WaveShaperNode.oversample - speex. r=ehsan 2013-08-05 10:34:52 +08:00
Trevor Saunders
f0d1977456 bug 900330 - generate the xpidl parser during precompile instead of export r=ted 2013-08-02 23:38:13 -04:00
Trevor Saunders
a58582703c bug 900330 - part 1 rm xpcom/typelib/xpidl/ r=ted 2013-08-02 23:30:09 -04:00
Trevor Saunders
556b81e32a bug 900330 - part 0 clean up xpcom/typelib/xpt/src/Makefile.in r=ted
we don't need to build the C xpt code before idl parsing anymore so change to
 compile it during libs
2013-08-02 14:06:02 -04:00
Ehsan Akhgari
7442af575d Bug 902134 - Reduce the number of #includes in nsIDOMWindowUtils.h; r=bzbarsky 2013-08-06 16:38:58 -04:00
Sriram Ramasubramanian
e2c29d61be Bug 889562: Action-mode not showing in Android 4.3 [r=mfinkle] 2013-08-01 15:39:21 -07:00
Ehsan Akhgari
b9560fc7d9 Bug 902111 - Forward-declare nsIFrame in nsISelectionPrivate.h; r=bzbarsky 2013-08-06 16:19:11 -04:00
Benoit Girard
daa7175de3 Bug 899858 - Cache pymake len() computation to speed up parsing. r=benjamin 2013-08-06 15:25:57 -04:00
Ryan VanderMeulen
1ff98491e9 Merge m-c to inbound. 2013-08-06 14:24:39 -04:00
Randell Jesup
cce4173c1b Bug 825112: Remove jni.h from opensles per review r=mwu 2013-08-06 14:01:16 -04:00
Chris Peterson
272c09331b Bug 900316 - Enable geolocation reporting for non-GSM Android devices. r=blassey r=hanno 2013-08-01 16:14:42 -07:00
Marty Rosenberg
33fed35aca Bug 901518: Don't try to use a double register as a memory location (r=shu) 2013-08-06 13:25:49 -04:00
Dan Gohman
0eb2c87110 Bug 901273 - IonMonkey: Reduce the size of IC calls on x86/x64 by two bytes per call by putting ICEntry's firstStub_ and ICStub's stubCode_ at beginnings of their respective classes, so that they don't need non-zero displacements. r=kvijayan 2013-08-06 10:18:41 -07:00
Terrence Cole
bf248e9838 Bug 901659 - Fix an exact rooting hazard in Debugger; r=jonco 2013-08-05 12:51:35 -07:00
Dan Gohman
0a637454c6 Bug 900437 - IonMonkey: Optimize x/x on x86/x64, which also fixes a tricky lowering case that broke the backtracking allocator. r=bhackett 2013-08-06 10:00:55 -07:00
Arnaud Sourioux
07117795ca Bug 900274: Mark content/base/src as FAIL_ON_WARNINGS in Makefile.in r=smaug 2013-08-06 09:51:40 -07:00
Bob Owen
b4681e91bb Bug 886262 - Tests for HTML <object>s do not inherit sandbox flags from their parents. r=bz 2013-07-28 17:27:32 +01:00
Bob Owen
7fa45b3be7 Bug 886262 - Ensure sandbox flags and, where necessary, null principal are set for child objects. r=bz 2013-08-06 11:01:23 +01:00
Mats Palmgren
d8c7a2d3c5 Bug 873083 - Re-enable the 813372-1.html crashtest. r=ryanvm 2013-08-06 12:43:41 -04:00
Tom Schuster
042a54a9cb Bug 617804 - Note that SetTitle is implemeneted by JS. rs=felipe 2013-08-06 12:35:39 -04:00
Tom Schuster
f1b4d9309e Bug 900675 - Move e10s webNavigation implementation in a jsm. r=felipe 2013-08-06 12:35:39 -04:00
Gijs Kruitbosch
67a8f23d20 Bug 901481 - add an environment variable to set the number of entries kept by the profiler, r=BenWa 2013-08-05 18:03:22 +02:00
Yuan Xulei
a1e4446ad8 Bug 895239 - Serialize non-textual container element as placeholder if OutputNonTextContentAsPlaceholder is set. r=smaug 2013-08-06 10:40:38 -04:00
Andy Wingo
495094725f Bug 885695 - Simplify detection of legacy generators. r=Waldo, r=jorendorff 2013-08-06 13:01:51 +02:00
JW Wang
ce885c443c Bug 875277 - Part 2: Implement WaveShaperNode.oversample - speex. r=ehsan 2013-08-06 14:11:32 +08:00
JW Wang
6d8256114d Bug 875277 - Part 1: Implement WaveShaperNode.oversample - webidl enums. r=ehsan 2013-08-06 14:15:07 +08:00
Guillaume Abadie
071b088c2c Bug 871094 - Add a warning when calling WebGL clear(0). r=bjacob 2013-08-06 10:40:37 -04:00
Kartikaya Gupta
fe73fcef97 Bug 901187 - Send printf_stderr output to Visual Studio console if it is attached. r=bsmedberg 2013-08-02 17:32:48 -07:00
Daniel Holbert
a6d8bf4063 Bug 900260: Explicitly cast 64-bit value to size_t, to fix build warning on 32-bit platforms (which won't run this code anyway). r=froydnj 2013-08-06 07:13:59 -07:00
Hannes Verschore
dfd8f3cd91 Bug 900027 - IonMonkey: Spew if we can't log a function due to background compilation, r=jandem 2013-08-06 14:43:59 +02:00
David Zbarsky
65f4c1ef28 Bug 889734 - Clean up indexedDB ipdl files r=bent
--HG--
rename : dom/indexedDB/ipc/PIndexedDBIndex.ipdl => dom/indexedDB/ipc/IndexedDBParams.ipdlh
2013-08-06 08:44:01 -04:00
Marco Bonardo
0598795e54 Bug 894331 - temporarily skip test_nsINavHistoryViewer.js on Windows due to slow IO causing timeouts
r=myself
2013-08-06 14:06:26 +02:00
Marco Bonardo
e3ee607bca Bug 894331 - Use an automatic batching behavior in Places results.
Stop relying on manual batching and onBegin/OnEndUpdateBatch for batching in
Places results, instead count related changes and start batching when they
are over a given threshold.
r=Mano
2013-08-06 13:05:01 +02:00
Nicholas Nethercote
c1d8302699 Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz.
--HG--
extra : rebase_source : 5b3d7cc339af6d93bde078322e25c6e740d1b617
2013-08-02 00:41:57 -07:00
JW Wang
5d37ced844 Bug 875277 - Part 1: Implement WaveShaperNode.oversample - webidl enums. r=ehsan 2013-07-26 15:14:35 +08:00
Cykesiopka
ff3bc82690 Bug 843363 - Remove unused variable 'rv' in nsDirectoryViewer.cpp. r=bz 2013-08-05 20:18:48 -04:00
Andrew McCreight
6964c7f625 Bug 901756 - Fix a few nits in nsCycleCollector.cpp r=khuey
Remove an unused forward declaration, and an unused field
2013-08-05 17:04:47 -07:00
Ryan VanderMeulen
03f1e9ee4f Merge m-c to inbound. 2013-08-05 20:00:43 -04:00
Ryan VanderMeulen
8fbbb10186 Merge fx-team to m-c. 2013-08-05 19:52:46 -04:00
Ryan VanderMeulen
b20c40920e Merge b2g-inbound to m-c. 2013-08-05 19:52:11 -04:00
Po-Chun Chang
a65b61e71e Bug 898691 - Avoid wasted work in TestTextFormatter.cpp. r=jlebar 2013-08-05 19:43:26 -04:00
Gaia Pushbot
60ea01b174 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bfebfb81d21b
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #11208 from mcirlanaru/bug_894457

Bug 894457 - [Call Log] Add 'Send Message' option to the phone ... r=@etiennesegonzac

========

https://hg.mozilla.org/integration/gaia-central/rev/931c02a71483
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 894457 - [Call Log] Add 'Send Message' option to the phone action menu. r=etienne
2013-08-05 16:25:23 -07:00