Birunthan Mohanathas
|
a0f7c73250
|
Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan
Comment-only so DONTBUILD.
|
2015-08-04 16:17:36 -07:00 |
|
Chris Pearce
|
4b7d3d40d3
|
Bug 1174593 - Null check context compartment in GetCurrentJSStack(). r=bholley
|
2015-07-09 19:29:17 +12:00 |
|
Boris Zbarsky
|
e25819f16a
|
Bug 1174487. Stop using JS_ReportPendingException in ThrowAndReport. Just let the AutoJSAPI do the work for us. r=bholley
|
2015-06-15 20:11:54 -04:00 |
|
Andrew McCreight
|
92010d3e4c
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Andrew McCreight
|
22aafabc43
|
Bug 1147951, part 3 - Remove unnecessary includes of nsIProgrammingLanguage. r=baku
|
2015-03-30 10:45:39 -07:00 |
|
Andrew McCreight
|
076b399e90
|
Bug 1147967 - Remove CreateStackFrameLocation. r=bholley
This method is defined on nsIXPConnect and StackFrame, but is not used.
Also the non-default constructor that for StackFrame that is no longer used.
|
2015-03-29 07:52:53 -07:00 |
|
Nick Fitzgerald
|
6298a220ab
|
Bug 1038238 - Part 4: Rename JS::StringifySavedFrameStack to JS::BuildStackString; r=jorendorff
|
2015-03-27 13:08:46 -07:00 |
|
Boris Zbarsky
|
f7965f12cc
|
Bug 1147193. Go back to having our accessors on JSStackFrame infallible. r=bholley
|
2015-03-26 23:05:16 -04:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Paolo Amadini
|
1ec65d9d63
|
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
|
b99b98ef8e
|
Bug 1140435 - Part 1 - Add the asyncCause and asyncCaller properties to nsIStackFrame. r=bz
|
2015-03-07 13:30:34 +00:00 |
|
Boris Zbarsky
|
285b44b531
|
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
|
c761be8546
|
Bug 1122238 part 2. Stop caching things in JSStackFrame when we're called over Xrays. r=bholley
|
2015-03-06 01:08:06 -05:00 |
|
Boris Zbarsky
|
d3bea132df
|
Bug 1122238 part 1. Switch to using the new stackframe APIs in JSStackFrame. r=bholley
|
2015-03-06 01:08:06 -05:00 |
|
Boris Zbarsky
|
2bea3a108b
|
Bug 742194 part 1. Add support for throwing uncatchable exceptions to Web IDL bindings. People keep asking for this. r=khuey
|
2015-02-20 23:58:36 -05:00 |
|
Nick Fitzgerald
|
86849557af
|
Bug 1117242 - SavedFrame objects should do principal checks for every accessor; r=jimb,jandem,bz
|
2015-02-13 09:21:50 -08:00 |
|
Nikhil Marathe
|
67f670c500
|
Bug 1121682 - fetch() should reject with TypeError
|
2015-01-14 13:43:27 -08:00 |
|
Boris Zbarsky
|
c37f97d98c
|
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 |
|
Boris Zbarsky
|
ffbd31df6a
|
Bug 1087851 part 1. Rename WrapNewBindingObject to GetOrCreateDOMReflector to make it clearer what it does. r=peterv for the idea; patch itself is just search-and-replace
|
2014-11-26 14:25:20 -05:00 |
|
Tom Schuster
|
4e0dfb7481
|
Bug 1069694 - Remove OldDebugAPI from the browser. r=shu
|
2014-10-12 19:37:41 +02:00 |
|
Eric Rahm
|
4e5e80e717
|
Bug 1069490 - Part 2: Add columnNumber to nsIStackFrame and set in JSStackFrame. r=bz
|
2014-09-22 11:28:31 -07:00 |
|
Ehsan Akhgari
|
99fed18e00
|
Bug 1061023 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 18:26:43 -04:00 |
|
Jamin Liu
|
fa53a88b42
|
Bug 1032755 - Add NS_ERROR_MODULE_DOM_BLUETOOTH to nsError list and allow it to be used to create dom exception. r=smaug, f=dhylands, btian
|
2014-08-25 14:51:20 +08:00 |
|
Boris Zbarsky
|
c3dc54717f
|
Bug 1041646. Don't assume mStack is non-null in JSStackFrame, since people sometimes operate on them after unlinking. r=khuey
|
2014-07-26 01:41:18 -04:00 |
|
Boris Zbarsky
|
f2e0194360
|
Bug 857648 part 4. Add a formattedStack attribute on nsIStackFrame. r=khuey
|
2014-07-04 01:25:16 -04:00 |
|
Boris Zbarsky
|
dbe7f02efa
|
Bug 857648 part 3. Switch from using JS::DescribeStack to JS::CaptureCurrentStack for producing JSStackFrames. r=khuey
|
2014-07-04 01:25:16 -04:00 |
|
Boris Zbarsky
|
da15dfe1f9
|
Bug 857648 part 2. Split JSStackFrame into a generic class and a JS-specific class. r=khuey
|
2014-07-04 01:25:16 -04:00 |
|
Boris Zbarsky
|
13bd7b50ed
|
Bug 857648 part 1. Remove unnecessary code that tries to filter out non-JS stack frames from a known-JS-only stack. r=khuey
|
2014-07-04 01:25:15 -04:00 |
|
Jan de Mooij
|
bcc76546cb
|
Bug 1034689 part 2 - Add AssignJSFlatString and use it. r=bz,terrence
|
2014-07-12 09:43:06 +02:00 |
|
Carsten "Tomcat" Book
|
dc2b988d96
|
Backed out changeset 97708994eae6 (bug 857648)
|
2014-07-04 08:23:37 +02:00 |
|
Carsten "Tomcat" Book
|
223ec1bc52
|
Backed out changeset b617c11c9476 (bug 857648)
|
2014-07-04 08:23:35 +02:00 |
|
Carsten "Tomcat" Book
|
cda0dddbf5
|
Backed out changeset 04b06ee60ebf (bug 857648)
|
2014-07-04 08:23:34 +02:00 |
|
Carsten "Tomcat" Book
|
ae9d6457ce
|
Backed out changeset e4dd7f8cf275 (bug 857648)
|
2014-07-04 08:23:32 +02:00 |
|
Boris Zbarsky
|
427f7989cd
|
Bug 857648 part 4. Add a formattedStack attribute on nsIStackFrame. r=khuey
|
2014-07-04 01:25:16 -04:00 |
|
Boris Zbarsky
|
85b3fdab08
|
Bug 857648 part 3. Switch from using JS::DescribeStack to JS::CaptureCurrentStack for producing JSStackFrames. r=khuey
|
2014-07-04 01:25:16 -04:00 |
|
Boris Zbarsky
|
bf18834140
|
Bug 857648 part 2. Split JSStackFrame into a generic class and a JS-specific class. r=khuey
|
2014-07-04 01:25:16 -04:00 |
|
Boris Zbarsky
|
1a6f1c25ef
|
Bug 857648 part 1. Remove unnecessary code that tries to filter out non-JS stack frames from a known-JS-only stack. r=khuey
|
2014-07-04 01:25:15 -04:00 |
|
Bob Owen
|
849e0260d8
|
Bug 1030707 - Part 8: Replace AutoCxPusher in WorkerPrivateParent<Derived>::DispatchMessageEventToMessagePort. r=bholley
|
2014-07-02 11:26:49 +01:00 |
|
Benoit Jacob
|
016643f7a6
|
Bug 1028588 - Fix dangerous public destructors in dom/bindings - r=bz
|
2014-06-23 14:49:08 -04:00 |
|
Bobby Holley
|
4a34fb9f37
|
Bug 997987 - Cache the system principal on nsContentUtils and remove nsIScriptSecurityManager::SubjectPrincipalIsSystem. r=Ms2ger,sr=bz
|
2014-05-06 15:43:03 -07:00 |
|
Birunthan Mohanathas
|
e2b133b310
|
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
|
2014-04-25 12:49:00 -04:00 |
|
Boris Zbarsky
|
7fe5d9f4a0
|
Bug 996831. Add a ToJSValue overload for nsresult, to allow rejecting promises from C++ more easily. r=bholley
|
2014-04-16 15:13:41 -04:00 |
|
Ryan VanderMeulen
|
e917377eca
|
Backed out 3 changesets (bug 996474, bug 996831) for B2G bustage on a CLOSED TREE.
Backed out changeset 8f98a4c2257f (bug 996831)
Backed out changeset 7acce569bd84 (bug 996831)
Backed out changeset 1845b09c7578 (bug 996474)
|
2014-04-16 19:31:41 -04:00 |
|
Boris Zbarsky
|
74e1cbe3d8
|
Bug 996831. Add a ToJSValue overload for nsresult, to allow rejecting promises from C++ more easily. r=bholley
|
2014-04-16 15:13:41 -04:00 |
|
Boris Zbarsky
|
2126a3f0d0
|
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 |
|
Boris Zbarsky
|
603825e452
|
Bug 993889 part 6. Remove the "scope" argument of dom::WrapObject methods. r=bholley
|
2014-04-10 00:58:43 -04:00 |
|
Boris Zbarsky
|
9462dfc340
|
Bug 991742 part 9. Remove the "scope" argument of WrapNewBindingObject. r=bholley
|
2014-04-08 18:27:19 -04:00 |
|
Luke Wagner
|
8d45586722
|
Bug 976763 - Change DescribeStack not to return JSScripts or JSFunctions (r=bz)
|
2014-02-25 09:43:14 -06:00 |
|
Boris Zbarsky
|
5ac463614c
|
Bug 963895. Add threadsafe versions of AutoJSContext/AutoSafeJSContext. r=bholley
|
2014-01-29 22:33:03 -08:00 |
|
Andrea Marchesini
|
1533f48ce4
|
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
|
2014-01-26 12:35:17 +00:00 |
|