Jan de Mooij
c316d19712
Backed out changeset 3a89e23a25f0 (bug 839838) for rooting analysis bustage on a CLOSED TREE.
2014-10-11 19:47:58 +02:00
Randell Jesup
a494a30890
Backed out changeset 6442a3773f2a and 400c4131858e (bug 1070127) on a CLOSED TREE
2014-10-11 13:22:01 -04:00
Randell Jesup
d7acdf80c3
Bug 1070127 - refactor TrackUnionStream into cpp to unconfuse lldb debugger r=roc
...
--HG--
rename : content/media/TrackUnionStream.h => content/media/TrackUnionStream.cpp
2014-10-11 11:34:36 -04:00
Jan-Ivar Bruaroey
7974e33411
Bug 1070127 - add placeholder tracks at DOMMediaStream creation. r=jesup
2014-10-11 11:25:47 -04:00
Jan de Mooij
bd95f4b618
Bug 1081175 - Replace vector instead of appending to it in ChoiceNode::FilterASCII to fix a bad performance issue. r=bhackett
2014-10-11 16:38:57 +02:00
Ehsan Akhgari
487b07800b
Bug 839838 - Implement DOMRequest.then; r=sicking
...
This is implemented by creating a Promise object internally and
forwarding the .then() call to it. Any further callbacks passed to
future .then() calls will be added as callbacks on the same internal
promise object. We also take care of resolving or rejecting the promise
if the success/error event of the DOMRequest object has been fired
before .then() is called.
2014-10-11 09:46:01 -04:00
Ehsan Akhgari
d53d702394
Bug 1079328 - Fix some more bad implicit constructors in parser; r=hsivonen
2014-09-24 09:16:53 -04:00
Ehsan Akhgari
27dbfa94cd
Bug 1080937 - Fix a clang-cl build error in nsHostResolver.cpp; r=sworkman
2014-10-11 09:41:51 -04:00
Ehsan Akhgari
5cbb0c9221
Bug 1080030 - Trim the whitespace surrounding option/optgroup text when displaying a drop-down in e10s; r=felipe
2014-10-11 09:40:45 -04:00
Ehsan Akhgari
d88bdea714
Bug 1081283 - Use the correct calling convention on InitDwriteBG; r=jrmuizel
...
Otherwise our stack is misaligned by the time we return from this.
This misalignment doesn't cause a crash with the Winodws thread
startup code, but it does with ASAN because it does many things
after the thread entry point exits.
--HG--
extra : rebase_source : 6143788976d8efc9dc5c96030de3b8026d6bbc0f
2014-10-10 18:30:46 -04:00
Ehsan Akhgari
d5c7fe43fd
Bug 1080968 - Add support for constexpr and explicit conversions on clang-cl; r=froydnj
...
--HG--
extra : rebase_source : ef22967d83577e70d5e6e122bf5322f31eeb97d0
2014-10-10 18:29:56 -04:00
Ehsan Akhgari
d04c9dbff3
Bug 1080946 - Don't mark ASAN poisoning functions as dllexport on Windows; r=njn
...
--HG--
extra : rebase_source : da03e54614b995138ecaead7ae1ef7b35daf3961
2014-10-10 10:33:16 -04:00
Patrick McManus
12115897d4
bug 1003448 - HTTP/2 Alternate Service and Opportunistic Security [2/2 necko] r=hurley
2014-08-21 10:50:17 -04:00
Patrick McManus
9c3bce6805
bug 1003448 - HTTP/2 Alternate Service and Opportunistic Security [1/2 PSM] r=keeler
2014-08-20 16:30:16 -04:00
Robert Longson
fdd99e683b
Bug 1078031 - get rid of renderMode. r=jwatt
2014-10-11 09:24:44 +01:00
Matthew Gregan
d77269bbec
Bug 1073998 - Convert TestWebMBuffered to use files rather than data arrays. r=cpearce
2014-10-10 15:56:07 +13:00
Dan Gohman
7343b24bce
Bug 1058095 - IonMonkey: Simplify getInputMoveGroup and getMoveGroupAfter r=bhackett
2014-10-10 21:21:36 -07:00
Dan Gohman
c9c9322fb1
Bug 1058095 - IonMonkey: Eliminate the loops in entryOf and exitOf r=bhackett
2014-10-10 21:21:36 -07:00
Dan Gohman
0f59986a9a
Bug 1058095 - Factor out a base class from LInstruction r=bhackett
2014-10-10 21:21:36 -07:00
Dan Gohman
d19ea42526
Bug 1058095 - IonMonkey: Remove VirtualRegisters' block field r=bhackett
2014-10-10 21:21:36 -07:00
Dan Gohman
852984ffd0
Bug 1058095 - IonMonkey: Move fields from InstructionData into LInstruction r=bhackett
2014-10-10 21:21:35 -07:00
Dan Gohman
9b2ddb398e
Bug 1058095 - IonMonkey: Allocate LBlocks in an array instead of individually. r=sstangl
2014-10-10 21:21:35 -07:00
Dan Gohman
d3b55d353d
Bug 1058095 - IonMonkey: Remove LInstruction::printInfo r=bhackett
2014-10-10 21:21:35 -07:00
Brian R. Bondy
0f33b48015
Bug 1035562 - Re-enable maintenance service tests for x64 Windows. r=rstrong
2014-10-10 23:13:55 -04:00
Brian R. Bondy
dbca014aa2
Bug 715876 - Start using the maintenance service for x64 updates and enable verifying signatures. r=rstrong
2014-10-10 23:13:20 -04:00
Benjamin Smedberg
9feee44085
Bug 1081258 - Remove unnecesary (re)definition of NAN, r=mikeh
...
--HG--
extra : rebase_source : 6c7d8f2454467ea9fcf23c8581f15eb96beb5eda
2014-10-11 15:56:54 +13:00
Chris Peterson
ddfb721db5
Bug 1081208 - Disable -Wparentheses warnings-as-errors because extra parens are expected in preprocessed files. r=bz
2014-10-10 11:25:11 -07:00
Florian Quèze
71996760cf
Bug 1072743 - Land Es/Vi/Tr/Pl strings for the promotional translation doorhanger. r=felipe
2014-10-10 19:19:23 +02:00
Patrick McManus
5e45f58122
bug 1076129 generate event on socket transport cancelation r=sworkman
2014-10-02 00:38:53 -04:00
Wes Kocher
0dadefde36
Merge inbound to m-c a=merge CLOSED TREE
2014-10-10 18:58:06 -07:00
Wes Kocher
a026920874
Merge b2g-inbound to m-c a=merge CLOSED TREE
2014-10-10 18:41:41 -07:00
Michael Comella
38e0dea1d6
Backed out changeset fa1f219e3eba (bug 1077755) for bustage CLOSED TREE
2014-10-10 15:40:30 -07:00
Wes Kocher
952544db96
Bug 1019762 - Attempt to fix the bc1 orange on a CLOSED TREE
2014-10-10 15:25:34 -07:00
Kartikaya Gupta
0fdb9857c4
Back out cset 3d9ce7853452 (bug 1078373) for mochitest failures. r=me on a CLOSED TREE
2014-10-10 17:11:13 -04:00
Ryan VanderMeulen
8f2e302f39
Bug 1080922 - Touch CLOBBER on a CLOSED TREE.
...
--HG--
extra : rebase_source : 3e60f8936b0a7c40c758bda139ddfc4b5c4c0cbf
2014-10-10 17:10:12 -04:00
Jeff Gilbert
4407c7735f
Bug 1066280 - Fix non-unified bustage. CLOSED TREE
2014-10-10 13:57:19 -07:00
B2G Bumper Bot
36820438aa
Bumping manifests a=b2g-bump
2014-10-10 13:24:03 -07:00
B2G Bumper Bot
1f73624e5c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a10638edfc56
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #25038 from KevinGrandon/bug_1081211_app_chrome_packaged_test
Bug 1081211 - Add a marionette test for privileged app chrome layout
========
https://hg.mozilla.org/integration/gaia-central/rev/2d1b49686e22
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1081211 - Add a marionette test for privileged app chrome layout r=eli
2014-10-10 13:23:48 -07:00
Kartikaya Gupta
adfec91402
Bug 1078373 - Use the scrollPositionClampingScrollPortSize when computing whether or not to show the scrollbar. r=tn
2014-10-10 16:14:52 -04:00
B2G Bumper Bot
dc83cab732
Bumping manifests a=b2g-bump
2014-10-10 11:52:03 -07:00
B2G Bumper Bot
ef49d37a7b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/17c1d66b0e1b
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #25034 from lissyx/bug1072500
Bug 1072500 - Do not launch FindMyDevice when user triggers Camera from LockScreen r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/ecf80fab7a76
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 1072500 - Do not launch FindMyDevice when user triggers Camera from LockScreen
When the user triggers Camera from the LockScreen, FMD will catch the
event and wake up. This consumes a preallocated process at least.
Figures shows that we double the launch time from the Camera app point
of view.
2014-10-10 11:45:55 -07:00
B2G Bumper Bot
ebccdd9346
Bumping manifests a=b2g-bump
2014-10-10 11:36:58 -07:00
B2G Bumper Bot
64849db649
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/021f8aa70d8d
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #24898 from gaye/re-reland-amd
Bug 1027707 - Re reland amd
========
https://hg.mozilla.org/integration/gaia-central/rev/0b20602c3cb1
Author: gaye <gaye@mozilla.com>
Desc: Bug 1027707 - Followup to turn off debug logging for authentication data
========
https://hg.mozilla.org/integration/gaia-central/rev/ec08f86a0381
Author: gaye <gaye@mozilla.com>
Desc: Bug 1027707 - jrburke followup to handle PRODUCTION=1 builds using rjs
========
https://hg.mozilla.org/integration/gaia-central/rev/a0fc76fc9d3a
Author: gaye <gaye@mozilla.com>
Desc: Revert "Revert "Merge pull request #24733 from gaye/reland-amd""
This reverts commit 1b02818f092d4699a864976729ac924e5f0f9499.
2014-10-10 11:30:49 -07:00
B2G Bumper Bot
1a4f13be93
Bumping manifests a=b2g-bump
2014-10-10 11:17:06 -07:00
B2G Bumper Bot
b577f25503
Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/03d0298076b8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1077769 Clears blocker bug for files which don't pass Li test in apps/bluetooth"
This reverts commit 915032f30adfb6556c5dfe2dc5fe930da9339059.
========
https://hg.mozilla.org/integration/gaia-central/rev/5228992ae36d
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #24899 from etiennesegonzac/bug-1079379
Bug 1079379 - Decode the screenshots "as we go" while edge swiping. r=aus
========
https://hg.mozilla.org/integration/gaia-central/rev/24b04e621e22
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1079379 - Decode the screenshots "as we go" while edge swiping.
========
https://hg.mozilla.org/integration/gaia-central/rev/70d9a45b70bf
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #24781 from sudheesh001/Patch_1077769
Bug 1077769 Clears blocker bug for files which don't pass Li test in apps/bluetooth/
========
https://hg.mozilla.org/integration/gaia-central/rev/e7e07f3832e6
Author: sudheesh001 <sudheesh1995@outlook.com>
Desc: Bug 1077769 Clears blocker bug for files which don't pass Li test in apps/bluetooth
========
https://hg.mozilla.org/integration/gaia-central/rev/a48903e62d53
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #25009 from sudheesh001/Patch_1061536
Bug 1061536 Fixes jshint error in tests/js-marionette/reflow_helper.js r=fabrice
========
https://hg.mozilla.org/integration/gaia-central/rev/bcc5e549c007
Author: sudheesh001 <sudheesh1995@outlook.com>
Desc: Bug 1061536 Fixes jshint error in tests/js-marionette/reflow_helper.js r=fabrice
2014-10-10 11:10:47 -07:00
B2G Bumper Bot
8e6b2adddf
Bumping manifests a=b2g-bump
2014-10-10 10:41:59 -07:00
B2G Bumper Bot
43f85abba6
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1a4264bafaa8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1074028 - Overlapping rocketbar and statusbar icons for 3rd party apps"
This reverts commit fedc64c00cecbf15f2c961833e090590e907bd1e.
2014-10-10 10:35:47 -07:00
B2G Bumper Bot
0bdaee409b
Bumping manifests a=b2g-bump
2014-10-10 10:11:58 -07:00
B2G Bumper Bot
655d1a36ce
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dede12f63f59
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1079791 - Hide STK on press home r=kgrandon f=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/d11172c4c40a
Author: Albert <alberto.crespellperez@telefonica.com>
Desc: Merge pull request #24918 from acperez/bug-1077329
Bug 1077329 - Delay when closing application. r=gsvelto
========
https://hg.mozilla.org/integration/gaia-central/rev/d4561e146725
Author: Albert <alberto.crespellperez@telefonica.com>
Desc: Bug 1077329 - Delay when closing application. r=gsvelto
2014-10-10 10:05:48 -07:00
B2G Bumper Bot
fce95edb38
Bumping manifests a=b2g-bump
2014-10-10 07:56:54 -07:00