Xin Zhang
41e99c0b10
Bug 857385 - Make various JSPropertySpec arrays const. r=waldo
...
--HG--
extra : rebase_source : 4ad63f7ddf8c441219bb7f30e19d66abf1747fe2
2013-04-22 14:15:36 -07:00
Olli Pettay
0ba15d837e
Bug 856338 - Using sequence<foo>? as an argument type crashes when passing non-null value, p=Ms2ger+smaug,r=bz
...
--HG--
extra : rebase_source : fb54e52db051584333c9430b0b000ee052e5b2d7
2013-04-23 02:49:49 +03:00
Chris Peterson
b6f51171e6
Bug 864521 - Replace Fennec's AndroidKeyEvent::KEYCODE enum with Android's AKEYCODE enum. r=jchen
2013-04-22 11:24:43 -07:00
Chris Peterson
6d836f9c7f
Bug 861601 - Suppress gcc -Wmultichar warnings from Android's Stagefright header files. r=doublec,khuey
...
--HG--
extra : rebase_source : dcfe6fa1ecd2e8cb55945ecfef2709392cf7bb94
2013-04-13 22:14:16 -07:00
Margaret Leibovic
e37add182d
Bug 667243 - Use caretPositionFromPoint to move selection. r=bnicholson
2013-04-22 17:16:06 -07:00
Luke Wagner
abc056eb68
Bug 864402 - OdinMonkey: int MAdd/MMul should be marked commutative (r=sstangl)
...
--HG--
extra : rebase_source : 53a771c126bfa101f6b7b5b75c81ce22666728da
2013-04-22 16:31:41 -07:00
John Schoenick
d46a742aeb
Backout 9423207656dd and d226a39b4181 (Bug 863792) for triggering bug 854082 crashes, the fix for which was backed out. CLOSED TREE
2013-04-22 16:33:38 -07:00
Ehsan Akhgari
93b18e529b
Backed out changeset fdaa0659fe13 (bug 863324) because of build bustage on a CLOSED TREE
...
--HG--
rename : gfx/layers/ipc/PLayerTransaction.ipdl => gfx/layers/ipc/PLayers.ipdl
rename : gfx/layers/ipc/LayerTransactionChild.cpp => gfx/layers/ipc/ShadowLayersChild.cpp
rename : gfx/layers/ipc/LayerTransactionChild.h => gfx/layers/ipc/ShadowLayersChild.h
rename : gfx/layers/ipc/LayerTransactionParent.cpp => gfx/layers/ipc/ShadowLayersParent.cpp
rename : gfx/layers/ipc/LayerTransactionParent.h => gfx/layers/ipc/ShadowLayersParent.h
2013-04-22 18:12:15 -04:00
John Schoenick
1318029be2
Backout e3eaea876a18, 3aaf738a04d8, and 43d1b14e8920 (Bug 854082) for orange on a CLOSED TREE
2013-04-22 14:58:15 -07:00
Sam Foster
4514ee2bc1
Bug 829056 - Cross-slide gesture module for Fx start tiles. r=mbrubeck
...
--HG--
extra : rebase_source : 8722b2800b93015b218400c6e1f7d79227b78924
2013-04-22 22:42:09 +01:00
Ehsan Akhgari
4b6164232a
Bug 864091 - Part 3: Implement DynamicsCompressorNode's processing based on the Blink's implementation; r=padenot
2013-04-21 16:13:59 -04:00
Ehsan Akhgari
bc6410c3a7
Bug 864091 - Part 2: Add the Blink Dynamics Compressor implementation to the build system; r=padenot,glandium
2013-04-20 23:12:00 -04:00
Ehsan Akhgari
6d48241e2c
Bug 864091 - Part 1: Import the Dynamics Compressor implementation from Blink; r=padenot
...
The original code was copied from Blink SVN revision 148720.
2013-04-20 19:46:24 -04:00
Ehsan Akhgari
d4f13dfcf1
Backed out changeset 86959499a5b8 (bug 856079) because of build bustage
2013-04-22 17:44:12 -04:00
Steven Michaud
98ce0c16a8
Bug 851128 - Backout patch because it caused bug 862417 and bug 864053. r=bgirard
2013-04-22 16:41:50 -05:00
Wes Johnston
adca651ab7
Bug 773535 - Use tablet style prefs on tablets. r=bnicholson
2013-04-22 14:39:30 -07:00
Nicolas Silva
3a758b73a0
Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc
2013-04-22 18:41:29 -04:00
David Keeler
9fa5875fb2
bug 853615 - unregister/reregister click handlers for CTP plugins on pageshow r=jaws
2013-04-19 12:31:40 -07:00
Ehsan Akhgari
d968757da5
Bug 864164 - Part 1: Send the AudioBufferSourceNode loop parameter changes to the stream; r=padenot
2013-04-22 00:22:33 -04:00
Bill McCloskey
9fb36a9cd7
Bug 862606 - Shift around some marking for brain transplants (r=bhackett)
2013-04-22 14:04:10 -07:00
Nicolas Silva
faf423d4c4
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
...
--HG--
rename : gfx/layers/ipc/ShadowLayersChild.cpp => gfx/layers/ipc/LayerTransactionChild.cpp
rename : gfx/layers/ipc/ShadowLayersChild.h => gfx/layers/ipc/LayerTransactionChild.h
rename : gfx/layers/ipc/ShadowLayersParent.cpp => gfx/layers/ipc/LayerTransactionParent.cpp
rename : gfx/layers/ipc/ShadowLayersParent.h => gfx/layers/ipc/LayerTransactionParent.h
rename : gfx/layers/ipc/PLayers.ipdl => gfx/layers/ipc/PLayerTransaction.ipdl
2013-04-22 22:51:11 -04:00
Bobby Holley
2342358f23
Bug 860438 - Remove context stack craziness from nsWindowWatcher. r=gabor
...
This patch should not change any behavior.
2013-04-22 16:49:52 -04:00
Bobby Holley
cdc53258c4
Bug 864363 - Force layout initialization in XPCOM initialization. r=bsmedberg
2013-04-22 16:49:52 -04:00
Bobby Holley
fd8f83f7d2
Bug 864363 - Fix standalone unit test to use the JSRuntime from XPConnect. r=bsmedberg
...
It turns out that the JS engine asserts that we only ever have one JSRuntime
per thread. So when we spin up XPConnect in XPCOM initialization, we run into
assertions when this standalone test does JS_NewRuntime. FWIW, it probably
shouldn't be creating a random runtime and then passing that cx into Gecko
APIs anyway.
It sure would be nice if C++ unit tests could run with internal linkage... :-(
2013-04-22 16:49:52 -04:00
Nicholas Nethercote
e585d5de07
Bug 864205 - Put the baseline memory reports in a tree. r=jandem.
...
--HG--
extra : rebase_source : 96362bd538979832f1fbe6ec55e42fd9a71c22bd
2013-04-22 13:35:44 -07:00
Ehsan Akhgari
95796cdc83
Bug 864322 - Stop all audio buffer source nodes when the context is being shut down to prevent leaks in the graph; r=padenot
...
--HG--
extra : rebase_source : a64d445609ac9892d0fae36122fdc25e1437f400
2013-04-22 11:45:34 -04:00
Robert Longson
661070f9c5
Reftest for Bug 861188 r=dholbert
2013-04-22 21:35:15 +01:00
Randell Jesup
b6774eab3b
Bug 863929: Fix codec list loop exit calculation r=ehugg
2013-04-22 14:49:42 -04:00
Dave Townsend
7de490d3f9
Bug 855771: Disable tab-utils test for frequent intermittent failures.
2013-04-22 13:33:21 -07:00
Chris Double
5449eb4690
Bug 845734 - Blocklist Sony JB devices for Stagefright decoding - r=bjacob
...
--HG--
extra : rebase_source : 4acad58a3f5ddcf073f21f8e581e5f5e5660747f
2013-04-23 08:11:48 +12:00
Chris Double
41811e9fb0
Bug 818363 - Blocklist Samsung SGH-T989 on Gingerbread - r=bjacob
...
--HG--
extra : rebase_source : e687f37cb395c682be95115508617c95df0e1986
2013-04-23 08:11:07 +12:00
Chris Double
22160b515d
Bug 845729 - Blocklist some Samsung ICS qcom devices for stagefright decoding - r=bjacob
...
--HG--
extra : rebase_source : 446b8dbbba7ed7aabe1cd761d4d7404a9a11f65c
2013-04-23 08:10:31 +12:00
Timothy Nikkel
12e9210d2a
Bug 864448. Add crashtest.
2013-04-22 15:24:08 -05:00
Allison Naaktgeboren
0affd6cf8f
Bug 863101 - Make tiles in panels work in snapped.r=rsilveira
2013-04-22 13:21:37 -07:00
John Schoenick
0d63fe31b0
Bug 863792 - Test. r=josh
2013-04-22 13:20:59 -07:00
John Schoenick
9acc51b97a
Bug 863792 - Handle re-entry during plugin instantiation. r=josh
2013-04-22 13:20:59 -07:00
John Schoenick
8a73e7adf3
Bug 854082 - Cleanup plugin frame ownership, prevent losing our frame due to re-entrance. r=bsmedberg
2013-04-22 13:20:59 -07:00
John Schoenick
06f14710de
Bug 854082 - Restore SetFrame(null) call to avoid instance owners pointing to dead frames. r=bsmedberg
2013-04-22 13:20:58 -07:00
John Schoenick
fe41923257
Bug 854082 - Test. r=bsmedberg
2013-04-22 13:20:58 -07:00
Timothy Nikkel
525f063f2a
Bug 864219. nsCocoaWindow::DoResize should be explicit about converting doubles to ints. r=jfkthame
2013-04-22 15:18:28 -05:00
Timothy Nikkel
e71f31f4d2
Bug 864448. Add cycle collection for mAnonymousContentNode in nsDOMCaretPosition. r=smaug
2013-04-22 15:18:25 -05:00
Max Li
ada443958c
Bug 858016 - Double click does not enable fullscreen mode. r=jaws
2013-04-21 21:23:19 -04:00
Xin Zhang
46e29cd0d7
Bug 857385 - Make JS_InitClass, js_InitClass and js::DefineConstructorAndPrototype take const function specs and property specs. Remove const_cast in js::DefinePropertiesAndBrand. r=waldo
2013-04-22 16:17:38 -04:00
Michael Kohler
303bcd40fc
Bug 795588 - Fix privacy policy link. r=bnicholson
2013-04-22 16:17:38 -04:00
Olli Pettay
b8de0b576d
Bug 861529 - Remove nsDOMEventTargetHelper::Init, ,r=khuey
...
--HG--
extra : rebase_source : 3c2e2d6511c26f41428399fc3622c30c4ea7ff6b
2013-04-22 20:24:48 +03:00
Ryan VanderMeulen
42cef9be70
Backed out changeset ddf944cc292d (bug 863324) for Android bustage on a CLOSED TREE.
...
--HG--
rename : gfx/layers/ipc/PLayerTransaction.ipdl => gfx/layers/ipc/PLayers.ipdl
rename : gfx/layers/ipc/LayerTransactionChild.cpp => gfx/layers/ipc/ShadowLayersChild.cpp
rename : gfx/layers/ipc/LayerTransactionChild.h => gfx/layers/ipc/ShadowLayersChild.h
rename : gfx/layers/ipc/LayerTransactionParent.cpp => gfx/layers/ipc/ShadowLayersParent.cpp
rename : gfx/layers/ipc/LayerTransactionParent.h => gfx/layers/ipc/ShadowLayersParent.h
2013-04-22 14:47:16 -04:00
Ryan VanderMeulen
870af254d5
Backed out changeset 6c9af867443c (bug 863264) for Android reftest failures on a CLOSED TREE.
2013-04-22 13:52:01 -04:00
Ryan VanderMeulen
104b8b9345
Merge m-c to inbound.
2013-04-22 13:27:13 -04:00
Ian Stakenvicius
c6fc8fafae
Bug 429023 - Use preference 'spellchecker.dictionary_path' to override loading internal dictionaries; r=ehsan,glandium
2013-04-22 13:20:24 -04:00
Ryan VanderMeulen
9d2dac0e32
Backed out changesets f2387d9f146c and d12788533ab7 (bug 860145) for causing topcrashers.
2013-04-22 13:20:12 -04:00