Simon Montagu
aa39cde189
Bug 1069941 patch 3: Pass the frame physical width, not inline size, to the inner loop of RepositionFrame, plus cosmetic fixes, r=jfkthame
2014-09-30 10:59:14 -07:00
Simon Montagu
0630596f4c
Bug 1069941 patch 2: reset the start coordinate of the inline frames before ReorderFrames so that the margin doesn't get added twice, r=jfkthame
2014-09-30 10:59:13 -07:00
Simon Montagu
15ed53bcf1
Bug 1069941 patch 1: be more accurate when identifying the first and last frames on the line and applying margin/border/padding, r=jfkthame
2014-09-30 10:59:13 -07:00
Simon Montagu
4d9fcff764
Tests for bug 1069941, one by jfkthame, r=smontagu; the other by smontagu, r=jfkthame
2014-09-30 10:59:12 -07:00
Andrea Marchesini
8e7ea7a033
Bug 1073615 - One MediaStreamGraph singleton per audioChannel, r=roc
2014-09-30 18:35:32 +01:00
Brian Hackett
9de8a62ad8
Bug 1073991 - Don't change types in JIT caches when the type's newScript has been cleared, r=jandem.
2014-09-30 10:28:51 -07:00
Jonathan Watt
28965a1a08
Bug 1074820 - Refactor nsSVGPatternFrame, part 1. r=longsonr
2014-09-30 18:08:14 +01:00
Jonathan Watt
abf51da9fb
Bug 1074807 - Remove nsSVGUtils::TransformOuterSVGPointToChildFrame. r=longsonr
2014-09-30 18:08:14 +01:00
Jonathan Watt
aee9c12e6a
Bug 1074594 - Stop inverting the transform in nsSVGUtils::GetStrokeTransform, give it a more performant signature, and a better name. r=longsonr
2014-09-30 18:08:14 +01:00
Jonathan Watt
575724162a
Bug 1074294, part 2 - Convert nsSVGPathGeometryFrame::Render() to render directly using the Moz2D DrawTarget. r=longsonr
2014-09-30 18:08:13 +01:00
Jonathan Watt
c1ec1dac12
Bug 1074294, part 1 - Convert SVGAutoRenderState to act on a Moz2D DrawTarget. r=longsonr
2014-09-30 18:08:13 +01:00
Jonathan Watt
472b2a21e4
Bug 1074475 - Fix a bug in GetStrokeDashData. r=longsonr
2014-09-30 18:08:13 +01:00
Jonathan Watt
b7f8573ab0
Bug 1074974 - Make HelpersD2D.h's CreateStrokeStyleForOptions more robust. r=Bas
2014-09-30 18:07:49 +01:00
Andrew McCreight
19c15bdbc6
Bug 1067664, part 2 - Stop ignoring tab process leaks. r=jmaher
2014-09-30 09:54:25 -07:00
Andrew McCreight
b41400dfe4
Bug 1067664, part 1 - Allow different leak thresholds for different types of processes. r=jmaher
2014-09-30 09:54:25 -07:00
Nicolas Silva
04226da85c
Bug 1072877 - Ensure OOP transactions can't use memory backed tile locks. r=bjacob
2014-09-30 18:30:23 +02:00
Benjamin Bouvier
c27f1cad8a
Bug 1068725: Add the FBirds SIMD demo to the test suite; r=luke
2014-09-30 18:07:18 +02:00
Neil Deakin
238bcbb268
Bug 1071771, disable dictionary list when it cannot be accessed from another process. This makes the context menu work again after using it on a misspelled word, r=mconley
2014-09-30 12:05:53 -04:00
Bas Schouten
b7069da61a
Bug 1074272: Use exception mode 0 for our D3D11 devices. r=jrmuizel
2014-09-30 17:51:09 +02:00
Bas Schouten
d4f843b183
Bug 1060736: Disable all acceleration on HD 3000 for driver versions 2321 or lower. r=nical
2014-09-29 17:57:54 +02:00
Ed Morley
affa041d7b
Backed out changeset aaae54a77270 (bug 1051658) for timeouts in test_bug465498.html on OS X
2014-09-30 16:48:29 +01:00
Ed Morley
3ceaac62c0
Backed out changeset 12a04a66d5c1 (bug 1051658)
2014-09-30 16:48:06 +01:00
Jeff Muizelaar
a21377d891
Bug 1073086. Remove broken snapping code. r=mwoodrow
...
We generate a Rect from integers and then round them to do the snapping.
- Rect rect(r->x, r->y, r->width, r->height);
-
- rect.Round();
This accomplishes nothing.
Just rip it out.
--HG--
extra : rebase_source : 3194652ca83f2e66ae1cbd02573ab86c444bd2fb
2014-09-25 14:01:10 -04:00
Randell Jesup
6a222a741d
Bug 1074420: handle repeated short audio DataCallback()s r=roc
2014-09-30 10:35:17 -04:00
ziyunfei
785873509e
Bug 1073446
- Object.preventExtensions() should return its argument with no conversion when the argument is a primitive value. r=till
2014-09-26 03:32:00 -04:00
JW Wang
572c687e06
Bug 995438 - Call SpecialPowers.pushPermissions() to ensure permission change is completed before continuing the rest of the tests. r=baku
2014-09-30 06:45:00 -04:00
Jeff Muizelaar
52d76c7560
Bug 1071241. Call ComputeRotation before TransformShadowTree. r=mwoodrow
...
This is need so that the rotation transform is available at
transform time. Without this rotation is delayed a frame.
2014-09-30 10:07:05 -04:00
Carsten "Tomcat" Book
e2ff1820af
Merge m-c to mozilla-inbound
2014-09-30 15:35:59 +02:00
Honza Bambas
193df74284
Bug 1064258 - Allow caching channels only store metadata, r=jduell
2014-09-30 15:32:47 +02:00
Carsten "Tomcat" Book
1f82b2fb58
merge fx-team to mozilla-central a=merge
2014-09-30 15:10:47 +02:00
Jan Varga
e3d70ed01d
Bug 1074111 - TransactionBase::VerifyRequestParams should check transaction mode for delete and clear request; r=bent
2014-09-30 15:05:48 +02:00
Carsten "Tomcat" Book
928ba6926c
merge mozilla-inbound to mozilla-central a=merge
2014-09-30 15:02:58 +02:00
Randell Jesup
d88304cbcf
Bug 1074048: Allow MainThread access if the graph is shut down (for RunDuringShutdown) r=roc
2014-09-30 08:59:05 -04:00
Julian Seward
ddd2a41ab8
Bug 1065310 - nsHtml5TreeBuilder::contextName is used uninitialised. r=hsivonen.
...
--HG--
extra : rebase_source : 3baca5d39f2898f20d218ec3073e2406ea277510
2014-09-30 14:29:48 +02:00
Jon Coppeard
e9b859c9a1
Bug 1073577 - Fix new object cache interactions with moving GC r=terrence
2014-09-30 13:20:48 +01:00
Markus Stange
a598fa8ed3
Bug 1073727 - Fix bustage.
2014-09-30 14:08:18 +02:00
Markus Stange
b099146594
Bug 1073570 - Reset the base CTM after native widget drawing. r=smichaud
2014-09-30 13:51:54 +02:00
Markus Stange
9582f8800c
Bug 1073727 - Make OverscrollHandoffState::mPanDistance non-negative during OS X APZ panning. r=botond
2014-09-30 13:51:37 +02:00
Markus Stange
345bbcdd42
Bug 1073230 - Address Jeff's review comments from bug 1011166 comment 60. r=jrmuizel
2014-09-30 13:51:09 +02:00
Andrea Marchesini
2ac20446d6
Bug 1060737 - Unloading a patch with SharedWorkers should not assert, r=bent
2014-09-30 11:43:19 +01:00
Benjamin Bouvier
6504941ec5
Bug 1068725: Add Mandelbrot SIMD demo to the test suite; r=luke
2014-09-30 11:33:27 +02:00
Benjamin Bouvier
5cab5c5c56
Bug 1068725: Use actual input's type for a move when reifying allocations with backtracking regalloc; r=sunfish
2014-09-30 11:33:17 +02:00
Benjamin Bouvier
eb393525a6
Bug 1068725: More debugging and assertions for MoveGroups; r=sunfish
...
* * *
Bug 1068725: Make the MoveGroup type spew debug only; r=bustage
2014-09-30 11:33:11 +02:00
Simone Bruno
44240be360
Bug 1058286 - Add intree tooltool manifests for avds artifacts needed for android tests. r=armenzg
2014-09-30 03:06:03 -07:00
Carsten "Tomcat" Book
20215f8e99
Backed out changeset 76009dc6ed72 (bug 1068725) for bustage on a CLOSED TREE
2014-09-30 11:52:10 +02:00
Carsten "Tomcat" Book
621f4698e3
Backed out changeset a3ed62c1d3f6 (bug 1068725)
2014-09-30 11:51:49 +02:00
Carsten "Tomcat" Book
c8776a47a8
Backed out changeset 9dc808ef69a4 (bug 1068725)
2014-09-30 11:51:40 +02:00
Benjamin Bouvier
f91dfa4d1f
Bug 1068725: Add Mandelbrot SIMD demo to the test suite; r=luke
2014-09-30 11:33:27 +02:00
Benjamin Bouvier
c404ead360
Bug 1068725: Use actual input's type for a move when reifying allocations with backtracking regalloc; r=sunfish
2014-09-30 11:33:17 +02:00
Benjamin Bouvier
ab3e578a53
Bug 1068725: More debugging and assertions for MoveGroups; r=sunfish
2014-09-30 11:33:11 +02:00