Граф коммитов

1287 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org aa7e72f7fc Restore default JS options in InitContext, and track pref changes to javascript.options.* (50291, r=jband). 2000-09-02 01:58:51 +00:00
bryner%uiuc.edu 6e2274d98e Checking in the idlc-generated version of this file to go along with vidur's nsIDOMWindow API change. r=vidur. 2000-09-02 01:12:37 +00:00
vidur%netscape.com 57319c5faf Part of fix for bug 46861. Modified idlc generated header file, but forgot to change the idl itself. Doh! r=pollmann 2000-09-01 22:01:33 +00:00
radha%netscape.com d74ced9377 partial fix for 49498. r=nisheeth. 2000-09-01 21:29:48 +00:00
locka%iol.ie 683c6bca51 Attach nsGlobalWindow's title property to the primary content document's title property. b=41984, r=jst 2000-09-01 13:31:21 +00:00
mkaply%us.ibm.com cdc895fca3 OS/2 Tinderbox break
PR_CALLBACK needed here
2000-09-01 13:03:40 +00:00
brendan%mozilla.org ea714e9bae Add window.options object with strict, werror, and future JS boolean option properties (50291, r=shaver). 2000-09-01 03:10:33 +00:00
vidur%netscape.com 8ac6fdd0bb Adding new file to fix bustage... 2000-09-01 02:18:29 +00:00
vidur%netscape.com 4a41eee18d Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
jband%netscape.com 4420932152 fix bug 50080. Early returns skipping call to nsGenericResolve. r=jst@netscape.com a=brendan@mozilla.org 2000-08-31 09:44:27 +00:00
mstoltz%netscape.com 584d022386 Fixing exploits involving changing the location of a window and getting the wrong principal. Bug 48723, r=vidur 2000-08-31 05:53:32 +00:00
danm%netscape.com 17b80feb19 check for null context before clearing JS watchpoints. bug 49615. patch from afranke@ags.uni-sb.de. r=brendan, me a=brendan 2000-08-31 03:10:52 +00:00
jst%netscape.com ef147e7941 Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com 2000-08-31 00:36:31 +00:00
vidur%netscape.com b5fa8266fd Fix for bug 50682. Regression introduced that prevented window.title from being changed. r=jst 2000-08-30 18:38:30 +00:00
locka%iol.ie 8bd9e39869 Call to GetCurrentURI modified to new style. b=46847, r=valeski, a=valeski 2000-08-30 11:37:06 +00:00
rginda%netscape.com d559d54b5c adding nsIDOMWindowEventOwner to GlobalWindow.
r=vidur
2000-08-29 23:45:47 +00:00
jst%netscape.com 8b194d70fa Fixing nsbeta3+ bug 31997. Make the global window reset the status and default status for the window when the document changes. r=nisheeth@netscape.com 2000-08-29 02:04:44 +00:00
brendan%mozilla.org 907eccf8e7 Add possibly-too-verbose NS_TraceMallocDumpAllocations and its JS window-level function, for leak and bloat analysis. 2000-08-29 01:52:13 +00:00
vidur%netscape.com b96c318a90 Fix for bug 43902. The DOM glue now streamlines the Get/SetProperty methods for the window class. Window.location and title and document.title are now part of the idlc interfaces, rather than special-cased. r=jst@netscape.com 2000-08-29 00:14:23 +00:00
heikki%netscape.com 7486da3ec1 Fixed bug 46085. We were not firing the select event. r=mjudge. 2000-08-28 23:00:19 +00:00
danm%netscape.com 82ef4ed34f hand mScriptObject off to the JSContext when tearing down the window so it can be unrooted for GC purposes a little later, after the JS glue has had a chance to retrieve it. bug 43466 r=brendan,jst,vidur 2000-08-26 23:35:50 +00:00
danm%netscape.com 3e01d61a9f added the ability to save a script object for unrooting from the GC in this object's destructor. bug 43466 r=brendan,jst,vidur 2000-08-26 23:32:56 +00:00
danm%netscape.com 2b7255f9bf new method SetRootedScriptObject. bug 43466 r=brendan 2000-08-26 23:32:52 +00:00
jst%netscape.com 1e319e6828 Fixing at least part of nsbeta3+ bug 44185. Making the properties 'top', 'menubar', 'toolbar', 'locationbar' and 'personalbar' replaceable properties, this makes it possible to use those properties for other purposes in JS (4.x allows this too). r=pollmann@netscape.com 2000-08-26 06:27:49 +00:00
locka%iol.ie c52f68cce4 API changes for embedding. b=46847, r=dougt, a=valeski 2000-08-25 18:39:46 +00:00
saari%netscape.com a61ad4dea7 Fix for 49918 2000-08-25 02:51:26 +00:00
anthonyd%netscape.com 52f1883f5b fix for bug 48624 (hidden selection issues with plain text widgets)
fix for bug 45662 (updating range impl to dom spec)
fix for some edge case selection issues invloving multiple windows, no bug #
but saari knows about this.
r: sfraser, jfrancis, mjudge, saari
a: beppe
2000-08-24 03:54:30 +00:00
jst%netscape.com b3a4ade60d DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
jst%netscape.com 9004c1415d Fixing bad typecasts (bug 49645)... r=pollmann@netscape.com 2000-08-22 05:03:56 +00:00
jst%netscape.com 2d62b60d0c Fixing nsbeta3+ bug 44024. Expose the stylesheets in stye and link elements (DOM Level 2) as 'sheet' properties on the elements. r=harishd@netscape.com 2000-08-22 04:14:53 +00:00
brendan%mozilla.org 465ed581f8 Teach the DOM to use lazy JS class initialization (46703, r=jst@netscape.com). 2000-08-22 03:51:17 +00:00
jst%netscape.com 7925b707e5 Fixing nsbeta3+ bug 42670, stop the JS (DOM) error reporter from recursing to death if there's a JS error in an onerror handler. r=brendan@mozilla.org 2000-08-21 08:44:55 +00:00
scc%mozilla.org cd37959e0f fixing code that relied on implicit string construction 2000-08-19 21:38:38 +00:00
scc%mozilla.org 9df83275c6 fixing code that relied on implicit string construction 2000-08-19 20:01:04 +00:00
hyatt%netscape.com c60a2f7d07 First-stage fix for dogfood bug 49012. r=ben 2000-08-17 08:11:11 +00:00
jst%netscape.com dfed219805 Fixing nsbeta3+ bug 43327. Make window.history act like an array to be compatible with 4.x, and add proper security checks for DOM array access. r=mstoltz@netscape.com 2000-08-17 05:56:44 +00:00
akkana%netscape.com 5b58ac4fc2 23587: Make accelerator and menu access keys settable through a pref. r=saari 2000-08-17 00:09:16 +00:00
danm%netscape.com 683f308d3c adding handling for _top targets, which strangely seemed to just be missing. bug 32342 r=hyatt. 2000-08-16 02:16:11 +00:00
waterson%netscape.com 90d83226b8 Bug 44480. Remove more obsolete files that I missed the first time around. 2000-08-16 02:00:59 +00:00
waterson%netscape.com 57a2f6203d Bug 44480. Demote 'width' and 'height' to NSHTMLDocument. r=jst 2000-08-16 01:56:00 +00:00
waterson%netscape.com 2e261ae20b Bug 44480. Remove obsolete files. 2000-08-16 01:05:22 +00:00
waterson%netscape.com dd700db4af Bug 44480. Demote 'width' and 'height' attributes from NSDocument to NSHTMLDocument and XULDocument; make nsHTMLDocument's implementation use the <body> element's frame (instead of the <html> element's frame) to determine metrics. r=jst 2000-08-16 01:04:52 +00:00
danm%netscape.com a519456214 treat width/height=* features to mean size of parent window. compatibility with Nav 4. bug 30394. 2000-08-15 20:01:20 +00:00
jst%netscape.com 84d041ab4e Backing out changes that should've been checked onto a branch. Sorry about that. 2000-08-11 22:10:35 +00:00
jst%netscape.com 7b61427a9f DOM API string changes... 2000-08-11 21:41:59 +00:00
mstoltz%netscape.com d25a91b6a0 bug 47670. r=jtaylor 2000-08-11 04:31:08 +00:00
mscott%netscape.com 083cfc89a1 Backing out mstoltz's earlier checkin to bring mailnews back to life.
a=mcafee
2000-08-10 03:57:43 +00:00
dougt%netscape.com 8691f7467f Renaming GetPrompt() to GetPrompter in nsIDOMWindow. This avoids a namespace
r=vidur@netscape.com (47889)
2000-08-09 21:12:21 +00:00
mstoltz%netscape.com 23306a4e04 Fixed 37702 and 47670. r=vidur 2000-08-09 20:08:54 +00:00
brendan%mozilla.org bef38f498f Clear JS watchpoints on the window object before loading a new document (38959, r=mstoltz). 2000-08-09 03:30:46 +00:00