Commit Graph

277032 Commits

Author SHA1 Message Date
Chris Peterson
78c35caebc Bug 1232223 - Part 1: Remove MOZ_WEBM #ifdefs because WebM is always supported, though not necessarily enabled. r=jya r=glandium 2015-12-12 13:49:07 -05:00
Jesse Ruderman
ca2c6d6daa crashtest for bug 1228484 r=karlt 2015-12-04 12:45:47 +13:00
Karl Tomlinson
1f424358c5 bug 1228484 throw instead of capturing a second stream to a different graph r=roc 2015-12-04 01:30:46 +13:00
Karl Tomlinson
74e7a42e3e bug 1230025 remove declaration of non-existant NS_NewThumbFrame r=dholbert 2015-12-03 14:07:46 +13:00
Jean-Yves Avenard
076094740f Bug 1233340: [ffmpeg] Support YUV420J pixel format. r=kentuckyfriedtakahe
YUV420J is 12bpp YUV420P.
2015-12-21 13:20:23 +11:00
Julien Pagès
e70b6c31dd Bug 1233534 - [mozprofile] bump version to 0.28. r=ahal 2015-12-18 08:20:26 +01:00
Julien Pagès
eb97900e4a Bug 1233534 - [mozprofile] unable to use a profile generated with recent firefox. r=ahal 2015-12-18 08:19:41 +01:00
Nicholas Hurley
1718112824 Bug 1233784 - Disallow illegal characters in cookie names. r=jduell 2015-12-17 14:41:38 -08:00
Dragana Damjanovic
465b97cc6a Bug 664163 - Fix Get(Local|Remote)(Address|Port) in HttpChannelChild. r=jduell 2015-12-19 16:11:39 -05:00
Josh Matthews
3a9abc2f2d Bug 1233845 - Report an interception error and cancel the HTTP channel when encountering a known topcrash situation. r=ehsan 2015-12-19 09:40:06 -05:00
Jeff Muizelaar
d7514a3195 Bug 1233549. Disallow ES3 compressed texture formats. r=jgilbert
This fixes assertion failures on platforms that don't have
these formats. This is a temporary fix until we iron out
this issue in the spec. It's easier to add this later than
it is to take it away.
2015-12-18 22:05:11 -05:00
Kit Cambridge
28dd80201b Bug 1205137 - Add a PushSubscription serializer. r=mt,smaug 2015-12-14 16:28:19 -08:00
Dave Hylands
203f21c771 Bug 1232506: Make dom/devicestorage really work with e10s. r=alchen 2015-12-18 17:17:46 -08:00
Blake Kaplan
6f583aae25 Bug 1231695 - Enable this test. r=mccr8 2015-12-18 17:16:13 -08:00
Daniel Holbert
bf1403415c (no bug) Fix typo in grid style-struct comment: s/grid-columns-rows/grid-template-rows/. No review, DONTBUILD 2015-12-18 16:28:38 -08:00
Hannes Verschore
9d7265ff77 Bug 1231170: TraceLogger - Use size in debugger instead of the current id to track last logged item, r=bbouvier 2015-12-18 18:32:24 -05:00
Christoph Kerschbaumer
ca592eaae5 Bug 1233760 - Revert test_spdy.js to use AsyncOpen2 (r=mcmanus) 2015-12-18 15:23:36 -08:00
James Graham
25b1f03fdb Bug 1233726 - Update web-platform-tests expected data to revision 05c55fbdc527eacdc7b875f298a8cb1b6db0dfcd, a=testonly 2015-12-18 23:10:57 +00:00
James Graham
feb92cd941 Bug 1233726 - Update web-platform-tests to revision 05c55fbdc527eacdc7b875f298a8cb1b6db0dfcd, a=testonly 2015-12-18 23:10:42 +00:00
Jim Blandy
23d6cb374d Bug 1233302: Don't crash if we can't open /dev/urandom; just fall back to PRMJ_Now. 2015-12-17 13:55:35 -08:00
Armen Zambrano Gasparnian
ceb712c2e1 Bug 1233725 - Schedule TC Linux 64 debug crashtest jobs to run side by side. DONTBUILD. r=jmaher 2015-12-18 10:12:57 -05:00
Andrew McCreight
632601eca6 Bug 1231964 - Move CC participant code that touches JS out of mozglue. r=smaug
The JS engine does not export symbols outside of XUL, so having these
defined inside mozglue apparently causes linking errors on some
platforms with the patches in bug 1120016.

This patch moves enough methods outside of mozglue that the patch in
that other bug will still link on all platforms, without moving so
much out that there are other linking errors.
2015-12-18 14:22:01 -08:00
Jeff Muizelaar
32a3053a8c Bug 1218881. Enforce queries' new availability semantics. r=jgilbert
This adds a Runnable that we dispatch to the event loop so that we can make
sure queries don't become available before they are supposed to.
2015-12-18 17:05:42 -05:00
Sebastian Hengst
3ac943ca96 Complete backout of bug 1233726 by restoring testing/web-platform/meta/url/a-element.xhtml.ini. r=backout 2015-12-18 23:02:34 +01:00
Tooru Fujisawa
f2704e96fc Bug 1233722 - Add a documentation comment for JSOP_DEBUGCHECKSELFHOSTED. DONTBUILD. r=efaust 2015-12-19 06:50:21 +09:00
Christoph Kerschbaumer
67322a5503 Bug 1233760 - Convert 25 tests within netwerk/test to use AsyncOpen2 (r=mcmanus) 2015-12-18 13:31:16 -08:00
Benoit Girard
187f3f25a5 Bug 1233835 - Fix TaskTracer double init assert. r=mconley 2015-12-18 16:12:47 -05:00
Shu-yu Guo
57d20f2309 Bug 1231758 - Fix bogus assertion in BCE for Annex B function assignment. (r=jorendorff) 2015-12-18 13:18:20 -08:00
Shu-yu Guo
a3dc764693 Bug 1071646 - Support JSOP_BINDVAR in Ion. (r=jandem) 2015-12-18 13:18:20 -08:00
Shu-yu Guo
8e6fe0f1b4 Bug 1071646 - Support JSOP_BINDVAR in Baseline. (r=jandem) 2015-12-18 13:18:20 -08:00
Shu-yu Guo
b0cfba679d Bug 1071646 - Cast ParseNode to Definition using as<T>. (r=jorendorff) 2015-12-18 13:18:19 -08:00
Shu-yu Guo
c8f91ab24d Bug 1071646 - Introduce JSOP_BINDVAR to support Annex B.3.3.3. (r=jorendorff) 2015-12-18 13:18:19 -08:00
Shu-yu Guo
d526ae4742 Bug 1071646 - Support labelled function declarations in sloppy mode per Annex B.3.2. (r=jorendorff) 2015-12-18 13:18:19 -08:00
Shu-yu Guo
ad31a72f6e Bug 1071646 - Make functions block-scoped in JS and implement Annex B semantics for compatibility. (r=jorendorff) 2015-12-18 13:18:19 -08:00
Shu-yu Guo
af9ac94ed1 Bug 1071646 - Light refactoring of lexical binding helpers in Parser. (r=jorendorff) 2015-12-18 13:18:19 -08:00
Wes Kocher
af842d5f57 Backed out changeset cdc2bfed4faa (bug 1218881) for static build bustage CLOSED TREE 2015-12-18 12:43:42 -08:00
Nick Fitzgerald
4c3967fe06 Bug 1232390 - Use HeapSnapshot.describeNode to generate labels for nodes; r=jsantell 2015-12-18 12:05:14 -08:00
Nick Fitzgerald
aeb0d0408a Bug 1231883 - Implement HeapSnapshot.describeNode; r=mrbkap
This commit implements the HeapSnapshot.describeNode method which allows chrome
JS code to request a description of a given node as specified by our existing
"breakdown" language. This description can be used to generate a human-readable
label for the node.
2015-12-18 12:05:14 -08:00
Nick Fitzgerald
bde15e81a7 Bug 1233101 - Use MOZ_LIKELY in js_new etc to help branch prediction; r=terrence 2015-12-18 12:05:14 -08:00
Tooru Fujisawa
e56f1b5f60 Bug 1135377 - Part 11: Support back reference with unicode flag. r=till, f=anba 2015-12-19 04:51:21 +09:00
Tooru Fujisawa
c3181eb609 Bug 1135377 - Part 10: Decrement index when it points trail surrogate that has corresponding lead surrogate. r=till, f=anba 2015-12-19 04:51:20 +09:00
Tooru Fujisawa
61691fcc1d Bug 1135377 - Part 9: Use RegExp unicode flag in String.prototype.{match,replace,split}. r=till, f=anba 2015-08-07 08:13:37 +09:00
Tooru Fujisawa
36fe7fb60a Bug 1135377 - Part 8: Disallow extended pattern in RegExp with unicode flag. r=till, f=anba 2015-08-07 08:12:51 +09:00
Tooru Fujisawa
12dfe9fca7 Bug 1135377 - Part 7: Support ignoreCase for non-BMP in RegExp with unicode flag. r=till, f=anba 2015-08-07 08:12:05 +09:00
Tooru Fujisawa
ab826a5bcf Bug 1135377 - Part 6: Support ignoreCase for BMP in RegExp with unicode flag. r=till, f=anba 2015-08-07 08:12:01 +09:00
Tooru Fujisawa
06cfc7d389 Bug 1135377 - Part 5: Support CharacterClassEscape in RegExp with unicode flag. r=till, f=anba 2015-08-07 08:11:56 +09:00
Tooru Fujisawa
a0e5747f63 Bug 1135377 - Part 4: Support everything Atom in RegExp with unicode flag. r=till, f=anba 2015-08-07 08:11:52 +09:00
Tooru Fujisawa
60e70be9cd Bug 1135377 - Part 3: Parse RegExp unicode character in CharacterClass. r=till, f=anba 2015-08-07 08:11:46 +09:00
Tooru Fujisawa
9731d3f5b1 Bug 1135377 - Part 2: Parse RegExp unicode character in non-CharacterClass. r=till, f=anba 2015-08-07 08:11:07 +09:00
Tooru Fujisawa
23b55bcd7e Bug 1135377 - Part 1: Implement RegExp unicode flag. r=till, f=anba 2015-08-07 08:10:05 +09:00