Gregory Szorc
394743ad0e
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
272680cf26
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
92adedf291
Bug 943511 - Remove allocator parameters from methods using nsSegmentedBuffer. r=bsmedberg
2013-12-11 14:14:56 -05:00
Alessio Placitelli
9f52de8940
Bug 943511 - Use fallible allocations in nsSegmentedBuffer::AppendNewSegment. r=bsmedberg
2013-12-11 14:14:28 -05:00
Peiyong Lin
c4853d63c4
Bug 943505 - Use fallible allocation in nsZipItemPtr_base::nsZipItemPtr_base. r=bsmedberg
2013-12-11 14:14:03 -05:00
Adam Casey
2c3bb0dff5
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]
31ca790e8e
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
9a5a3e3614
Merge m-c to inbound.
2013-12-11 13:38:14 -05:00
Ryan VanderMeulen
ec34e0fb19
Merge inbound to m-c.
2013-12-11 13:32:11 -05:00
Ryan VanderMeulen
f7429af385
Merge fx-team to m-c.
2013-12-11 13:29:43 -05:00
Ryan VanderMeulen
106d512427
Merge b2g-inbound to m-c.
2013-12-11 13:24:26 -05:00
Brian Hackett
5d9bd2a0fa
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
07a1eb244b
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
38e6536ca0
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
9164df4c7d
Bug 897452 - Part 13 - Host-side cleanup: remove OnActorDestroy and DestroyTextureHost* - r=nrc
2013-12-11 13:05:34 -05:00
Benoit Jacob
505b29e412
Bug 897452 - Part 12 - remove CompositableClient::OnActorDestroy - r=nrc
2013-12-11 13:05:32 -05:00
Benoit Jacob
ea86bd47f3
Bug 897452 - Part 11 - remove TextureClient::OnActorDestroy - r=nrc
2013-12-11 13:05:29 -05:00
Benoit Jacob
bf03c56f47
Bug 897452 - Part 10 - adapt post landing of bug 893301 - r=nical,nrc
2013-12-11 13:05:27 -05:00
Benoit Jacob
a4c5513490
Bug 897452 - Part 9 - Check for null buffer in BufferTextureHost::Upload - r=nical
2013-12-11 13:05:25 -05:00
Benoit Jacob
87e113c26b
Bug 897452 - Part 8 - fix TextureParent::ActorDestroy - r=nical
2013-12-11 13:05:23 -05:00
Benoit Jacob
52f4a53dc6
Bug 897452 - Part 7 - Implement TextureChild::ActorDestroy to notify its TextureClient - r=nical
2013-12-11 13:05:21 -05:00
Benoit Jacob
46728d2e06
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
0174584ce6
Bug 897452 - Part 5 - Fix a TextureClient gtest crash - r=BenWa
2013-12-11 13:05:17 -05:00
Nicolas Silva
436eecd578
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
82e5ac3f48
Bug 897452 - Part 3 - Clean up some unused code after PTexture change - r=mattwoodrow
2013-12-11 13:05:13 -05:00
Nicolas Silva
5a8009c28f
Bug 897452 - Part 2 - PTexture deallocation logic - r=sotaro,bjacob
2013-12-11 13:05:11 -05:00
Nicolas Silva
7924a5e832
Bug 897452 - Part 1 - Implement the PTexture protocol - r=mattwoodrow
2013-12-11 13:05:09 -05:00
Nicolas Silva
7cc0a23243
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
4f1be1a2e8
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
6a40ed3a56
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
32bcb02241
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
d49d2e5193
Bug 948955 - AddMaskEffect handles locking failure. r=bjacob
2013-12-11 18:32:41 +01:00
Jan Beich
2727a2615b
Bug 948833 - Explicitly include <algorithm> for std::max on FreeBSD. r=njn
2013-12-11 10:35:33 -05:00
Andrew McCreight
74b0e52065
Bug 948686 - Remove unused variable declaration. r=njn
2013-12-11 10:35:13 -05:00
Simone Carletti
597fe33c20
Bug 947705 - Remove k12.wv.us from PSL. r=gerv
2013-12-11 10:35:02 -05:00
Isura Edirisinghe
9fea611a5f
Bug 944162 - Add assertIsPixel and assertIsNotPixel wrappers to AssertionHelper.java. r=mcomella
2013-12-11 10:34:48 -05:00
Paul Adenot
8d8f7eeda7
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
a275979cc8
Bug 948599 - Add lldb support to 'mach debug' r=ehsan,gps
2013-12-11 09:09:50 -06:00
Malini Das
b64b9a9015
Bug 925398 - Refactor runtests.py to follow Mixin pattern, r=jgriffin, followup patch
2013-12-11 09:23:06 -05:00
Edwin Flores
ef0e39f7ad
Bug 934412 - Pass surface image format into CreateTextureImage r=nical
2013-12-11 15:14:16 +01:00
Jon Coppeard
6c75dbea68
Bug 945453 - Postbarrier JIT-code writes to arguments objects r=terrence r=djvj
2013-12-11 14:03:24 +00:00
Ryan VanderMeulen
789c341d29
Backed out changeset 0aeb846dc2e7 (bug 846340) for causing frequent testMasterPassword failures (bug 915449).
2013-12-11 08:51:02 -05:00
Henri Sivonen
b9f48db958
Bug 946647 - Remove bidi options from nsIMarkupDocumentViewer as dead code. r=smontagu.
2013-12-11 15:47:50 +02:00
Gaia Pushbot
8818814c0f
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
878a3cbcfe
Bug 925398 - Refactor runtests.py to follow Mixin pattern, r=jgriffin
2013-12-11 07:45:19 -05:00
Victor Porof
b7bec0e835
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
d50cc28e48
Bug 948829: Disable nuwa temporarily. r=khuey
2013-12-11 18:40:48 +08:00
Gaia Pushbot
71f6024001
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
ef58a8307d
Backed out changeset 3072c9af15b3 (bug 945066) for fixing bustage on a CLOSED TREE
2013-12-11 11:51:35 +01:00
Carsten "Tomcat" Book
cae256f7e2
Backed out changeset 53377797571a (bug 945066) for fixing bustage on a CLOSED TREE
2013-12-11 11:51:01 +01:00