Commit Graph

3764 Commits

Author SHA1 Message Date
Jason Orendorff
7e5462b9e8 Bug 389034 - JS_SetProperty() ends up resolving w/o JSRESOLVE_ASSIGNING (r=brendan, sr=bzbarsky) 2008-09-25 11:13:31 -05:00
Olli Pettay
aa6691f983 Bug 382871 - XMLHttpRequest JS wrapper not preserved by its event handlers, r+sr=jst 2008-09-25 17:40:30 +03:00
Ben Turner
7ad590ba69 Backed out changeset 5986b4269d9d 2008-09-24 21:07:05 -07:00
Ben Turner
4117a13d27 Bug 450452 - "Implement XHR ('minus X') for worker threads". r+sr=jst. 2008-09-24 19:48:07 -07:00
sharparrow1@yahoo.com
372e46d47d Bug 42976, cloneNode() HTML Document nodes, r=smaug,sr=jst 2008-09-18 14:15:47 +03:00
Robert O'Callahan
775dd33c74 Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron 2008-09-18 21:47:21 +12:00
Markus Stange
32449e2eac Bug 350471 - Reenable pixel scrolling (two-finger touchpad), r=smaug r=smichaud sr=roc 2008-09-17 13:27:19 +02:00
Bo Yang
30d86d2887 Bug 454798 - Add a type conversion from PRUnichar* to jschar*; r+sr=bzbarsky 2008-09-15 18:08:51 +02:00
Jason Orendorff
6113ca336b Bug 453914 - Assigning to document.title fails for SVGDocument (r+sr=jst) 2008-09-15 09:15:51 -05:00
Keith Schwarz
48a87265ac Bug 435293. Implement CSS transforms. r=dbaron,r+sr=roc 2008-09-13 21:42:11 +12:00
Oleg Romashin
bed72a5865 Bug 445934 - Layout linking broken in NS_OSSO disable-libxul configuration. r=ted.mielczarek 2008-09-13 07:47:45 +03:00
Doug Turner
1881adea4d Bug 454728 - DOMOperationCallback OOM checks should not prevent chrome script from running 2008-09-11 20:47:07 -07:00
Peter Van der Beken
3177a778d2 Fix for bug 453146 (entry_xhtml_baseURI_with_amp.xml test leaks 450 'nsStringBuffer'). r/sr=jst. 2008-09-11 15:20:56 +02:00
Olli Pettay
9e52a6a7f3 Bug 454472 - event.ctrlKey, event.shiftKey and event.altKey are undefined with DOMMouseScroll event, r+sr=roc 2008-09-11 11:53:43 +03:00
Boris Zbarsky
1ef7845d72 Bug 453858. Get rid of some XPCOM-ness in nsArraySH::GetItemAt. r+sr=jst 2008-09-10 23:15:29 -04:00
Jesse Ruderman
6937a7fa99 Instrument nsScriptNameSpaceManager for leaks (patch on bug 453146, r+sr=bz) 2008-09-10 14:58:13 -07:00
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