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

1372 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com ca71a98213 Fixing comment within comment warnings, duh. r=pavlov 2000-07-12 02:35:59 +00:00
brendan%mozilla.org 48d5a5b6d2 Cleanups: don't decimate Unicode property ids to ISO-Latin-1 in CheckAccess; do use NS_SUCCEEDED instead of NS_OK==; don't use bogus tabs for indentation (r=jst@netscape.com). 2000-07-12 01:20:49 +00:00
ericb%neoplanet.com 614b09c2ff resizers and titlebars r:hyatt a:hyatt 2000-07-11 23:34:44 +00:00
brendan%mozilla.org e3dc3bf485 Constipation (r=lumpy,a=jack). 2000-07-08 00:23:12 +00:00
cls%seawood.org 33938e6100 Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
cls%seawood.org e1e6c5760f Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
radha%netscape.com 5b8603911e More code for feature 36547. CODE NOT PART OF THE BUILD. Will provide reviewer when
feature is enabled.
2000-06-29 21:48:18 +00:00
saari%netscape.com 4507cb044b simple null check to stop crasher. r=joki 2000-06-28 20:56:29 +00:00
bryner%uiuc.edu 6439c2e6de Attempting to fix mac bustage. 2000-06-28 02:32:45 +00:00
evaughan%netscape.com f549c74c60 Forgot file add for last checkin. 2000-06-28 00:01:19 +00:00
evaughan%netscape.com 297d1f104a Clean up for autoscrolling menu landing. ScrollBox events need their own type and should not be
on top of menu events.

-r hyatt
2000-06-28 00:00:18 +00:00
tao%netscape.com 94465539c5 39790: [L12y] Move all localizable prefs into chrome://.r=alecf. 2000-06-27 22:13:23 +00:00
ftang%netscape.com ab19679d92 fix 35076. r=vidur. escape the URL if it contains non ASCII character. Escape from the position
which the first non ASCII char appear.
2000-06-27 21:27:30 +00:00
mkaply%us.ibm.com 82e721e9de #42637
r=jst, a=brendan
OS/2 bring up - PR_CALLBACK for VisualAge
2000-06-26 19:59:18 +00:00
jst%netscape.com 45b5da20c2 Fixing nsbeta2+ bug 13350, add a JS branch callback to the DOM code that runs the JS GC and also lets users abort extremely long running scripts (i.e. infinite JS loops). r=vidur&brendan 2000-06-24 16:18:41 +00:00
dougt%netscape.com e1274cde0a I IDL-ifying the nsProxyObjectManager.
I have updated all users that I found
grepping the source tree.

r=valeski@netscape.com
a=waterson@netscape.com
b=43131

Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
joki%netscape.com 48d4b49a78 Temporary fix for bug 43390, allow modal dialogs/windows to be raised from script. r:vidur 2000-06-23 20:32:45 +00:00
evaughan%netscape.com 807778bd44 Autoscrolling menus feature landing #32730
-r hyatt, saari
2000-06-23 05:15:04 +00:00
saari%netscape.com 835e24112c adding GetRootCommandDispatcher to nsPIDOMWindow for utility.
Needed for beta2+ bug 38673. r=hyatt
2000-06-23 00:42:21 +00:00
mscott%netscape.com 0098abd512 Bug #10802 --> expose load types to load info class so callers can set the load type
this is needed to implement things like open attachment so we can make the doc shell
think a user click happened when it talks to the uriloader.

I removed two boolean fields which were representing two load types. Simplified the api by allowing you
to pass in any of our load types.
r=valeski
2000-06-22 07:22:23 +00:00
bryner%uiuc.edu c2382051b8 Fixing bug 15555. r=danm. 2000-06-22 01:39:40 +00:00
danm%netscape.com c72131d00d changing name of window.content to _content. bug 33650. r=hyatt@netscape.com 2000-06-22 00:42:34 +00:00
hyatt%netscape.com 3431c2f9e4 Fix for 42806. r=waterson 2000-06-21 02:02:24 +00:00
vidur%netscape.com 19aa4a879d Fix for bug 9392. document.plugins now aliases to window.navigator.plugins. r=nisheeth 2000-06-21 00:53:26 +00:00
vidur%netscape.com d22aa70d25 Fix for bug 42860. nsIScriptNameSpaceManager::RegisterGlobalName() now takes an additional IID parameter. If the IID is that of the nsIScriptObjectOwner interface, we assume it's an old-style idlc interface. Otherwise we try to wrap it using XPConnect. r=rginda 2000-06-21 00:42:59 +00:00
joki%netscape.com ac67aba0ee Part of fix for 38117, prevent scripts from running event handlers on windows from other domains. r:mstoltz 2000-06-21 00:21:50 +00:00
joki%netscape.com 91dd076285 Fix for bug 25117, check security when sizing/positioning/configuring windows. r:danm 2000-06-21 00:20:39 +00:00
dbaron%fas.harvard.edu 9b948f52b5 Really fix the leak in JS error reporting. (Checked in from the wrong machine last time.) r=vidur 2000-06-20 03:51:07 +00:00
dbaron%fas.harvard.edu d47955d73c Delete nsJSEnvironment (and the things it owns) during XPCOM shutdown instead of after (they won't be shown as leaks anymore). Also, fix a leak in JS error reporting. r=vidur 2000-06-20 03:45:21 +00:00
warren%netscape.com 06dd25d8b6 Bug 41390. js prompt() contains remember this value checkbox. r=morse 2000-06-17 01:57:36 +00:00
vidur%netscape.com 557ffbfd8f Work for bug 33475 - completion of Document related DOM Level 2 support. Load no longer takes extra unused argument. r=jst,nisheeth 2000-06-17 01:46:59 +00:00
waterson%netscape.com 3892500516 Fix mac bustage: JSObject is an opaque type here. 2000-06-16 22:17:46 +00:00
waterson%netscape.com 021569cdd0 Bug 41855. Hold on to the nsIScriptContext instead of the raw JSContext. This ensures that the JSContext won't be yanked out from beneath us. r=shaver 2000-06-16 21:43:04 +00:00
cls%seawood.org 07538b7526 Adding MOZ_JS_LIBS to EXTRA_DSO_LDOPTS for BeOS. Bug #42562 2000-06-15 02:49:52 +00:00
hyatt%netscape.com 27d7a11801 Bug #30511. r=ben 2000-06-14 06:14:24 +00:00
brendan%mozilla.org bf220ec5bf Restore "javascript:\n"-in-location-brings-up-console compatibility (r=mccabe@netscape.com). 2000-06-14 04:57:49 +00:00
hyatt%netscape.com 47ecc64920 30511. r=ben 2000-06-14 04:50:20 +00:00
mstoltz%netscape.com a62193e278 Fix for bug 31818. Dogfood. r=brendan 2000-06-13 23:56:30 +00:00
scc%mozilla.org 55650a35b3 fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms 2000-06-12 23:52:31 +00:00
mjudge%netscape.com ffecdb9ecd constants added r=hyatt. bug34896 2000-06-09 04:15:26 +00:00
mjudge%netscape.com 9095af7214 commiting generated file from SelectionListener.idl. r=hyatt bug = 34896 2000-06-09 04:14:53 +00:00
mjudge%netscape.com ccf7c5f2d2 34896, change to move constants to this file. r=hyatt 2000-06-09 04:12:50 +00:00
danm%netscape.com 447ce30150 unused (bug 12021 required this). removing. r=jst@netscape.com 2000-06-09 00:31:11 +00:00
danm%netscape.com 5fe0a94ca0 window.prompt() returns jsval instead of string, allowing it to return null when required. wants to be changed back to a string once the DOM APIs support this same thing. bug 12021. r=jst@netscape.com 2000-06-09 00:14:44 +00:00
danm%netscape.com b8e91eba3c removing nsJSAbstractView.cpp. bug 12021. r=jst@netscape.com 2000-06-09 00:04:29 +00:00
akkana%netscape.com 13f84efc5a Needed for bug 40457: Add API for range methods to tell
whether a node or point intersects the range. r=vidur, a=beppe.
2000-06-07 22:56:55 +00:00
danm%netscape.com 1846ee4fd1 request redraw when resizing window. bug 35450. r=joki 2000-06-07 02:05:08 +00:00
jst%netscape.com 69b95c06ab Fixing nsbeta2+ bug 40514, the problem was that the 'parser' used to parse the options argument passed to window.open() didn't allow for whitespace between the options, 4.x didn't do this either but IE does. r=vidur 2000-06-07 01:36:28 +00:00
jst%netscape.com 703b2340ac Fixing nsbeta2+ bug 30249, the problem was that the type of various attributes (in the DOM spec) on image elements was string and not number (long), this broke backwards compatibility with 4.x and also compatibility with IE. r=vidur 2000-06-07 01:23:55 +00:00
hyatt%netscape.com 1447319de7 Updating tree selection. bug#30511. r=danm 2000-06-07 00:01:04 +00:00
alecf%netscape.com 792319daf8 last checkin was:
fix for #41608 - be sure to remove the script context from the GC root!
r=shaver, jst a=putterman
2000-06-06 08:08:41 +00:00
alecf%netscape.com af7228e1f2 /tmp/cvsRB7BUM 2000-06-06 08:07:23 +00:00
pavlov%netscape.com 5e8a833f39 Fix for eventqueue objects leaking bug #20166. This also removes the hacked fix for bug #36361 and uses a real fix. Major overhaul of nsEventQueue and nsEventQueueService. r=waterson,brendan. tested on windows, linux and mac 2000-06-05 21:53:25 +00:00
mkaply%us.ibm.com 8686a4067b # 37239
r = jst, a = waterson
OS/2 bringup - PR_CALLBACK for VisualAge
2000-06-05 19:15:32 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
rginda%netscape.com f8d7b7f485 s/nsCOMPtr<nsIScrollableView>/nsIScrollableView */ because views are not refcounted.
r=jst,a=brendan
2000-06-03 01:01:48 +00:00
mkaply%us.ibm.com 5548d923b6 # 37239
r = jst, a = brendan
OS/2 bringup - PR_CALLBACK
2000-06-02 23:04:50 +00:00
hyatt%netscape.com 72d410f747 Tree/grid XBL foundation work. 2000-06-02 08:11:55 +00:00
hyatt%netscape.com 5da274d80c More XBL work for tree/grid rewrite. 2000-06-02 08:11:27 +00:00
mjudge%netscape.com 6c9a6ed3ce fixing small optimization oversight. based on pixleys code that was beta2+. optimization is not valid in this case. r=churchill 2000-06-01 01:03:48 +00:00
jst%netscape.com fb27b7b247 Checking in patch from Vidur that fixes part of nsbeta2+ bugs 34667, 36745 and 38537, this fixes a crash associated with javascript: URLs and the fact that javascript: URLs are sometimes invoked multiple times. r=me. 2000-05-31 13:57:02 +00:00
jst%netscape.com 85fd702909 Fixing nsbeta2+ crasher bug 39693, the JS gluecode generated by IDLC did properly check if the parguments passed in from JS were of correct type and properly set the return value if they weren't, but then ignored the error and continued passing along an invalid argument to the native implmentation. r=waterson 2000-05-30 22:55:15 +00:00
hyatt%netscape.com 00d8a542f3 Removing XUL DOM elements. 2000-05-30 08:20:06 +00:00
hyatt%netscape.com 73c9cca23a Removing obsolete files from the build. 2000-05-30 08:11:35 +00:00
hyatt%netscape.com 735b896328 Removing obsolete headers from the build. 2000-05-30 08:07:54 +00:00
hyatt%netscape.com d387866577 Removing obsolete C++ code. 2000-05-30 08:06:59 +00:00
hyatt%netscape.com 3064160cb5 Adding anonymous content getter. r=waterson, a=waterson 2000-05-26 22:45:26 +00:00
jst%netscape.com b9023d2f1a Fix typo. 2000-05-25 14:48:50 +00:00
jst%netscape.com ea4ff60786 Exporting nsIDOMHTMLEmbedElement.h on the mac too. 2000-05-25 14:37:02 +00:00
jst%netscape.com 78a5b08259 added files: mozilla/dom/src/html/nsJSHTMLEmbedElement.cpp 2000-05-25 14:36:29 +00:00
jst%netscape.com 5f9acbe1eb Checking in fix for nsbeta2+ bug 38821, the fix was written by rusty.lynch@intel.com. The problem was that nsIDOMHTMLEmbedElement wasn't implemented by nsHTMLEmbedElement and the script object created for the element was a normal HTMLElement script object and not a HTMLEmbedElement script object on non-unix platforms. r=me 2000-05-25 13:26:32 +00:00
pavlov%netscape.com 01f22cffbb work to try and fix crasher bug 39752 by being sure to call Cancel() on the timers since the windows timer code holds a ref to itself.... more to come on that. r=jag@irc 2000-05-20 03:57:59 +00:00
brendan%mozilla.org 4740934866 Better TraceMalloc* methods (r=waterson). 2000-05-17 06:58:48 +00:00
joki%netscape.com 35d5e0f553 More support for onresize and onscroll, bug 960 2000-05-17 06:53:58 +00:00
jst%netscape.com b54dec0ba1 getComputedStyle() is now alive! 2000-05-17 06:38:43 +00:00
sfraser%netscape.com 4068994453 Remove linkage with NetworkModular.shlb 2000-05-17 06:36:59 +00:00
jst%netscape.com afcba9f0ab Export more functions. 2000-05-17 06:28:23 +00:00
joki%netscape.com 93950c7879 fix for resize event support, bug 960, and additional support for DOM 2 events. 2000-05-17 05:27:22 +00:00
brendan%mozilla.org 51d9b107f3 Improve --trace-malloc to handle multiple logfiles. 2000-05-17 04:44:14 +00:00
pavlov%netscape.com 0c75802384 changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
joki%netscape.com 6f7278e255 Part of fix for 4163, enable 4.x dragdrop event 2000-05-17 00:31:36 +00:00
javi%netscape.com 9e9adb46f6 Get a reference for the getter on the crypto and pkcs11 objects before returning them. 2000-05-16 23:52:42 +00:00
joki%netscape.com f1e50fa14b Second part of fix for 7404, allow left right keyboard scrolling, patch from Matt Bissiri and John Morrison 2000-05-16 14:28:09 +00:00
joki%netscape.com a2c6a557e0 temp fix for bustage 2000-05-16 12:14:19 +00:00
joki%netscape.com b2e873d830 Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
warren%netscape.com 4d1711e5f8 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
jst%netscape.com a29b0b6f25 Checking in DOM Level 2 version of the DOM interface Element. 2000-05-15 20:31:55 +00:00
brendan%mozilla.org 9e2f7e4135 Don't let the JS GC run on threads other than the main thread, where the dom and layout run. 2000-05-15 04:21:04 +00:00
anthonyd%netscape.com 317a432a58 made GlobalWindowImpl support weak ref to get around
holding on to raw pointers to windows causing problems
in destruction of windows
2000-05-14 05:26:06 +00:00
jst%netscape.com e55d0be250 Don't generate code that uses internal JS functions, use the public functions in stead. 2000-05-14 02:46:08 +00:00
jst%netscape.com a34db3ea24 Use the public JS functions and not internal ones, this didn't work on the Mac, but was fine on windows and linux. 2000-05-14 02:43:03 +00:00
jst%netscape.com ad6883d3b4 Removing files that are not needed in the build yet. 2000-05-14 02:06:27 +00:00
jst%netscape.com eb716e57d8 added files: mozilla/dom/src/css/nsJSCSSPrimitiveValue.cpp 2000-05-14 02:05:23 +00:00
jst%netscape.com 747ef4d6b7 Making Processing instructions implement the LinkStyle interface. 2000-05-14 00:09:11 +00:00
jst%netscape.com 4b3721e1d3 Adding DOM Level 2 LinkStyle interface. 2000-05-14 00:01:02 +00:00
mjudge%netscape.com 8a236c5082 changing api for 2 string to force a output type. 2000-05-13 08:01:47 +00:00
scc%netscape.com d11c66a210 string backsliding. r=mjudge 2000-05-12 07:53:02 +00:00
waterson%netscape.com a2386a5878 Bug 38846. Don't run GC before returning an unrooted property! Fix provided by and r=hyatt,brendan 2000-05-12 02:06:07 +00:00
jst%netscape.com c80c696340 Fix the DOM prop enum table, seems like putting tabs in the file doesn't work. 2000-05-12 02:05:23 +00:00
saari%netscape.com d7a2786534 missed this file 2000-05-11 23:08:13 +00:00
jst%netscape.com 232ab548f4 Add the glue code for more DOM Level 2 interfaces to the build. 2000-05-11 23:03:25 +00:00
saari%netscape.com e257f90915 last checkin for 29800 2000-05-11 22:54:14 +00:00
saari%netscape.com b8aa8a1761 more for 29800 2000-05-11 22:43:32 +00:00
jst%netscape.com 6ff3742e4c Landing support for the 'innerHTML' property on HTML elements in mozilla, fixes part of bug 9201. 2000-05-11 21:49:16 +00:00
jst%netscape.com f95324f6d0 Checking in glue code for new DOM Level 2 CSS interfaces, not part of the build yet. 2000-05-11 20:29:49 +00:00
pinkerton%netscape.com dde5e9137f adding to other files to fix bustage. 2000-05-11 20:25:18 +00:00
pinkerton%netscape.com aa6913b8d1 added nsJSCrypto.cpp to fix build bustage. 2000-05-11 20:21:20 +00:00
jst%netscape.com 416bbd330a Checkin in headers for new DOM Level 2 interfaces. 2000-05-11 19:31:07 +00:00
jst%netscape.com c118dd42b7 Adding more DOM Level 2 CSS interfaces. 2000-05-11 19:24:31 +00:00
javi%netscape.com dc44c5c270 Teach the script object factory to create the crypto and pkcs11 objects. r-jst@netscape.com 2000-05-11 19:21:49 +00:00
javi%netscape.com 3de8fed454 Update header files with new constant so that dom recognizes the crypto
JS object as part of the window object. r=jst@netscape.com
2000-05-11 19:20:59 +00:00
javi%netscape.com 44750bd984 Forgot this one during initial check-in. 2000-05-11 19:19:24 +00:00
javi%netscape.com 02013c2796 Public headers for getting crypto object into the window object. r=jst@netscape.com 2000-05-11 19:18:44 +00:00
javi%netscape.com 82cd6be8d5 Add new source files for crypto JS object and mods for getting it to
work as a property of the window object. r=jst@netscape.com
2000-05-11 19:17:07 +00:00
javi%netscape.com e1e716ceb5 New Makefiles for crypto JS object related changes. 2000-05-11 19:15:51 +00:00
javi%netscape.com 960edaf84b Adding new idl files for the crypto object. r=jst@netscape.com 2000-05-11 19:13:31 +00:00
pollmann%netscape.com 25ea7720b5 Bug 32898: Don't abort() on illegal frame name. Instead, print warning and press ahead. r=rpotts 2000-05-11 01:24:59 +00:00
jst%netscape.com 168a8ba8b5 Teaching IDLC about the type 'float'. 2000-05-10 20:12:44 +00:00
jst%netscape.com ed1185199d Checking partial fix for bug 37239, the fix was contributed by snizinsk@us.ibm.com. r=me 2000-05-10 00:24:38 +00:00
hyatt%netscape.com 0166bfad1b XBL now works with HTML, SVG, MathML, XML, and XUL. 2000-05-09 21:41:01 +00:00
bryner%uiuc.edu e3819db873 Fixing the out of order DOM properties assertion. r=shaver. 2000-05-07 20:19:08 +00:00
brendan%mozilla.org ac1aaa4c2a Make sure the enumerator names are sorted (r=waterson@netscape.com). 2000-05-07 07:10:55 +00:00
michael.lowe%bigfoot.com 73b7310c91 Implement CSS3 cursors on Windows 2000-05-07 05:14:43 +00:00
jst%netscape.com ad8450ca1e Removing unnecessary file from the build. 2000-05-06 22:03:43 +00:00
jst%netscape.com e5bf798220 Removing unused file. 2000-05-06 18:57:43 +00:00
jst%netscape.com b7b0e866b0 Hooking up document.getOverrideStyle() in the DOM JS glue code, no implementation yet. 2000-05-06 18:05:10 +00:00
jst%netscape.com cee211a618 Adding header for the DOM Level 2 interface DocumentCSS, not used yet. 2000-05-06 17:09:24 +00:00
jst%netscape.com 0fe42eb393 Add error messages for DOM Level 2 Range exceptions. 2000-05-06 14:34:47 +00:00
jst%netscape.com 7d323d344c Add DOM Range error codes. 2000-05-06 13:50:39 +00:00
jst%netscape.com 7945150e78 DOM Level 2 exception updates. 2000-05-06 13:35:53 +00:00
waterson%netscape.com 2aac796cb5 Bug 34623. Add 'rebuild()' API to XUL elements. 2000-05-05 23:39:59 +00:00
jst%netscape.com 9d77a3fc56 Checking in DOM JS glue and stub implemetation for getComputedStyle(). 2000-05-03 13:03:17 +00:00
jst%netscape.com fb7fd02085 Adding header for the DOM Level 2 interface ViewCSS, not used yet. 2000-05-03 12:30:05 +00:00
jst%netscape.com 9cf5ee9c9d Export more functions from the jsdom library. 2000-05-03 12:28:08 +00:00
cls%seawood.org 58aac2e6af OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
sfraser%netscape.com 89e7b47748 Add null check, to save crash when closing a window. 2000-05-01 21:51:11 +00:00
nisheeth%netscape.com fa1d77063b 1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
jst%netscape.com 956a193562 Hooking up window.getSelection() to return a selection object. 2000-04-28 14:02:29 +00:00
hyatt%netscape.com 774fb00011 Fix crash on dynamic skin switch. 2000-04-28 06:17:47 +00:00
scc%netscape.com 259a746cfb making string conversions explicit 2000-04-27 20:29:56 +00:00
brendan%mozilla.org f2203f5ca6 Add TraceMalloc* native methods; allow multiple log files per site file. 2000-04-27 04:02:22 +00:00
jst%netscape.com 3d960393a0 Trying to fix build bustage. 2000-04-26 14:43:10 +00:00
jst%netscape.com 468a70d967 Removing files that must be in another directory. 2000-04-26 14:11:07 +00:00
jst%netscape.com ee1f821853 Landing DOM Level 2 CSS and Views interfaces and implementation. 2000-04-26 14:05:36 +00:00
jst%netscape.com 3625709458 Landing DOM Level 2 CSS and Views interfaces and implementation. 2000-04-26 13:58:56 +00:00
brade%netscape.com 3a4f05ea65 add/remove files for jst (+dom/src/base/nsJSAbstractView.cpp, +dom/src/coreDOM/nsJSDocumentStyle.cpp, +dom/src/coreDOM/nsJSDocumentView.cpp, +dom/src/coreDOM/nsJSMediaList.cpp, +dom/src/coreDOM/nsJSStyleSheetList.cpp, +dom/src/css/nsJSCSSRuleList.cpp, -dom/src/coreDOM/nsJSStyleSheetCollection.cpp, -dom/src/css/nsJSCSSStyleRuleCollection.cpp) 2000-04-26 13:57:45 +00:00
jst%netscape.com 922ccbe1ad Adding headers for new DOM Level 2 interfaces to the build, not used yet. 2000-04-26 12:30:42 +00:00
jst%netscape.com 994b21c647 Adding new files to the makefiles, not part of the normal build. 2000-04-26 12:17:05 +00:00
jst%netscape.com 52e7c296f0 Checking in DOM JS glue code for new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 01:00:40 +00:00
jst%netscape.com 0b240f10f7 Checking in DOM JS glue code for new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 00:55:05 +00:00
jst%netscape.com c98751cf14 Adding new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 00:43:24 +00:00
jst%netscape.com f6c98ef45f Adding new DOM Level 2 interfaces, not part of the build yet. 2000-04-26 00:38:08 +00:00
jst%netscape.com 15f654e7ea Adding new DOM Level 2 CSS interfaces CSSRuleList and CSSCharsetRule, not part of the build yet. 2000-04-26 00:32:52 +00:00
jst%netscape.com 262a6ef3fe Adding new DOM Level 2 CSS interfaces MediaList and StyleSheetList, not part of the build yet. 2000-04-26 00:27:59 +00:00
scc%netscape.com 99535de185 making string conversions explicit 2000-04-25 08:10:43 +00:00
tbogard%aol.net 35a28493d6 Instead of getting the interface off the treeowner, do a GetInterface off the docShell to get a prompter. 2000-04-24 05:00:34 +00:00
joki%netscape.com 3851e31b9f fixes for 5995, 7304, 10573, 22832, and 9668.
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
2000-04-24 04:41:27 +00:00
cls%seawood.org 33edc21c9c General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
ftang%netscape.com 9bbe9a03ae change the dump code to dump in UTF8 so we can reduce unnecessary assertion when we turn on nsString
data corruption code
2000-04-21 21:46:36 +00:00
jst%netscape.com 62495e6102 Regenerating the DOM JS glue now that idlc knows about the new nsString API's, also updated nsGlobalWindow.cpp to use the new API. 2000-04-21 21:36:26 +00:00
jst%netscape.com ac84f92a46 Teaching idlc about the new nsString API. 2000-04-21 21:29:19 +00:00
danm%netscape.com 0fa27c4638 allowed windows with position specified to also specify size. deuglified some braces. couldn't help myself. bug 36219 2000-04-21 21:28:25 +00:00
pinkerton%netscape.com 2b1e668eb5 Moving Screen API away from individual attributes for performance reasons (stage 1). Fixes bugs on win32 with xul popups where taskbar is not at bottom of screen. 2000-04-21 06:55:13 +00:00
warren%netscape.com 8929701aaa Bug 34217. Making js protocol not clear window when it returns no result. 2000-04-21 05:18:15 +00:00
scc%netscape.com e246b96586 making string conversions explicit 2000-04-21 02:35:42 +00:00
jst%netscape.com 9967398bf2 Updating the DOM interface CSSStyleDeclaration to DOM Level 2. 2000-04-20 13:50:56 +00:00
brade%netscape.com 9369bcd1db add nsJSCSSValue.cpp for jst 2000-04-20 13:48:39 +00:00
jst%netscape.com b059fa0e79 Adding CSSValue interface, not part of the build yet. 2000-04-20 11:07:16 +00:00
pinkerton%netscape.com e85106dba6 Adding top and left to screen object because they're not always at 0,0 and
availTop and availLeft aren't good enough for all cases.
2000-04-20 02:00:55 +00:00
pinkerton%netscape.com f6035639b0 Adding top and left to screen object. 2000-04-20 01:59:24 +00:00
pinkerton%netscape.com 8e5c88d19c Adding top and left because they are not always at 0,0. 2000-04-20 01:58:36 +00:00
pinkerton%netscape.com 2718e4f048 Adding screen.top and screen.left 2000-04-20 01:57:16 +00:00
jst%netscape.com 1fdafb43e4 Updating the DOM interfaces HTMLFormElement and HTMLOptionElement to DOM Level 2. 2000-04-18 23:00:58 +00:00
jst%netscape.com 304122a1dc Updating the HTMLObjectElement interface to DOM Level 2. 2000-04-18 22:57:42 +00:00
jst%netscape.com eb15553b5b Fixing bug #25359, accessing mimetypes by name wasn't implemented, now it is. r=av@netscape.com 2000-04-18 22:08:05 +00:00
jst%netscape.com c899913a24 Adding DOM Level 2 interface definitions for AbstractView and DocumentView, not part of the build. 2000-04-18 17:07:52 +00:00
scc%netscape.com 7e868737a5 making string conversions explicit 2000-04-17 14:30:23 +00:00
scc%netscape.com 767ae4861e making string conversions explicit 2000-04-15 19:03:12 +00:00
mccabe%netscape.com b5188c5d2d Fix logic to fall through to stderr-printing code. 2000-04-15 03:40:48 +00:00
jband%netscape.com 8867cad436 fixing bustage 2000-04-15 02:50:22 +00:00
mccabe%netscape.com 4537a69b81 Modify nsIScriptGlobalObjectOwner::ReportScriptError to take an nsIScriptError interface, rather than separate message, file, line arguments.
Fix implementations and their callers, and restore error printing to stderr even when the error is successfully logged to the console service, to make life easier for people who go to the trouble to invoke Mozilla with -console.
2000-04-15 01:56:47 +00:00
mjudge%netscape.com 5c6387af01 new reason for notification 2000-04-14 23:03:57 +00:00
mjudge%netscape.com f932d997b6 adding reason to notification 2000-04-14 23:03:16 +00:00
mjudge%netscape.com 6a50a5a300 new spi addition for reason for notification 2000-04-14 23:02:51 +00:00
mjudge%netscape.com df3d3cc91d added new parameters to notification 2000-04-14 11:28:55 +00:00
mjudge%netscape.com 80323a423b added new parameters to NotifySelectionlisteners 2000-04-14 11:27:59 +00:00
mjudge%netscape.com 3274a82934 new api more details on notification 2000-04-14 11:27:22 +00:00
warren%netscape.com 54312c70fb Fixed refcounting bug 35794. 2000-04-14 07:18:36 +00:00
norris%netscape.com a3caa18f07 Fix
28390, 28866, 34364
r=brendan@mozilla.org
35701
r=jst@netscape.com
2000-04-14 03:14:53 +00:00
jst%netscape.com 2c4d540f7a Update the DOM interface to DOM Level 2, only stubs so far. 2000-04-13 21:21:02 +00:00
danm%netscape.com 9e945b79cc hook up new 'centerscreen' chrome flag 2000-04-13 20:32:30 +00:00
sfraser%netscape.com 48fa415a04 Adding methods to NSHTMLInputElement to allow control of the selection from JS. 2000-04-13 05:02:35 +00:00
ducarroz%netscape.com 5fe7f03696 Remove the old autocomplete widget which is now replaced by the XBL one (xpfe/components/autocomplete). R=alecf. 2000-04-13 04:50:39 +00:00
hyatt%netscape.com 2ffbbf0cf2 Fixing an XBL event handling bug and a menu shortcut bug. r=brendan, a=leaf 2000-04-06 22:32:36 +00:00
jst%netscape.com 3f6e5927d9 Eliminating the last traces of NS_COMFALSE from the DOM code, fixes M15 bug #11594. 2000-04-05 02:40:08 +00:00
mkaply%us.ibm.com 25c83939ad # 34082
r= jst@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
2000-04-05 02:37:25 +00:00
jst%netscape.com aebdfd63a7 Updating the DOM Attr interface to match the DOM Level 2 spec. r=waterson@netscape.com 2000-04-03 13:40:04 +00:00
scc%netscape.com 6f4c241bfa making string conversions explicit 2000-04-03 09:03:21 +00:00
jst%netscape.com 09556dd1c8 Updating the interfaces Document and HTMLDocument to comply with DOM Level 2, only stubs for new methods for now. 2000-04-02 17:46:30 +00:00
jst%netscape.com eb690d2418 Updating HTMLFrameElement and HTMLIFrameElement to comply with the Level 2 DOM, this adds a 'contentDocument' attribute to those two interfaces that can be used to access the document contained in the frame. 2000-04-02 14:04:19 +00:00