Paul Adenot
c5a9858384
Bug 916384 - Stop calling onaudioprocess on the ScriptProcessorNode if it has no inputs and outputs. r=roc
...
Quoting the spec: "audioprocess events are only dispatched if the
ScriptProcessorNode has at least one input or one output connected".
--HG--
extra : rebase_source : 93881fb4395744dc0adbb6df7ee146ef70ce42d2
2013-12-10 14:41:41 +01:00
Paul Adenot
2b28bb15ba
Bug 944707 - Stop locking when getting the preferred sample rate from the AudioStream. r=kinetik
...
--HG--
extra : rebase_source : f2b5be30c25d71cfdb259cb5035335fb4e8a415c
2013-12-09 20:54:49 +01:00
Carsten "Tomcat" Book
4408dc08c5
merge b2g-inbound to mozilla-central
2013-12-09 09:32:02 +01:00
Carsten "Tomcat" Book
488d65b1a9
merge mozilla-inbound to mozilla-central
2013-12-09 09:02:29 +01:00
Mike Hommey
541ac19dc5
Bug 947811 - Remove build/package/Makefile.in. r=bsmedberg
2013-12-09 16:30:09 +09:00
Mike Hommey
4fc7d237c6
Bug 947804 - Finish to kill BOTH_MANIFESTS. r=gps
2013-12-09 16:30:06 +09:00
Mike Hommey
1e593d53d5
Bug 944935 - Cleanup some useless AC_CHECK_FUNCS tests in configure.in. r=gps
...
- HAVE_RANDOM is not checked at all.
- HAVE_STRERROR is not checked in code built using the defines from the main
configure.
- HAVE_LCHOWN is only checked in nsinstall.c, which means the test is also wrong
since it's checking for the target instead of the host. Also, lchown is only
used of the -o and -g options of nsinstall, which, as far as I know, we don't
use (and if we were, that would fail with nsinstall.py, which explicitly rejects
them).
- HAVE_FCHMOD is only checked in nsinstall.c, so same as above about the
correctness of the check. If it's not available, nsinstall.c falls back to
chmod, which is fine enough for our use.
- HAVE_SNPRINTF is not checked.
- HAVE_MEMMOVE is checked in parser/expat/lib/xmlparse.c, but it's also
unconditionally defined in expat_config.h which is included from that file.
- HAVE_SETBUF is checked in a couple files, but setbuf is C89 and C99, I think
it's safe to assume all compilers we support are C89 and C99. Interestingly,
windows does have it, but since we skip this check on windows, we don't use it.
- HAVE_ISATTY, same as HAVE_SETBUF, except it's POSIX instead of C89/C99.
- HAVE_FLOCKFILE is not checked at all.
- HAVE_STRTOK_R is not checked.
- HAVE_FT_SELECT_SIZE is not checked.
- HAVE_DLADDR is not checked under js/src.
- HAVE_GETPAGESIZE is not checked under js/src (it is in libffi, but ffi uses
its own configure)
- HAVE_LSTAT64, HAVE_STAT64, HAVE_STATVFS, HAVE_STATVFS64, HAVE_TRUNCATE64 are
not checked under js/src.
- HAVE_SBRK is not checked under js/src. Moreover,
js/src/assembler/wtf/Platform.h defines it depending on the platform.
- HAVE_SNPRINTF is not checked under js/src.
- HAVE_HYPOT is not checked under js/src.
- HAVE__UNWIND_BACKTRACE is not checked under js/src.
2013-12-11 10:57:53 +09:00
Wes Kocher
393733862e
Merge m-c to inbound
2013-12-10 17:13:37 -08:00
Daniel Holbert
59884b6080
(no bug) fix typo in comment within reftest reference case 'flexbox-overflow-vert-3-ref.html'. DONTBUILD because comment-only
2013-12-10 16:59:28 -08:00
John Daggett
e494c89c89
Bug 947812 - log font name loading times. r=bas
2013-12-11 09:58:27 +09:00
John Daggett
24ab4b6feb
Bug 947812 - use DirectWrite API for fullname/psname lookup. r=bas
2013-12-11 09:58:19 +09:00
Eric Faust
b881546cc1
Bug 948716 - Remove unnecessary TestAreKnownDOMTypes(). (r=sstangl)
2013-12-10 16:17:49 -08:00
William Lachance
b14f771ccc
Bug 924253 - Make perl stack fixer process to not read directly from firefox's pipe in mochitest;r=ted
2013-12-10 19:15:25 -05:00
Sean Stangl
e73d5179bd
Bug 948638 - Always use jsid struct types. r=Waldo
2013-12-10 15:45:41 -08:00
Sean Stangl
6b33f60283
Bug 948689 - Update TraceLogger to use lineno(). r=efaust
2013-12-10 15:42:49 -08:00
Terrence Cole
7f6fe020bb
Backout changeset 70e76314c8a7 for build bustage on a CLOSED TREE.
...
--HG--
extra : rebase_source : 83e1e8a5a4802ef0b7b1d6f7dc0df6595bc9f00f
2013-12-10 15:26:05 -08:00
Nicholas Cameron
8986c76fb3
Bug 946532. Setup translucent window drawing properly with OMTC. r=dvander, mattwoodrow
2013-12-09 17:44:57 +13:00
Mike Hommey
eaa22cd1f1
Bug 945042 - Move NO_PROFILE_GUIDED_OPTIMIZE to moz.build. r=gps,r=njn
2013-12-09 13:39:26 +09:00
Mike Hommey
1843703434
Bug 945042 - Add moz.build infrastructure to replace NO_PROFILE_GUIDED_OPTIMIZE from Makefile.in. r=gps
2013-12-09 13:39:16 +09:00
Mike Hommey
ae9cd73b74
Bug 946175 - Forbid assigning over a value previously set in moz.build. r=gps
2013-12-09 13:34:00 +09:00
Mike Hommey
f597ff0757
Bug 946175 - Make all sandbox variables default to an instance of their class type. r=gps
2013-12-09 13:27:58 +09:00
Ryan VanderMeulen
1b64ad8751
Backed out changeset 97d17b777f68 (bug 944162) for Android bustage.
2013-12-08 22:49:50 -05:00
Phil Ringnalda
1acc76139c
Merge f-t to m-c
2013-12-08 18:55:10 -08:00
Phil Ringnalda
5d8f74916d
Merge m-i to m-c
2013-12-08 18:53:55 -08:00
Nicholas Cameron
ab00caccc4
Bug 946958 part 5. Misc tidy ups. r=mattwoodrow
2013-12-09 14:41:00 +13:00
Nicholas Cameron
f215004cc4
Bug 946958 part 4. Tidy up interaction with widgets. r=kats
2013-12-09 14:40:59 +13:00
Nicholas Cameron
1eb16399af
Bug 946958 part 3. Remove thebes callbacks. r=mattwoodrow
2013-12-09 14:40:59 +13:00
Nicholas Cameron
d58229b635
Bug 946958 part 2. Remove methods which just forward to compositor. r=mattwoodrow
2013-12-09 14:40:59 +13:00
Nicholas Cameron
394fe4e5f2
Bug 946958 part 1. Remove GetWidgetSize. r=mattwoodrow
2013-12-09 14:40:59 +13:00
Nicholas Cameron
7d1613c786
Bug 865033 part 2. Add mCompositor to CompositorParent. r=mattwoodrow
2013-12-09 14:40:58 +13:00
Nicholas Cameron
8205294bd7
Bug 865033 part 1. Remove GetLayerManager from CompositorParent. r=mattwoodrow
2013-12-09 14:40:58 +13:00
Phil Ringnalda
b5d7e08992
Merge m-c to f-t
2013-12-08 17:33:39 -08:00
Phil Ringnalda
f676c9d65c
Backed out 5 changesets (bug 944665, bug 922465, bug 930282) for b2g xpcshell crashes
...
CLOSED TREE
Backed out changeset c4f970dd2a4f (bug 930282)
Backed out changeset 625f5303fc68 (bug 930282)
Backed out changeset bf8e90edd152 (bug 922465)
Backed out changeset a21b57c78253 (bug 944665)
Backed out changeset 9275a2efc9e3 (bug 944665)
--HG--
extra : rebase_source : bfbe3786e0db2073e26dc383b89525d22be0b3bd
2013-12-08 15:32:15 -08:00
Jonathan Watt
7a1a801461
Bug 946398 - Flip the pref to enable <input type=number>. r=smaug
2013-12-08 23:26:16 +00:00
Jonathan Watt
9b47b8e150
Bug 947728 part 2 - Make |-moz-appearance:number-input| the UA style sheet default for <input type=number>, and make the value 'textfield' hide the spinner. r=roc
2013-12-08 23:26:07 +00:00
Jonathan Watt
83950e2b2e
Bug 947728 part 1 - Introduce a new 'number-input' value for -moz-appearance that behaves exactly as 'textfield' does. r=roc
2013-12-08 23:23:28 +00:00
Cameron McCormack
e300109eb9
Fix some comments; no bug. (DONTBUILD)
2013-12-09 10:14:00 +11:00
Phil Ringnalda
9c9133624d
Back out ebc291b18b35:eaf6e83e80fe (bug 946532) for non-unified Windows bustage
...
CLOSED TREE
2013-12-08 15:24:42 -08:00
Matt Woodrow
af8e5172d6
Bug 926268 - Don't include the full frame bounds in nsDisplayBorder if we're only painting one side. r=roc
2013-12-09 12:01:30 +13:00
Matthew Gregan
9d3c6097af
Backed out changeset 66be4716e86e (bug 944707) for regressing lazy libcubeb initialization, startup time, and causing bug 946037.
2013-12-09 11:49:25 +13:00
Nicholas Cameron
41b1ad4003
Fix asserts which were broken in bug 946532, which was r=mattwoodrow,dvander btw
2013-12-09 10:31:13 +13:00
Jonathan Watt
b9c0b3f28e
Bug 947718 - Work around bug 946184 for Aurora. r=bz
2013-12-08 21:27:28 +00:00
Jonathan Watt
a3c13c7210
Bug 947740 - Flip the dom.forms.number pref to true for content/html/content/reftests/autofocus. r=smaug
2013-12-08 21:27:27 +00:00
Jonathan Watt
9dec2273ba
Bug 940764 - Renable content/html/content/reftests/autofocus/input-number.html for Firefox for Android now that bug 940760 landed. r=me
2013-12-08 21:27:27 +00:00
Jonathan Watt
7af003defb
Bug 940760 - Make the CSS pseudo-class :focus apply to <input type=number>, fixing B2G forms styling. r=smaug
2013-12-08 21:26:42 +00:00
Nicholas Cameron
71f949fbcc
Bug 946532. Fix crash on startup with basic compositor and d2d. r=
2013-12-09 09:47:57 +13:00
Daniel Holbert
1d635642ef
Bug 896050 late-breaking non-functional followup: drop unnecessary semicolon after closing curly-brace of "while" loop.
2013-12-08 11:31:23 -08:00
Ehsan Akhgari
dd60c90eaa
Add a comment to netwerk/cache/moz.build to state why these files are not unified, no bug, DONTBUILD
2013-12-08 14:22:15 -05:00
Sam Foster
095399401b
Bug 936897 - Move download-progress notifications before a tab closes. r=mbrubeck
2013-12-08 10:51:11 -08:00
Jan Beich
9d2afa508b
Bug 947402 - Don't attempt to package shared ICU for --with-system-icu; r=glandium
2013-12-08 13:03:10 -05:00