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
Carsten "Tomcat" Book
48c0355651
Backed out changeset d42938fd0288 (bug 1002855) for web-platform-4 test failures
2014-09-30 10:04:11 +02:00
Bob Owen
fe30d71f59
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
85b74eed3f
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
d409d73e27
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
b8afeaae1d
Merge b2g-inbound to m-c. a=merge
2014-09-29 15:55:33 -04:00
Ryan VanderMeulen
d97f0896d0
Merge fx-team to m-c. a=merge
2014-09-29 15:06:48 -04:00
Ryan VanderMeulen
c7b7838aa6
Merge inbound to m-c. a=merge
2014-09-29 14:57:26 -04:00
Ryan VanderMeulen
82ddf8b3fa
Bug 1022862 - Revert test ordering changes because it apparently made Mnw perma-fail.
2014-09-29 14:56:57 -04:00
Ed Morley
45fcc7c2ff
Backed out changeset 50220dbf59ed (bug 1064258) for xpcshell failures; CLOSED TREE
2014-09-29 17:43:10 +01:00
Ed Morley
a6cf46ecc9
Backed out changeset 318fa507832d (bug 1073086)
2014-09-29 17:42:34 +01:00
B2G Bumper Bot
05af4feb33
Bumping manifests a=b2g-bump
2014-09-29 09:01:58 -07:00
B2G Bumper Bot
a1587bb59a
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fb5a4aa15e26
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #24444 from julienw/1073139-fix-settings-test-newer-mocha
Bug 1073139 - [Settings] fix settings tests with a newer mocha r=arthurc...
========
https://hg.mozilla.org/integration/gaia-central/rev/887d961bfb39
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1073139 - [Settings] fix settings tests with a newer mocha r=arthurcc
2014-09-29 08:55:47 -07:00