Brian R. Bondy
51e455e2ac
Bug 845571 - Turn on console debug logging when running in Metro. r=jimm
2013-02-28 16:10:17 -05:00
L. David Baron
05d656bf0a
Bug 404077: Adjust annotations of expected assertions.
2013-02-28 12:44:57 -08:00
Paul Adenot
c27c17eb19
Bug 845676 - Remove most of the assertion annotations in the content/media mochitests. r=dbaron
2013-02-28 18:33:28 +01:00
Paul Adenot
dfdbcabaaa
Bug 845676 - Initialize mPausedForPlaybackRateNull in MediaDecoder constructor to prevent an assertion. r=kinetik
2013-02-27 20:38:11 +01:00
Ms2ger
7d2111bcef
Bug 842495 - Cleanup contentDocument/contentWindow getters; r=mounir
2013-02-28 21:28:32 +01:00
Boris Zbarsky
615c1738c3
Bug 776536 part 4. Turn on WebIDL bindings for NodeIterator and TreeWalker. r=peterv
...
The behavior here is a bit weird because Document is still not a
WebIDL object, so calling createNodeIterator or createTreeWalker via
an Xray will call the XPCOM versions of those methods. That means
that I can't just disable XPCOM-based wrapping for TreeWalker and
NodeIterator altogether, unfortunately, which means a web page could
try stashing a TreeWalker in something like userdata and then getting
it back and end up wrapping it as an XPCOM object the second time.
I could "fix" that by adding a wrapper cache and whatnot, I guess, if
desired... But the problem will go away once we convert Document in
any case.
2013-02-28 12:56:42 -05:00
Boris Zbarsky
0827c7c174
Bug 776536 part 3. Add a WebIDL API to NodeIterator and TreeWalker. r=peterv
2013-02-28 12:56:42 -05:00
Boris Zbarsky
d7d37d4444
Bug 776536 part 2. Rename nsTreeWalker to mozilla::dom::TreeWalker. r=peterv
...
--HG--
rename : content/base/src/nsTreeWalker.cpp => content/base/src/TreeWalker.cpp
rename : content/base/src/nsTreeWalker.h => content/base/src/TreeWalker.h
2013-02-28 12:56:41 -05:00
Boris Zbarsky
d46a52933e
Bug 776536 part 1. Rename nsNodeIterator to mozilla::dom::NodeIterator. r=peterv
...
--HG--
rename : content/base/src/nsNodeIterator.cpp => content/base/src/NodeIterator.cpp
rename : content/base/src/nsNodeIterator.h => content/base/src/NodeIterator.h
2013-02-28 12:56:41 -05:00
Boris Zbarsky
3875ee73e3
Bug 843261. Add support for sequence<DOMString> arguments in WebIDL callbacks. r=peterv
...
This does allow people to accidentally hit the slower path through use
of non-const strings, but I think that's OK now that we're mostly
autogenerating this stuff
2013-02-28 12:56:41 -05:00
Boris Zbarsky
a8948dd81e
Bug 832920. Add a way for chrome iframes to opt into having a separate refresh driver (e.g. if they plan to be moved between windows) and make devtools use that opt-in. r=tnikkel,paul
2013-02-22 09:56:28 -05:00
Mihai Sucan
352d9548f2
Bug 832920 - fix failure for browser_dbg_bug723069_editor-breakpoints.js. r=past
2013-02-26 20:07:41 +02:00
Seth Fowler
45289d06ea
Bug 842850 (Part 2) - Remove imgIContainer::GetRootLayoutFrame. r=dholbert,joe sr=bz
2013-02-28 12:22:46 -08:00
Seth Fowler
a7ffe81d52
Bug 842850 (Part 1) - Use an SVGImageContext class for overridden SVG properties. r=dholbert,joe sr=bz
2013-02-28 12:22:43 -08:00
Seth Fowler
1b7f63e02c
Bug 846028 - Coalesce invalidations in VectorImage. r=dholbert
2013-02-28 12:02:31 -08:00
Ehsan Akhgari
5b6e81b5cf
Bug 838065 - Re-enable the decodeAudioData tests; r=roc
2013-02-27 16:59:46 -05:00
Randell Jesup
a6d2f2247d
Bug 846103: Make MediaStream::RemoveListener() callable on Destroy()ed streams r=roc
2013-02-28 14:53:38 -05:00
Oleg Romashin
a9c27fbebc
Bug 844698 Make Qt EGL port working on X11 Maemo/Meego after bug 716859 landed. r=jgilbert
...
--HG--
extra : rebase_source : ecd6996396379823b9eec44cb0fd20e115fa8153
2013-02-27 20:56:29 -08:00
Jeff Muizelaar
29baeb7340
Bug 842759. Add unprefixed versions of community approved webgl extensions. r=bjacob
...
--HG--
extra : rebase_source : 30687096604352e485c12514369ef5e651aaa4a5
2013-02-28 14:47:11 -05:00
Jim Mathies
11fa41d8f1
Bug 846412 - Don't close selection helper until after the user makes a decision in a selection context menu. r=mbrubeck
2013-02-28 13:33:24 -06:00
Adam Roach [:abr]
69afe87e10
Bug 846368 - Add number of bytes requested to OOM last-gasp r=bsmedberg
2013-02-28 13:43:51 -06:00
Ryan VanderMeulen
238b010bd5
Backed out 7 changesets (bug 832920, bug 776536, bug 843261) for mochitest-a11y assertions on a CLOSED TREE.
...
--HG--
rename : content/base/src/NodeIterator.cpp => content/base/src/nsNodeIterator.cpp
rename : content/base/src/NodeIterator.h => content/base/src/nsNodeIterator.h
rename : content/base/src/TreeWalker.cpp => content/base/src/nsTreeWalker.cpp
rename : content/base/src/TreeWalker.h => content/base/src/nsTreeWalker.h
2013-02-28 14:41:30 -05:00
Milan Sreckovic
a414c1238a
Bug 843830 - Consolidate the enums in one place, so that bad things don't happen if the qcms enums ever change. r=bgirard
2013-02-21 17:38:10 -05:00
Fabrice Desré
80de86b914
Bug 834672 - AppProtocolHandler.js should never throw - followup for typo bustage r=me on a CLOSED TREE
2013-02-28 11:22:31 -08:00
Andrea Marchesini
5885f81184
Bug 845871 - Strong ASSERT for removing elements in AudioChannelService. a=jlebar
2013-02-28 14:22:59 -05:00
David Flanagan
f4e2463228
Bug 845539 - Don't reject phone numbers like *2 and *8. r=vicamo
2013-02-27 23:45:26 -08:00
Anthony Jones
f6a5378ad5
Bug 833795 - Pass screen relative co-ordinates to APZC. r=cjones
2013-02-28 14:22:59 -05:00
Timothy Nikkel
501e1156fd
Bug 833823. We need to register for plugin updates even if we don't have a widget. r=mats
...
Also add a weak frame check here since we could destroy the frame. This problem existed before this patch, so we are fixing two things here.
2013-02-28 13:16:03 -06:00
Sam Foster
fb565331ed
Bug 845863: Add a lookup for browser-scripts to allow loading a script only once. r=mbrubeck
...
--HG--
extra : rebase_source : 4eee7d026ead9cc1b3c5037efd20cda1e14c353f
2013-02-28 14:12:02 +00:00
Olli Pettay
510b79b08c
Bug 845631 - Remove nsXMLHttpProgressEvent, r=sicking
...
--HG--
extra : rebase_source : e5c6e80fbb656782bfe0f530c778cda9d9f97f0f
2013-02-28 20:53:04 +02:00
Rafael Ávila de Espíndola
24c34af112
Bug 845613 - Locking issues in the write poisoning code. r=BenWa.
...
--HG--
extra : rebase_source : 49cbd361b1cd22e7d47546ec1c0292674b156f07
2013-02-28 11:34:58 -05:00
Kartikaya Gupta
7041e15b1f
Bug 844275 - Move the GfxInfoThread so that it is guaranteed to run to completion before compositor creation. r=Cwiiis
2013-02-28 13:28:24 -05:00
Kartikaya Gupta
256563abcd
Bug 844275 - Update test_acceleration to guard against windows with no layer manager. r=joedrew
2013-02-28 13:28:24 -05:00
Kartikaya Gupta
830d16f544
Bug 844275 - Fold the carcass of AndroidLayerView* into AndroidBridge. r=Cwiiis
2013-02-28 13:28:24 -05:00
Kartikaya Gupta
bd341fe084
Bug 844275 - Drive the layer manager creation from the GLController rather than GetLayerManager. r=Cwiiis
2013-02-28 13:28:23 -05:00
Kartikaya Gupta
b7560520fb
Bug 844275 - Make the GLController a singleton instance. r=Cwiiis
2013-02-28 13:28:23 -05:00
Kartikaya Gupta
3fc63dc2c0
Bug 844275 - Move mCompositorCreated and associated methods from GeckoLayerClient to GLController. r=Cwiiis
2013-02-28 13:28:23 -05:00
Kartikaya Gupta
29285115b8
Bug 844275 - Ensure that the GeckoLayerClient always starts off with an accurate viewport size. r=Cwiiis
2013-02-28 13:28:23 -05:00
Kartikaya Gupta
ca5f856d26
Bug 845877 - Don't call GfxInfoThread.error() from GfxInfoThread.getData() as it will deadlock. r=bjacob
2013-02-28 13:28:22 -05:00
Dão Gottwald
2a1e10f129
Bug 845811 - openLinkIn should use the target window's isBlankPageURL function. r=ehsan
...
--HG--
extra : rebase_source : ca94dd1d85f6f51e5a600f972840f4a95ec47851
2013-02-28 19:18:41 +01:00
Jim Chen
7b87561c4f
Bug 844290 - Refactor GeckoInputConnection key handling code; r=cpeterson
2013-02-28 13:17:21 -05:00
Gian-Carlo Pascutto
bc85f57c13
Bug 844832. r=blassey
2013-02-28 19:12:14 +01:00
L. David Baron
ba911e5abc
Bug 683159: Explicitly gc in test_bug451286 so that intermittent assertions aren't spread across all the following tests.
2013-02-28 10:09:38 -08:00
Fabrice Desré
d1c2de9d80
Bug 834672 - AppProtocolHandler.js should never throw r=jduell
2013-02-27 23:10:02 -08:00
Benoit Girard
e06467b567
Bug 844869 - Make NS_ASSERTION fatal under GTest. r=dbaron
...
--HG--
extra : rebase_source : e2a6772d505349be23a801b25fa1ee712a36a88e
2013-02-28 11:50:20 -05:00
Boris Zbarsky
24d39ed923
Bug 776536 part 4. Turn on WebIDL bindings for NodeIterator and TreeWalker. r=peterv
...
The behavior here is a bit weird because Document is still not a
WebIDL object, so calling createNodeIterator or createTreeWalker via
an Xray will call the XPCOM versions of those methods. That means
that I can't just disable XPCOM-based wrapping for TreeWalker and
NodeIterator altogether, unfortunately, which means a web page could
try stashing a TreeWalker in something like userdata and then getting
it back and end up wrapping it as an XPCOM object the second time.
I could "fix" that by adding a wrapper cache and whatnot, I guess, if
desired... But the problem will go away once we convert Document in
any case.
2013-02-28 12:56:42 -05:00
Boris Zbarsky
36e1af6705
Bug 776536 part 3. Add a WebIDL API to NodeIterator and TreeWalker. r=peterv
2013-02-28 12:56:42 -05:00
Boris Zbarsky
b1917cb949
Bug 776536 part 2. Rename nsTreeWalker to mozilla::dom::TreeWalker. r=peterv
...
--HG--
rename : content/base/src/nsTreeWalker.cpp => content/base/src/TreeWalker.cpp
rename : content/base/src/nsTreeWalker.h => content/base/src/TreeWalker.h
2013-02-28 12:56:41 -05:00
Boris Zbarsky
8fb2a41fef
Bug 776536 part 1. Rename nsNodeIterator to mozilla::dom::NodeIterator. r=peterv
...
--HG--
rename : content/base/src/nsNodeIterator.cpp => content/base/src/NodeIterator.cpp
rename : content/base/src/nsNodeIterator.h => content/base/src/NodeIterator.h
2013-02-28 12:56:41 -05:00
Boris Zbarsky
0c8bec67f1
Bug 843261. Add support for sequence<DOMString> arguments in WebIDL callbacks. r=peterv
...
This does allow people to accidentally hit the slower path through use
of non-const strings, but I think that's OK now that we're mostly
autogenerating this stuff
2013-02-28 12:56:41 -05:00