David Anderson
fdb7fde485
Disable PGO for ObjectImpl::nativeLookup (bug 844580, r=billm).
2013-03-12 11:32:06 -07:00
Daniel Holbert
1a54a69881
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
0e7d7b9ca3
Bug 850814: Align the BrowserToolbar's curves properly. [r=mfinkle]
2013-03-13 12:40:22 -07:00
Sriram Ramasubramanian
1b6a84dd2a
Bug 848707: Add focused states for buttons. [r=mfinkle]
2013-03-13 12:28:01 -07:00
Sriram Ramasubramanian
47d638630d
Bug 848707: Change highlight color. [r=mfinkle]
2013-03-13 12:16:09 -07:00
Benjamin Smedberg
e05ed14ed9
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
17e862a802
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
15cfd9ce65
Bug 749894: performance.now() mochitest3: Better spec compliance, stricter test, better slack. r=bz
2013-03-05 07:17:11 +02:00
Olli Pettay
cfb9cd3f1d
Bug 847583 - Paris binding for MessageEvent, r=peterv
...
--HG--
extra : rebase_source : 1f43c32d1dd2e05a745fe105d5b7156148b3b900
2013-03-13 22:18:36 +02:00
Olli Pettay
5cc732201d
Bug 847585 - Paris binding for UIEvent, r=peterv
...
--HG--
extra : rebase_source : 01c588b769f9a3fa0ed435b67b0e07dff4dda179
2013-03-13 22:02:32 +02:00
Ehsan Akhgari
7f69c3acc3
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
433d1ce021
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
0ce0f2bd3a
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
00b76071bf
Bug 849713 - Part 2: Accept the loop parameters on AudioBufferSourceNodeEngine; r=roc
2013-03-10 13:59:41 -04:00
Ehsan Akhgari
1021312f2f
Bug 849713 - Part 1: Add DOM bindings for AudioBufferSourceNode loop attributes; r=roc
2013-03-10 12:56:14 -04:00
Brian Nicholson
2d98f0cf71
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
e2d1b481a4
Merge m-c to inbound.
2013-03-13 16:21:21 -04:00
Alessandro Decina
f1f8c03a5d
Bug 761018 - GStreamer video buffer handling optimization; r=cdouble
2013-03-13 16:11:15 -04:00
Alessandro Decina
e78bb4b075
Bug 760140 - rework canPlayType in the GStreamer backend; r=cdouble
2013-03-13 16:10:47 -04:00
Alessandro Decina
b31fa67829
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
56cf96afb4
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
ebd9e05a72
Bug 818079 - Don't allow entering awesomescreen while animating (r=mfinkle)
2013-03-13 19:57:00 +00:00
Neil Rashbrook
03a35bc344
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
2b29163033
Bug 850346 - Change inputmode to inputMode for nsHTMLInputElement. r=bz
2013-03-13 15:54:24 -04:00
Ethan Hugg
907421809f
Bug 845372 - remove some debug stats from Signaling code r=jesup
2013-03-12 16:09:07 -07:00
Sean Stangl
69d5b53b78
Bug 850446 - Fix NULL deref in StartOffThreadIonCompile(). r=bhackett
2013-03-13 12:36:47 -07:00
Ehsan Akhgari
d59b29296b
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
02ebf7fa91
Bug 850730 - Do not add browser handlers to about:blank. r=gavin
2013-03-13 12:15:20 -07:00
Frank Yan
272c80e467
Bug 846255 - Provide relevant HTTPS manual update links in Firefox for Metro. r=mbrubeck
2013-03-12 14:43:22 -07:00
Matt Brubeck
1f5da1a0c7
Bug 849604 - Metro Settings charm is not populated if opened to early [r=bbondy]
2013-03-13 11:56:27 -07:00
Matt Brubeck
1ad39dbd32
Bug 850719 - Install mochitest-metro-chrome files to the correct relative path [r=jimm]
2013-03-13 11:55:28 -07:00
Paul Rouget
337bd44e0c
bug 847890 requires a clobber
2013-03-13 10:02:05 -07:00
Paul Rouget
ec3b4f9907
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
b71c68b910
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
38a173fccd
Bug 847890 - paint flashing for content only. r=roc
2013-03-12 11:01:00 -07:00
Paul Rouget
efdfc06ba8
merge fx-team to m-c
2013-03-13 09:51:16 -07:00
Gregory Szorc
ed102f4876
Merge mozilla-central into build-system
2013-03-13 08:20:09 -07:00
Ed Morley
5d684ce113
Merge latest green inbound changeset to mozilla-central
2013-03-13 12:27:45 +00:00
Ed Morley
ea19569087
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
ba87eae066
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
7572e97316
Backed out changeset 40c15b9a5d14 (bug 723281)
2013-03-13 10:24:17 +00:00
Ed Morley
6a8c65a07f
Backed out changeset eaf182f23c3a (bug 847890) for failures in test_bug847890_paintFlashing.html on a CLOSED TREE
2013-03-13 10:06:34 +00:00
Richard Newman
d0f5c94f16
Backed out changeset ab05fe92799d (Bug 844407) for robocop bustage on a CLOSED TREE.
2013-03-13 00:03:53 -07:00
Phil Ringnalda
c246268759
Back out 7d1510d544d9 (bug 836968) on suspicion of causing bug 850547
...
CLOSED TREE
2013-03-12 23:38:11 -07:00
Hannes Verschore
73acb83475
Bug 850536: Only get the chars of a string once in FlattenSubstrings, r=sstangl
2013-03-13 06:08:35 +01:00
Brian Nicholson
1712757a04
Bug 844407 - Make Tabs thread-safe. r=rnewman,bnicholson
2013-03-12 21:07:56 -07:00
Paul Rouget
d6060925e6
merge fx-team to m-c
2013-03-12 20:51:12 -07:00
Paul Rouget
2fdbcaae9f
Bug 723281 - Add the ability to enable/disable paint flashing as a [gcli] command. r=jwalker
2013-03-12 18:46:16 -07:00
Paul Rouget
196f09ccb6
Bug 723281 - Add the ability to enable/disable paint flashing as a [gcli] command. r=jwalker
2013-03-12 18:22:01 -07:00
Gary Kwong
496c0fca18
Suppress bug 850134 on 64-bit Linux builds. DONTBUILD
2013-03-12 17:58:20 -07:00