Andreas Tolfsen
2c61350827
Bug 1197146: Part 1: Prime dispatcher in listener to resolve promises
...
Because of the asynchronous behaviour of some internal utilities, such
as ElementManager, we need to employ promises to create a bridge over
them and the synchronous returning functions.
r=dburns
--HG--
extra : commitid : LneaNFIEWhx
extra : source : 12fe4474c9bc791395603242bc2f865e39212aa9
2015-08-21 15:00:29 +01:00
Mats Palmgren
98e0e2b9c8
Bug 1194888 - [css-grid] A line outside the existing grid should be treated as 'auto' for abs.pos (10.1). r=dholbert
2015-08-25 15:40:10 +02:00
Mats Palmgren
5e18f6b48c
Bug 1194892 - [css-grid] "span * / span *" should be treated as "auto / auto" for abs.pos. grid items. r=dholbert
2015-08-25 15:40:10 +02:00
Mason Chang
1c24730f8d
Bug 1197898 - Delete vsync refresh driver preference. r=kats
2015-08-25 09:01:40 -04:00
Kartikaya Gupta
b9032e3705
Bug 1194876 - Add test. r=botond
...
--HG--
extra : commitid : Cg9fRSjAKgj
2015-08-25 07:50:01 -04:00
Kartikaya Gupta
4675a280c5
Bug 1194876 - Do a better job of resetting input state. r=botond
...
--HG--
extra : commitid : HZc9tmIjC37
2015-08-25 07:50:01 -04:00
Kartikaya Gupta
ffe3909665
Bug 1194876. Reset the input state on an APZC if a new touch block targets a new APZC while there were touches still active. r=botond
...
--HG--
extra : commitid : LO0sHCo3M3F
2015-08-25 07:50:01 -04:00
Kartikaya Gupta
d324c5c3c5
Bug 1194876 - Extract a TouchCounter class. r=botond
...
--HG--
extra : commitid : Au3xHqP2lQW
2015-08-25 07:50:01 -04:00
Jan de Mooij
a29424aea3
Bug 1195298 - Fix NewDenseArray intrinsic to work when the first argument is a double. r=till
2015-08-25 13:13:02 +02:00
Jan de Mooij
87a399e446
Bug 1140616 - Crash when _releaseobject is called on the wrong thread. r=bsmedberg
2015-08-25 13:11:41 +02:00
Till Schneidereit
8614310b85
Bug 1070767 - Enable {Array, %TypedArray%}.prototype.includes in all builds. r=lth
2015-08-25 12:57:21 +02:00
Jacek Caban
8f93a52f18
Bug 1197282 - Include <atomic> in VideoDecoder.h. r=cpearce
2015-08-25 12:40:20 +02:00
Makoto Kato
7073895edf
Bug 1196403 - Apply crbug/522201 to support Windows 10 build 10525. r=bobowen
2015-08-25 19:21:08 +09:00
Lars T Hansen
74bddf386f
Bug 1198145 - guard calls to getInst(). r=me
2015-08-25 10:43:35 +02:00
Hannes Verschore
c536b7f1e8
Bug 1196648: IonMonkey - Don't run the lazy link stub for asmjs to jit fastpath, r=nbp
2015-08-25 10:38:01 +02:00
Makoto Kato
99df3288e2
Bug 1197734 - Add MOZ_HAVE_CXX11_CONSTEXPR_IN_TEMPLATES on VS2015+. r=Waldo
2015-08-25 16:53:25 +09:00
Makoto Kato
f3ebef7d41
Bug 1197681 - Remove MOZ_NTDDI_WIN7 from configure.in. r=mshal
2015-08-25 16:52:08 +09:00
Andrea Marchesini
0fc944d903
Bug 1197164 - DataTransfer event should not throw an exception if mFiles is null, r=smaug
2015-08-25 08:23:41 +01:00
Andrea Marchesini
7b7cc731c9
Bug 1190036 - clipboardData.getFilesAndDirectories() should throw an exception when returning null, r=smaug
2015-08-25 08:22:57 +01:00
Lars T Hansen
4c70040653
Bug 1192786 - add forgotten ifdeffery on CLOSED TREE. r=me
2015-08-25 08:39:10 +02:00
Lars T Hansen
057fb5a15a
Bug 1192786 - support an installed printer, for profiling. r=nbp
2015-08-25 08:09:12 +02:00
Lars T Hansen
ed00523f8a
Bug 1192786 - Hook ARM disassembler into IONFLAGS=codegen machinery. r=nbp
2015-08-25 08:09:09 +02:00
Karl Tomlinson
2a2e08e57d
bug 1196109 keep memory allocation for mixed input channel pointer array r=padenot
...
--HG--
extra : rebase_source : 002f4ba2d79e027911a47b7a956c02eef6a18332
2015-08-20 18:41:25 +12:00
Karl Tomlinson
46ff786925
bug 1197043 use flags to distinguish between external streams and events r=padenot
...
MediaStreamAudioDestinationNode does not need any main thread events because
mDOMStream provides GetCurrentTime to consumers.
MediaRecoder also does not use main thread current time.
--HG--
extra : rebase_source : e022dc12e8a0e67c70d4a617449e28e76288b57e
2015-08-13 16:13:34 +12:00
Karl Tomlinson
330a9459ea
bug 1197043 move AudioNodeStream creation to stream class r=padenot
...
--HG--
extra : rebase_source : 2e399f5d59b057a0cca6a423481ac86f6fa2c507
2015-08-12 11:26:24 +12:00
Karl Tomlinson
4415ffebb7
bug 1197043 introduce MediaStreamGraph::AddStream() r=padenot
...
--HG--
extra : rebase_source : a6a5412a33709f349ab5a4c6db0801887c9d423c
2015-08-12 11:46:56 +12:00
Karl Tomlinson
69540d4cad
bug 1197043 rename Add/RemoveStream to Add/RemoveStreamGraphThread r=padenot
...
--HG--
extra : rebase_source : ea3528d528a557f152347bdd8c05c1e84a3da76e
2015-08-12 11:29:35 +12:00
Karl Tomlinson
cd9d54d222
bug 1197043 remove unnecessary aSampleRate parameter for AudioNodeStream creation r=padenot
...
--HG--
extra : rebase_source : 63ba0bf5008a9acd0a268051cbcde43ba5bfad0a
2015-08-12 11:04:13 +12:00
Karl Tomlinson
7894dd5b6a
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.
--HG--
extra : rebase_source : 7f0441d95134f1456058f668db30fb40bd9475c1
2015-08-24 11:54:24 +12:00
Kan-Ru Chen
4a1f512a13
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)
--HG--
extra : commitid : L05R6SBqcU9
2015-08-25 12:42:01 +08:00
Kan-Ru Chen
1fb277142f
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
e1fa14415d
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
10b9f95c15
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
be8d03c8ee
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
53e50383fe
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
95d1a2b19e
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
3b6ee3a50b
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
f62780fc85
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
779c62783b
Bug 762774 - Increase the timeout and reduce the testcase loop times. r=jwwang
2015-08-20 18:05:28 +08:00
Morris Tseng
ab4cf2941e
Bug 1197713 - Add missing gfxPrefs.h include to TiledContentHost.cpp. r=nical
2015-08-24 01:40:00 -04:00
Ryan VanderMeulen
214faa70ef
Bug 1186322 - Skip browser_perf-overview-render-04.js on Linux due to intermittent failures.
...
--HG--
extra : rebase_source : c381840b23587277a64e19ba9811e0dd2664542e
2015-08-24 23:22:44 -04:00
Nicholas Nethercote
b7f77af473
Bug 1197694 - fflush() rapl output so it always appears immediately. r=erahm.
...
--HG--
extra : rebase_source : 2de1c517202616e6daad6e578cfbe89b65cdce0f
2015-08-24 15:59:37 -07:00
David Anderson
352ba00f16
Fix racy compositor deduction in TelemetryEnvironment. (bug 1194932, r=gfritzsche)
2015-08-24 23:12:53 -04:00
Seth Fowler
3460e34af9
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
1851d87ac0
Bug 1196476 - Replace ProgressTracker::FirstObserverIs() with a simpler mechanism on imgRequest. r=tn
2015-08-24 19:49:33 -07:00
JW Wang
b82800c1d5
Bug 1196112 - Part 2: Remove DecodedStream::mMonitor. r=roc
...
--HG--
extra : source : b2eb913e58c9c7ddeddb7bdfb95e0846498da514
2015-08-24 21:05:32 +08:00
JW Wang
9d43df8088
Bug 1196112 - Part 1: Ensure all members except |mShuttingDown| and |mOutputStreamManager| are accessed on the worker thread only. r=roc
...
--HG--
extra : source : c678e1317fa0b592169260b7e98a8985abc267ec
2015-08-24 21:05:22 +08:00
Milan Sreckovic
a8e2c1042a
Bug 1196335 - Disambiguate the strings for scoped gfx reporter and D2D1.1. r=dvander
2015-08-19 10:08:00 -04:00
Miko Mynttinen
ba173ae5e4
Bug 1197316 - Remove PR_snprintf calls in xpcom/. r=froydnj
2015-08-22 17:57:52 -07:00
Valentin Gosu
7833654240
Bug 1196021 - Pass requesting channel to PackagedAppService::GetResource r=ckerschb
2015-08-25 03:06:24 +02:00