Ben Turner
|
c031080e02
|
Bug 460811 - 'Bring workers up to latest spec'.r+sr=jst.
|
2008-11-05 22:41:52 -08:00 |
|
Ben Turner
|
c16fd87aa3
|
Backed out changeset 4fc7c6f6f45e
|
2008-11-04 18:58:24 -08:00 |
|
Ben Turner
|
a3da8488d8
|
Bug 460811 - "Bring workers up to latest spec". r+sr=jst.
|
2008-11-04 18:01:05 -08:00 |
|
Robert O'Callahan
|
60485ac5cc
|
Resurrect nsAutoJSObjectHolder.h
|
2008-11-05 13:21:25 +13:00 |
|
Robert O'Callahan
|
8f8c3fe612
|
Back out changeset b83d3c8ac166 (bug 460811) to try to fix bustage ... re-adding removed files
|
2008-11-05 13:03:56 +13:00 |
|
Robert O'Callahan
|
cca234e798
|
Back out changeset b83d3c8ac166 (bug 460811) to try to fix bustage
|
2008-11-05 12:47:52 +13:00 |
|
Robert O'Callahan
|
01ff4e2538
|
Backing out changeset dc1aff36a411 (bug 462389) to try to fix bustage
|
2008-11-05 12:36:19 +13:00 |
|
Ben Newman
|
7f61ea749a
|
Bug 462389 - 'XPCVariant used in nsXPCException::SetThrownJSVal can cause cycle collection on non-main threads'. r=bent, sr=jst.
--HG--
rename : dom/src/threads/nsAutoJSObjectHolder.h => js/src/xpconnect/public/nsAutoJSValHolder.h
|
2008-11-04 13:49:05 -08:00 |
|
Ben Turner
|
718025a3f8
|
Bug 460811 - 'Bring workers up to latest spec'.r+sr=jst
|
2008-11-04 13:49:04 -08:00 |
|
Olli Pettay
|
d5328ab301
|
Bug 460751 - Progress events should use long long, not long for .total and .loaded, r=chris.double, sr=sicking
|
2008-10-21 12:06:53 +03:00 |
|
Ben Turner
|
9ce0a70ad7
|
And add missing files :(
|
2008-10-15 00:23:06 -07:00 |
|
Ben Turner
|
ceff5c9b04
|
Bug 459948 - "Workers: update workers based on security review feedback". r+sr=sicking.
|
2008-10-15 00:21:49 -07:00 |
|
Ben Turner
|
0a73dc5bbc
|
Fix unit test failures.
|
2008-10-14 13:17:30 -07:00 |
|
Ben Turner
|
c54ca6b0a9
|
Bug 459762 - 'Workers: Support synchronous XHR'. r+sr=sicking.
|
2008-10-14 11:16:37 -07:00 |
|
Ben Turner
|
f260e2c16c
|
Bug 458324 - 'Workers: Don't attach upload listeners to real XHR object until the user does (to avoid XS security behavior changes)'. r+sr=sicking.
|
2008-10-14 11:16:37 -07:00 |
|
Ben Turner
|
35d27f4b7f
|
Bug 458322 - 'Workers: Don't run queued XHR events if Abort/Open have since been called'. r+sr=sicking.
|
2008-10-14 11:16:37 -07:00 |
|
Ben Turner
|
fa5f823186
|
Bug 458321 - 'Workers: Fix multipart to not use a cached variable'. r+sr=jst.
|
2008-10-14 11:16:37 -07:00 |
|
Ben Turner
|
593f310bb3
|
Bug 458320 - 'Workers: Support synchronous events from within XHR methods'. r+sr=jst.
|
2008-10-14 11:16:37 -07:00 |
|
Ben Turner
|
7b54ab1d3b
|
Bug 458319 - 'Workers: Fix target of upload events for XHR'. r+sr=sicking
|
2008-10-14 11:16:37 -07:00 |
|
Ben Turner
|
a438e26b40
|
Bug 458318 - 'Workers: Support XHR events that QI to nsIDOMProgressEvent'. r+sr=sicking.
|
2008-10-14 11:16:36 -07:00 |
|
Boying Lu
|
c820c870e3
|
Bug 459189 fix build failure of nsDOMWorkerXHRProxy.cpp for Solaris, r+sr=jst
|
2008-10-13 16:01:47 +08:00 |
|
Ben Turner
|
f869f4aa78
|
Bustage fix from merge of cross site XHR.
|
2008-09-30 19:10:25 -07:00 |
|
Ben Turner
|
a58f13a9f2
|
Fix pedantic bustage.
|
2008-09-30 17:08:53 -07:00 |
|
Ben Turner
|
21e1a3e936
|
Bug 450452 - 'Implement XHR (minus X) for worker threads. r+sr=jst'
|
2008-09-30 16:56:57 -07:00 |
|
Ben Turner
|
8fdc38c40a
|
Backed out changeset 5986b4269d9d
|
2008-09-24 21:07:05 -07:00 |
|
Ben Turner
|
85938eeb67
|
Bug 450452 - "Implement XHR ('minus X') for worker threads". r+sr=jst.
|
2008-09-24 19:48:07 -07:00 |
|
Bo Yang
|
ffd8470047
|
Bug 454798 - Add a type conversion from PRUnichar* to jschar*; r+sr=bzbarsky
|
2008-09-15 18:08:51 +02:00 |
|
Ted Mielczarek
|
468a3823fc
|
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
|
2008-09-09 13:59:11 -04:00 |
|
Ben Turner
|
3b4ff9de7b
|
Bug 453380 - "Compile worker scripts with principals to enable eval support". Forgot jst's nits.
|
2008-09-08 11:37:09 -07:00 |
|
Ben Turner
|
dcccc2db05
|
Bug 453380 - "Compile worker scripts with principals to enable eval support". r+sr=jst.
|
2008-09-08 11:24:50 -07:00 |
|
Ben Turner
|
2bf528349c
|
Bug 450449 - " Implement 'importScripts' for worker threads". r=jst+mrbkap, sr=jst.
|
2008-09-08 10:48:14 -07:00 |
|
Ben Turner
|
37d3ad7a61
|
Bug 450449 - Backing out, bad merge.
|
2008-09-08 00:36:19 -07:00 |
|
Ben Turner
|
cade9d68d5
|
Bug 450449 - Bustage fix.
|
2008-09-08 00:25:15 -07:00 |
|
Ben Turner
|
6053485b8b
|
Bug 450449 - " Implement 'importScripts' for worker threads". r=jst+mrbkap, sr=jst.
|
2008-09-08 00:08:24 -07:00 |
|
Arpad Borsos
|
9b6f558fee
|
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
|
2008-09-07 00:21:43 +02:00 |
|
Johnny Stenback
|
459725c0bc
|
Fixing first part of bug 453571. Use more [optional] idl arguments, and less nsAXPCNativeCallContext. r+sr=mrbkap@gmail.com
|
2008-09-05 14:51:24 -07:00 |
|
Bo Yang
|
129dd4df5a
|
Bug 451527 - Add a strong type convention for Mingw build, r=bz, sr=jst
|
2008-09-04 22:20:35 +02:00 |
|
Ben Turner
|
349839de98
|
Disable gczeal on worker threads tests, r=sicking, a=shaver.
|
2008-08-21 17:04:23 -07:00 |
|
Ben Turner
|
903c157926
|
Bug 437152 - Fix error output for realz. r=mrbkap.
|
2008-08-19 17:57:20 -07:00 |
|
Ben Turner
|
30db40f851
|
Suppress errors issued by the unit tests - followup to bug 437152 r=ted
|
2008-08-19 15:10:49 -04:00 |
|
Ben Turner
|
9dbb64256b
|
Bug 437152 - "implement worker threads". r+sr=jst.
|
2008-08-16 18:25:01 -07:00 |
|