Georg Fritzsche
|
106cbc0a7e
|
Bug 842687 - Test for uint32_t plug-in value; r=bsmedberg
|
2013-02-20 20:17:21 +01:00 |
|
Georg Fritzsche
|
c7cedb3ed0
|
Bug 813906 - Mochitest for unified base URI usage. r=bsmedberg
|
2012-11-23 20:35:49 +01:00 |
|
Ed Morley
|
882f8cc82a
|
Backed out changeset fba52fc5161a (bug 813906)
|
2013-02-13 12:05:39 +00:00 |
|
Ed Morley
|
9ec0e77513
|
Backed out changeset 230f42e5e26d (bug 813906)
|
2013-02-13 12:05:36 +00:00 |
|
Georg Fritzsche
|
29ead96249
|
Fix fba52fc5161a, bug 813906, test bustage.
|
2013-02-13 12:34:22 +01:00 |
|
Georg Fritzsche
|
f2e8d05e8a
|
Bug 813906 - Mochitest for unified base URI usage. r=bsmedberg
|
2012-11-23 20:35:49 +01:00 |
|
Daniel Holbert
|
0b93d6c4d1
|
Bug 836455: Sanity-check the result of 'fread()' in nptest.cpp to fix opt build warning. r=bsmedberg
|
2013-02-11 10:16:51 -08:00 |
|
Nathan Froyd
|
c11e06ccd7
|
Bug 798573 - remove prtypes.h #includes in dom/; r=ehsan
|
2012-10-05 17:28:24 -04:00 |
|
Karl Tomlinson
|
22a3dc7e67
|
reftest for bug 777946 r=roc
|
2012-09-18 10:15:35 +12:00 |
|
Ed Morley
|
bc7eac1c76
|
Backout 7f86b28171a2 (bug 787853) & e18fdb9a8e12, ba47dac3cf97, e3fdcf7ed7f2, 992ee4c72c87 (bug 777946) for intermittent linux M4 ABORTs
|
2012-09-17 14:17:02 +01:00 |
|
Karl Tomlinson
|
83a5f01939
|
reftest for bug 777946 r=roc
|
2012-09-06 16:57:21 +12:00 |
|
SADINENI RAVI CHANDRA
|
789b1ee8af
|
Bug 654618: Fix signed/unsigned comparison warnings in nptest.cpp. r=bsmedberg
|
2012-09-10 23:53:04 -07:00 |
|
Jan Beich
|
ae60835f37
|
Bug 787730 - Don't assume NULL to be a character; r=ehsan
|
2012-09-06 12:53:00 -04:00 |
|
Georg Fritzsche
|
20f486dc62
|
Bug 751809 - Fix OSX focus issue with click-to-play. r=josh
|
2012-08-10 20:28:34 +02:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Ed Morley
|
8aed6b1aff
|
Backout 6943b37c68cc (bug 751809) for bug 783723
|
2012-08-18 14:11:13 +01:00 |
|
Georg Fritzsche
|
1b121ef207
|
Bug 751809 - Fix OSX focus issue with click-to-play. r=josh
|
2012-08-10 20:28:34 +02:00 |
|
David Keeler
|
aacc173704
|
Bug 749257 - Improve test plugin. r=josh, r=bsmedberg
|
2012-08-13 10:40:15 -07:00 |
|
Georg Fritzsche
|
7f06e87d73
|
Bug 764660 - Collect and report on CPU utilization of a hung plugin process. r=bbondy
|
2012-07-25 14:38:43 +02:00 |
|
Martin Stransky
|
9f24c66177
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-27 20:15:32 -04:00 |
|
Ryan VanderMeulen
|
183a1466e1
|
Backout a07e9d98a7c6 (Bug 627699) due to build bustage.
|
2012-06-21 20:56:10 -04:00 |
|
Martin Stransky
|
a378b97cdb
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-21 20:44:38 -04:00 |
|
Bas Schouten
|
c840736b6c
|
Bug 734404 - Part 3: Add code to test plugin to support DXGI async drawing. r=roc
|
2012-05-30 07:14:30 +02:00 |
|
Matt Brubeck
|
a652a86ab9
|
Back out c209fea124e1 (bug 754198) because of Win64 build failure
|
2012-05-11 13:23:49 -07:00 |
|
Fabrice Desré
|
3a5b10b99f
|
Bug 754198 - Warning treated as error in jemalloc.c. Build busted. [r=jlebar,bsmedberg]
|
2012-05-11 12:34:24 -07:00 |
|
Bas Schouten
|
4344a80356
|
Bug 651192 - Part 8: Add NPAPI async code to test plugin. r=roc
|
2012-02-16 04:30:28 +01:00 |
|
Benjamin Smedberg
|
def07ede99
|
Bug 90268 mochitest - test that we only deliver an <object data=""> stream once, because on Windows in windowed mode (only!) this causes Flash to stop working. r=josh
|
2012-01-11 15:33:48 -05:00 |
|
Josh Aas
|
2961caf713
|
Bug 622199: Add support for NPNVdocumentOrigin, ability to pass document origin directly to NPAPI plugins. r=bz
|
2011-09-14 12:22:27 -04:00 |
|
Josh Aas
|
a42a7d80de
|
Bug 674240: Update NPAPI headers to npapi-sdk r12. r=bgirard
|
2011-07-28 14:32:29 -04:00 |
|
Josh Aas
|
de8509f022
|
Bug 666529: Fixes for NPAPI timer test. Fix a crash bug discovered by Hiroyuki Ikezoe and a bad dependency on timer event ordering, both of which are sources of intermittent failures. r=jgriffin
|
2011-06-24 22:12:23 -04:00 |
|
Hiroyuki Ikezoe
|
efcdc6807f
|
Bug 666784 - kNotifyData.redirectCallback should be initilized with NULL. r=josh
|
2011-06-23 19:01:17 -07:00 |
|
Josh Aas
|
0f3cc1fc02
|
Bug 660989: Make NPPVpluginWantsAllNetworkStreams work with OOP plugins. r=bsmedberg
|
2011-06-08 16:20:53 -04:00 |
|
Benjamin Smedberg
|
7cc822e9b9
|
Bug 644626 - Move plugin tests from modules/plugin/test to dom/plugin/test, r=ted
|
2011-05-18 09:05:24 -04:00 |
|