Masatoshi Kimura
|
49e04cc095
|
Bug 1149830 - Remove nsIStackFrame::language. r=bz,mccr8
MozReview-Commit-ID: LxTiLFzNJ9Y
--HG--
extra : rebase_source : 98ca14aa59a62309dcbe0c9ed3e961c730ff9db9
|
2017-08-03 15:50:07 +09:00 |
Boris Zbarsky
|
bc347a401b
|
Bug 1257919 part 10. Make the caller and formattedStack getters on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:35 -04:00 |
Boris Zbarsky
|
dde5cae5bb
|
Bug 1257919 part 9. Make the asyncCause/asyncCaller getters on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
42b3bbe27a
|
Bug 1257919 part 8. Make the line/column number getters on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
54987c5cc1
|
Bug 1257919 part 7. Make the name getter on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
efa07c06d1
|
Bug 1257919 part 6. Make the filename getter on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
12ede800fa
|
Bug 1257919 part 3. Make the various toString methods on exceptions take an explicit JSContext. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
44088b97d0
|
Bug 1257919 part 2. Make nsIException and nsIStackFrame builtinclass, so we can start using [implicit_jscontext] on them. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Sebastian Hengst
|
4e4e0bcb49
|
Backed out changeset 8bb1cce4804d (bug 1257919)
|
2016-03-22 21:11:05 +01:00 |
Sebastian Hengst
|
055a2f1834
|
Backed out changeset 6403c45366e0 (bug 1257919)
|
2016-03-22 21:10:55 +01:00 |
Sebastian Hengst
|
0e9bf1445a
|
Backed out changeset 6e95ee3cd4c6 (bug 1257919)
|
2016-03-22 21:10:21 +01:00 |
Sebastian Hengst
|
e6e4d30446
|
Backed out changeset c4faeb0be959 (bug 1257919)
|
2016-03-22 21:10:12 +01:00 |
Sebastian Hengst
|
336c2cc4ae
|
Backed out changeset 08f1c7239cdf (bug 1257919)
|
2016-03-22 21:10:01 +01:00 |
Sebastian Hengst
|
d5e963398d
|
Backed out changeset cf816f733296 (bug 1257919)
|
2016-03-22 21:09:53 +01:00 |
Sebastian Hengst
|
8b2bf79a7a
|
Backed out changeset ff81c52375ba (bug 1257919)
|
2016-03-22 21:09:32 +01:00 |
Boris Zbarsky
|
8062407932
|
Bug 1257919 part 10. Make the caller and formattedStack getters on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:35 -04:00 |
Boris Zbarsky
|
eea8812d6b
|
Bug 1257919 part 9. Make the asyncCause/asyncCaller getters on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
5df498fbd2
|
Bug 1257919 part 8. Make the line/column number getters on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
cc563df19f
|
Bug 1257919 part 7. Make the name getter on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
38af226a36
|
Bug 1257919 part 6. Make the filename getter on JSStackFrame take an explicit JSContext. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
8ef4cc7c3d
|
Bug 1257919 part 3. Make the various toString methods on exceptions take an explicit JSContext. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
c978d9ded6
|
Bug 1257919 part 2. Make nsIException and nsIStackFrame builtinclass, so we can start using [implicit_jscontext] on them. r=khuey
|
2016-03-22 13:50:31 -04:00 |
Boris Zbarsky
|
29345faced
|
Bug 1229664. Drop the concept of inner exceptions from Exception/DOMException. r=bholley
|
2015-12-02 13:52:59 -05:00 |
Paolo Amadini
|
f638425f9d
|
Bug 1140435 - Part 2 - Allow JS code to provide an async stack when calling a function. r=bz
|
2015-03-07 13:30:34 +00:00 |
Paolo Amadini
|
6652a00032
|
Bug 1140435 - Part 1 - Add the asyncCause and asyncCaller properties to nsIStackFrame. r=bz
|
2015-03-07 13:30:34 +00:00 |
Boris Zbarsky
|
e0532c037e
|
Bug 1122238 part 3. Drop all the DOMException-cloning and sanitization gunk we added in bug 1107592 and bug 1107953 and bug 1117242 . r=bholley
|
2015-03-06 01:08:06 -05:00 |
Boris Zbarsky
|
3aff974cb2
|
Bug 1117242 followup. Rev the nsIStackFrame IID so things get rebuilt correctly. r=bustage
|
2015-02-13 20:24:20 -05:00 |
Nick Fitzgerald
|
ead84e4acf
|
Bug 1117242 - SavedFrame objects should do principal checks for every accessor; r=jimb,jandem,bz
|
2015-02-13 09:21:50 -08:00 |
Boris Zbarsky
|
6a93d5c443
|
Bug 1107953 part 5. Add tests for promise rejections with content-side DOMExceptions, and fix the promise code so those tests actually pass. r=bholley
|
2015-01-15 17:39:02 -05:00 |
Eric Rahm
|
94ca85eb44
|
Bug 1069490 - Part 2: Add columnNumber to nsIStackFrame and set in JSStackFrame. r=bz
|
2014-09-22 11:28:31 -07:00 |
Boris Zbarsky
|
a0954ac75c
|
Bug 857648 part 4. Add a formattedStack attribute on nsIStackFrame. r=khuey
|
2014-07-04 01:25:16 -04:00 |
Carsten "Tomcat" Book
|
0715e0d433
|
Backed out changeset e4dd7f8cf275 (bug 857648)
|
2014-07-04 08:23:32 +02:00 |
Boris Zbarsky
|
494319b5b1
|
Bug 857648 part 4. Add a formattedStack attribute on nsIStackFrame. r=khuey
|
2014-07-04 01:25:16 -04:00 |
Boris Zbarsky
|
438ebc3f4e
|
Bug 995047. Change out stack/exception APIs to hand out AString instead of AUTF8String for filename/functionname, so we end up with fewer string conversions in practice. r=smaug
|
2014-04-11 22:20:40 -04:00 |
Andrea Marchesini
|
0ba0cf3428
|
Bug 958816 - UUIDs updated to make strings in nsIStackFrame API sane CLOSED TREE
|
2014-01-20 18:47:35 +01:00 |
Andrea Marchesini
|
b66fa0e177
|
Bug 958816 - Make strings in nsIStackFrame API sane, r=bz
|
2014-01-20 17:51:41 +01:00 |
Ehsan Akhgari
|
c8d51e9ce2
|
Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg
|
2013-09-23 13:29:27 -04:00 |
Ehsan Akhgari
|
e368dc9c85
|
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
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
jwalden@mit.edu
|
7f2e5c9a06
|
Bug 397929 - Convert GetMessage APIs to GetMessageMoz APIs, at the C++ symbol level only (vtables remain the same), to work around brain-dead, idiotic, insane Windows API macros. r=bsmedberg, a=schrep
|
2008-02-11 20:11:07 -08:00 |
gerv%gerv.net
|
31625ba2b1
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:21:17 +00:00 |
gerv%gerv.net
|
4e12e44b2f
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
jst%netscape.com
|
ea706038cf
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
|
2001-05-08 17:42:36 +00:00 |
markh%activestate.com
|
acd66bb39f
|
Adding placeholders for new files introduced in the XPCDOM_20010420_BASE
branch. Not part of the build.
|
2001-05-01 07:03:27 +00:00 |