Wes Kocher
ab3e843b68
Backed out changeset ccfddcbccdac (bug 1204775) for sharedworker bustage
2015-09-15 11:08:09 -07:00
Wes Kocher
3b656f6d65
Backed out changeset 1023659e3413 (bug 1203463) for w(7) and m(4) bustage
2015-09-15 10:58:14 -07:00
David Major
cc3cd34e27
Bug 1174250: Allow the CommitHook to fail without crashing. r=glandium
2015-09-15 13:53:38 -04:00
Martin Thomson
f2d864c210
Bug 1125292 - Sending ALPN header field for WebRTC calls, r=bwc
...
--HG--
extra : commitid : 76muueM8Vfu
extra : amend_source : 0bdbcb10d875a100a91fd583bb863958a24c127c
2015-09-15 10:28:34 -07:00
Nathan Froyd
fc3e60aac1
Bug 939790 - make SafeMutex::mOwnerThread a relaxed atomic variable; r=bsmedberg
...
This is similar to the solution adopted for bug 1190985, a race in
netwerk's DebugMutexAutoLock. A relaxed atomic tells tools like TSan
that we're OK with this variable being touched from multiple threads.
That it's only set from within a locked mutex should ensure whatever
memory barriers we need are executed so all threads have a consistent
view of what value it contains.
Getting rid of another |volatile| usage in the codebase is just a bonus.
2015-09-11 20:57:07 -04:00
Ben Kelly
16d99d45bd
Bug 1203680 P8 nsCORSListenerProxy::OnStartRequest must always call outer OnStartRequest. r=ehsan
2015-09-15 10:15:45 -07:00
Ben Kelly
c1505a4206
Bug 1203680 P7 Fix e10s handling on interceptions resulting in redirect status codes. r=jdm
2015-09-15 10:15:45 -07:00
Ben Kelly
56dc758840
Bug 1203680 P6 Re-enable some mochitests on e10s that were disabled due to serialization issue. r=nsm
2015-09-15 10:15:45 -07:00
Ben Kelly
061dd411a3
Bug 1203680 P5 Make ServiceWorkerManager ensure channel upload stream is cloneable. r=nsm
2015-09-15 10:15:45 -07:00
Ben Kelly
233c4ec7a9
Bug 1203680 P4 Fix bug in nsStorageStream with reading streams created before data is populated. r=froydnj
2015-09-15 10:15:45 -07:00
Ben Kelly
6195e9f02c
Bug 1203680 P3 Add a method to ensure an http upload stream is directly cloneable. r=mcmanus
2015-09-15 10:15:45 -07:00
Ben Kelly
02126738d3
Bug 1203680 P2 Implement an NS_InputStreamIsCloneable() method. r=froydnj
2015-09-15 10:15:45 -07:00
Ben Kelly
bc6fd423a1
Bug 1203680 P1 Test file blob uploads with service worker interception. r=nsm
2015-09-15 10:15:45 -07:00
Ted Mielczarek
24906081e2
bug 1204870 - Fixup mac task definition. r=dustin
...
--HG--
extra : commitid : Ia3csL16f3U
extra : rebase_source : e6a2c12239aefab0f313c559109e8cd5e02d335e
2015-09-15 08:53:17 -04:00
Andrea Marchesini
ff25288854
Bug 1204775 - SharedWorker.port should be a 'real' MessagePort, r=khuey
2015-09-16 00:47:19 +08:00
Andrea Marchesini
995d2fc2f8
Bug 1203463 - URL constructor should support about:blank URI, r=bz
2015-09-16 00:45:34 +08:00
Alexander Surkov
787c99ae00
Bug 1133213 - make aria-owns to alter the accessible tree, fire show/hide mutation events as we do for the accessible tree alterations, r=yzen, f=davidb
2015-09-15 12:01:51 -04:00
Wes Kocher
e2c033639c
Backed out 7 changesets (bug 1181516, bug 1198257, bug 1193257
, bug 1194166, bug 1193223, bug 1193224
, bug 1181520) for breaking android 4.0 debug reftests CLOSED TREE
...
Backed out changeset 25f22b3433e0 (bug 1194166)
Backed out changeset a824847677c5 (bug 1193257
)
Backed out changeset 6cc19a8f1bb0 (bug 1193224
)
Backed out changeset bf1271f6cfa0 (bug 1198257)
Backed out changeset 75b3c43770bd (bug 1193223)
Backed out changeset 81a5cf4c8f19 (bug 1181516)
Backed out changeset db3691ee6fd1 (bug 1181520)
2015-09-15 08:52:19 -07:00
Markus Stange
f057a6682b
Bug 1204620 - Don't prepend 'image.' to CUIDraw image names on 10.11. r=stefanh
...
--HG--
extra : commitid : KEA0Qq16CNf
extra : rebase_source : 952d520ea545f890c1a467d62b9ca6dce3c864dd
2015-09-15 16:31:06 +02:00
Mason Chang
76b8c1d6e8
Bug 1160216
- Add a preference to force software vsync and set software vsync rate. r=kats
2015-09-15 08:13:57 -07:00
Ben Kelly
d3c04d83c9
Bug 1182094 Fix wpt sandboxed-iframes.https.html test to expect rejected promises. r=jgraham
2015-09-15 08:04:13 -07:00
Heiher
fdd9cec249
Bug 1204191 - IonMonkey: MIPS: Split shareable code to mips-shared in Lowering-mips32. r=nbp
...
---
.../Lowering-mips-shared.cpp} | 264 +++----------
.../Lowering-mips-shared.h} | 28 +-
js/src/jit/mips32/Lowering-mips32.cpp | 409 +--------------------
js/src/jit/mips32/Lowering-mips32.h | 73 +---
js/src/moz.build | 1 +
5 files changed, 63 insertions(+), 712 deletions(-)
copy js/src/jit/{mips32/Lowering-mips32.cpp => mips-shared/Lowering-mips-shared.cpp} (50%)
copy js/src/jit/{mips32/Lowering-mips32.h => mips-shared/Lowering-mips-shared.h} (79%)
--HG--
rename : js/src/jit/mips32/Lowering-mips32.cpp => js/src/jit/mips-shared/Lowering-mips-shared.cpp
rename : js/src/jit/mips32/Lowering-mips32.h => js/src/jit/mips-shared/Lowering-mips-shared.h
2015-09-16 06:53:27 +08:00
James Graham
9bc5dbefb0
Bug 1194166 - Update unittest mozconfigs for all platforms, r=chmanchester,jlund
2015-09-15 15:33:38 +01:00
James Graham
b2ff60e70c
Bug 1193257
- Make xpcshell harness command line arguments path filters for tests, r=ahal
2015-09-15 15:33:37 +01:00
James Graham
bf3f4b3d18
Bug 1193224
- Remove vestigial --tests-root-dir option from xpcshell tests, r=ahal
2015-09-15 15:33:36 +01:00
James Graham
77000f40b9
Bug 1198257 - Better support for providing a directory name and discovering reftests under that directory, r=jmaher
2015-09-15 15:33:35 +01:00
James Graham
1b361ed03b
Bug 1193223 - Add reftest support to mach test, r=chmanchester
2015-09-15 15:33:34 +01:00
James Graham
5042d96464
Bug 1181516 - Allow reftests to take paths to multiple directories containing tests on the command line, r=jmaher
...
This makes reftest command line arguments behave more like other test suites,
so we can use a simple unified syntax for e.g. |mach try|. The patch also
reworks the command line argument parsing to use argparse rather than optparse,
and causes mach to reuse the same parser as the suite.
2015-09-15 15:33:33 +01:00
James Graham
14841af906
Bug 1181520 - Remove support for passing in reftest arguments via the command line, r=jmaher
...
This unifies how reftests are invoked across desktop and
mobile, and paves the way for introducing more complex
datatypes that are unreasonable to express on the
command line.
2015-09-15 15:33:32 +01:00
Carsten "Tomcat" Book
fa147338f3
Merge mozilla-central to mozilla-inbound
2015-09-15 15:10:11 +02:00
Carsten "Tomcat" Book
6944c5ba30
merge mozilla-inbound to mozilla-central a=merge
2015-09-15 15:05:24 +02:00
Carsten "Tomcat" Book
0abaaa325f
merge fx-team to mozilla-central a=merge
2015-09-15 14:59:25 +02:00
B2G Bumper Bot
0ae89b3506
Bumping manifests a=b2g-bump
2015-09-15 00:46:49 -07:00
B2G Bumper Bot
e27aec80d3
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4b08f8a2624b
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31819 from zbraniecki/1190539-escape-args-in-l10njs
Bug 1190539 - escape HTML in l10n-arguments by default. r=stas
========
https://hg.mozilla.org/integration/gaia-central/rev/125a421d1ed0
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1190539 - escape HTML in l10n-arguments by default
2015-09-15 00:46:24 -07:00
Hiroyuki Ikezoe
b3c78a8f5d
Bug 1197620 - Part 2 tests that animation stop playing when its element is not displayed. r=bbirtles
...
This tests cover that the element is 'display:none' and its parent element is
'display:none' cases.
2015-09-10 20:06:00 +02:00
Hiroyuki Ikezoe
3525eca033
Bug 1197620 - Part 1 - Stop all animations in destroyed frames. r=bbirtles
2015-09-14 23:42:00 +02:00
Lee Salzman
e7ba3880f4
Bug 1203078 - whitelist gdk-pixbuf image formats. r=dan
2015-09-11 00:34:32 -04:00
Christoph Kerschbaumer
36d3d42c2b
Bug 1204648 - Support AsyncOpen2,Open2,nsIUploadChannel and nsIUploadChannel2 on nsSecCheckWrapChannelBase. r=sicking
2015-09-14 14:21:03 -07:00
Nick Fitzgerald
89e4d96d13
Bug 1204613 - Add a static_assert that ProfileEntry::{Flags,Category} do not overlap; r=djvj
...
--HG--
extra : rebase_source : d5c6e873e2f10479b92da829d93af0a36bba6f82
2015-09-14 11:57:00 +02:00
Alexandre Lissy
5a4f8d8260
Bug 1204426 - Unregister message listeners of settings service locks. r=khuey
...
--HG--
extra : rebase_source : 0f5468e7d811ec1da5d52a59a693a0653e822880
2015-09-14 02:43:00 +02:00
Luke Wagner
8d1f1a1c5d
Bug 1204404 - Odin: move assert to avoid assertion failure. r=lth
...
--HG--
extra : rebase_source : d2f682855fdf2a3bf3fd63dce18976c4d28fec59
2015-09-14 07:04:00 +02:00
Jakob Olesen
e9ff98b451
Bug 1204102 - Add missing includes and namespaces to UbiNodeCensus files. r=sfink
...
--HG--
extra : rebase_source : 3a6d3748a0d49c4070cf5b0d7b44df8ce5d748ac
2015-09-14 13:59:00 +02:00
Anirudh S
cc08782363
Bug 1197874 - Remove MatchstickApp.jsm from the build. r=mfinkle
2015-09-10 20:04:50 +05:30
Daosheng Mu
38bd36d05f
Bug 981183 - Part 2 - Add timestamps tests for CanvasDebugger. r=vporof
2015-09-12 08:26:00 +02:00
Daosheng Mu
e65351bb56
Bug 981183 - Part 1 - Gathering timestamps at the call watcher actor. r=vporof
2015-09-13 22:49:00 +02:00
J. Ryan Stinnett
21ea7df326
Bug 1203786 - test_memoryReporters.xul should ignore namespaces. r=njn
...
--HG--
extra : transplant_source : 8%B4%E0f%1A%B1%94%0Ce%15%FCopt%127g%ACK%FB
2015-09-10 19:04:04 -05:00
Andrew McCreight
c1e26ee03e
Bug 1203314 - Make operator<< a method on unused_t. r=froydnj
...
This prevents operator overload resolution from failing when this file
is included in a file that uses Chromium IPC logging.
--HG--
extra : rebase_source : 661efe98060d405e87f828655b13c0c0a8a428e0
2015-09-10 13:17:00 +02:00
Eitan Isaacson
93caf7a23f
Bug 1203697 - Add braille navigation. r=yzen r=mfinkle
2015-09-14 23:34:30 -07:00
sajitk
2b31623cab
Bug 1200065 - Split Mozilla specific code from extensions/spellcheck/hunspell directory to glue directory and adjusted moz.build files. r=glandium
...
--HG--
rename : extensions/spellcheck/hunspell/src/PRemoteSpellcheckEngine.ipdl => extensions/spellcheck/hunspell/glue/PRemoteSpellcheckEngine.ipdl
rename : extensions/spellcheck/hunspell/src/RemoteSpellCheckEngineChild.cpp => extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.cpp
rename : extensions/spellcheck/hunspell/src/RemoteSpellCheckEngineChild.h => extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineChild.h
rename : extensions/spellcheck/hunspell/src/RemoteSpellCheckEngineParent.cpp => extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineParent.cpp
rename : extensions/spellcheck/hunspell/src/RemoteSpellCheckEngineParent.h => extensions/spellcheck/hunspell/glue/RemoteSpellCheckEngineParent.h
rename : extensions/spellcheck/hunspell/src/hunspell_alloc_hooks.h => extensions/spellcheck/hunspell/glue/hunspell_alloc_hooks.h
rename : extensions/spellcheck/hunspell/src/hunspell_fopen_hooks.h => extensions/spellcheck/hunspell/glue/hunspell_fopen_hooks.h
rename : extensions/spellcheck/hunspell/src/moz.build => extensions/spellcheck/hunspell/glue/moz.build
rename : extensions/spellcheck/hunspell/src/mozHunspell.cpp => extensions/spellcheck/hunspell/glue/mozHunspell.cpp
rename : extensions/spellcheck/hunspell/src/mozHunspell.h => extensions/spellcheck/hunspell/glue/mozHunspell.h
rename : extensions/spellcheck/hunspell/src/mozHunspellAllocator.h => extensions/spellcheck/hunspell/glue/mozHunspellAllocator.h
rename : extensions/spellcheck/hunspell/src/mozHunspellDirProvider.cpp => extensions/spellcheck/hunspell/glue/mozHunspellDirProvider.cpp
rename : extensions/spellcheck/hunspell/src/mozHunspellDirProvider.h => extensions/spellcheck/hunspell/glue/mozHunspellDirProvider.h
2015-09-11 07:44:00 +02:00
Tim Chien
5c6b996776
Bug 1197682 - InputMethodManager#setSupportsSwitchingTypes, r=janjongboom, sr=smaug
2015-09-10 22:29:00 +02:00