Commit Graph

361651 Commits

Author SHA1 Message Date
Ehsan Akhgari
80e1f6f0e4 Fix a typo in a comment, no bug, DONTBUILD 2014-05-22 09:28:06 -04:00
Jason Orendorff
25173849f9 Bug 1000254, part 1 - options() always returns the empty string. r=jwalden. 2014-05-22 08:18:02 -05:00
Jason Orendorff
4af0ae2ea3 Bug 987995, part 4 - Add new crash reporter annotations. r=mccr8,r=bsmedberg. 2014-05-22 08:18:02 -05:00
Jason Orendorff
6f2b5025bf Bug 987995, part 3 - Move memory pressure callbacks from nsJSEnvironment/XPCJSRuntime to CycleCollectedJSRuntime. r=mccr8. 2014-05-22 08:18:02 -05:00
Jason Orendorff
9f145037d7 Bug 987995, part 2 - Add a data parameter to two memory-pressure-related callbacks. r=luke. 2014-05-22 08:18:01 -05:00
Jason Orendorff
bed3a3cc47 Bug 987995, part 1 - Add testing functions reportOutOfMemory and reportLargeAllocationFailure. r=terrence. 2014-05-22 08:18:01 -05:00
Jason Orendorff
9344462453 Bug 1007173 - Fix a strict-aliasing warning. r=djvj. 2014-05-22 08:18:01 -05:00
Jason Orendorff
eafeadfffa Bug 998080 - Refactor so that definition_body methods return un-indented code. r=peterv. 2014-05-22 08:18:01 -05:00
Jason Orendorff
5a1a3e1847 Bug 993965 - Fix busted OOM handling in some places where OOM is not practically possible, for the benefit of fuzzers. r=h4writer. 2014-05-22 08:18:00 -05:00
Jason Orendorff
2518035cb2 Bug 1014131 - Fix JS GDB pretty-printers for recent changes to String layout. r=jandem. 2014-05-22 08:18:00 -05:00
Jason Orendorff
af72c58715 Fix archaic JSAPI usage in an example in the jsapi-tests/README file. No bug, no_r=me. 2014-05-22 08:18:00 -05:00
Tooru Fujisawa
131ed1f736 Bug 1003837 - Output dumpHeap result to stdout when 1st argument is null. r=evilpies. 2014-04-30 22:43:46 +09:00
Paul Adenot
f18276b91f Backed out changeset 8dd41701dd92 (bug 989921) on a CLOSED TREE 2014-05-22 14:49:10 +02:00
Paul Adenot
4548b74d78 Bug 1007223 - r=ehsan 2014-05-13 14:09:44 +02:00
Paul Adenot
897696648c Bug 989921 - Allow the MediaStreamGraph mixer to send data back to multiple consumers. r=jesup 2014-05-22 13:40:51 +02:00
Andrea Marchesini
7cf70f2edb Bug 1008044 - DataStoreServiceChild should check the name of the DataStore before resolving the promise callback, r=ehsan, f=kgrandon
--HG--
rename : dom/datastore/tests/test_oop.html => dom/datastore/tests/test_bug1008044.html
2014-05-22 12:12:15 +01:00
Olli Pettay
bf7d1cfd9a Bug 1014258, make sure JSEventHandler's CanSkip is called, r=mccr8 2014-05-22 13:58:29 +03:00
Olli Pettay
98998b7d84 Bug 1009640, the final upload progress event should have lengthComputable true, r=bz 2014-05-22 13:54:32 +03:00
Andreas Gal
9c600b1760 Bug 1012407 - Part 6: Eliminate VBO use and DrawQuads and manually draw no-repeat quads (r=Bas) 2014-05-22 12:29:56 +02:00
Andreas Gal
859d692d6a Bug 1012407 - Part 5: Allow passing a texture rectangle to BindAndDrawQuad (r=Bas) 2014-05-22 12:29:54 +02:00
Nicolas Silva
69c73e6b6b Bug 1013292 - Fix some using namespace + unified build issues in gfx code. r=kats 2014-05-22 12:11:45 +02:00
Benjamin Bouvier
dcafc622c7 Bug 1010747: Factor out floating-point conversion to int32 and bailout code; r=sunfish 2014-05-22 12:03:13 +02:00
Benjamin Bouvier
45e16d9e65 Bug 1010747: Implement Ceil (floating-point) -> int32 in Ion; r=sunfish,mjrosenb 2014-05-22 12:03:08 +02:00
Benjamin Bouvier
e6cab63d6f Bug 1010747: Cleanups and factor out float32 specialization for unary instructions returning int32; r=jandem 2014-05-22 12:03:04 +02:00
Tim Chien
9c976d87e8 Bug 983490 - Better progress control for setInputMethodActive() test. r=yxl 2014-05-22 01:14:00 +02:00
Cykesiopka
d0a5ea9350 Bug 622332 - Show cert SHA-256 fingerprint and remove MD5 fingerprint. r=keeler 2014-05-22 00:52:00 +02:00
Jan Beich
866b818108 Bug 1014064 fixup - Unbreak runtime of UpdateSystemLoad() on 32bit NetBSD. r=gcp 2014-05-22 10:41:00 +02:00
Boris Zbarsky
35342606f7 Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug 2014-05-22 00:23:51 -04:00
Byron Campen [:bwc]
743284e6c7 Bug 1013729 - Null check in case PushLayers failed when registering for the DTLS connection signal. r=jesup 2014-05-21 08:49:03 -07:00
Nils Ohlmeier [:drno]
a7f71d1b91 Bug 1013798 - fix the timeout of the checkMediaTrack function. r=jesup 2014-05-21 00:26:00 +02:00
Ekanan Ketunuti
87dbf96c05 Bug 1013900 - Add durian to en-US dictionary. r=ehsan 2014-05-21 18:27:55 +07:00
Christoph Kerschbaumer
02897941c7 Bug 1013559 - CSP in C++: Support to parse 1.x headers with the new parser while supporting XCSP using the old JS parser. r=sstamm,grobinson 2014-05-20 15:44:22 -07:00
Carsten "Tomcat" Book
73b3171eda Backed out changeset 91dad1e50118 (bug 891952) for m1 and m3 test failures on a CLOSED TREE 2014-05-22 08:24:17 +02:00
Carsten "Tomcat" Book
d5e3b7e734 Backed out changeset c0cf2e5d7c56 (bug 1013316) 2014-05-22 08:22:30 +02:00
William Chen
ccc506dc38 Bug 999271 - Implement web components getDestinationInsertionPoints() extension to Element interface. r=mrbkap 2014-05-21 23:11:53 -07:00
Matt Woodrow
a7a3cbd2ad Bug 1013771 - Dump nsDisplayTransform transforms during display list dumping. r=roc 2014-05-22 14:36:26 +12:00
Boris Zbarsky
8479e9cec6 Bug 869836 followup to fix build bustage 2014-05-22 00:48:11 -04:00
Nicholas Nethercote
405fbd9216 Bug 1013670 - Remove all traces of leaktest.py.in. r=ted.
--HG--
extra : rebase_source : ee2941433fc12726624377362d3d46d3225eb0db
2014-05-21 20:29:55 -07:00
Birunthan Mohanathas
2fd502bef9 Bug 869836 - Fix bustage on Windows due to rebases. r=me 2014-05-22 07:25:28 +03:00
Boris Zbarsky
298d90a9d0 Bug 528456. Enable :scope support in querySelector and scoped stylesheets by default. r=dholbert 2014-05-22 00:23:51 -04:00
Boris Zbarsky
1c698d2d65 Bug 999456. Page load events should not be cancelable. r=smaug 2014-05-22 00:23:51 -04:00
Boris Zbarsky
deaae1898e Bug 1013316. Implement GetSupportedNames on HTMLAllCollection. r=smaug
This also fixes the GetSupportedNames on nsContentList HTMLCollections to follow the spec.
2014-05-22 00:23:51 -04:00
Boris Zbarsky
a06b36141b Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug 2014-05-22 00:23:51 -04:00
Matthew Gregan
9f3053ec67 Bug 1013032 - Initialize pending subdecoders directly rather than waiting on a task (that may be blocked) to do it. r=cajbir 2014-05-19 19:59:00 +12:00
Matthew Gregan
e61b7687dc Bug 847903 - Limit active cubeb streams to 16 on OS X 10.6 and older. r=padenot 2014-05-19 14:16:56 +12:00
Timothy Nikkel
4ba9fdad31 Bug 1013780. Silly bustage fixup. 2014-05-21 23:17:56 -05:00
Timothy Nikkel
8b1933e50f Bug 1013780. Only create displayports during display list building if the display list is for painting to the screen. r=botond 2014-05-21 23:14:49 -05:00
Ehsan Akhgari
52accff3a3 Bug 1013664 - Fix bad implicit conversion constructors in XPCOM; r=froydnj
--HG--
extra : rebase_source : e3260a536292175cb1ad23a53dfe9e3f4bb8ff10
2014-05-21 21:33:28 -04:00
Ehsan Akhgari
4ca5ac62f7 Bug 1013662 - Part 1: Add MOZ_IMPLICIT to Attributes.h; r=froydnj
--HG--
extra : rebase_source : 4654de918e6f73f40c34a19cfd1b457ba2c734f1
2014-05-21 21:31:29 -04:00
Masayuki Nakano
51a0e830ec Bug 1009388 part.4 nsMenuFrame should use WidgetEvent::AccelModifier() for consistency with other modules r=smaug+enndeakin 2014-05-22 13:06:06 +09:00