Commit Graph

459028 Commits

Author SHA1 Message Date
Jean-Yves Avenard
4fc8dfaa3d Bug 1241677: P1. Add MediaDataDecoder::GetDescriptionName() method. r=cpearce 2016-01-25 10:33:39 +11:00
Nicholas Nethercote
94fe8f79f0 Bug 1144842 (part 3) - Remove --enable-dmd code from js/src/configure.in. r=glandium.
It doesn't make sense to enable DMD in the JS shell.

--HG--
extra : rebase_source : 1f1c6691cb139c4c0e7a51c4f820c6065b23b966
2016-01-21 16:59:02 -08:00
Nicholas Nethercote
160743c7c2 Bug 1144842 (part 2) - Make --enable-dmd imply --enable-profiling. r=glandium.
This requires moving the --enable-dmd code earlier, before MOZ_PROFILING starts
being used.

--HG--
extra : rebase_source : acfdc6c4c82436c0a1834e11ddc567e37318da60
2016-01-21 16:58:50 -08:00
B2G Bumper Bot
b4fceb4392 Bumping manifests a=b2g-bump 2016-01-20 14:10:56 -08:00
B2G Bumper Bot
c227b84389 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b0e029cdf15b
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33904 from hfiguiere/bug1238822-check-rating-orange

Bug 1238822 - Make sure the rating is visible before clicking. r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/09c2ccacddad
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1238822 - Make sure the rating is visible before clicking.
2016-01-20 14:09:14 -08:00
Dragana Damjanovic
4fd3271266 Bug 1241295 - Limit time for PR_Close calls during shutdown in nsUDPScket. r=mcmanus 2016-01-20 16:01:00 -05:00
aleth
1d5ae895ee Bug 1242081 - Disable marionette xpcshell tests for Thunderbird. r=ato
--HG--
extra : rebase_source : db0dfd23dd9c0ab442f076fe3c78600b3fde8296
extra : amend_source : 864f43415fabb66b0393e07389328ad3c7c91585
2016-01-23 01:12:14 +01:00
Jan-Ivar Bruaroey
286f642e6a Bug 1239873 - Use AsyncShutdown API to shut down MediaStreamGraph thread. r=jesup
--HG--
extra : rebase_source : e79a1b0fdf3d37315707673ab94fc7cfb8e06981
2016-01-22 13:49:54 -05:00
Nick Fitzgerald
b3e40536ed Bug 1241311 - Pre-tenure SavedFrame objects. r=terrence
Because of SavedStacks' tail-sharing, we cut down on the number of SavedFrame
allocations, but they also tend to live fairly long. When using the devtools'
profiler on Octane, I noticed that we were spending much more time in GC when
recording allocation stacks (as SavedFrame stacks) than when we were not
recording allocation stacks. We were spending about 30% of time in nursery
collections and 7% of time in major GCs. This commit makes it so that SavedFrame
objects are always allocated in the tenured heap. After this change, only about
17% of time is spent in nursery collections and 8% in major GCs.
2016-01-20 15:09:00 -05:00
Alastor Wu
42f1849a5a Bug 1238472 - Start playing webm after the iframe loaded. r=baku 2016-01-21 20:09:11 +08:00
Kate McKinley
66aa150bc3 Bug 1007634 - Add a test to show that Worker construction is no longer allowed by CSP script-src directive. r=ckerschb
--HG--
extra : amend_source : 0acea47a18c3a40be6e7fe50db1c71bc9dd91b3a
2016-01-21 16:57:00 -05:00
Cykesiopka
e2fe0b8f62 Bug 1233328 - Part 2: Use SHA-256 StaticFingerprints directly instead of StaticPinset since the SHA-1 StaticFingerprints entry will always be null. r=keeler 2016-01-20 20:45:29 -08:00
Cykesiopka
638ba07af3 Bug 1233328 - Part 1: Ignore SHA-1 pins in PublicKeyPinningService.cpp. r=keeler 2016-01-20 20:40:01 -08:00
Honza Bambas
80cd6c95fd Bug 1064378 - Don't rewrite custom Authorization header set on a channel by cached credential. r=jduell 2016-01-21 09:33:00 -05:00
B2G Bumper Bot
f73475de60 Bumping manifests a=b2g-bump 2016-01-20 11:10:53 -08:00
B2G Bumper Bot
0bbbc45b36 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ad4544d4d921
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #33914 from mwargers/1240153

Bug 1240153 - test_settings_media_storage.py : Fix AssertionError

========

https://hg.mozilla.org/integration/gaia-central/rev/bcbce0b47d5f
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1240153 - test_settings_media_storage.py : Fix AssertionError
2016-01-20 11:09:12 -08:00
Nick Fitzgerald
967b356fd0 Bug 1241221 - Part 0: Test retained size of nodes in dominmator trees. r=sfink
This adds a new test for dominator trees computed from heap snapshots, to make
sure that a node's retained size matches the following:

    retainedSize(node) = shallowSize(node) + sum(retainedSize(c) for c in children(node))

This test did not find the bug described in bug 1241221, but seems like a
valuable test to have anyways.
2016-01-20 13:08:00 -05:00
Nick Fitzgerald
a6f679ff37 Bug 1233551 - Do not mark the allocations profiling as experimental. r=jsantell
This commit unmarks the allocation stack sampling as experimental, allowing it
to be visible by default, and no longer restricted to Nightly only.
2016-01-20 15:41:00 -05:00
James Long
7e04a1838f Bug 1238881 - force the devtools version of React to always generate HTML elements r=Honza 2016-01-20 13:00:30 -05:00
Matthew Noorenberghe
1f95421da5 Bug 1231408 - Add browser-chrome-screenshots to run the screenshots subsuite. r=armenzg DONTBUILD NPOTB
--HG--
extra : commitid : BOfPEmvnfmH
extra : amend_source : 985118105fcb78b8331b623299ca8f174a56b0e7
2016-01-20 09:54:36 -08:00
B2G Bumper Bot
f8b542976a Bumping manifests a=b2g-bump 2016-01-20 09:50:47 -08:00
B2G Bumper Bot
b9673c2d31 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6b5ef5ad5ebc
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #33911 from JohanLorenzo/bug-1240699

Bug 1240699 - Abstract mock injection and move mock_navigator_moz_icc…

========

https://hg.mozilla.org/integration/gaia-central/rev/e08fdff4a1ed
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Addressed review

========

https://hg.mozilla.org/integration/gaia-central/rev/210fe8772a06
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Fix permafail Gij17 and Gij19

========

https://hg.mozilla.org/integration/gaia-central/rev/e8ed2212ddde
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1240699 - Abstract mock injection and move mock_navigator_moz_icc_manager.js from SMS to shared
2016-01-20 09:49:12 -08:00
B2G Bumper Bot
1dde7b648c Bumping manifests a=b2g-bump 2016-01-20 07:40:52 -08:00
B2G Bumper Bot
13de744f1d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/072c08df7f55
Author: Ray Lin <ralin@mozilla.com>
Desc: Merge pull request #33923 from raylin/1233533-intermittent-keyboard-test

Bug 1233533 - Intermittent test fail on Keyboard App. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e083ce4688e2
Author: Ray Lin <ralin@mozilla.com>
Desc: Bug 1233533 - Intermittent test fail on Keyboard App. r=timdream
2016-01-20 07:39:11 -08:00
Carsten "Tomcat" Book
aeb98474f5 Merge mozilla-central to b2g-inbound 2016-01-20 15:55:11 +01:00
Carsten "Tomcat" Book
89b4eb902b Backed out changeset d5b8283acbce (bug 1238906) for conflicting with merge down from m-c 2016-01-20 15:54:16 +01:00
Carsten "Tomcat" Book
48c60a840a Backed out changeset 03528baabf55 (bug 1238906) 2016-01-20 15:53:42 +01:00
Carsten "Tomcat" Book
248f7a3dee merge mozilla-inbound to mozilla-central a=merge 2016-01-20 15:34:34 +01:00
Carsten "Tomcat" Book
9bc25272bc merge fx-team to mozilla-central a=merge 2016-01-20 15:30:24 +01:00
B2G Bumper Bot
ee57b9714e Bumping manifests a=b2g-bump 2016-01-20 06:20:51 -08:00
B2G Bumper Bot
1a7798e0ce Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7e00645d806f
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #33922 from mozilla-b2g/revert-33840-1233533-intermittent-keyboard-test

Revert "Bug 1233533 - Fix intermittent test fail on Keyboard App

========

https://hg.mozilla.org/integration/gaia-central/rev/29a9a5aa3f8f
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Revert "Bug 1233533 - Fix intermittent test fail on Keyboard App.…"
2016-01-20 06:19:15 -08:00
Carsten "Tomcat" Book
5cc858422a Backed out changeset a76600c2820b (bug 1240651) for ES test failures 2016-01-20 15:03:51 +01:00
B2G Bumper Bot
4c79afd07b Bumping manifests a=b2g-bump 2016-01-20 04:30:44 -08:00
B2G Bumper Bot
a8b45bfcb7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2ecc45201310
Author: Tilman Kamp <tilman@mozilla.com>
Desc: Merge pull request #33884 from tilmankamp/u1119079

Bug 1119079 - Repeating call to dialog element's size() R=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/d7eed47f5ad0
Author: Tilman Kamp <tilmankamp@posteo.de>
Desc: Bug 1119079 - Reliably calling size() on dialog's element R=mhenretty
2016-01-20 04:29:10 -08:00
B2G Bumper Bot
eb62b8fb55 Bumping manifests a=b2g-bump 2016-01-20 04:01:46 -08:00
B2G Bumper Bot
6217796d2f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6753be3f5c75
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #33907 from gasolin/issue-1234784

Bug 1234784 - Correct the checkbox select filter in certificate list, r=scott

========

https://hg.mozilla.org/integration/gaia-central/rev/0251d2a789c4
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1234784 - Correct the checkbox select filter in certificate list, r=scott
2016-01-20 04:00:11 -08:00
B2G Bumper Bot
44a5624566 Bumping manifests a=b2g-bump 2016-01-20 03:30:49 -08:00
B2G Bumper Bot
3000385075 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bdacb422157b
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #33202 from martiansideofthemoon/my-code-fix

Bug 1223462 - adding documentation to message_manager.js. r=azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/8f5861ebd1f7
Author: KALPESH KRISHNA <kalpeshk2011@gmail.com>
Desc: Bug 1223462 - [Messages][Docs] Improve JSDoc comments in services/js/message_manager.js . r=azasypkin
2016-01-20 03:29:14 -08:00
B2G Bumper Bot
c76c23e96c Bumping manifests a=b2g-bump 2016-01-20 03:00:50 -08:00
B2G Bumper Bot
7e2b0fd1f0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d9d8ae1d1ad2
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #33890 from rickychien/webapp-optimize-to-nodejs

Bug 955998 - Running webapp-optimize.js on node.js r=@scottwu

========

https://hg.mozilla.org/integration/gaia-central/rev/10ec8d631490
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 955998 - Running webapp-optimize.js on node.js
2016-01-20 02:59:14 -08:00
B2G Bumper Bot
0be203ba67 Bumping manifests a=b2g-bump 2016-01-20 00:55:56 -08:00
B2G Bumper Bot
13d31a922a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/687b7b7814ff
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #33916 from rsajdok/bug#1225030

Bug 1225030 - [Email]The pompt text"Attachments can not be formwarded." is small and not highlighted r=jrburke

========

https://hg.mozilla.org/integration/gaia-central/rev/d5e2eb38b190
Author: Robert Sajdok <robert.sajdok@protonmail.ch>
Desc: Bug 1225030 - [Email]The pompt text'Attachments can not be formwarded.' is small and not highlighted.
2016-01-20 00:54:20 -08:00
Nigel Babu
d1f6c95315 Merge mozilla-central to b2g-inbound a=merge CLOSED TREE
--HG--
extra : commitid : 3IS55jlR99r
2016-01-20 14:15:53 +05:30
Nigel Babu
4fa636f373 Merge mozilla-central to fx-team a=merge CLOSED TREE
--HG--
extra : commitid : EJrDZIRXDUy
2016-01-20 14:14:13 +05:30
Kris Maglione
a67888d4db Bug 1217129: Back out a changed test for intermittent bc4-e10s failures. a=philor for a CLOSED TREE
--HG--
extra : commitid : Hev779VzTYD
extra : rebase_source : 8f5824ad235271657c788e9a7199dfcf40800cb4
extra : amend_source : 2d5ee203275a5954441fd903c3ac9b6be24e98ef
2016-01-19 19:17:43 -08:00
Ryan VanderMeulen
1358cdc9c3 Bug 1240993 - Remove deprecated --download-cache flag from pip invocation, r=bustage, a=bustage
CLOSED TREE

--HG--
extra : commitid : 5L9ccwmwNEt
extra : amend_source : 4ef5dfda015f88aeacdfdfe68344896bad2690f2
2016-01-19 22:02:34 -05:00
JW Wang
0e0098044e Bug 1240419 - improve logging macros and include |this| in the log message. r=kinetik. 2016-01-20 10:28:36 +08:00
Sotaro Ikeda
f775512121 Bug 1240659 - Add GonkNativeHandle::CreateDupNhObj() r=nical 2016-01-20 21:36:00 -08:00
Phil Ringnalda
8b079b3e4c Back out 0014798942e0 (bug 1238427) for its bad implicit conversion constructor for 'TimerCallbackHolder'
CLOSED TREE
2016-01-20 21:17:44 -08:00
J. Ryan Stinnett
8773016574 Bug 1224751 - Use the window's console in BrowserLoader. r=jlongster
--HG--
extra : rebase_source : cd01f7bfacf5d8799a2d843475c4a1475ef8ffe5
2016-01-20 12:34:44 -06:00