Brandon Benvie
d19b6f5933
Bug 865788 - Pressing ESC should close the sidebar in Scratchpad; r=rcampbell
2013-04-26 13:26:00 -04:00
Brandon Benvie
3bd13361af
bug 843094 - Remove the PropertyPanel; r=msucan
2013-05-03 11:39:00 -04:00
Ioana Budnar
75ede70b06
Bug 862371 - Test that closed private windows can't be restored.r=ttaubert
2013-05-07 14:03:14 +03:00
Tim Taubert
3a7cf943aa
merge m-c to fx-team
2013-05-07 09:19:32 +02:00
David Creswick
18cd42578c
Bug 740541 - Style sheets in iframes are not listed in the style editor; r=harth
2013-05-06 20:31:46 -07:00
Ryan VanderMeulen
465845882c
Merge m-c to inbound.
2013-05-06 11:20:45 -04:00
Geoff Brown
037ac7adfe
Bug 865006 - (2) Enable more xpcshell tests on Android; r=jmaher DONTBUILD
2013-05-06 09:14:01 -06:00
Jeff Muizelaar
6d373b1bb7
Bug 868557. Explicitly unalias list in nsStyleContext::AddChild() r=dbaron
...
Clang and GCC probably MSVC are not able to unalias list because they don't
realize that mEmptyChild and mChild can't alias mNextSibling and mPrevSibling.
If we explicitly dereference list we get better code, saving 3 instructions
with clang.
2013-05-06 11:05:44 -04:00
Alexandre Poirot
69e07e577e
Bug 844227 - Add more functions to the webapps actor. r=fabrice
2013-05-06 09:51:53 -04:00
Ryan VanderMeulen
6454442579
Backed out changeset 4270acd843cc (bug 863130) for B2G Marionette failures.
2013-05-06 08:57:03 -04:00
Alexandre Poirot
e5ccd41715
Bug 865210 - Set a valid window icon for desktop. r=vingtetun
2013-05-06 08:51:25 -04:00
Sotaro Ikeda
1cc722ad6e
Bug 864180 - Move audio software decoder to app's process. r=doublec
2013-05-06 08:43:18 -04:00
Jed Parsons
be16cffa7d
Bug 863417 - Create a pref for setting the persona uri to facilitate testing. r=benadida, r=lloyd
2013-05-03 07:19:42 -07:00
Martijn Wargers
0cbe30ac7e
Bug 861689 - Fix focus issues in various B2G mochitests. r=jmaher
2013-05-03 18:29:55 +02:00
Jason Smith
896c844696
Bug 863929 - Crashtest for gsmsdp_negotiate_codec crash. r=ethanhugg
2013-04-30 21:07:32 -07:00
Douglas Crosher
5791c4fce8
Bug 868683 - Assert that the immediate shift given to the ARM shift instructions is within range. r=mjrosenb
2013-05-04 11:35:54 +10:00
Stephen Pohl
e1687b760d
Bug 868396 - Add pref to enable/disable overlay scrollbars on Mac OSX 10.7+. r=smichaud
2013-05-06 09:04:17 -04:00
Sankha Narayan Guria
6349c5c599
Bug 867414 - Rename SafeAutoJSContext to AutoSafeJSContext. r=bholley
2013-05-06 09:04:17 -04:00
Jan Horak
b792e979ef
Bug 860213 - Use async version of set metadata. r=Neil
2013-05-06 09:04:16 -04:00
Girish Sharma
38e2922fb2
Bug 857801 - Prevent glowing Download Notification Effect of Toolbar Button with Panel opened. r=mconley
2013-05-04 00:01:16 +05:30
Glenn Randers-Pehrson
d3c0135e53
Bug 857040 - Warn on bad CRC instead of error exit. r=joe
2013-05-06 09:04:16 -04:00
Girish Sharma
f969a066a5
Bug 856935 - Suppress downloads complete indicator glow when downloads view is open. r=mconley
2013-05-04 00:02:11 +05:30
Boris Zbarsky
4ef50b8af7
Bug 868448. Fix the successCode in dictionary to-js conversions to actually work right, and document the requirements on successCode better. r=smaug
2013-05-06 08:31:01 -04:00
Boris Zbarsky
7a83aed405
Bug 868765. Make the jsid constructor for nsDependentJSString take a Handle. r=ms2ger
2013-05-06 08:30:56 -04:00
Boris Zbarsky
335ae08584
Bug 867844 part 3. Fix rooting issues in canvas 2d code. r=smaug
2013-05-06 08:30:50 -04:00
Boris Zbarsky
7edad6e279
Bug 867844 part 2. Fix remaining rooting hazards in nsFrameMessageManager.cpp. r=smaug
2013-05-06 08:30:46 -04:00
Boris Zbarsky
efc16bb6f6
Bug 867844 part 1. Fix rooting hazards in LegacyCall. r=smaug
2013-05-06 08:30:40 -04:00
Ryan VanderMeulen
1c1f94e0f0
Merge m-c to inbound.
2013-05-06 08:29:37 -04:00
Ryan VanderMeulen
20e6b017de
Merge birch to m-c.
2013-05-06 08:28:05 -04:00
Alexander Surkov
70276435a6
Bug 865588 - tear off ISimpleDOMText, r=tbsaunde
...
--HG--
rename : accessible/src/windows/msaa/TextLeafAccessibleWrap.cpp => accessible/src/windows/sdn/sdnTextAccessible.cpp
rename : accessible/src/windows/msaa/TextLeafAccessibleWrap.h => accessible/src/windows/sdn/sdnTextAccessible.h
2013-05-06 21:08:08 +09:00
Brian Hackett
7176db72c1
Bug 865984 - Treat virtual calls on nsISupports subclasses as potentially triggering GC. DONTBUILD
2013-05-06 06:03:34 -06:00
Tim Taubert
e8fb862808
merge m-c to fx-team
...
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
2013-05-06 13:30:45 +02:00
Jose Antonio Olivera Ortega
cb0be5c3e0
Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo
2013-05-06 10:20:23 +02:00
Phil Ringnalda
1e4ab6c25d
Merge m-c to fx-team
2013-05-05 12:28:41 -07:00
Phil Ringnalda
0c304110e3
Bug 863716 - Do a CC and a second GC between each subtest of test_webgl_conformance_test_suite.html to minimize the OOM kills of WinXP slaves, r=bjacob
2013-05-05 12:17:11 -07:00
Phil Ringnalda
d3e92cd2f3
Merge m-c to m-i
2013-05-05 12:17:07 -07:00
Ehsan Akhgari
855b90e600
Bug 865248 - Implement ChannelMergerNode; r=roc
...
--HG--
rename : content/media/webaudio/ChannelSplitterNode.h => content/media/webaudio/ChannelMergerNode.h
2013-05-05 11:49:37 -04:00
Ehsan Akhgari
cb9c2a7a4c
Bug 865247 - Part 4: Implement ChannelSplitterNode; r=roc
2013-05-05 11:49:13 -04:00
Ehsan Akhgari
cea007a9a4
Bug 865247 - Part 3: Add a ProduceAudioBlock overload to handle simultaneous processing of multiple input and output ports; r=roc
...
The ObtainInputBlock API is also changed to create an input block for one input
block at a time. An array of these input blocks is then sent to
ProduceAudioBlock for processing, which generates an array of AudioChunks as
output.
Backwards compatibilty with existing engines is achieved by keeping the
existing ProduceAudioBlock API for use with engines with only a maximum of one
input and output port.
2013-05-05 11:48:45 -04:00
Ehsan Akhgari
1f4e097965
Bug 865247 - Part 2: Tell MediaInputPorts about their input and output ports; r=roc
2013-05-05 11:47:59 -04:00
Ehsan Akhgari
68870fa8ce
Bug 865247 - Part 1: Give MediaInputPort the notion of an input and output port number; r=roc
2013-05-05 11:47:36 -04:00
Ehsan Akhgari
a8711101f3
Bug 868485 - Part 2: Add test cases for createBuffer with mono downmixing; r=roc
2013-05-05 11:16:23 -04:00
Ehsan Akhgari
7ea8b318c7
Bug 868485 - Part 1: Implement the mixToMono behavior for createBuffer; r=roc
2013-05-05 11:15:58 -04:00
Mike Connor
4f01de86e9
bug 867737 - update FHR reporting URL, r=gps
2013-05-05 10:04:38 -04:00
Olli Pettay
56514d79da
Bug 848293 - Update AnimationEvent to be compatible with the spec, r=dbaron
...
--HG--
extra : rebase_source : 04f2cb9c5aa56549da0af3c722b35f3dab5746c3
2013-05-05 16:22:29 +03:00
Ms2ger
651b9b2b24
Bug 868729 - Remove nsHTMLCSSStyleSheet::Init; r=bz
2013-05-05 09:03:20 +02:00
Ms2ger
f2e25db30c
Bug 868727 - Pass an nsAString to nsGlobalWindow::GetChildWindow; r=bz
2013-05-05 09:03:19 +02:00
Ms2ger
d5bbd50ee1
Bug 868725 - Pass non-const jschar* to AtomizeAndTakeOwnership; r=evilpie
2013-05-05 09:03:18 +02:00
Ms2ger
00d92f1d41
Bug 866686 - Enable some tests on Android; r=mounir
2013-05-05 09:03:17 +02:00
Ms2ger
e296ab0d09
Bug 866436 - Cleanup the implementation of UIEvent.which; r=smaug
2013-05-05 09:03:16 +02:00