Xidorn Quan
0c51f5c14f
Bug 1186745 part 3 - Make nsThreadSyncDispatch leak the sync task by default when Run() is not called. r=froydnj
...
--HG--
extra : source : 7eda5d8e2da47a0ff4f15e6a4d20f1ca108e5931
2015-10-06 13:00:59 +11:00
Xidorn Quan
d98cc8899a
Bug 1186745 part 2 - Move nsThreadSyncDispatch class to its own header file. r=froydnj
...
--HG--
extra : source : ec17a3b46e134cbf99a74d581a89d7dea10f0af0
2015-10-06 13:00:59 +11:00
Xidorn Quan
98d15627f8
Bug 1186745 part 1 - Add LeakRefPtr for pointer leaking by default. r=froydnj
...
This class can be used instead of raw pointer for a sound leaking-by-default
behavior. Also it could take advantage of move semantic check in the future.
--HG--
extra : source : 6bf72b4eaa92b13d42b547d8aeee677489a4d3e2
2015-10-06 13:00:59 +11:00
Seth Fowler
dbf1dda104
Bug 1210553 - Remove the alternate flags arguments from SurfaceCache's Lookup functions. r=dholbert
...
--HG--
extra : rebase_source : 3a739a84ba514cddccc17a06bf7c6865a9a141ce
2015-10-05 17:06:34 -07:00
Phil Ringnalda
77b145afc8
Back out 2 changesets (bug 1202933) for Mulet timeouts in test_alerts.html
...
CLOSED TREE
Backed out changeset fbcc1bb170e9 (bug 1202933)
Backed out changeset 1763e1484065 (bug 1202933)
2015-10-05 18:41:00 -07:00
Wes Kocher
9bd6e9ee5a
Backed out changeset c288fb0952fb (bug 1211568) for build bustage CLOSED TREE
2015-10-05 15:56:08 -07:00
Nicholas Nethercote
5ac1e32951
Bug 1211306 (follow-up) - Fix non-Windows compile bustage on a CLOSED TREE. r=bustage.
2015-10-05 15:44:19 -07:00
Kit Cambridge
3c04c0a85d
Bug 1202933, Part 2 - Show the origin for OS X notifications. r=MattN,wchen
...
--HG--
extra : commitid : 6sBIPzwwtYv
extra : rebase_source : 0eeda028206841fe096c765832163f5f783aa5e7
2015-10-05 11:49:38 -07:00
Kit Cambridge
e088390533
Bug 1202933, Part 1 - Show the origin for XUL notifications. r=MattN,wchen
...
--HG--
extra : commitid : ApOzbuWjL8M
extra : rebase_source : 32c31421bc318dd78d8fadfc9e608a2622020e75
2015-10-05 11:49:22 -07:00
Terrence Cole
b16e5ef7d1
Bug 1205012 - Allow rust source code in SpiderMonkey; r=mshal
...
--HG--
extra : rebase_source : b837db972abeb5b2a955c4b52b7ceb6f31c74660
2015-09-18 13:55:29 -07:00
Kyle Machulis
acaa031d49
Bug 1211046 - Remove url parsing warning message for youtube embed check; r=cpeterson
2015-10-05 15:21:05 -07:00
Kai Engert
118b9ae5d0
Bug 1211568 - Upgrade Firefox 44 to NSS 3.21, landing NSS_3_21_Beta2, r=mt
...
--HG--
extra : rebase_source : 498e86da715351a7d1712d07e790f8691fd8d213
2015-10-05 22:42:28 +02:00
Geoff Brown
34ffd5d5a9
Bug 1207461 - Fix symbols path for robocop crash reporting; r=jmaher
2015-10-05 15:37:20 -06:00
Rail Aliiev
999e357afd
Bug 1208180 - Do not require en_us_binary_url. r=jlund DONTBUILD
2015-10-05 17:33:50 -04:00
Nicholas Nethercote
465017691b
Bug 1211306 - Replace a use of deprecated GetVersionEx() with its MFBT equivalent. r=jduell.
...
--HG--
extra : rebase_source : ac72adbb04601860124b3a016edb7ba6608eedd5
2015-10-04 19:11:29 -07:00
Wes Kocher
be54e0666b
Backed out changeset 2b25fe2e8b2f (bug 1211546) for build bustage CLOSED TREE
2015-10-05 14:27:31 -07:00
Wes Kocher
a0d17b972a
Backed out 6 changesets (bug 1185106) for build bustage CLOSED TREE
...
Backed out changeset 6bd1aab9f146 (bug 1185106)
Backed out changeset ede6564c4d13 (bug 1185106)
Backed out changeset abf4f0c6f42e (bug 1185106)
Backed out changeset 102aa11bc1aa (bug 1185106)
Backed out changeset 9c74d17cf769 (bug 1185106)
Backed out changeset c3d780ac9879 (bug 1185106)
2015-10-05 14:27:19 -07:00
Botond Ballo
ef39b0269c
Bug 1209964 - Fuzz reftest on B2G, CLOSED TREE. r=mstange
...
--HG--
extra : source : 37ab26dd96c030a699d450e8fcb00036f572797f
extra : amend_source : 1eb4cbb821cd793c7fe64eaa5a062a6abc6d559e
2015-10-05 16:36:48 -04:00
Eric Faust
a5c1fe593f
Bug 1185106 - Follow up 2: Fix a non-JS_HAS_ASYNC_FUNCS build warning. (r=me)
2015-10-05 13:24:03 -07:00
Eric Faust
5eef807d7a
Bug 1185106 - Follow up: Clean up NIGHTLY_ONLY handling for async functions, and allow tests to pass on uplift. (r=Waldo)
2015-10-05 13:24:03 -07:00
Mariusz Kierski
48ac7512bc
Bug 1185106 - Part 4: Implement async functions. (r=efaust, r=jandem)
2015-10-05 13:24:03 -07:00
Mariusz Kierski
06f8c0d213
Bug 1185106 - Part 3: Add parser support for Async functions. (r=efaust)
2015-10-05 13:24:03 -07:00
Mariusz Kierski
4601af29d4
Bug 1185106 - Part 2: Implement ShellPromise. (r=till)
2015-10-05 13:24:03 -07:00
Till Schneidereit
cdde94a546
Bug 1185106 - Part 1: ShellPromise boilerplate. (r=efaust)
2015-10-05 13:24:03 -07:00
Eric Faust
7b3ec1ac59
Bug 1211546 - Unbreak the non-unified build. (r=sfink, r=nbp)
2015-10-05 13:24:02 -07:00
Kartikaya Gupta
bdb1f426ad
Bug 1208973 - Ensure all code in TaskThrottler is threadsafe since it gets called from various threads. r=botond
...
Hat tip to :froydnj for describing the proof-of-lock technique used in this patch
in his blog at https://blog.mozilla.org/nfroyd/2015/09/17/compiler-enforced-locked-accesses/
--HG--
extra : commitid : 4jVEAYGsCvY
2015-10-05 16:18:56 -04:00
Kartikaya Gupta
b5d5d0a876
Bug 1208973 - Move function bodies into .cpp file, and remove an unused one. r=botond
...
--HG--
extra : commitid : DfuxghUHabo
2015-10-05 16:18:56 -04:00
Kartikaya Gupta
9d9b349ef7
Bug 1208973 - Refactor and add logging to TaskThrottler. r=botond
...
--HG--
extra : commitid : 2jSGP022pln
2015-10-05 16:18:56 -04:00
Kartikaya Gupta
0e058bf097
Bug 1209942 - Flush APZ repaints before waiting for paints. r=dvander
...
--HG--
extra : commitid : ANYadL4Yb6u
2015-10-05 16:18:24 -04:00
Kartikaya Gupta
213fa3c4ec
Bug 1208200 - Increase the content response timeout to 1 minute because B2G emulator is slow. r=botond
...
--HG--
extra : commitid : 1ptGPRkoKXI
2015-10-05 16:18:24 -04:00
Kartikaya Gupta
b41507aa42
Bug 1203901 - Increase the long-tap threshold time for test_basic_pan.html. r=botond
...
--HG--
extra : commitid : 2XXaQZK7q6a
2015-10-05 16:18:24 -04:00
Kartikaya Gupta
cf8ced3692
Bug 1203901 - Ensure the page is painted before sending touch events to it. r=botond
...
--HG--
extra : commitid : 6AgCi7DcqCN
2015-10-05 16:18:24 -04:00
Bill McCloskey
0f09a1e1ef
Bug 1210821 - Fix possible IPC cancellation bug (r=dvander)
2015-10-05 13:15:15 -07:00
Ehsan Akhgari
d826574ea3
Bug 1179401 - Call stopImmediatePropagation() on the Event object in respondWith(); r=jdm
2015-10-05 16:12:28 -04:00
Ehsan Akhgari
eb1884ec41
Bug 1209037 - Eliminate some unneeded null checks; r=jdm
2015-10-05 16:12:26 -04:00
Wes Kocher
0628e22f00
Merge m-c to inbound, a=merge CLOSED TREE
2015-10-05 13:11:26 -07:00
Wes Kocher
ab9156d415
Merge b2ginbound to central, a=merge
2015-10-05 13:09:32 -07:00
Wes Kocher
7492fb02ac
Merge inbound to central, a=merge
2015-10-05 13:02:21 -07:00
Wes Kocher
ffb6147b95
Merge fx-team to central, a=merge
2015-10-05 12:31:36 -07:00
Wes Kocher
20fcea1fca
Backed out changeset 443dc9a9c21c (bug 1202663) for hidden-2 Wr bustage CLOSED TREE
2015-10-05 10:36:54 -07:00
Andrew McCreight
5171450b27
Bug 1197893 - Check the number of arguments for ThrowTypeError() and ThrowRangeError() at compile time. r=peterv
2015-10-05 09:38:14 -07:00
Boris Zbarsky
3f6a60d5c6
Bug 1209658 part 2. Add text/json and text/vtt as text MIME types. r=bkelly
...
--HG--
rename : parser/htmlparser/tests/mochitest/test_bug667533.html => parser/htmlparser/tests/mochitest/test_bug1209658.html
2015-10-05 12:23:26 -04:00
Boris Zbarsky
880bb3fc42
Bug 1209658 part 1. Refactor some parts of nsContentDLF to reduce code duplication and improve readability a bit. r=bkelly
2015-10-05 12:23:25 -04:00
Jed Davis
0db519c66f
Bug 1207401 - Send B2G sandbox logging to both stderr and logcat. r=kang
2015-10-05 09:21:39 -07:00
Brian Hackett
3d04aec30e
Bug 1210596 - Mark array groups as not packed when initializing individual elements with holes, r=jandem.
2015-10-05 10:18:05 -06:00
B2G Bumper Bot
ff64baf757
Bumping manifests a=b2g-bump
2015-10-05 08:58:18 -07:00
B2G Bumper Bot
d33e7fa88d
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/44cf4f0a2b14
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Revert "Merge pull request #31723 from JohanLorenzo/bug-1187330"
This reverts commit 6a5ee1f361ebc48355aa7f233ee22bbdd0fbfd63, reversing
changes made to e1a76e61618772477d43545feefacbde58cbdb82.
========
https://hg.mozilla.org/integration/gaia-central/rev/5559d2164c7f
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #31723 from JohanLorenzo/bug-1187330
Bug 1187330 - You can't have engineering apps with the spark distro
========
https://hg.mozilla.org/integration/gaia-central/rev/2efec46aad82
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1187330 - You can't have engineering apps with the spark distro
2015-10-05 08:55:27 -07:00
Alexander Surkov
cec5cfb0c2
Bug 1205341
- get rid of aria-owns provided relations, part1: remove ARIA combobox special support (bug 819273 backout), r=yzen
2015-10-05 11:28:35 -04:00
Brian Hackett
6e35b6937e
Bug 1207821
- Change the initialized length of an unboxed array in some places without triggering pre barriers, r=jandem.
2015-10-05 10:05:19 -06:00
Brian Hackett
c7546357ff
Bug 1207572 - Make sure idempotent caches are invalidated when getting the non-int32 length of an array, r=jandem.
2015-10-05 10:00:47 -06:00