Aaron Klotz
f5e2cb8a98
Bug 1006234 - Fix some timeout problems with test_hangui. r=bsmedberg
2014-08-27 12:03:00 -04:00
Mike Hommey
d9443ec932
Bug 1045783 - Move most OS_LIBS to moz.build and do some related cleanup. r=mshal
2014-08-06 07:25:33 +09:00
Benoit Girard
cb9ef142f0
No bug - Remove printf in test plugin. r=jgriffin
2014-07-31 15:47:33 -04:00
Nathan Froyd
12c76f15f7
Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium
2014-07-24 11:55:33 -04:00
Bob Owen
498c2d3e87
Bug 1042798 - Test: ensure window.open followed by document.writeln doesn't throw security error when called through NPN evaluate. r=bz
2014-07-28 20:24:36 +01:00
Bill McCloskey
803109b939
Bug 1001039 - Disable plugin tests in desktop e10s (r=roc)
2014-07-26 12:22:13 -07:00
Alexandre Poirot
7ea4dd517f
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Mike Hommey
95063176fa
Bug 1036894
part 9 - Replace all EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS with EXTRA_LIBS, OS_LIBS or OS_LDFLAGS, appropriately. r=gps
...
OS_LIBS for libraries that are not part of the gecko tree, EXTRA_LIBS for
libraries, such as NSPR, that are in the tree, but are not handled by
moz.build just yet. Those EXTRA_LIBS may also come from a system library.
However, in cases where the expanded variables are always empty for the
in-tree case, OS_LIBS is used (as for, e.g. MOZ_ZLIB_LIBS). OS_LDFLAGS is
used exclusively for non-library linker flags.
Always pass EXTRA_LIBS before OS_LIBS on linker command lines.
Forbid EXTRA_DSO_LDOPTS, SHARED_LIBRARY_LIBS and LIBS in Makefiles.
2014-07-23 13:31:02 +09:00
Jonathan Griffin
1c5d8636ac
Backed out changeset 64586374a208 on a CLOSED TREE
2014-07-22 18:29:57 -07:00
Alexandre Poirot
98afd25e0d
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Jonathan Griffin
38f79ff899
Backout 4f6d9db92389 for bustage on a CLOSED TREE
2014-07-22 17:55:50 -07:00
Alexandre Poirot
37506aa45c
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files. r=ahal
2014-07-02 15:40:56 -07:00
Ahmed Kachkach
4b03d2c025
Bug 886570 - Initial integration of structured logs in mochitest; r=ahal,Ms2ger
2014-07-17 09:02:00 +02:00
Carsten "Tomcat" Book
ce57787693
Backed out changeset cf85693280c7 (bug 886570) frequent mochitest-3 errors on windows
2014-07-11 14:15:29 +02:00
Ahmed Kachkach
50db9012f6
Bug 886570 - Initial integration of structured logs in mochitest. r=ahal,Ms2ger
2014-07-10 13:33:00 +02:00
James King
a718add86f
Bug 1022042 - Fix identifier leak in compareVariants. r=bsmedberg
2014-06-24 19:08:17 +02:00
Mike Hommey
441a542e17
Bug 1027440 - Build test plugins when building with --enable-default-toolkit=cairo-gtk3. r=mshal
2014-06-20 17:32:16 +09:00
Carsten "Tomcat" Book
0cf5a7b5b3
Merge mozilla-central to fx-team
2014-05-20 16:17:08 +02:00
Benjamin Smedberg
b32259074c
Bug 1009951 - Request complete logs for test_CrashService_hang.html and the test before it to aid intermittent orange diagnosis, r=froydnj
...
--HG--
extra : rebase_source : 102eef2f6f1ffef5f52aec905c67c79fced06588
2014-05-19 14:49:56 -04:00
Drew Willcoxon
f1907fd96d
Bug 983313 - Write crash events for plugin crashes and hangs (part 1: main changes). r=bsmedberg
2014-05-12 11:58:18 -07:00
Peter Van der Beken
55c17927f1
Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
...
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
2014-02-15 22:12:35 +01:00
Carsten "Tomcat" Book
f291e63285
Backed out changeset 46c16792274f (bug 1010955) for suspicion of causing memory leaks on a CLOSED TREE
2014-05-19 15:02:58 +02:00
Peter Van der Beken
0932413f11
Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
...
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
extra : rebase_source : c7dc7fc44717ad6bf5381ecb8a537bf698ee962e
2014-02-15 22:12:35 +01:00
Sébastien Blin
4d51132c54
Bug 1005652 - Replace a free with a delete in nptest.cpp to fix a minor warning found by scan-build, the LLVM/Clang static analyzer. r=bsmedberg
2014-05-01 16:59:16 +02:00
Benjamin Smedberg
acb760ec94
Bug 999443 test - The first plugin found in extensions was activated, but any subsequent plugins were not. r=gfritzsche
...
--HG--
extra : rebase_source : 05c89bce40ab4a29f092108fb7833138c3adf337
2014-04-23 09:50:40 -04:00
Aaron Klotz
787d288f28
Bug 826851: Unit tests for Plugin Hang UI. r=bsmedberg
2014-04-19 12:06:35 -06:00
Georg Fritzsche
682830aca1
Bug 982101 - Test automatically activating plugins that are bundled inside of extensions. r=bsmedberg
2014-04-19 14:17:19 +02:00
Bobby Holley
106a5de3c3
Bug 986730 - Prevent a NAC-parented plugin from trying to touch its reflector. r=johns
...
jwatt indicated that he thinks we shouldn't support this use case, and thinks
this is the right approach.
2014-04-06 12:32:38 -07:00
Neil Deakin
f9e1db1ab8
Bug 475981, remove titles from a bunch of tests, fixing box wrapped in a block warnings,r=neil
2014-04-04 13:11:12 -04:00
Makoto Kato
5ca1aef816
Bug 986930 - QuickTime plugin shows garbled text for mime type descriptions in about:plugins and about:addons. r=bsmedberg
2014-03-31 22:56:40 +09:00
John Schoenick
fd0500d50a
Bug 985859 - navigator.mimeTypes access should be case-insensitive. r=bsmedberg
2014-03-21 10:50:25 -07:00
Masatoshi Kimura
1bd9e40c57
Bug 981237 - Remove DataContainerEvent dependency from Plugin crash handler. r=jst,johns
2014-03-21 13:00:00 +09:00
Ehsan Akhgari
3c145fe9de
Trial fix for bug 886782
2014-03-15 17:52:58 -04:00
Bill McCloskey
fd05f3eb04
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
3b83e5bb22
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
e784b5aef6
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Bill McCloskey
006786a6b4
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
ed100f425c
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
John Schoenick
5cda981f13
Bug 980625 - Fix more test plugin leaks found by LSAN. r=josh
2014-03-12 11:47:47 -07:00
John Schoenick
9c69993e01
Bug 980625 - Fix minor leak in nptest found by LSAN. r=josh
2014-03-12 11:47:46 -07:00
John Schoenick
0469c01967
Bug 980625 - Strip trailing whitespace plague from nptest.cpp. r=josh
2014-03-12 11:47:46 -07:00
Vaibhav Agarwal
910cf28c11
Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher
2014-03-12 11:41:08 -04:00
Ehsan Akhgari
5bb8bfa8cf
Bug 981428 - Move OSX -framework flags to moz.build; r=mshal
2014-03-10 20:18:33 -04:00
L. David Baron
b492e167bf
Bug 621618 patch 4: Make conditions in Element::RemoveFromIdTable match those in AddToIdTable, to avoid asymmetric calls to the document's functions. r=bzbarsky
2014-03-04 20:13:20 -08:00
Ehsan Akhgari
17f4a32d8b
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
2014-03-04 19:39:06 -05:00
John Schoenick
94bda77029
Bug 976924 - Ensure we're not racing with async plugin teardown events. r=gfritzsche
2014-03-04 13:58:27 -08:00
John Schoenick
293efccd45
Bug 852315 - Test. r=bsmedberg
2014-02-25 13:30:05 -08:00
John Schoenick
711f3d8966
Bug 406541 - Test. r=bsmedberg
2014-02-25 13:30:04 -08:00
John Schoenick
a835c2ed42
Bug 738396 - Test. r=bsmedberg
2014-02-25 13:30:04 -08:00
John Schoenick
e444d22025
Bug 971279 - Add nptest java plugin. r=bsmedberg
2014-02-25 13:30:04 -08:00