Andrea Marchesini
b2302460a2
Bug 850346 - Change inputmode to inputMode for nsHTMLInputElement. r=bz
2013-03-13 15:54:24 -04:00
Ehsan Akhgari
72d38371ed
Backed out changeset 2e6f598201ce (bug 850346) because it needs a UUID change
2013-03-13 17:51:09 -04:00
Ehsan Akhgari
97bf8361b9
Backed out changeset dab2619094d4 (bug 845592) because of broken browser-chrome tests on Linux
2013-03-13 17:50:37 -04:00
Bobby Holley
1e45639054
Bug 849730 - Let objectClassIs through for COWs. r=mrbkap
2013-03-13 14:48:59 -07:00
David Zbarsky
9fba10bb02
Fix style on WrapNode, no bug
2013-03-13 17:46:03 -04:00
David Zbarsky
59cd47e758
Bug 832155: Convert SVGFEPointLightElement to WebIDL r=Ms2ger
2013-03-13 17:41:20 -04:00
David Zbarsky
b90ade4791
Bug 832155: Move SVGFEPointLightElement to its own file r=Ms2ger
...
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEPointLightElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEPointLightElement.h
2013-03-13 17:41:20 -04:00
Joshua Cranmer
c477436062
Bug 846540 - Remove dead code from mozilla-central to let comm-central build. r=Standard8, NPOTFFB.
...
Note that the actual implementation of code that would be used can be found in
comm-central's ldap/xpcom part of the library.
2013-03-13 16:11:04 -05:00
Olli Pettay
ae362dc62d
Bug 847591 - Paris binding for CommandEvent, r=peterv
...
--HG--
extra : rebase_source : f633d3c91764c38f7cec9a9e1c192773e3ea6f7f
2013-03-13 23:05:32 +02:00
David Anderson
289f7a0ee6
Disable PGO for ObjectImpl::nativeLookup (bug 844580, r=billm).
2013-03-12 11:32:06 -07:00
Daniel Holbert
019596e0ab
Bug 849407: Disable flex item style fixup for anonymous content in nsFrameManager::ReResolveStyleContext(). r=bz
2013-03-13 13:54:05 -07:00
Sriram Ramasubramanian
ae293142b2
Bug 850814: Align the BrowserToolbar's curves properly. [r=mfinkle]
2013-03-13 12:40:22 -07:00
Sriram Ramasubramanian
248c15c263
Bug 848707: Add focused states for buttons. [r=mfinkle]
2013-03-13 12:28:01 -07:00
Sriram Ramasubramanian
72aec9fde2
Bug 848707: Change highlight color. [r=mfinkle]
2013-03-13 12:16:09 -07:00
Benjamin Smedberg
01db3d81d1
Bug 684887 part B - make a SafeMutex which should crash if you try to recursively lock it, instead of deadlocking. r=bent
...
--HG--
extra : rebase_source : 694c5cd571e5802ce5e5af4ea03b9edc7e6fb8d4
2013-03-13 16:39:53 -04:00
Benjamin Smedberg
18d99a509c
Bug 684887 part A - Make the XPCOM component manager non-reentrant, and make sure that nsFactoryEntry.mFactory is protected by it, r=cjones
...
--HG--
extra : rebase_source : f6a458a98c53f8a7490bc621095029e9446d4775
2013-03-13 16:39:28 -04:00
Avi Halachmi
e48ae965c3
Bug 749894: performance.now() mochitest3: Better spec compliance, stricter test, better slack. r=bz
2013-03-05 07:17:11 +02:00
Olli Pettay
b05dd2df6e
Bug 847583 - Paris binding for MessageEvent, r=peterv
...
--HG--
extra : rebase_source : 1f43c32d1dd2e05a745fe105d5b7156148b3b900
2013-03-13 22:18:36 +02:00
Olli Pettay
b7e2a4443f
Bug 847585 - Paris binding for UIEvent, r=peterv
...
--HG--
extra : rebase_source : 01c588b769f9a3fa0ed435b67b0e07dff4dda179
2013-03-13 22:02:32 +02:00
Ehsan Akhgari
e48730f81b
Bug 849713 - Part 5: Implement the looping logic in AudioBufferSourceNodeEngine; r=roc
...
The logic in this function is based around a while loop. In every
iteration of the loop, we determine whether we need to output silence
(if we're at a position before the playback has started or after it has
stopped) or if we need to produce sound. In each case, we call a helper
function which eagerly tries to produce as much silence or sound as
possible, while maintaining the constraints that are explained in the
comments in the code.
2013-03-10 21:02:22 -04:00
Ehsan Akhgari
245251292d
Bug 849713 - Part 4: Refactor the logic for borrowing the output buffer from the input buffer; r=roc
2013-03-10 18:38:57 -04:00
Ehsan Akhgari
a4cc299dc2
Bug 849713 - Part 3: Set the loop parameters on AudioBufferSourceNodeEngine if looping is turned on when start() gets called; r=roc
2013-03-10 14:11:12 -04:00
Ehsan Akhgari
a03597ec60
Bug 849713 - Part 2: Accept the loop parameters on AudioBufferSourceNodeEngine; r=roc
2013-03-10 13:59:41 -04:00
Ehsan Akhgari
b01654e838
Bug 849713 - Part 1: Add DOM bindings for AudioBufferSourceNode loop attributes; r=roc
2013-03-10 12:56:14 -04:00
Brian Nicholson
cd32dfd543
Bug 850487 - More code cleanup (@Overrides and unused imports). r=kats
...
--HG--
extra : rebase_source : 376574e0c41b91c16a6be335584a4a61768bb4a9
2013-03-13 13:20:57 -07:00
Ryan VanderMeulen
e42208c633
Merge m-c to inbound.
2013-03-13 16:21:21 -04:00
Alessandro Decina
e91a9e993c
Bug 761018 - GStreamer video buffer handling optimization; r=cdouble
2013-03-13 16:11:15 -04:00
Alessandro Decina
48db716a1d
Bug 760140 - rework canPlayType in the GStreamer backend; r=cdouble
2013-03-13 16:10:47 -04:00
Alessandro Decina
10a7de0262
Bug 833628 - GStreamer backend has shutdown hang in content/media mochitests; r=cdouble
...
Fix stream length detection so that we don't report size=-1 to gst. Fixes issues
with qtdemux not liking unknown upstream byte size.
2013-03-13 16:09:20 -04:00
Jeff Hammel
ebadeaffcb
follow-up: Bug 838733 - generate_diff.py should have a convenience mode for staging;r=ahal ; DONTBUILD because NPOTB
2013-03-13 13:07:05 -07:00
Lucas Rocha
0e603b71b9
Bug 818079 - Don't allow entering awesomescreen while animating (r=mfinkle)
2013-03-13 19:57:00 +00:00
Neil Rashbrook
98e16d1f1f
Bug 849422 Allow plain text document word-wrap to be turned on after the fact r=bz
2013-03-13 19:56:24 +00:00
Andrea Marchesini
d7ddf45836
Bug 850346 - Change inputmode to inputMode for nsHTMLInputElement. r=bz
2013-03-13 15:54:24 -04:00
Ethan Hugg
f6758f6a04
Bug 845372 - remove some debug stats from Signaling code r=jesup
2013-03-12 16:09:07 -07:00
Sean Stangl
96b49ecdf7
Bug 850446 - Fix NULL deref in StartOffThreadIonCompile(). r=bhackett
2013-03-13 12:36:47 -07:00
Ehsan Akhgari
4b196a0cdc
Bug 845592 - Adjust the New Window menu entries in permanent private browsing mode; r=gavin
...
--HG--
extra : rebase_source : aebca8d6686cdb0b0f8ee8ee44a743b9dfbe8c17
2013-03-13 15:15:05 -04:00
Frank Yan
12b1548f9a
Bug 850730 - Do not add browser handlers to about:blank. r=gavin
2013-03-13 12:15:20 -07:00
Frank Yan
63bc8487a7
Bug 846255 - Provide relevant HTTPS manual update links in Firefox for Metro. r=mbrubeck
2013-03-12 14:43:22 -07:00
Matt Brubeck
a020be32fb
Bug 849604 - Metro Settings charm is not populated if opened to early [r=bbondy]
2013-03-13 11:56:27 -07:00
Matt Brubeck
3dff83cb90
Bug 850719 - Install mochitest-metro-chrome files to the correct relative path [r=jimm]
2013-03-13 11:55:28 -07:00
Paul Rouget
68b3d43617
bug 847890 requires a clobber
2013-03-13 10:02:05 -07:00
Paul Rouget
cd05019cf1
Bug 723281 - Add the ability to enable/disable paint flashing as a [gcli] command. r=jwalker
2013-03-12 18:43:00 -07:00
Paul Rouget
baa2a894b7
Bug 723281 - Add the ability to enable/disable paint flashing as a [gcli] command. r=jwalker
2013-03-12 18:20:00 -07:00
Paul Rouget
d157a980da
Bug 847890 - paint flashing for content only. r=roc
2013-03-12 11:01:00 -07:00
Paul Rouget
fe8a3ae223
merge fx-team to m-c
2013-03-13 09:51:16 -07:00
Gregory Szorc
56a7634c1c
Merge mozilla-central into build-system
2013-03-13 08:20:09 -07:00
Ed Morley
e4751f08a7
Merge latest green inbound changeset to mozilla-central
2013-03-13 12:27:45 +00:00
Ed Morley
8fdd610fb0
Bug 736036 - Disable several intermittent Panorama tests since it is going away soon so they won't be fixed
2013-03-13 10:54:34 +00:00
Ed Morley
9a38713a48
Backed out changeset d398e268b1db (bug 723281) since it relies on the now backed out bug 847890 on a CLOSED TREE
2013-03-13 10:25:00 +00:00
Ed Morley
d487202222
Backed out changeset 40c15b9a5d14 (bug 723281)
2013-03-13 10:24:17 +00:00