Andrea Marchesini
9990b314dd
Bug 917254 - Only enable MessageEvent.ports when MessagePort is enabled; r=smaug
2013-09-17 10:26:23 -04:00
Luke Wagner
c0119f4353
Bug 909709 - Reuse MOZ_LINKER IsSignalHandlingBroken to disable asm.js signal handlers (r=glandium)
...
--HG--
extra : rebase_source : 8f9daa6efb8ccd3344fa789a98a3fff93bbdd68b
2013-09-16 12:58:38 -05:00
Luke Wagner
7736181526
Bug 909709 - Fix # indentation in AsmJSSignalHandlers.cpp (r=glandium)
...
--HG--
extra : rebase_source : b610d4904e7a052216189796ea2ced52097c6a3b
2013-09-16 12:58:37 -05:00
Tooru Fujisawa
75e2be17d5
Bug 762363 - ES6 spread-call syntax: f(...args). r=jorendorff.
2013-09-13 18:32:21 +09:00
Hannes Verschore
4732b01f9b
Bug 916752 - IonMonkey: TypeBarrier will be typed when always bails, r=jandem
2013-09-17 15:52:28 +02:00
Dan Gohman
c4c6caae03
Bug 916167 - IonMonkey: Use movaps/movapd instead of movss/movsd for register-to-register moves to avoid partial register dependencies. Also, movaps is smaller :-). r=jandem
2013-09-16 07:53:28 -07:00
Ehsan Akhgari
65f1159522
Remove an unused variable in nsHTMLDataTransfer.cpp, no bug
2013-09-17 09:36:45 -04:00
Paul Adenot
0de18135cf
Bug 917260 - Nullcheck Destination() in AudioContext::DestinationStream. r=ehsan
...
--HG--
extra : rebase_source : daec86b27d8497ba109ca998f0fccf3d6d7c3677
2013-09-17 15:23:52 +02:00
Paul Adenot
cc9ca64835
Bug 881959 - Handle self-connection. r=ehsan
...
--HG--
extra : rebase_source : 02ef02b921df39dcb647096a10a1fa4e85161c70
2013-09-16 17:37:27 +02:00
Paul Adenot
b8eaf2be2b
Bug 916773 - Initialize mLatency in SharedBuffer's constructor. r=ehsan
...
--HG--
extra : rebase_source : a40fb148498981c1a65a5cd9756201b90d8d98a4
2013-09-16 17:37:26 +02:00
Paul Adenot
202c19d92d
Bug 881959 - Clamp the DelayNode.delayTime to 128/AudioContext.sampleRate when in a cycle. r=ehsan
...
--HG--
extra : rebase_source : 5282e468fbe411a455f65bc0d22b16163db4bd7a
2013-09-02 15:15:24 +02:00
Paul Adenot
d5a5a903f4
Bug 881959 - Tests for cycles in WebAudio graphs. r=ehsan
...
--HG--
extra : rebase_source : 6673c86a52952d05e3fdf60205250379ad27d82f
2013-09-02 15:14:51 +02:00
Paul Adenot
6cd41969da
Bug 881959 - Warn the author when a cycle in a WebAudio graph does not contain a DelayNode. r=ehsan
...
--HG--
extra : rebase_source : 9383abcce03d0f70208983c22eef051b84560f08
2013-09-13 18:13:37 +02:00
Ehsan Akhgari
9e6a6f212f
Bug 881959 - Tell the MediaStreamGraph when changes to the graph occur. r=roc
...
--HG--
extra : rebase_source : b71feb43da4f1f86e251dce73f87864af24b61c0
2013-09-13 18:12:07 +02:00
Paul Adenot
5e031096a3
Bug 881959 - Mute WebAudio nodes that are part of a cycle that contains no DelayNode, and make cycles work. r=ehsan
...
--HG--
extra : rebase_source : a92e90a2fb08f784d3a1b7d0701a5dd20595c4ef
2013-08-26 19:19:36 +02:00
Paul Adenot
30e18ab3e5
Bug 908669 - Use band-limited impulse trains (BLIT) for OscillatorNode. r=rillian
...
--HG--
extra : rebase_source : c786c507b48a1fcdd49e7c14482d621a463f6c9c
2013-09-16 16:48:33 +02:00
Paul Adenot
0d3b9c3113
Bug 917246 - Make the tree compile with --enable-pulse. r=jesup
...
--HG--
extra : rebase_source : 83d648e4af08e27bc9b29a9450722c3d5d2278c7
2013-09-17 15:23:43 +02:00
Neil Deakin
5a14ffb7a4
Bug 908256, stop downloads when suspending or going offline, r=paolo
2013-09-17 09:23:22 -04:00
Ehsan Akhgari
55cf4a4b16
Remove an unused variable from nsFont.cpp, no bug
2013-09-17 09:10:51 -04:00
Robert Longson
ef82e312fc
Bug 785140 - Correct SVG whitespace handling in various spots. r=smaug,dholbert
2013-09-17 13:52:39 +01:00
Henri Sivonen
dbcd90258c
Test for bug 910588 - log a parse error for <table><input></table>. rs=smaug.
2013-09-17 15:47:33 +03:00
Michael[tm] Smith
7bf5ea133f
Bug 910588 - log a parse error for <table><input></table>. r=hsivonen.
2013-09-17 15:47:32 +03:00
Jonathan Watt
a43cb31d79
Bug 909467 - HTMLInputElement crash loading 8bit.js test (consistantly link against the correct StringBuilder). r=Waldo
2013-09-17 13:24:35 +01:00
L. David Baron
f3bf848317
Bug 911786 part 3: Add an assertion to check that part 2 only changes things for position:sticky. r=dholbert
...
I'm worried that part 2 was the cause of bug 916751. If it was, I think
this assertion should catch the problem. Even if it's not, I think it's
a good assertion to have.
2013-09-17 04:44:16 -07:00
L. David Baron
6d628a60bd
Bug 916751: Do not use nsIFrame::MovePositionBy from nsLineLayout. r=dholbert
...
Since bug 916751 is hard (for me) to test, I haven't confirmed for sure
that this fixes the bug.
However, it fixes the assertions that bug 911786 part 3 triggers in
layout/base/crashtests/317934-1.html through this codepath.
2013-09-17 04:44:16 -07:00
L. David Baron
7cbd1b75f2
Bug 917021: We should not store the NormalPositionProperty on all frames, only relatively positioned ones. r=dholbert
...
This also fixes nsHTMLReflowState::ApplyRelativePositioning to no-op for
svg:text, as it should (since nsIFrame::IsRelativelyPositioned() checks
more than nsStyleDisplay::IsRelativelyPositionedStyle()).
2013-09-17 04:44:16 -07:00
L. David Baron
abaca9e65e
Bug 915053: Remove quirk allowing {} around style attribute. r=heycam
...
The tests pass with the patch; without the patch
test_style_attribute_quirks.html fails 2 tests.
2013-09-17 04:44:15 -07:00
Ehsan Akhgari
6f221215a2
Backed out 2 debugging changesets (bug 916757)
...
Backed out changeset 1713de744990 (bug 916757)
Backed out changeset 861e1c86d759 (bug 916757)
2013-09-17 07:42:40 -04:00
Jon Coppeard
4ff8c49dfc
Bug 916795 - Fix error building browser with GGC enabled r=njn
2013-09-17 12:26:10 +01:00
Ehsan Akhgari
aac4264f95
Bug 915524 - Implement AudioBuffer.copyFromChannel and AudioBuffer.copyToChannel; r=roc
2013-09-17 07:30:32 -04:00
Olli Pettay
9283cd2a76
Bug 916879, remove SetterThrows from eventhandlers, r=emk
2013-09-17 14:01:28 +03:00
Olli Pettay
e9b8288fc3
Bug 915622, make generated events to have same dependencies as generated bindings, r=khuey
...
--HG--
extra : rebase_source : c285e140e66bbea365d0b8a2ad13fd87828f8ac7
2013-09-16 13:06:15 +03:00
Jarek 'jarekps' Smiejczak
8b8273a2f4
Bug 821303 - Added switch_to_default_content method to Marionette; r=dburns
2013-09-10 15:18:00 +01:00
Hannes Verschore
73ade684d0
Bug 916846 - Baseline: Don't create dense getelem stub for negative numbers, r=jandem
2013-09-17 11:55:19 +02:00
Victor Porof
18edd37c75
Bug 917211 - Intermittent browser/devtools/debugger/test/browser_dbg_conditional-breakpoints-01.js | This test exceeded the timeout threshold, r=me
2013-09-17 12:47:30 +03:00
Eddy Bruel
d459e7bb04
Bug 765993 - Fetch source map URLS from HTTP headers; r=hsivonen
2013-09-17 11:43:23 +02:00
Eddy Bruel
767a823a5a
Bug 763993 - Clean up source map API; r=jimb
2013-09-16 18:35:21 +02:00
Hannes Verschore
633f2ba9f2
Bug 911822 - TraceLogging: Update start, stop logging positions of the interpreter, r=till
2013-09-17 10:29:00 +02:00
Hannes Verschore
5fc7884474
Bug 915244 - Tracelogging: Enable logging the gc background thread, r=till
2013-09-17 10:27:58 +02:00
Victor Porof
e8446fcab1
Bug 853003 - Clear the scrolling interval when cleaning up in browser_dbg_stack-03.js, r=me
2013-09-17 10:47:37 +03:00
Cameron McCormack
a35d05564f
Bug 910300 - Silence "reference to undefined property options.bytes" warning. r=dteller
2013-09-17 17:53:29 +10:00
Benjamin Bouvier
b0c976176e
Bug 916662: Fix failed assertions and correctness errors on ARM; r=shu
...
--HG--
extra : rebase_source : 6c8aa8715282dc8773764faf59d75191451f88aa
2013-09-16 19:48:30 -07:00
Christian Holler
163847a750
Bug 877437 - Handle OOM when ion compiling. r=jdemooij
...
--HG--
extra : rebase_source : 48e8bb4c68f7d60614ec3ccf0b764bf08263944d
2013-09-17 09:21:28 +02:00
Cameron McCormack
f6af37ece9
Bug 893319 - Remove -moz-rgba() and -moz-hsla(). r=bz
2013-09-16 10:43:56 +10:00
Cameron McCormack
633b59f1ac
Bug 874507 - Make clip-path, filter, mask and opacity work on <marker> elements. r=longsonr
2013-09-16 15:06:29 +10:00
Rik Cabanier
8c416eb225
Bug 902525 - Part 7: fix to turn off text anti-aliasing r=roc
2013-09-15 16:48:14 -07:00
Rik Cabanier
9267d93f54
Bug 902525 - Part 6: some basic test files for HTML blending r=roc
2013-09-15 16:43:12 -07:00
Rik Cabanier
4ef2fc4460
Bug 902525 - Part 5: fixes for blending of HTML elements r=roc
2013-09-15 16:43:10 -07:00
Rik Cabanier
32a4f10813
Bug 902525 - Part 4: first set of testfiles for SVG blending r=roc
2013-09-16 13:21:00 +10:00
Rik Cabanier
fc566afdce
Bug 902525 - Part 3: create a layer for content that stores the blend mode r=roc
2013-09-14 20:40:11 -07:00