Ehsan Akhgari
|
c110a2c9ac
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
|
Kyle Huey
|
10d56b428a
|
Bug 911258: Part 5 - Use the unified exception handling mechanism on workers. r=bz
|
2013-09-08 20:29:21 -07:00 |
|
Bobby Holley
|
0df174a07e
|
Bug 899245 - Rename JS_GetGlobalForScopeChain to JS::CurrentGlobalOrNull. r=luke
This was done with perl/grep.
|
2013-07-29 16:45:27 -07:00 |
|
Joshua Cranmer
|
46b6048262
|
Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
|
2013-07-18 21:21:20 -05:00 |
|
Bobby Holley
|
6e6ec69eb8
|
Bug 869800 - Remove JS_GetGlobalObject from workers. r=bent
|
2013-05-08 10:45:46 -07:00 |
|
Trevor Saunders
|
4cbc269597
|
bug 856700 - don't check the result of infalible nsTArray::SwapElements() in dom/ r=khuey
|
2013-04-01 13:35:13 -04:00 |
|
Masatoshi Kimura
|
5c59dd2cf2
|
Bug 587251 - new Worker(badURL) should throw a SECURITY_ERR. r=khuey
|
2013-03-08 07:27:21 +09:00 |
|
Jon Coppeard
|
66d2e2f630
|
Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence
|
2013-03-06 16:41:43 +00:00 |
|
Ed Morley
|
0e54ea5e7a
|
Backed out changeset 28ef4bdff455 (bug 848395)
|
2013-03-07 13:03:35 +00:00 |
|
Jon Coppeard
|
76e226089a
|
Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence
|
2013-03-06 16:41:43 +00:00 |
|
Kyle Huey
|
1ffb1f415a
|
Bug 823953: Improve sync queue handling. r=bent
|
2012-12-21 12:14:47 -08:00 |
|
Isaac Aggrey
|
990e90e88a
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05:00 |
|
Terrence Cole
|
e13b7397b1
|
Bug 791322 - Move Rooted to js:: namespace; r=billm
These should not be part of the public API.
|
2012-09-24 18:08:22 -07:00 |
|
Andrea Marchesini
|
8d1826c64c
|
Bug 761227 - Support XMLHttpRequestParameters in workers. r=bent
|
2012-09-16 20:20:16 -04:00 |
|
Andrea Marchesini
|
e5b464e46f
|
Bug 609748 - Workers: If CSP blocks eval in a page, eval should also be blocked in workers created by that page. r=bent
|
2012-09-15 14:51:55 -04:00 |
|
Benjamin Peterson
|
3a84fd29b4
|
Bug 781035 - Use the C++ JS compile API in more places. r=jorendorff sr=jst
|
2012-08-27 08:04:37 -04: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 |
|
Ian Melven
|
509794f488
|
Bug 341604 - modify CheckMayLoad to allow sandboxed workers to load blob and data URIs r=jst
|
2012-08-20 11:34:33 -07:00 |
|
Aryeh Gregor
|
691ef24b2a
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Aryeh Gregor
|
7dfe568de5
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
David Mandelin
|
f0690b22d1
|
Bug 730511: remove obsolete typedefs intN, uintN, r=luke
|
2012-02-28 15:11:11 -08:00 |
|
Ben Turner
|
0bb184ac55
|
Bug 699857 - 'Workers: Allow data urls'. r=sicking.
|
2011-11-04 10:57:42 -07:00 |
|
Ben Turner
|
36e0d7c00e
|
Bug 699633 - "Inline workers broken". r=sicking, test by Jussi Kalliokoski <jussi.kalliokoski@gmail.com>.
|
2011-11-04 09:32:17 -07:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Ben Turner
|
ce590b78bc
|
Bug 649537 - 'Workers: Make one OS thread and JS runtime per worker, and lose XPConnect'. r=sicking+mrbkap.
|
2011-07-17 15:09:13 -04:00 |
|
Ehsan Akhgari
|
e78d693c88
|
Backout changeset 7c1a923bea13 (bug 649537) because of mochitest-3 and mochitest-oth oranges
|
2011-07-12 14:25:53 -04:00 |
|
Ben Turner
|
191e3fbc1f
|
Bug 649537 - 'Workers: Make one OS thread and JS runtime per worker, and lose XPConnect'. r=sicking+mrbkap.
|
2011-07-12 12:32:14 -04:00 |
|