Magnus Melin
|
c18d687197
|
Bug 1176749. nsIScriptError.idl should use nsStringGlue.h, not nsString.h. r=mrbkap
|
2015-06-23 20:31:17 +03:00 |
|
Bill McCloskey
|
f9aae957bf
|
Bug 1143006 - Show warning for http-on-* in child process (r=mrbkap)
|
2015-06-19 17:35:06 -07:00 |
|
Geoff Lankow
|
b7c235f031
|
Bug 1138336 - Adapt nsIScriptError so it can display log messages with filename and line number; r=jst,neil,past
|
2015-04-28 18:39:47 +12:00 |
|
Eric Rahm
|
f60664d7ac
|
Bug 1060171 - Part 1: Add log levels to nsIConsoleMessage. r=froydnj
|
2014-09-22 15:32:21 -07:00 |
|
Ms2ger
|
f41616eac4
|
Bug 897945 - Use an XPCOM string for nsContentUtils::ReportToConsole's category argument; r=bholley
|
2013-08-02 09:09:11 +02:00 |
|
Bobby Holley
|
48a3b30b71
|
Bug 889911 - Replace mozJSLoaderErrorReporter with SystemErrorReporter and remove the former. r=mrbkap
|
2013-07-16 20:38:44 -07:00 |
|
Mihai Sucan
|
95b564d7a1
|
Bug 859756 - [browserconsole] Add timestamp to nsIConsoleMessages; r=bz
|
2013-05-24 21:36:56 +03:00 |
|
Daniel Holbert
|
d3e7951817
|
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
|
2013-03-15 10:52:10 -07:00 |
|
Andres Hernandez
|
8593b1934f
|
Bug 769298 - Avoid logging script errors coming from private windows in the global error console
|
2012-10-19 15:52:21 -06:00 |
|
Josh Matthews
|
87d161c755
|
Backed out changeset 12002e126b39 (bug 769298)
|
2012-10-18 17:27:23 -04:00 |
|
Andres Hernandez
|
5a8d02fcc9
|
Bug 769298 - Avoid logging script errors coming from private windows in the global error console
|
2012-10-18 00:24:56 -06:00 |
|
Daniel Holbert
|
3306142184
|
Bug 789382: Change nsIScriptError methods init() and initWithWindowID() to take nsAString, rather than wchar / PRUnichar*. r=bz sr=bsmedberg
|
2012-09-09 16:29:12 -07: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 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
aceman
|
8a85ef9b8e
|
Bug 711721 - merge nsIScriptError and nsIScriptError2 interfaces; r=neil, sr=bzbarsky
|
2011-12-21 16:51:29 -05:00 |
|
aceman
|
e7f0a658cf
|
Bug 122213 - Display time and date of messages in toolkit's Error Console. r=neil sr=bz
|
2011-12-17 05:22:26 +01:00 |
|
Bobby Holley
|
ec90124839
|
Bug 691411 - Move js/src/xpconnect to js/xpconnect and rename source files while we're at it. r=khuey, sr=mrbkap
|
2011-10-14 10:52:47 -07:00 |
|