summaryrefslogtreecommitdiffstats
path: root/js/src/jsexn.cpp
Commit message (Collapse)AuthorAgeLines
* Bug 1343481 - Part 6: Add native functions wrapper for GetInternalError and ↵Gaming4JC2019-12-17-0/+17
| | | | | | GetTypeError. Tag #1287
* MoonchildProductions#1251 - Part 8: Align pointer for char_16t.athenian2002019-10-21-2/+17
| | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1352449 Mozilla patch that's been in the code since Firefox 55. Seems like there have been no ill effects from implementing it, and it would only increase the portability of the UXP code. All the Solaris Firefox repos I've seen implement some variation on the jsexn patch, and this seems to be the cleanest version of it. I can add ifdefs if needed or there are performance concerns associated with this patch, but I get the impression this alignment backlog issue might affect a few platforms other than Solaris, though none were named. Otherwise I think they wouldn't have used "platforms that need it" in plural form or failed to ifdef it.
* 1283712 - Part 2: Add JSEXN_NOTE.Gaming4JC2019-07-18-1/+2
|
* 1283712 - Part 1: Add JSErrorBase, JSErrorNotes, JSErrorNotes::Note, and ↵Gaming4JC2019-07-18-29/+85
| | | | JSErrorReport.{notes,freeNotes}.
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18-3/+6
|
* Remove telemetry leftovers from JS engine.adeshkp2019-01-30-65/+0
|
* Bug 1319952: Assertion failure: isNurseryAllocAllowed(), at ↵janekptacijarabaci2018-03-17-1/+2
| | | | js/src/gc/Allocator.cpp:79
* Use ordinary objects for Error prototypesjanekptacijarabaci2018-03-17-82/+143
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1021