Commit Graph

266124 Commits

Author SHA1 Message Date
Terrence Cole
cbf92c5e64 Bug 1205012 - Allow rust source code in SpiderMonkey; r=mshal 2015-09-18 13:55:29 -07:00
Kyle Machulis
1091f40c74 Bug 1211046 - Remove url parsing warning message for youtube embed check; r=cpeterson 2015-10-05 15:21:05 -07:00
Kai Engert
e84b7d0e55 Bug 1211568 - Upgrade Firefox 44 to NSS 3.21, landing NSS_3_21_Beta2, r=mt 2015-10-05 22:42:28 +02:00
Geoff Brown
386d7458ae Bug 1207461 - Fix symbols path for robocop crash reporting; r=jmaher 2015-10-05 15:37:20 -06:00
Rail Aliiev
715674afcb Bug 1208180 - Do not require en_us_binary_url. r=jlund DONTBUILD 2015-10-05 17:33:50 -04:00
Nicholas Nethercote
d583bed3b9 Bug 1211306 - Replace a use of deprecated GetVersionEx() with its MFBT equivalent. r=jduell. 2015-10-04 19:11:29 -07:00
Wes Kocher
355775c2b3 Backed out changeset 2b25fe2e8b2f (bug 1211546) for build bustage CLOSED TREE 2015-10-05 14:27:31 -07:00
Wes Kocher
b0731744b5 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
0b1451ba03 Bug 1209964 - Fuzz reftest on B2G, CLOSED TREE. r=mstange 2015-10-05 16:36:48 -04:00
Eric Faust
4d0e53409a 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
fd5c45cb57 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
48c5982418 Bug 1185106 - Part 4: Implement async functions. (r=efaust, r=jandem) 2015-10-05 13:24:03 -07:00
Mariusz Kierski
9a71bb7002 Bug 1185106 - Part 3: Add parser support for Async functions. (r=efaust) 2015-10-05 13:24:03 -07:00
Mariusz Kierski
293d33c5a6 Bug 1185106 - Part 2: Implement ShellPromise. (r=till) 2015-10-05 13:24:03 -07:00
Till Schneidereit
49b3928a83 Bug 1185106 - Part 1: ShellPromise boilerplate. (r=efaust) 2015-10-05 13:24:03 -07:00
Eric Faust
858b0eb7c4 Bug 1211546 - Unbreak the non-unified build. (r=sfink, r=nbp) 2015-10-05 13:24:02 -07:00
Kartikaya Gupta
392927aa59 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/
2015-10-05 16:18:56 -04:00
Kartikaya Gupta
e52e99aa64 Bug 1208973 - Move function bodies into .cpp file, and remove an unused one. r=botond 2015-10-05 16:18:56 -04:00
Kartikaya Gupta
ff318fb9db Bug 1208973 - Refactor and add logging to TaskThrottler. r=botond 2015-10-05 16:18:56 -04:00
Kartikaya Gupta
5340c1cfe5 Bug 1209942 - Flush APZ repaints before waiting for paints. r=dvander 2015-10-05 16:18:24 -04:00
Kartikaya Gupta
eb5722dfee Bug 1208200 - Increase the content response timeout to 1 minute because B2G emulator is slow. r=botond 2015-10-05 16:18:24 -04:00
Kartikaya Gupta
3627a3da39 Bug 1203901 - Increase the long-tap threshold time for test_basic_pan.html. r=botond 2015-10-05 16:18:24 -04:00
Kartikaya Gupta
c9a241122a Bug 1203901 - Ensure the page is painted before sending touch events to it. r=botond 2015-10-05 16:18:24 -04:00
Bill McCloskey
186bf03026 Bug 1210821 - Fix possible IPC cancellation bug (r=dvander) 2015-10-05 13:15:15 -07:00
Ehsan Akhgari
65c10472e9 Bug 1179401 - Call stopImmediatePropagation() on the Event object in respondWith(); r=jdm 2015-10-05 16:12:28 -04:00
Ehsan Akhgari
93aae1ae2b Bug 1209037 - Eliminate some unneeded null checks; r=jdm 2015-10-05 16:12:26 -04:00
Wes Kocher
0424030a6b Merge m-c to inbound, a=merge CLOSED TREE 2015-10-05 13:11:26 -07:00
Wes Kocher
22b227cb7d Merge b2ginbound to central, a=merge 2015-10-05 13:09:32 -07:00
Wes Kocher
f825cd467b Merge inbound to central, a=merge 2015-10-05 13:02:21 -07:00
Wes Kocher
faa01cdaa3 Merge fx-team to central, a=merge 2015-10-05 12:31:36 -07:00
Wes Kocher
f7ae20086b Backed out changeset 443dc9a9c21c (bug 1202663) for hidden-2 Wr bustage CLOSED TREE 2015-10-05 10:36:54 -07:00
Andrew McCreight
ebefdc0be5 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
233fb264ff Bug 1209658 part 2. Add text/json and text/vtt as text MIME types. r=bkelly 2015-10-05 12:23:26 -04:00
Boris Zbarsky
d41c82f00d 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
cc6ff30c31 Bug 1207401 - Send B2G sandbox logging to both stderr and logcat. r=kang 2015-10-05 09:21:39 -07:00
Brian Hackett
71956a7643 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
142da7e2c8 Bumping manifests a=b2g-bump 2015-10-05 08:58:18 -07:00
B2G Bumper Bot
33eb449ccd 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
7152b64191 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
e088606e5c 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
c1e9b46c19 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
Brian Hackett
1f9b08b796 Bug 1209471 - Fix group used for Array.concat result, r=jandem. 2015-10-05 09:53:55 -06:00
Gabor Krizsanits
275b957c52 Bug 1190667 - WEAPI contextMenus. r=billm 2015-10-05 17:48:08 +02:00
Jeff Muizelaar
e330290bbd Bug 1211504. Remove unused member from RefLayer.
Indirectly caught by coverity
2015-10-05 11:42:53 -04:00
Wes Kocher
38e6ef5aee Backed out 11 changesets (bug 709490) for webgl-color-test.html failures a=backout
Backed out changeset fc04c5d43550 (bug 709490)
Backed out changeset cd8f9410d335 (bug 709490)
Backed out changeset 6e687c9143c1 (bug 709490)
Backed out changeset 9b20f2c833c4 (bug 709490)
Backed out changeset f9d130aea88e (bug 709490)
Backed out changeset fc513b410949 (bug 709490)
Backed out changeset acf6220b431a (bug 709490)
Backed out changeset 9bceaf913791 (bug 709490)
Backed out changeset 37fba20111e2 (bug 709490)
Backed out changeset 2285ce1596b8 (bug 709490)
Backed out changeset fb4e09920569 (bug 709490)
2015-10-05 08:28:25 -07:00
B2G Bumper Bot
29af233a9f Bumping manifests a=b2g-bump 2015-10-05 08:03:18 -07:00
B2G Bumper Bot
8316eaa5d4 Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8300b016cc2c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #32182 from gasolin/issue-1204420

Bug 1204420 - [Settings] remove I-S panel strings in HTML, r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/76f2a95c0986
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1204420 - [Settings] remove I-S panel strings in HTML, r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/709de91d8423
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #32191 from gasolin/issue-1180505

Bug 1180505 - Convert notification checkbox to gaia-switch, r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/8198282b76e7
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1180505 - Convert notification checkbox to gaia-switch, r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/7cdea6786e35
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32203 from ferjm/bug1210473.hidepasswords

Bug 1210473 - Hide passwords collection switch until we have an adapt…

========

https://hg.mozilla.org/integration/gaia-central/rev/054378d3cee4
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1210473 - Hide passwords collection switch until we have an adapter for passwords. r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/888f6f90d74b
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31912 from mwargers/1204941

Bug 1204941 - Write a Gaia UI test for bug 1201739 (add-on installation)

========

https://hg.mozilla.org/integration/gaia-central/rev/c783dec8c9d2
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1204941 - Write a Gaia UI test for bug 1201739 (add-on installation)
2015-10-05 08:00:26 -07:00
B2G Bumper Bot
1fb0cecf8b Bumping manifests a=b2g-bump 2015-10-05 07:38:06 -07:00
B2G Bumper Bot
777fb91882 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/aee98f238a28
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32164 from michielbdejong/1210356-safer-WebCryptoTransformer

Bug 1210356 - Safer WebCryptoTransformer, r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/3872f83ae9e8
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1210356 - Safer WebCryptoTransformer, r=ferjm
2015-10-05 07:35:14 -07:00
Andrea Marchesini
7b292c57f3 Bug 1147749 - View source should go through service worker interception, r=bz, r=jduell 2015-10-05 14:46:24 +01:00