Jonathan Watt
0969e95b16
Bug 1074807 - Remove nsSVGUtils::TransformOuterSVGPointToChildFrame. r=longsonr
2014-09-30 18:08:14 +01:00
Jonathan Watt
a12a9fcd0e
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
77ff1dde4f
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
82747ede2f
Bug 1074294, part 1 - Convert SVGAutoRenderState to act on a Moz2D DrawTarget. r=longsonr
2014-09-30 18:08:13 +01:00
Jonathan Watt
d0f00336fb
Bug 1074475 - Fix a bug in GetStrokeDashData. r=longsonr
2014-09-30 18:08:13 +01:00
Jonathan Watt
899b843228
Bug 1074974 - Make HelpersD2D.h's CreateStrokeStyleForOptions more robust. r=Bas
2014-09-30 18:07:49 +01:00
Andrew McCreight
d0b9514506
Bug 1067664, part 2 - Stop ignoring tab process leaks. r=jmaher
2014-09-30 09:54:25 -07:00
Andrew McCreight
533900626a
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
5b2614fff9
Bug 1072877 - Ensure OOP transactions can't use memory backed tile locks. r=bjacob
2014-09-30 18:30:23 +02:00
Benjamin Bouvier
20da082ef1
Bug 1068725: Add the FBirds SIMD demo to the test suite; r=luke
2014-09-30 18:07:18 +02:00
Neil Deakin
424e165e6b
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
172c321d53
Bug 1074272: Use exception mode 0 for our D3D11 devices. r=jrmuizel
2014-09-30 17:51:09 +02:00
Bas Schouten
ae1a2e808e
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
454f55856f
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
f0601cfaa0
Backed out changeset 12a04a66d5c1 (bug 1051658)
2014-09-30 16:48:06 +01:00
Jeff Muizelaar
edcf8c4bd6
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
a44c0d343e
Bug 1074420: handle repeated short audio DataCallback()s r=roc
2014-09-30 10:35:17 -04:00
ziyunfei
b19182b75f
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
b663b3e1bc
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
3862451b01
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
b9a248bfae
Merge m-c to mozilla-inbound
2014-09-30 15:35:59 +02:00
Honza Bambas
6c797e8164
Bug 1064258 - Allow caching channels only store metadata, r=jduell
2014-09-30 15:32:47 +02:00
Carsten "Tomcat" Book
3d0ce0976d
merge fx-team to mozilla-central a=merge
2014-09-30 15:10:47 +02:00
Jan Varga
9704cf9e85
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
f9ff8f8f87
merge mozilla-inbound to mozilla-central a=merge
2014-09-30 15:02:58 +02:00
Randell Jesup
d5ca9c7285
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
bf4ffaca3f
Bug 1065310 - nsHtml5TreeBuilder::contextName is used uninitialised. r=hsivonen.
...
--HG--
extra : rebase_source : 3baca5d39f2898f20d218ec3073e2406ea277510
2014-09-30 14:29:48 +02:00
Jon Coppeard
fa0850b4e5
Bug 1073577 - Fix new object cache interactions with moving GC r=terrence
2014-09-30 13:20:48 +01:00
Markus Stange
9018a4fdb5
Bug 1073727 - Fix bustage.
2014-09-30 14:08:18 +02:00
Markus Stange
5260151aee
Bug 1073570 - Reset the base CTM after native widget drawing. r=smichaud
2014-09-30 13:51:54 +02:00
Markus Stange
46a9b66707
Bug 1073727 - Make OverscrollHandoffState::mPanDistance non-negative during OS X APZ panning. r=botond
2014-09-30 13:51:37 +02:00
Markus Stange
73d43eef9d
Bug 1073230 - Address Jeff's review comments from bug 1011166 comment 60. r=jrmuizel
2014-09-30 13:51:09 +02:00
Andrea Marchesini
85870fd520
Bug 1060737 - Unloading a patch with SharedWorkers should not assert, r=bent
2014-09-30 11:43:19 +01:00
Benjamin Bouvier
08be829ece
Bug 1068725: Add Mandelbrot SIMD demo to the test suite; r=luke
2014-09-30 11:33:27 +02:00
Benjamin Bouvier
d1fd7d662d
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
6843772028
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
716fb2e558
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
09ff479009
Backed out changeset 76009dc6ed72 (bug 1068725) for bustage on a CLOSED TREE
2014-09-30 11:52:10 +02:00
Carsten "Tomcat" Book
c387b68c22
Backed out changeset a3ed62c1d3f6 (bug 1068725)
2014-09-30 11:51:49 +02:00
Carsten "Tomcat" Book
3a4c793ed0
Backed out changeset 9dc808ef69a4 (bug 1068725)
2014-09-30 11:51:40 +02:00
Benjamin Bouvier
5fe569efa5
Bug 1068725: Add Mandelbrot SIMD demo to the test suite; r=luke
2014-09-30 11:33:27 +02:00
Benjamin Bouvier
7d5908f392
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
c05210c590
Bug 1068725: More debugging and assertions for MoveGroups; r=sunfish
2014-09-30 11:33:11 +02:00
Carsten "Tomcat" Book
88695813a6
Backed out changeset d42938fd0288 (bug 1002855) for web-platform-4 test failures
2014-09-30 10:04:11 +02:00
Bob Owen
a11852371f
Bug 1054646 - Part 2: test loading of blob and data URLs in unique origin iframe sandbox. r=bz
2014-09-30 08:51:47 +01:00
Bob Owen
11205f61c5
Bug 1054646 - Part 1: Change nsNullPrincipal::CheckMayLoad to always allow loads when the principal of the URI in the principal doing the load. r=bz
2014-09-30 09:09:36 +01:00
Kyle Huey
23b5788b49
Back out Bug 1071359 for using 8 MB (!?!) of memory per process on b2g. r=me a=me
2014-09-29 15:43:04 -07:00
Ryan VanderMeulen
fc2bcf8cb6
Merge b2g-inbound to m-c. a=merge
2014-09-29 15:55:33 -04:00
Ryan VanderMeulen
d209ce9389
Merge fx-team to m-c. a=merge
2014-09-29 15:06:48 -04:00
Ryan VanderMeulen
289f5f9efd
Merge inbound to m-c. a=merge
2014-09-29 14:57:26 -04:00