Commit Graph

125128 Commits

Author SHA1 Message Date
Ed Morley
64d5e46eeb Backed out changeset 00280175733e (bug 846901) for crashes; CLOSED TREE 2013-03-19 14:15:55 +00:00
Ed Morley
3be8543796 Backed out changeset e8ffcf4b8e22 (bug 846901) 2013-03-19 14:15:07 +00:00
Brian Hackett
9dc30bf494 Bug 849777 - Properly null check parse nodes when reporting parse errors in the bytecode emitter, r=jorendorff. 2013-03-19 07:32:07 -06:00
Norbert Lindenberg
b0c11d2955 Bug 851951 - Use UTF-8 to load jstests into browser. r=Waldo 2013-03-19 09:31:15 -04:00
Steve Singer
4034ead4a0 Bug 851850 - Link in altivec on ppc64. r=jmuizelaar 2013-03-19 09:31:15 -04:00
Nathan Froyd
01a9f0728d Bug 852194 - remove #include "nsIURI.h" from a couple content/ headers; r=smaug 2013-03-18 11:38:19 -04:00
Mohit Gahlot
466c217001 Bug 851377 - Now ResolvingId::isResolving is not called with a null object. r=bholley 2013-03-18 21:28:05 +05:30
Gabriele Svelto
ff49b7b077 Bug 850637 - Make nsIOService properly pick-up user-specified network.buffer.cache.* preferences. r=honzab 2013-03-14 16:05:54 +01:00
Yura Zenevich
4133db401e Bug 848278 - Add an |outExecutionDuration| option to all osfile operations that support options argument. It will be udpated with the actual time it took to perform the operation off the main thread. r=yoric 2013-03-19 09:23:59 -04:00
Brandon Waterloo
99837db8ac Bug 846929 - Instead of directly overwriting the style attribute to give a zoom in/zoom out cursor on very large images (when they overflow), add/remove classes that will change the cursor. r=roc 2013-03-15 16:45:40 -04:00
Brian Hackett
a0608b378b Bug 833076 - Add missing script->ensureHasTypes(), r=jandem. 2013-03-19 07:10:10 -06:00
Robert O'Callahan
e0e3473650 Bug 846901 - Support prerendering elements with animated transforms that are offscreen but only by a small amount. r=mattwoodrow 2013-03-19 09:08:29 -04:00
Robert O'Callahan
eb45e73abf Bug 846901 - Skip nsDisplayWrapList construction if there's only one item to wrap and it already has the right frame. r=mattwoodrow 2013-03-19 09:08:28 -04:00
Jan-Ivar Bruaroey
8d32d11b72 Bug 834933 - PeerConnection.js throws Components.Exception so errors are readable. r=jesup 2013-03-14 17:36:50 -04:00
Arthur Chen
4590304371 Bug 834157 - Add max and min attributes in the event. r=fabrice 2013-03-19 09:08:28 -04:00
Andres Hernandez
770900fce9 Bug 822200 - Create a module for async JSON backups/restores. r=mak77 2013-03-17 23:05:30 -06:00
Ehsan Akhgari
9e3c356900 Bug 852410 - Mark Web Audio streams as blocking on their input, not on their output; r=roc 2013-03-19 00:43:44 -04:00
Jan de Mooij
9c2e6e0377 Bug 848665 - Don't use ScriptFrameIter in onEnterFrame/onLeaveFrame hooks. r=jimb 2013-03-19 13:39:25 +01:00
Andrea Marchesini
6a60f4e823 Bug 841493 - HTMLMediaElement - concrete: False, r=Ms2ger 2013-03-19 13:29:32 +01:00
Andrea Marchesini
bb166b0fab Bug 841493 - Convert HTMLVideoElement to WebIDL, r=Ms2ger 2013-03-19 13:28:34 +01:00
Andrea Marchesini
fef387cf3e Bug 841493 - Rename nsHTMLVideoElement to HTMLVideoElement, r=Ms2ger
--HG--
rename : content/html/content/public/nsHTMLVideoElement.h => content/html/content/public/HTMLVideoElement.h
rename : content/html/content/src/nsHTMLVideoElement.cpp => content/html/content/src/HTMLVideoElement.cpp
2013-03-19 13:27:35 +01:00
Andrea Marchesini
71d2143565 Bug 841493 - HTMLAudioElement to WebIDL, r=Ms2ger 2013-03-19 13:26:39 +01:00
Andrea Marchesini
3eb7c801ea Bug 841493 - Renaming HTMLAudioElement, r=Ms2ger
--HG--
rename : content/html/content/public/nsHTMLAudioElement.h => content/html/content/public/HTMLAudioElement.h
rename : content/html/content/src/nsHTMLAudioElement.cpp => content/html/content/src/HTMLAudioElement.cpp
2013-03-19 13:25:46 +01:00
Andrea Marchesini
cddda5a105 Bug 841493 - Move HTMLMediaElement to WebIDL, r=Ms2ger 2013-03-19 13:25:19 +01:00
Andrea Marchesini
8c4773bbdb Bug 841493 - Rename nsHTMLMediaElement to HTMLMediaElement, r=Ms2ger
--HG--
rename : content/html/content/public/nsHTMLMediaElement.h => content/html/content/public/HTMLMediaElement.h
rename : content/html/content/src/nsHTMLMediaElement.cpp => content/html/content/src/HTMLMediaElement.cpp
2013-03-19 13:23:54 +01:00
Gene Lian
1400e6a94e Bug 852471 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (follow-up fix). r=vicamo a=leo+ 2013-03-19 19:32:32 +08:00
Gene Lian
8aa7b45a5d Bug 852460 - B2G MMS: provide nsIDOMMobileMessageManager.onreceived event (follow-up fix). r=vicamo,gene.lian 2013-03-19 17:08:29 +08:00
Jan de Mooij
15cc97f0a6 Bug 851053 - Remove MRecompileCheck. r=bhackett 2013-03-19 12:23:51 +01:00
Hannes Verschore
deb7ce6621 Bug 851552: IonMonkey: Disable GetElement caches after failing multiple times to attach stubs, r=djvj 2013-03-19 11:12:17 +01:00
Hannes Verschore
fbb39a912b Bug 850534: Crash on Yarr OOM, r=dvander 2013-03-19 10:57:28 +01:00
Chris Lord
f550772db0 Bug 852158 - Fix content scrolling to the top with the dynamic toolbar enabled. r=kats
Make sure that the toolbar doesn't obscure content when it scrolls to the top
of the page.
2013-03-19 09:53:12 +00:00
Hsin-Yi Tsai
7ee4e27280 Bug 844767 - B2G RIL: correct telephony marionette test_outgoing_onstatechange.js. r=allstars.chh 2013-02-25 19:28:07 +08:00
Boris Zbarsky
536ca78779 Bug 823227 - Tests. r=bholley 2013-03-18 23:06:48 -07:00
Bobby Holley
2bee78d889 Bug 823227 - Stop pref-controlling the GSP. r=mrbkap 2013-03-18 23:06:47 -07:00
Bobby Holley
86dd912c0d Bug 823227 - Resolve named frames for non-HTML documents. r=bz 2013-03-18 23:06:47 -07:00
Bobby Holley
9777586e96 Bug 823227 - Have the global scope polluter find the document via the global. r=bz 2013-03-18 23:06:44 -07:00
Mike Hommey
1523d24857 Fixup for bug 852103. r=me 2013-03-19 06:59:53 +01:00
Mike Hommey
5d2379ab60 Bug 852103 - Fix race condition with .deps directory creation. r=ted 2013-03-19 06:29:48 +01:00
Mike Hommey
789c358c5a Bug 852068 - Update removed-files after bug 648407. r=ted 2013-03-19 06:28:40 +01:00
Phil Ringnalda
23745c7cc6 Back out 01207a5deca5 and 34e30f1b46d8 (bug 848939) for Android bustage 2013-03-18 22:34:39 -07:00
Cykesiopka
bad8349157 Bug 536771 - Fix XPCOM README HTML (Original Patch by Andrew Robbins) v1; r=bsmedberg
DONTBUILD
2013-03-19 01:00:21 -04:00
Brian Smith
a754f08de2 Bug 841135: Remove the marketplace test root cert, r=honzab
--HG--
extra : source : cad6855a3b4a862989873ef30675a115c4341ce1
2013-03-18 19:50:18 -07:00
Camilo Viecco
c1aaa2b5f9 Bug 832942: work around an ARMv6 code generation bug in gcc 4.6. r=wtc.
--HG--
extra : source : f37f4a6ba90b8add8792fa15812ba25d176b96b7
2013-03-18 19:49:38 -07:00
Gregory Szorc
3b9cc78e74 Bug 837292 - Part 1: Don't give each provider its own Preferences object; r=rnewman 2013-03-18 20:48:13 -07:00
Gregory Szorc
5fc83ce80c Bug 845842 - Use promises that resolve on later ticks; r=rnewman
This is meant as a temporary workaround until a built-in promise library
offers similar functionality.
2013-03-18 20:47:34 -07:00
Michael Wu
8f79945e7e Bug 848581 - Enable cubeb by default on Gonk. r=kinetik f=mchen 2013-03-19 16:43:37 +13:00
Ehsan Akhgari
ac4f501326 #include prlog.h inside StreamBuffer.cpp, no bug
--HG--
extra : rebase_source : 6c36b987691eb29e12f06a87e23030ea1b852f71
2013-03-18 23:29:51 -04:00
Peter Van der Beken
5cf619c9f2 Bug 812617 - Provide a JSBindingFinalized hook for the native classes using Web IDL bindings to know when their JS wrapper has been finalized; r=bzbarsky
--HG--
extra : rebase_source : bb5059a170f3c2f4aa977190fceea421b41b5e58
2013-03-17 21:47:12 -04:00
Bobby Holley
5e491052f1 Bug 850246 - Remove Off-Main-Thread XPCWrappedJS refcounting from ServerSocketListenerProxy. r=mcmanus 2013-03-18 20:39:54 -07:00
Bobby Holley
6b99053512 Bug 850245 - Remove Off-Main-Thread XPCWrappedJS refcounting from DNSListenerProxy. r=mcmanus 2013-03-18 20:39:53 -07:00