Commit Graph

3748 Commits

Author SHA1 Message Date
Doug Turner
10bf958f07 Bug 452762 - Make sure Geolocation callbacks run in the right JS context r/sr=jst 2008-09-10 08:52:46 -07:00
Johnny Stenback
658e136feb Followup fix for bug 453571 to fix typos pointed out by bz in the bug. 2008-09-09 19:56:09 -07:00
Johnny Stenback
c45a4fe89e One more part of bug 453571. Use [optional] for the optional arguments for window.open() and friends. r+sr=bzbarsky@mit.edu 2008-09-09 18:23:34 -07:00
Ted Mielczarek
ff7706a544 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
f59f02c76f 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
8713c60e0b Bug 453380 - "Compile worker scripts with principals to enable eval support". r+sr=jst. 2008-09-08 11:24:50 -07:00
Ben Turner
98c9884ab2 Bug 450449 - " Implement 'importScripts' for worker threads". r=jst+mrbkap, sr=jst. 2008-09-08 10:48:14 -07:00
Ben Turner
5afba26158 Bug 450449 - Backing out, bad merge. 2008-09-08 00:36:19 -07:00
Ben Turner
20df95d9c5 Bug 450449 - Bustage fix. 2008-09-08 00:25:15 -07:00
Ben Turner
2b4e8b13e9 Bug 450449 - " Implement 'importScripts' for worker threads". r=jst+mrbkap, sr=jst. 2008-09-08 00:08:24 -07:00
Arpad Borsos
5a19e3346c 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
L. David Baron
4627664235 Make min-/max- prefixed media features without values be parse errors, per http://lists.w3.org/Archives/Public/www-style/2008Sep/0002.html . (Bug 453759) r+sr=bzbarsky 2008-09-06 07:04:28 -07:00
Boris Zbarsky
304c163b07 Bug 453702. Don't try to convert |length| to a number for various array-like class resolve hooks. 2008-09-05 21:10:35 -04:00
Boris Zbarsky
01a4fcef98 Bug 443769. Fix operator precedence snafu. r+sr=dbaron 2008-09-05 21:10:35 -04:00
Ben Turner
8afd9f92cd Bug 451731 - "Update caps, dom, xpconnect for Bug 451729 (checkObjectAccess moving to the JSContext)". r+sr=jst. 2008-09-05 16:26:04 -07:00
Johnny Stenback
928c910566 Fixing second part of bug 453571. Use more [optional] idl arguments, and less nsAXPCNativeCallContext. r+sr=bzbarsky@mit.edu 2008-09-05 14:54:53 -07:00
Johnny Stenback
963bf56e91 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
Doug Turner
9cf9cd7341 bug 452672 - pref to disable OOM dialog r/sr=jst 2008-09-05 10:25:02 -07:00
Doug Turner
51b32a8ed4 Bug 445180. More geolocation mochitests. Patch by harthur@cmu.edu, r=dougt@meer.net 2008-09-04 16:31:09 -07:00
Bo Yang
5f408e1832 Bug 451527 - Add a strong type convention for Mingw build, r=bz, sr=jst 2008-09-04 22:20:35 +02:00
Jason Orendorff
3b489ce1e7 Bug 450817 - nsGlobalWindow::SetNewDocument should avoid XPConnect when mInnerWindow is null (r+sr=jst) 2008-09-03 16:51:05 -05:00
Vladimir Vukicevic
d9d317c988 b=433004, support nsICanvasRenderingContext2D.createImageData; r+sr=roc 2008-09-02 10:52:22 -07:00
Jason Orendorff
6b5d53f655 Bug 407216 - DOM quick stubs - faster paths for top N DOM methods (r+sr=jst, security r=mrbkap, build r=bsmedberg)
* * *
* * *
* * *
2008-08-19 21:38:24 -05:00
Jason Orendorff
25cba5d7a3 Bug 451571 - Delete SetExceptionWasThrown (r=dbradley, sr=jst) 2008-08-30 18:58:36 -05:00
Olli Pettay
1d9d57172d Bug 452566, navigator.geolocation optional parameters on getCurrentPosition and watchPosition are not optional, r=dougt, sr=jst 2008-08-29 10:26:34 +03:00
Doug Turner
22039c50a0 Bug 452485 - check for OOM during dom callback. r/sr=jst 2008-08-28 09:40:49 -07:00
Honza Bambas
bec376906f Bug 442812: Implement the application cache selection algorithm. r+sr=bz 2008-08-27 18:15:32 -07:00
Blake Kaplan
14f256186b Bug 442806 followup: add missing return to avoid spurious exceptions. r+sr=jst 2008-08-27 16:20:45 -07:00
Brad Lassey
dcdd796b2d Bug 451441 – don't synchronously redraw everytime we move the canvas r=roc, sr=roc 2008-08-27 17:24:03 -04:00
Neil Deakin
a6d6c664e4 Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc 2008-08-27 08:07:27 -04:00
Gavin Sharp
2a9195ee3c Backed out changeset 7fdbccdc1e94 2008-08-26 19:40:21 -04:00
Gavin Sharp
1061e15478 Bug 452135: add nsBadCertHandler to packages-static, patch by Manish Singh <manish@flock.com>, r=me 2008-08-26 19:39:16 -04:00
Dave Camp
43a0d08dee Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz
* * *
2008-08-26 16:09:02 -07:00
Dave Camp
65ef12c84a Bug 450174: Remove static nsCAutoString usage from nsDOMOfflineResourceList. r+sr=bz 2008-08-26 13:31:48 -07:00
Jonas Sicking
b01e2f4648 Bugs 393629 and 436094. Fix document.all.length and make us honor the name attribute for the same set of elements as IE in the document.all implementation. r/sr=jst 2008-08-25 16:48:37 -07:00
Boris Zbarsky
2518195266 Bug 452086. Shouldn't send keypress events with default action when keydown was prevented in the test harness, since the browser doesn't do it. r=enn 2008-08-25 14:31:38 -04:00
Boris Zbarsky
350d6fc473 Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux 2008-08-25 11:08:28 -04:00
Neil Deakin
acd274d130 Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc 2008-08-25 21:56:29 +12:00
Robert O'Callahan
8936855455 Bug 379616. Fix offset tests to not assume getComputedStyle()['width'/'height'] works on SVG elements 2008-08-25 21:20:22 +12:00
Dave Camp
0cabe03883 Backed out changeset ebafb9df6ce0 (bug 442806) 2008-08-24 23:11:31 -07:00
Dave Camp
2f08e458a6 Bug 442806: Use seperate, versioned caches for offline apps. r+sr=bz 2008-08-24 21:51:19 -07:00
shaver@mozilla.org
881fdd4b23 update for bent's gczealectomy 2008-08-21 17:08:02 -07:00
Ben Turner
9004552399 Disable gczeal on worker threads tests, r=sicking, a=shaver. 2008-08-21 17:04:23 -07:00
shaver@mozilla.org
3da1ed9840 improve JIT-control pref naming, add one for chrome JIT, add defaults to all.js 2008-08-20 08:49:00 -07:00
shaver@mozilla.org
51d57bfb68 merge from mozilla-central 2008-08-20 08:17:17 -07:00
Dave Townsend
5be4986b48 Backout of bug 52352 due to increased leaks on the unit testers 2008-08-20 13:59:41 +01:00
Serge Gautherie
0f05d29c88 Bug 52352 - Fix uses of 'new/static nsAutoString/nsCAutoString'
(Cv1) <nsDOMOfflineResourceList.*>
r+sr=jst
2008-08-20 01:18:34 -05:00
Dave Camp
6b0e8fb803 Merge for backout of 442806 2008-08-19 22:53:41 -07:00
Dave Camp
8e9da90c59 Backed out changeset ea551e6f0f40 (bug 442806) 2008-08-19 22:53:20 -07:00
Dave Camp
7dd10fabb6 Merge for backout of 442812 2008-08-19 22:52:37 -07:00