Karl Tomlinson
929cc89e5c
bug 1197043 introduce MediaStreamGraph::AddStream() r=padenot
2015-08-12 11:46:56 +12:00
Karl Tomlinson
6cd5ece601
bug 1197043 rename Add/RemoveStream to Add/RemoveStreamGraphThread r=padenot
2015-08-12 11:29:35 +12:00
Karl Tomlinson
e4c3b24c5c
bug 1197043 remove unnecessary aSampleRate parameter for AudioNodeStream creation r=padenot
2015-08-12 11:04:13 +12:00
Karl Tomlinson
90e01e321b
bug 1198100 remove mNotificationMainThreadRunnable r=baku
...
If AddMainThreadListener() were called multiple times after
mFinishedNotificationSent is set then we'd get some extra NotifyRunnables but
NotifyMainThreadListeners() clears mMainThreadListeners anyway so we still get
only one notification per listener.
mNotificationMainThreadRunnable is an unnecessary optimization, so better not
to add storage to every MediaStream.
2015-08-24 11:54:24 +12:00
Kan-Ru Chen
ff0c4f89bf
Backed out 8 changesets (bug 1123237) CLOSED TREE
...
Backed out changeset 64692c772052 (bug 1123237)
Backed out changeset ed0f3a0186ad (bug 1123237)
Backed out changeset 2ad3b7f12a66 (bug 1123237)
Backed out changeset d069c69c234b (bug 1123237)
Backed out changeset d2c543173155 (bug 1123237)
Backed out changeset 3b8fb02e68ff (bug 1123237)
Backed out changeset 1c97e19f2f5d (bug 1123237)
Backed out changeset a80502c372f1 (bug 1123237)
2015-08-25 12:42:01 +08:00
Kan-Ru Chen
359c89f866
Bug 1123237 - Part 9. Interface to memory-profiler add-ons. r=jimb
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-08-25 12:10:35 +08:00
Kan-Ru Chen
cfa5264052
Bug 1123237 - Part 8. Tracking the memory events. r=BenWa,terrence
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-08-25 12:10:34 +08:00
Kan-Ru Chen
69781787e3
Bug 1123237 - Part 7. XPCOM interface for memory profiler. r=smaug
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-08-25 12:06:43 +08:00
Kan-Ru Chen
55eb19b13c
Bug 1123237 - Part 6. A new API to get backtrace without allocating memory in profiler. r=mstange
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-08-25 12:06:42 +08:00
Kan-Ru Chen
787dfec7a8
Bug 1123237 - Part 5. Don't emit inline allocation when memory profiler enabled. r=terrence
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-08-25 12:06:41 +08:00
Kan-Ru Chen
6584a3b436
Bug 1123237 - Part 4. Monitoring allocations and frees for ArrayBuffer. r=terrence,sfink
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-08-25 12:05:53 +08:00
Kan-Ru Chen
fb8487bb3e
Bug 1123237 - Part 3. Monitoring allocation and gc events in nursery and tenured heaps. r=terrence
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-08-25 12:05:52 +08:00
Kan-Ru Chen
6a07f35bfa
Bug 1123237 - Part 2. MemoryProfiler hooks in js engine. r=terrence
...
Based on patch from Ting-Yuan Huang <laszio.bugzilla@gmail.com>
2015-08-25 12:05:51 +08:00
Benjamin Chen
ef567f9a1f
Bug 762774 - Increase the timeout and reduce the testcase loop times. r=jwwang
2015-08-20 18:05:28 +08:00
Morris Tseng
dc724c5147
Bug 1197713 - Add missing gfxPrefs.h include to TiledContentHost.cpp. r=nical
2015-08-24 01:40:00 -04:00
Ryan VanderMeulen
d2832d981f
Bug 1186322 - Skip browser_perf-overview-render-04.js on Linux due to intermittent failures.
2015-08-24 23:22:44 -04:00
Nicholas Nethercote
33c0dad4a4
Bug 1197694 - fflush() rapl output so it always appears immediately. r=erahm.
2015-08-24 15:59:37 -07:00
David Anderson
28845e8e52
Fix racy compositor deduction in TelemetryEnvironment. (bug 1194932, r=gfritzsche)
2015-08-24 23:12:53 -04:00
Seth Fowler
e93b360d02
Bug 1194900 - Stop deciding when to send invalidations in nsPNGDecoder and let Decoder handle it. r=tn
2015-08-24 19:49:36 -07:00
Seth Fowler
29a7f9bc40
Bug 1196476 - Replace ProgressTracker::FirstObserverIs() with a simpler mechanism on imgRequest. r=tn
2015-08-24 19:49:33 -07:00
JW Wang
f47a4c441b
Bug 1196112 - Part 2: Remove DecodedStream::mMonitor. r=roc
2015-08-24 21:05:32 +08:00
JW Wang
1c35dd00db
Bug 1196112 - Part 1: Ensure all members except |mShuttingDown| and |mOutputStreamManager| are accessed on the worker thread only. r=roc
2015-08-24 21:05:22 +08:00
Milan Sreckovic
ade640f5a0
Bug 1196335 - Disambiguate the strings for scoped gfx reporter and D2D1.1. r=dvander
2015-08-19 10:08:00 -04:00
Miko Mynttinen
1dcf6f98cd
Bug 1197316 - Remove PR_snprintf calls in xpcom/. r=froydnj
2015-08-22 17:57:52 -07:00
Valentin Gosu
8845f26921
Bug 1196021 - Pass requesting channel to PackagedAppService::GetResource r=ckerschb
2015-08-25 03:06:24 +02:00
Valentin Gosu
97f40ef942
Bug 1196021 - Use asyncOpen2 in PackagedAppService r=ckerschb
2015-08-25 03:06:18 +02:00
Ryan VanderMeulen
25eb5bbbde
Merge m-c to inbound. a=merge
2015-08-24 21:04:12 -04:00
Ryan VanderMeulen
7fe7777ee2
Merge fx-team to m-c. a=merge
2015-08-24 20:57:36 -04:00
Ryan VanderMeulen
9f503581ed
Merge inbound to m-c. a=merge
2015-08-24 20:37:14 -04:00
Richard Barnes
989299b3d2
Bug 1194561 - Change globe to broken lock for insecure resources r=jryans
2015-08-24 20:01:03 -04:00
Ryan VanderMeulen
8bf515c336
Backed out changeset 91f1119b2534 (bug 1112599) for causing frequent Linux32 browser_webconsole_trackingprotection_errors.js shutdown hangs.
...
CLOSED TREE
2015-08-24 18:50:12 -04:00
Ryan VanderMeulen
ef255262c4
Backed out changesets e059e455e5b3, 307682f73f2d, and 2429f203ecc7 (bug 1132203) for test_bug667533.html timeouts.
2015-08-24 18:42:29 -04:00
Ryan VanderMeulen
b9d7f946a6
Backed out changeset 5b6fdfc822e9 (bug 661831) for browser_zbug569342.js failures.
2015-08-24 18:40:48 -04:00
Ryan VanderMeulen
3da35b0f50
Backed out 7 changesets (bug 1189678, bug 1193128, bug 1189661, bug 1189644, bug 1189675) for various serviceworker mochitest and wpt failures.
...
Backed out changeset 696463139720 (bug 1189661)
Backed out changeset 7babb5b9d74a (bug 1189644)
Backed out changeset d4fa5cfc4b86 (bug 1189678)
Backed out changeset a7c27770b861 (bug 1189675)
Backed out changeset 471a45b97ce2 (bug 1189644)
Backed out changeset 4d96f2d48077 (bug 1193128)
Backed out changeset a9d5366288ff (bug 1189661)
CLOSED TREE
2015-08-24 18:09:47 -04:00
Nikhil Marathe
979f11c445
Bug 1189661 - Update wpt expectation data. a=bustage.
...
CLOSED TREE
2015-08-24 13:59:46 -07:00
Nikhil Marathe
ee46fc30c8
Bug 1189644 - Follow up to fix test. a=bustage
...
CLOSED TREE
2015-08-24 13:54:25 -07:00
Ryan VanderMeulen
5fab0a5ef7
Backed out changesets b2eb913e58c9 and c678e1317fa0 (bug 1196112) for suspicion of causing bug 1197977.
2015-08-24 16:44:14 -04:00
Joel Maher
ae4e617f45
backout dab1cbe3f0ed for tp5 silent breakage
2015-08-24 16:17:01 -04:00
B2G Bumper Bot
a8bf708798
Bumping manifests a=b2g-bump
2015-08-24 11:21:56 -07:00
B2G Bumper Bot
db865abbd0
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f1a55165dcd3
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #31478 from npark-mozilla/1197373
Bug 1197373 - Imagecompare: add wait after scroll in calendar until the scroll bar disappears
========
https://hg.mozilla.org/integration/gaia-central/rev/e1315e170893
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1197373 - Imagecompare: add wait after scroll in calendar until the scroll bar disappears
2015-08-24 11:20:18 -07:00
B2G Bumper Bot
40b2843abc
Bumping manifests a=b2g-bump
2015-08-24 10:07:10 -07:00
B2G Bumper Bot
a1cea7af2e
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5c6eef2c7d63
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31489 from Cwiiis/bug1197509-new-homescreen-slow-bookmarks
Bug 1197509 - Don't wait for the bookmarks datastore. r=gmarty
========
https://hg.mozilla.org/integration/gaia-central/rev/1d512a8195f4
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1197509 - Don't wait for the bookmarks datastore. r=gmarty
2015-08-24 10:05:31 -07:00
Ethan Hugg
e2ca5bd69b
Bug 1191301 - Re-enable the use of media.navigator.video.use_tmmbr pref. r=bwc
2015-08-24 09:31:38 -07:00
B2G Bumper Bot
f616378312
Bumping manifests a=b2g-bump
2015-08-24 08:51:51 -07:00
B2G Bumper Bot
f4e448af13
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2d6a17fbf351
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31475 from zbraniecki/1193059-bring-back-unpair-msg-string
Bug 1193059 - Bring back unpair-msg and unpair-title strings to Settings. r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/9d0b33680400
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1193059 - Bring back unpair-msg and unpair-title strings to Settings
========
https://hg.mozilla.org/integration/gaia-central/rev/259f5173f305
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #31352 from pivanov/bug-1192983
Bug 1192983 - [Homescreen] Replace developer icons on homescreen
========
https://hg.mozilla.org/integration/gaia-central/rev/7d48438ba532
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1192983 - [Homescreen] Replace developer icons on homescreen
========
https://hg.mozilla.org/integration/gaia-central/rev/b5e4d4c4695e
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #31405 from pivanov/bug-1177178
Bug 1177178 - When connecting to Wifi, the icon moves slightly as the connecting animation plays
========
https://hg.mozilla.org/integration/gaia-central/rev/c110d0b56183
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1177178 - When connecting to Wifi, the icon moves slightly as the connecting animation plays
2015-08-24 08:50:11 -07:00
B2G Bumper Bot
1a8fbd6d37
Bumping manifests a=b2g-bump
2015-08-24 07:56:55 -07:00
B2G Bumper Bot
39129da921
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8d055ef5e59a
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #31377 from JohanLorenzo/bug-1195305
Bug 1195305 - Create an acceptance test which checks that "Browsing h…
========
https://hg.mozilla.org/integration/gaia-central/rev/982ec4908695
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1195305 - Create an acceptance test which checks that "Browsing history is not remembered during Private Browsing"
========
https://hg.mozilla.org/integration/gaia-central/rev/cb3cdbfe7cef
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31485 from mwargers/1195033
Bug 1195033 - Add more tap_element_from_system_app for places that need it
========
https://hg.mozilla.org/integration/gaia-central/rev/97fce68bfde0
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1195033 - Add more tap_element_from_system_app for places that need it
========
https://hg.mozilla.org/integration/gaia-central/rev/010905f69646
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31497 from Cwiiis/bug1197179-followup
Bug 1197179 - Fix test failure due to missing meta tag. r=gmarty
========
https://hg.mozilla.org/integration/gaia-central/rev/7c11f6fee7f6
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1197179 - Fix test failure due to missing meta tag. r=gmarty
2015-08-24 07:55:17 -07:00
Matthew Gregan
5f6fe686a4
Bug 1197049
- Retain stream volume across device changes. r=padenot
2015-08-21 14:46:22 +12:00
John Daggett
96b811b7d4
Bug 1197650 - remove duplicate validity check for newly created fonts. r=m_kato
2015-08-25 09:10:17 +09:00
Xidorn Quan
4ccdd6c2ca
Bug 1188468 - Allow script to force updating a generated file even if the file is actually not changed. r=gps
2015-08-25 10:07:43 +10:00