Граф коммитов

434728 Коммитов

Автор SHA1 Сообщение Дата
Bobby Holley f97159c6b7 Bug 1190495 - Hoist TaskQueue into xpcom. r=froydnj
--HG--
rename : dom/media/TaskQueue.cpp => xpcom/threads/TaskQueue.cpp
rename : dom/media/TaskQueue.h => xpcom/threads/TaskQueue.h
2015-08-11 08:55:22 -04:00
Bobby Holley 2f4346b111 Bug 1190495 - Switch TaskQueue entirely to nsRefPtr. r=cpearce 2015-08-11 08:55:21 -04:00
Bobby Holley a7bc4c7844 Bug 1190495 - Remove TaskQueue::SyncDispatch. r=cpearce
Looks like the last consumers of this went away. \o/
2015-08-11 08:55:19 -04:00
Bobby Holley bdf89c24e4 Bug 1190495 - Separate FlushableTaskQueue into its own file. r=cpearce
This thing is garbage, and I don't want to hoist it into XPCOM.
2015-08-11 08:55:18 -04:00
Bobby Holley 29e4811fef Bug 1190495 - Fix include. r=me
Not sure how this slipped by before.
2015-08-11 08:55:16 -04:00
Michal Novotny a2ea01da63 Bug 1179255 - (fatal) Assertion failure: aRequest == mCancelable, at netwerk/protocol/websocket/WebSocketChannel.cpp:2766, r=mcmanus 2015-08-11 14:50:08 +02:00
Nathan Froyd 9593f411c6 Bug 1192277 follow-up - delete the macro invocation from js/src/configure.in; r=me 2015-08-11 16:22:33 -04:00
Nathan Froyd 5fb19bf30c Bug 1193005 - delete unused function nsRefPtr::begin_assignment; r=erahm
We don't use it; the getter_AddRefs overload for nsRefPtr uses
StartAssignment, which is the same thing.
2015-08-11 00:23:33 -04:00
Nathan Froyd d903c2ee7e Bug 1192277 - remove check for LLVM PR 8927; r=glandium
The PR was fixed in early 2011.  clang 3.3, the oldest version of clang
that we build with, was released in mid-2013.  It's safe to say that all
versions of clang now have this fix, and we can delete the check.
2015-08-07 19:35:43 -04:00
Nathan Froyd 96c7e20fe3 Bug 1192233 - delete check for sys/cdefs.h from configure; r=mshal
We never consult HAVE_SYS_CDEFS_H anywhere.  All the places we do
include <sys/cdefs.h> do it unconditionally.  So let's get rid of this
useless check.
2015-08-07 17:38:14 -04:00
Jon Coppeard c6ddd05588 Bug 1192245 - Fix tests that fail with incremental zeal r=terrence 2015-08-11 12:41:14 +01:00
Jon Coppeard 023c437d83 Bug 1191482 - Improve WeakCache sweep code and add assertions r=terence 2015-08-11 12:41:14 +01:00
Alfredo Yang e99d63e741 Bug 1192694: remove mDecodingFrozenAtStateDecoding so decoder can leave dormant normally. r=jwwang 2015-08-11 21:23:41 +10:00
Aryeh Gregor dd74aa5c8b Bug 1008146 - Split up test_runtest.html; rs=Ms2ger
--HG--
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_backcolor.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_bold.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_createlink.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_delete.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_fontname.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_fontsize.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_forecolor.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_formatblock.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_forwarddelete.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_hilitecolor.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_indent.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_inserthorizontalrule.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_inserthtml.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_insertimage.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_insertlinebreak.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_insertorderedlist.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_insertparagraph.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_inserttext.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_insertunorderedlist.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_italic.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_justifycenter.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_justifyfull.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_justifyleft.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_justifyright.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_misc.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_multitest.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_outdent.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_removeformat.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_strikethrough.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_subscript.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_superscript.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_underline.html
rename : dom/imptests/editing/conformancetest/test_runtest.html => dom/imptests/editing/conformancetest/run/test_unlink.html
2015-08-11 14:02:33 +03:00
Shu-yu Guo 7ed7ff522b Bug 1191177 - Kill staticLevel. (r=efaust) 2015-08-11 03:01:25 -07:00
Shu-yu Guo 0d661e6913 Bug 1191177 - Kill UpvarCookie. (r=efaust) 2015-08-11 03:01:24 -07:00
Shu-yu Guo 3845e56a81 Bug 1179063 - Simplify enclosingStaticScope and rename to innermostStaticScope in BCE. (r=efaust) 2015-08-11 03:01:24 -07:00
Shu-yu Guo 6bae267f46 Bug 1179063 - Hook up the static scope chain in the Parser and replace SharedContext walking with scope walking. (r=efaust) 2015-08-11 03:01:24 -07:00
Jon Coppeard 617bf6071c Bug 1189282 - Refactor parser BindData class r=efaust 2015-08-11 09:27:24 +01:00
Sebastian Hengst 5214c5f0a1 Merge inbound with backout. r=backout 2015-08-11 10:15:07 +02:00
Sebastian Hengst c2581fad83 Backed out 8 changesets (bug 1183910, bug 1190281)
Backed out changeset 6ddbdbd66174 (bug 1190281)
Backed out changeset c85c1d11bd72 (bug 1190281)
Backed out changeset 7f904a453bdb (bug 1190281)
Backed out changeset e17123b5bafd (bug 1190281)
Backed out changeset 50edbeb8912e (bug 1190281)
Backed out changeset cf98685302b6 (bug 1190281)
Backed out changeset e98a176b4e0b (bug 1190281)
Backed out changeset e7b3b23bcc82 (bug 1183910)

--HG--
rename : gfx/src/DriverCrashGuard.cpp => gfx/src/DriverInitCrashDetection.cpp
rename : gfx/src/DriverCrashGuard.h => gfx/src/DriverInitCrashDetection.h
2015-08-11 10:13:43 +02:00
Gerald Squelart b8ffa59821 Bug 1192791 - Disregard '-=' 2nd operand's fuzz, so that small intervals don't collapse when complementary interval set is built - r=jya 2015-08-11 18:06:38 +10:00
David Anderson f55d77eadf Add a crash guard for DXVA2D3D9. (bug 1190281 part 8, r=mattwoodrow) 2015-08-11 00:29:08 -07:00
David Anderson 0581a52de4 Allow DriverCrashGuard to be used in content processes. (bug 1190281 part 7, r=mattwoodrow) 2015-08-11 00:29:08 -07:00
David Anderson 3f58b0b15d Factor prefs out of DriverCrashGuard. (bug 1190281 part 6, r=mattwoodrow) 2015-08-11 00:29:08 -07:00
David Anderson ec5c7a536a Move telemetry recording into D3D11LayersCrashGuard. (bug 1190281 part 5, r=mattwoodrow) 2015-08-11 00:29:08 -07:00
David Anderson f01a0269f5 Pull D3D11 logic out of DriverCrashGuard. (bug 1190281 part 4, r=mattwoodrow) 2015-08-11 00:29:08 -07:00
David Anderson 6e5a461ad7 Make DriverCrashGuard initialization lazy. (bug 1190281 part 3, r=mattwoodrow) 2015-08-11 00:29:08 -07:00
David Anderson c70534a3cb Rename DriverInitCrashDetection to DriverCrashGuard. (bug 1190281 part 2, r=mattwoodrow)
--HG--
rename : gfx/src/DriverInitCrashDetection.cpp => gfx/src/DriverCrashGuard.cpp
rename : gfx/src/DriverInitCrashDetection.h => gfx/src/DriverCrashGuard.h
2015-08-11 00:29:08 -07:00
David Anderson d159b692c1 Remove static vars from DriverInitCrashDetection. (bug 1183910 part 1, r=mattwoodrow) 2015-08-11 00:29:08 -07:00
Gabor Krizsanits cae0fddab2 Bug 863512 - Use xul panels for tab dnd in e10s. r=jimm 2015-08-05 13:19:58 +02:00
Gabor Krizsanits 8996db91c1 Bug 863512 - Fixing xul dnd panels for linux. r=enndeakin 2015-08-05 13:19:44 +02:00
Jean-Yves Avenard c74d906393 Bug 1146086: Properly marking overridden member with override keyword. v2. a=bustage 2015-08-11 16:42:42 +10:00
Jean-Yves Avenard 9545c5cfd6 Bug 1146086: Properly marking overridden member with override keyword. a=bustage
Interesting that it was never picked up, until only one was done.
2015-08-11 16:26:20 +10:00
Chris Peterson 0683fe9207 Bug 1192587 - Build media/libav in unified mode. r=qDot 2015-08-06 19:39:26 -07:00
Chris Peterson 1ac0c01da7 Bug 1192586 - Suppress warnings in third-party library media/libav. r=qDot 2015-08-02 22:31:00 -07:00
Makoto Kato e06d6ede85 Bug 1187178 - Use MOZ_WINSDK_MAXVER instead of #ifndef. r=jimm 2015-08-11 14:12:29 +09:00
Jean-Yves Avenard 10659dafdb Bug 1188313: P1. Attempt to seek audio near video. r=cpearce
Do not only rely on the MediaDecoderState machine to keep A/V sync after a seek as should we seeked in fast mode ; it wouldn't
2015-08-11 14:18:49 +10:00
Alfredo Yang 8c59fda383 Bug 1146086: use promise to Init() in PlatformDecoderModule. r=jya,r=cpearce 2015-08-11 14:09:12 +10:00
Chris Pearce c078618d1a Bug 1188235 - Make GMPStorage immune to record name hash collisions. r=gerald 2015-08-11 16:05:19 +12:00
Ehsan Akhgari 8d5db0758d Bug 1184298 - Remove a spammy spellchecker warning 2015-08-10 23:54:42 -04:00
Ehsan Akhgari 589471f2c8 Bug 1184689 - Remove two spammy editor warnings 2015-08-10 23:50:41 -04:00
Ehsan Akhgari 4d6ecbd434 Bug 1184665 - Remove a spammy editor warning 2015-08-10 23:50:40 -04:00
David Anderson 5953408ea9 Don't mix GPU adapters across processes. (bug 1183910 part 10, r=jmuizelaar) 2015-08-10 20:27:06 -07:00
Nicholas Nethercote fd1fcf1481 Bug 1182961 (part 2, attempt 2) - Use nsTHashtable::Iterator in CacheIndex. r=michal.
--HG--
extra : rebase_source : f1e111eee99e570c4766a55aefb2906dd12362d6
2015-07-26 20:15:36 -07:00
Ben Kelly 9b3774c463 Bug 1192986 Fix test_interfaces.html to expect Cache API and font loading to be released. r=ehsan 2015-08-10 20:17:11 -07:00
Ben Kelly 5c5cefb2b2 Bug 1192986 Also mark Cache/CacheStorage as release interfaces on workers. r=ehsan a=bustage 2015-08-10 19:49:22 -07:00
Jeff Walden 1b62a9d07b Bug 1158399 - Expose the [[DateValue]] field in Date objects only through a ClippedTime class that enforces prior TimeClip-ing on the given value. r=evilpie, r=bz, r=dhylands, r=mt, r=froydnj, r=khuey, r=baku, r=smaug
--HG--
extra : rebase_source : 803fe39f338b6b32cb0fe2be6cf4056bab57283a
2015-05-01 19:12:52 -07:00
Sotaro Ikeda 0cacb70da5 Bug 1192949 - Fix nsScreenGonk::SetMirroringScreen() r=mwu 2015-08-10 16:28:36 -07:00
David Keeler 7ce068b7e9 bug 1190532 - change default key specification from implicit to explicit in pycert.py r=Cykesiopka
Previously using an empty string would result in pycert.py returning the
default shared RSA key. This resulted in empty keyspec files being added
to the tree, which was confusing. This should end the confusion by making
the key specification process explicit rather than implicit.
2015-08-06 11:35:40 -07:00