Ryan VanderMeulen
469134ec10
Backed out 17 changesets (bug 897452) for OSX crashes on a CLOSED TREE.
...
Backed out changeset 11ad8608bc27 (bug 897452)
Backed out changeset 6bcc629e76f9 (bug 897452)
Backed out changeset b91c858a43f5 (bug 897452)
Backed out changeset 38ba49ee3e97 (bug 897452)
Backed out changeset ea184ef84762 (bug 897452)
Backed out changeset 686cc5122149 (bug 897452)
Backed out changeset 3685a8018e49 (bug 897452)
Backed out changeset be7ef6240068 (bug 897452)
Backed out changeset f95c20e70947 (bug 897452)
Backed out changeset 4a370d2a1c62 (bug 897452)
Backed out changeset 1222f6ab66d2 (bug 897452)
Backed out changeset 5e9d3c681ee9 (bug 897452)
Backed out changeset 3b9ddce12b7a (bug 897452)
Backed out changeset 7aec6387f3e9 (bug 897452)
Backed out changeset eb1fe464fdaf (bug 897452)
Backed out changeset 07deaa53b6fd (bug 897452)
Backed out changeset ddab7d071d69 (bug 897452)
2013-12-11 14:52:50 -05:00
Gregory Szorc
d4a4ea56aa
Bug 948251 - Remove extensions/widgetutils. r=glandium
...
It isn't referenced anywhere and compilation has been broken since 2010, implying that nobody uses it.
2013-12-10 12:27:38 +09:00
Steven MacLeod
bfc2d9d473
Bug 943571 - Introduce a test for invalid engine files loaded from a dir. r=gavin
2013-12-11 14:15:16 -05:00
Alessio Placitelli
36ba830e3c
Bug 943511 - Remove allocator parameters from methods using nsSegmentedBuffer. r=bsmedberg
2013-12-11 14:14:56 -05:00
Alessio Placitelli
cf0d597e86
Bug 943511 - Use fallible allocations in nsSegmentedBuffer::AppendNewSegment. r=bsmedberg
2013-12-11 14:14:28 -05:00
Peiyong Lin
e6cca8fcf7
Bug 943505 - Use fallible allocation in nsZipItemPtr_base::nsZipItemPtr_base. r=bsmedberg
2013-12-11 14:14:03 -05:00
Adam Casey
fcec562803
Bug 874919 - Added a check to DoGetWidth/Height so the width/height properties of getComputedStyle now return correct values on inline SVG elements. r=bz
2013-12-11 14:13:48 -05:00
Byron Campen [:bwc]
d88af6c938
Bug 906990 - Part 11: Fix bug where the |selected| field on a candidate pair statistic was never set. r=ekr
2013-11-08 16:45:39 -08:00
Ryan VanderMeulen
1a13081f93
Merge m-c to inbound.
2013-12-11 13:38:14 -05:00
Ryan VanderMeulen
a5f41a6d54
Merge inbound to m-c.
2013-12-11 13:32:11 -05:00
Ryan VanderMeulen
6292d5e586
Merge fx-team to m-c.
2013-12-11 13:29:43 -05:00
Ryan VanderMeulen
ba670be0c6
Merge b2g-inbound to m-c.
2013-12-11 13:24:26 -05:00
Brian Hackett
e76e72614e
Bug 932982 - Trace type constraints and allow preserving jitcode in GCs without also marking all type information, r=billm,jandem.
2013-12-11 10:12:33 -08:00
Benoit Jacob
ccf97a5a57
Bug 897452 - Part 15 - Introduce a AtomicRefCountedWithFinalize class to factor our custom-refcounting needs - r=nical
2013-12-11 13:05:37 -05:00
Benoit Jacob
fd6a5ca5ea
Bug 897452 - Part 14 - Implement CompositableChild::ActorDestroy clearing the back-reference to it - r=nical
2013-12-11 13:05:35 -05:00
Benoit Jacob
fa6675d130
Bug 897452 - Part 13 - Host-side cleanup: remove OnActorDestroy and DestroyTextureHost* - r=nrc
2013-12-11 13:05:34 -05:00
Benoit Jacob
cffc534d77
Bug 897452 - Part 12 - remove CompositableClient::OnActorDestroy - r=nrc
2013-12-11 13:05:32 -05:00
Benoit Jacob
64ca86295e
Bug 897452 - Part 11 - remove TextureClient::OnActorDestroy - r=nrc
2013-12-11 13:05:29 -05:00
Benoit Jacob
22563b36d8
Bug 897452 - Part 10 - adapt post landing of bug 893301 - r=nical,nrc
2013-12-11 13:05:27 -05:00
Benoit Jacob
869b5e5d48
Bug 897452 - Part 9 - Check for null buffer in BufferTextureHost::Upload - r=nical
2013-12-11 13:05:25 -05:00
Benoit Jacob
45e7e3ac91
Bug 897452 - Part 8 - fix TextureParent::ActorDestroy - r=nical
2013-12-11 13:05:23 -05:00
Benoit Jacob
592aa8d811
Bug 897452 - Part 7 - Implement TextureChild::ActorDestroy to notify its TextureClient - r=nical
2013-12-11 13:05:21 -05:00
Benoit Jacob
984f2fe68c
Bug 897452 - Part 6 - assert that the forwarder we're initializing our TextureChild with is non null - r=nical
2013-12-11 13:05:19 -05:00
Nicolas Silva
3176a8823b
Bug 897452 - Part 5 - Fix a TextureClient gtest crash - r=BenWa
2013-12-11 13:05:17 -05:00
Nicolas Silva
32eb25d7ec
Bug 897452 - Part 4 - Make sure we release all GL resources asap when shutting down the communication channel - r=bjacob
2013-12-11 13:05:15 -05:00
Nicolas Silva
b6411e9dfe
Bug 897452 - Part 3 - Clean up some unused code after PTexture change - r=mattwoodrow
2013-12-11 13:05:13 -05:00
Nicolas Silva
ad35a4ba98
Bug 897452 - Part 2 - PTexture deallocation logic - r=sotaro,bjacob
2013-12-11 13:05:11 -05:00
Nicolas Silva
e37fc0dc93
Bug 897452 - Part 1 - Implement the PTexture protocol - r=mattwoodrow
2013-12-11 13:05:09 -05:00
Nicolas Silva
9fe0848f78
Bug 897452 - Part 0.2 - Make sure the texture host has a compositor - r=mattwoodrow
2013-12-11 13:05:07 -05:00
Nicolas Silva
fc2a2730d2
Bug 897452 - Part 0.1 - Make it possible for TextureClient to call virtual methods just before its destructor. r=bjacob
2013-12-11 13:05:05 -05:00
Brian Hackett
d7114d0408
Bug 936156 - Use different type objects when 'new' is used on different scripts with the same prototype, r=jandem.
2013-12-11 10:05:03 -08:00
Steve Fink
4ffe5f5231
Bug 948553 - Drop hazard expectation to 8, r=terrence
...
DONTBUILD because expectations currently aren't working anyway. (Need a mozharness push.)
2013-12-11 09:53:42 -08:00
Nicolas Silva
9ff91e0baa
Bug 948955 - AddMaskEffect handles locking failure. r=bjacob
2013-12-11 18:32:41 +01:00
Jan Beich
f337a85fe9
Bug 948833 - Explicitly include <algorithm> for std::max on FreeBSD. r=njn
2013-12-11 10:35:33 -05:00
Andrew McCreight
0fe31cfffa
Bug 948686 - Remove unused variable declaration. r=njn
2013-12-11 10:35:13 -05:00
Simone Carletti
e841db5df2
Bug 947705 - Remove k12.wv.us from PSL. r=gerv
2013-12-11 10:35:02 -05:00
Isura Edirisinghe
f14e9fba4d
Bug 944162 - Add assertIsPixel and assertIsNotPixel wrappers to AssertionHelper.java. r=mcomella
2013-12-11 10:34:48 -05:00
Paul Adenot
9caf81f97d
Bug 916384 and 944707 - Backed out fa872452b89d and 012b1baf2b19 for crashes on a CLOSED TREE.
2013-12-11 16:31:35 +01:00
James Willcox
43bc37e400
Bug 948599 - Add lldb support to 'mach debug' r=ehsan,gps
2013-12-11 09:09:50 -06:00
Malini Das
a7dc61dfff
Bug 925398 - Refactor runtests.py to follow Mixin pattern, r=jgriffin, followup patch
2013-12-11 09:23:06 -05:00
Edwin Flores
c28ac094b6
Bug 934412 - Pass surface image format into CreateTextureImage r=nical
2013-12-11 15:14:16 +01:00
Jon Coppeard
61020fc146
Bug 945453 - Postbarrier JIT-code writes to arguments objects r=terrence r=djvj
2013-12-11 14:03:24 +00:00
Ryan VanderMeulen
9e328f1404
Backed out changeset 0aeb846dc2e7 (bug 846340) for causing frequent testMasterPassword failures (bug 915449).
2013-12-11 08:51:02 -05:00
Henri Sivonen
8e6e09343a
Bug 946647 - Remove bidi options from nsIMarkupDocumentViewer as dead code. r=smontagu.
2013-12-11 15:47:50 +02:00
Gaia Pushbot
1807471e4f
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/336e9464c144
Author: Malini Das <thehyperballad@gmail.com>
Desc: Merge pull request #14476 from malini/mixin
Bug 925398 - Refactor runtests.py to follow Mixin pattern, r=davehunt
========
https://hg.mozilla.org/integration/gaia-central/rev/c43202d0bbc9
Author: Malini Das <mdas@mozilla.com>
Desc: Bug 925398 - Refactor runtests.py to follow Mixin pattern
2013-12-11 04:55:24 -08:00
Malini Das
4e5b7b41a5
Bug 925398 - Refactor runtests.py to follow Mixin pattern, r=jgriffin
2013-12-11 07:45:19 -05:00
Victor Porof
8e77993afa
Bug 815280 - Add a enable/disable all breakpoints button to the sources toolbar, r=rcampbell
...
--HG--
rename : browser/themes/linux/devtools/blackBoxMessageEye.png => browser/themes/linux/devtools/debugger-blackboxMessageEye.png
rename : browser/themes/osx/devtools/blackBoxMessageEye.png => browser/themes/osx/devtools/debugger-blackboxMessageEye.png
rename : browser/themes/windows/devtools/blackBoxMessageEye.png => browser/themes/windows/devtools/debugger-blackboxMessageEye.png
2013-12-11 14:34:53 +02:00
Patrick Wang
982225f9af
Bug 948829: Disable nuwa temporarily. r=khuey
2013-12-11 18:40:48 +08:00
Gaia Pushbot
8c7e83746b
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/649ec3d18952
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Merge pull request #14529 from jaoo/933203"
This reverts commit 4dd40d64f137c48104d5f39e48c2ccb0ce9ab78c, reversing
changes made to 0985280ffc917353eb34ff7b0dcc1c152856450c.
This is breaking unit tests:
[system] system/LockScreenConnInfoManager > Single sim devices "before each" hook:
TypeError: MockNavigatorMozIccManager.addIcc is not a function
2013-12-11 03:40:24 -08:00
Carsten "Tomcat" Book
a7de8ea634
Backed out changeset 3072c9af15b3 (bug 945066) for fixing bustage on a CLOSED TREE
2013-12-11 11:51:35 +01:00