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

1152 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org 4f96493573 Better TraceMalloc* methods (r=waterson). 2000-05-17 06:58:48 +00:00
joki%netscape.com c22fd60f54 More support for onresize and onscroll, bug 960 2000-05-17 06:53:58 +00:00
jst%netscape.com 1f7e95ea68 getComputedStyle() is now alive! 2000-05-17 06:38:43 +00:00
sfraser%netscape.com 9d0f0840c6 Remove linkage with NetworkModular.shlb 2000-05-17 06:36:59 +00:00
jst%netscape.com 75e033f12f Export more functions. 2000-05-17 06:28:23 +00:00
joki%netscape.com 08d1d06617 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 483af1a01b Improve --trace-malloc to handle multiple logfiles. 2000-05-17 04:44:14 +00:00
pavlov%netscape.com 803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
joki%netscape.com 9a82121abd Part of fix for 4163, enable 4.x dragdrop event 2000-05-17 00:31:36 +00:00
javi%netscape.com cc49213457 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 a5837f5784 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 1b76541751 temp fix for bustage 2000-05-16 12:14:19 +00:00
joki%netscape.com a743e2b38b 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 618d468469 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 798ded8a8e Checking in DOM Level 2 version of the DOM interface Element. 2000-05-15 20:31:55 +00:00
brendan%mozilla.org 56cee012d6 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 c8f6bd642a 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 dcf7e3f45a 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 c027dde21f 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 ae5cf1735f Removing files that are not needed in the build yet. 2000-05-14 02:06:27 +00:00
jst%netscape.com 4effc44964 added files: mozilla/dom/src/css/nsJSCSSPrimitiveValue.cpp 2000-05-14 02:05:23 +00:00
jst%netscape.com 64d45dd9ba Making Processing instructions implement the LinkStyle interface. 2000-05-14 00:09:11 +00:00
jst%netscape.com ee926f445f Adding DOM Level 2 LinkStyle interface. 2000-05-14 00:01:02 +00:00
mjudge%netscape.com 4674af6de9 changing api for 2 string to force a output type. 2000-05-13 08:01:47 +00:00
scc%netscape.com 383fdc142e string backsliding. r=mjudge 2000-05-12 07:53:02 +00:00
waterson%netscape.com 248dfed561 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 c7e8bcaa77 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 6d85c44bba missed this file 2000-05-11 23:08:13 +00:00
jst%netscape.com 1eeff4277a Add the glue code for more DOM Level 2 interfaces to the build. 2000-05-11 23:03:25 +00:00
saari%netscape.com 62bcd1b1eb last checkin for 29800 2000-05-11 22:54:14 +00:00
saari%netscape.com 127a21c2fc more for 29800 2000-05-11 22:43:32 +00:00
jst%netscape.com 8fff1cbbbd 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 24243bee7f 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 e0747e8c00 adding to other files to fix bustage. 2000-05-11 20:25:18 +00:00
pinkerton%netscape.com fc95f39ffb added nsJSCrypto.cpp to fix build bustage. 2000-05-11 20:21:20 +00:00
jst%netscape.com 4e3ceb93f9 Checkin in headers for new DOM Level 2 interfaces. 2000-05-11 19:31:07 +00:00
jst%netscape.com 3b9f583f69 Adding more DOM Level 2 CSS interfaces. 2000-05-11 19:24:31 +00:00
javi%netscape.com 9c8910f046 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 769af07e62 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 49febb72b6 Forgot this one during initial check-in. 2000-05-11 19:19:24 +00:00
javi%netscape.com 1d0ef43775 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 38d2b881a7 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 b3f2a66d48 New Makefiles for crypto JS object related changes. 2000-05-11 19:15:51 +00:00
javi%netscape.com 77683d86ed Adding new idl files for the crypto object. r=jst@netscape.com 2000-05-11 19:13:31 +00:00
pollmann%netscape.com 579ba735af 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 20634a570e Teaching IDLC about the type 'float'. 2000-05-10 20:12:44 +00:00
jst%netscape.com 500dd42415 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 11c8e7cf5c XBL now works with HTML, SVG, MathML, XML, and XUL. 2000-05-09 21:41:01 +00:00
bryner%uiuc.edu e8170d1269 Fixing the out of order DOM properties assertion. r=shaver. 2000-05-07 20:19:08 +00:00
brendan%mozilla.org 655468fe9a Make sure the enumerator names are sorted (r=waterson@netscape.com). 2000-05-07 07:10:55 +00:00