Jonathan Watt
dc2daaef9e
Bug 1074475 - Fix a bug in GetStrokeDashData. r=longsonr
2014-09-30 18:08:13 +01:00
Jonathan Watt
f5f620a8d2
Bug 1074974 - Make HelpersD2D.h's CreateStrokeStyleForOptions more robust. r=Bas
2014-09-30 18:07:49 +01:00
Andrew McCreight
f699010d29
Bug 1067664, part 2 - Stop ignoring tab process leaks. r=jmaher
2014-09-30 09:54:25 -07:00
Andrew McCreight
3a5312793b
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
e381d1456d
Bug 1072877 - Ensure OOP transactions can't use memory backed tile locks. r=bjacob
2014-09-30 18:30:23 +02:00
Benjamin Bouvier
71e745a13c
Bug 1068725: Add the FBirds SIMD demo to the test suite; r=luke
2014-09-30 18:07:18 +02:00
Neil Deakin
6c1e283ef7
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
20ab143e76
Bug 1074272: Use exception mode 0 for our D3D11 devices. r=jrmuizel
2014-09-30 17:51:09 +02:00
Bas Schouten
ee090394fb
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
18024b59af
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
3bbb8fd4bd
Backed out changeset 12a04a66d5c1 (bug 1051658)
2014-09-30 16:48:06 +01:00
Jeff Muizelaar
673f3a21d4
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
0ee6fc3ed1
Bug 1074420: handle repeated short audio DataCallback()s r=roc
2014-09-30 10:35:17 -04:00
ziyunfei
d0b4ed6358
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
b1016b8cff
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
b07d2488db
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
967298d507
Merge m-c to mozilla-inbound
2014-09-30 15:35:59 +02:00
Honza Bambas
dcb7bd8028
Bug 1064258 - Allow caching channels only store metadata, r=jduell
2014-09-30 15:32:47 +02:00
Carsten "Tomcat" Book
b37ac43e39
merge fx-team to mozilla-central a=merge
2014-09-30 15:10:47 +02:00
Jan Varga
f443b192ef
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
22ae53697c
merge mozilla-inbound to mozilla-central a=merge
2014-09-30 15:02:58 +02:00
Randell Jesup
c27c3931ff
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
c67315634a
Bug 1065310 - nsHtml5TreeBuilder::contextName is used uninitialised. r=hsivonen.
...
--HG--
extra : rebase_source : 3baca5d39f2898f20d218ec3073e2406ea277510
2014-09-30 14:29:48 +02:00
Jon Coppeard
b91c15b771
Bug 1073577 - Fix new object cache interactions with moving GC r=terrence
2014-09-30 13:20:48 +01:00
Markus Stange
6bb9f1c44a
Bug 1073727 - Fix bustage.
2014-09-30 14:08:18 +02:00
Markus Stange
66bac03572
Bug 1073570 - Reset the base CTM after native widget drawing. r=smichaud
2014-09-30 13:51:54 +02:00
Markus Stange
ea666229c7
Bug 1073727 - Make OverscrollHandoffState::mPanDistance non-negative during OS X APZ panning. r=botond
2014-09-30 13:51:37 +02:00
Markus Stange
db1eb67770
Bug 1073230 - Address Jeff's review comments from bug 1011166 comment 60. r=jrmuizel
2014-09-30 13:51:09 +02:00
Andrea Marchesini
3b31b44e31
Bug 1060737 - Unloading a patch with SharedWorkers should not assert, r=bent
2014-09-30 11:43:19 +01:00
Benjamin Bouvier
ad8c123efb
Bug 1068725: Add Mandelbrot SIMD demo to the test suite; r=luke
2014-09-30 11:33:27 +02:00
Benjamin Bouvier
8f19e3476e
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
01552c03d9
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
dfd05f13b0
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
951c3ef58c
Backed out changeset 76009dc6ed72 (bug 1068725) for bustage on a CLOSED TREE
2014-09-30 11:52:10 +02:00
Carsten "Tomcat" Book
ff68fb749f
Backed out changeset a3ed62c1d3f6 (bug 1068725)
2014-09-30 11:51:49 +02:00
Carsten "Tomcat" Book
f3c6e83459
Backed out changeset 9dc808ef69a4 (bug 1068725)
2014-09-30 11:51:40 +02:00
Benjamin Bouvier
cd9f398bb2
Bug 1068725: Add Mandelbrot SIMD demo to the test suite; r=luke
2014-09-30 11:33:27 +02:00
Benjamin Bouvier
a1bb30a61f
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
4a83ef1127
Bug 1068725: More debugging and assertions for MoveGroups; r=sunfish
2014-09-30 11:33:11 +02:00
Carsten "Tomcat" Book
293f52a08f
Backed out changeset d42938fd0288 (bug 1002855) for web-platform-4 test failures
2014-09-30 10:04:11 +02:00
Bob Owen
5f0d929d02
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
3140b4a353
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
ca92abc824
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
2168d239a4
Merge b2g-inbound to m-c. a=merge
2014-09-29 15:55:33 -04:00
Ryan VanderMeulen
1491d70afe
Merge fx-team to m-c. a=merge
2014-09-29 15:06:48 -04:00
Ryan VanderMeulen
96d0cf28e6
Merge inbound to m-c. a=merge
2014-09-29 14:57:26 -04:00
Ryan VanderMeulen
50b8cbb594
Bug 1022862 - Revert test ordering changes because it apparently made Mnw perma-fail.
2014-09-29 14:56:57 -04:00
Ed Morley
d2440bad17
Backed out changeset 50220dbf59ed (bug 1064258) for xpcshell failures; CLOSED TREE
2014-09-29 17:43:10 +01:00
Ed Morley
fad1e475af
Backed out changeset 318fa507832d (bug 1073086)
2014-09-29 17:42:34 +01:00
B2G Bumper Bot
118347f266
Bumping manifests a=b2g-bump
2014-09-29 09:01:58 -07:00