Commit Graph

1783 Commits

Author SHA1 Message Date
rpotts%netscape.com
1f0cc6e6b9 bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes... 2001-11-30 22:35:33 +00:00
locka%iol.ie
87fce2a382 Make LiveConnect optional once more. b=112215 r=leaf@mozilla.orf sr=shaver@mozilla.org 2001-11-27 20:32:26 +00:00
chak%netscape.com
8b85b174cd Fix for #110795 - Freeze core DOM interfaces
r/sr=jst
2001-11-27 19:18:00 +00:00
jst%netscape.com
af8974a9fd Fixing bug 42321. Delaying GC's two seconds when leaving a page (which is done when opening a window too), and don't start GC'ing until 10 seconds after the first request. r=bzbarsky@mit.edu, sr=brendan@mozilla.org 2001-11-27 09:46:38 +00:00
jst%netscape.com
e89c147731 Fixing part of bug 111213. Make nsIScriptContext::SetScriptsEnabled() 'restart' scripts if they were turned off earlier in this context (print preview relies on this). r=jkeiser@iname.com, sr=jband@netscape.com 2001-11-27 09:18:28 +00:00
jst%netscape.com
fcb3db43a8 Comment change... 2001-11-22 06:12:20 +00:00
jst%netscape.com
2407828023 Adding comments per brendan@mozilla.org's request in bug 111361. 2001-11-22 04:58:09 +00:00
jst%netscape.com
06be573267 Fixing bug 111361. nsGlobalNameStruct::mDOMClassInfoID is only valid on nsGlobalNameStruct's whose mType == eTypeClassConstructor. r=bbaetz@cs.mcgill.ca, sr=jband@netscape.com 2001-11-22 03:11:58 +00:00
jst%netscape.com
d8ae5713fd Ahem... 2001-11-22 02:56:22 +00:00
seawood%netscape.com
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
mstoltz%netscape.com
0760bc3475 bug 105705, take 2: Replace global property security-check optimization
rewritten more conservatively, merge doCheckReadAccess and doCheckWriteAccess,
and pass real property names into the security manager instead of "scriptglobals."
r=brendan, sr=jst.
2001-11-20 23:15:32 +00:00
aaronl%netscape.com
6f28df0916 Bug 109851, bug 108629, bug 109921, bug 109977, bug 109153, bug 109187, bug 109213, bug 109221. Check in latest XUL accessibility support - menus, <colorpicker>, <progressmeter>, <groupbox>, mixed states for checkboxes, buttons that can be 'checked' ie pressed down, fixes extra MSAA events being generated, couldn't see HTML content 2001-11-20 02:05:26 +00:00
jgaunt%netscape.com
fd8b097cda mcp files for bug 108629 and bug 109221 latest round of accessibility support r=jgaunt sr=sfraser 2001-11-20 02:03:03 +00:00
seawood%netscape.com
89e828f82c /usr/builds/tinderbox/SeaMonkey/BSD_OS_4.2_Depend/mozilla/dom/src/base/nsDOMClassInfo.h:102: ANSI C++ forbids declaration `IsReadonlyReplaceable' with no type 2001-11-18 12:05:57 +00:00
jst%netscape.com
4d0b018635 Fixing bug 110397. Making the read-write properties innerHeight, innerWidth, outerHeight, outerWidth, screenX, screenY, status, and name 'replaceable' by making assignment to these properties replace the real properties if the propery name is not fully qualified when doing the assignment. This is an attempt at fixing backwards compatibility problems where these properties are used a global variables (which worked in NS4x). r=peterv@netscape.com, rs=vidur@netscape.com, sr=brendan@mozilla.org 2001-11-18 06:45:10 +00:00
bzbarsky%mit.edu
3c061c454a Set referrer correctly when a document is loaded by setting
location.href. Bug 109319, r=fabian, sr=jst
2001-11-17 17:26:18 +00:00
danm%netscape.com
11d79ce6ef reenable lazy instantiation of mDocument from rev 1.459 now that the leak has been plugged. r=jst,rpotts 2001-11-17 05:22:05 +00:00
bzbarsky%mit.edu
761acd330a Make various location.href and anchor href properties writable (NS4
compat).  Patch from Christian Biesinger (cbiesinger@web.de),
r=bzbarsky, sr=jst
2001-11-17 02:23:22 +00:00
danm%netscape.com
1a0346af42 temporarily disabling lazy instantiation of mDocument and stuffing some 6K of bloattest leaks back into the box 2001-11-16 06:38:01 +00:00
jst%netscape.com
fa454e41c4 Disabling security check optimization since it exposes security problems. rs=jband@netscape.com 2001-11-16 03:14:05 +00:00
jst%netscape.com
cc8dda0f89 Putting back security check optimization that was taken out a few weeks ago, will disable this check until the real fix comes along. rs=jband@netscape.com 2001-11-16 03:12:12 +00:00
danm%netscape.com
452c8e0f41 lazily instantiate mDocument. bug 88229 r=jst,rpotts 2001-11-16 02:14:53 +00:00
alecf%netscape.com
d49a4ba867 win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
nhotta%netscape.com
4637350292 Changed location.href to force escape 8 bit if the href contains 8 bit, bug 40469, r=ftang, sr=jst. 2001-11-14 23:45:23 +00:00
hewitt%netscape.com
76b5876544 108757 - dispatch DOM events for mouse wheel scrolling, r=?, sr=? 2001-11-14 10:06:21 +00:00
bryner%netscape.com
ffe8346ca7 Fixing smoketest blocker 109870 - crashes when favicon doesn't exist. r=dbaron ,sr=hyatt. 2001-11-13 23:35:12 +00:00
dbaron%fas.harvard.edu
0c93d110f3 Tweak XP_MACOSX ifdefs to fix keyboard shortcuts (partly), context menus, and hidden window behavior and build the mac classic skin in the Mach-O build. b=109165 r=pinkerton sr=beard 2001-11-10 23:30:13 +00:00
jst%netscape.com
1ab806d0b3 Checking in Fabian's <hidday@geocities.com> patch for bug 105640. Add support for IE's document.compatMode property. r=sicking@bigfoot.com, sr=jst@netscape.com 2001-11-10 07:36:19 +00:00
jst%netscape.com
83696fdcd1 Fixing compiler warning, unused variable (debug only). This was pointed out by hidday@geocities.com 2001-11-08 21:50:47 +00:00
jst%netscape.com
9d055019fb Fixing bug 92071. Making sure DOM objects that don't have a class interface (such as <span> elements, there is no nsIDOMHTMLSpanElement) get their prototype chain properly set up. r=hidday@geocities.com, peterv@netscape.com, sr=jband@netscape.com 2001-11-07 07:52:41 +00:00
dbaron%fas.harvard.edu
8cd8d91750 Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
mstoltz%netscape.com
2f36e65165 Bug 105705, temporary fix. Remove security check optmization
from global property access. sr=jst, r=harishd. We will find
a better fix that preserves the optimization, this fix is temporary.
2001-11-06 05:04:36 +00:00
jgaunt%netscape.com
fdbc63ccb4 bug 108219 fixing filenames so mac's don't choke and adding them to the mcp file r=hewitt rs=sfraser 2001-11-06 01:13:32 +00:00
jgaunt%netscape.com
a3900ba23b bug 108219 fixing filenames so Mac's can handle them
r=hewitt
rs=sfraser
2001-11-06 01:11:41 +00:00
rods%netscape.com
37a4501149 Initial check in for print preview work it is complied in for Windows and linix only
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
2001-11-03 14:59:39 +00:00
dbaron%fas.harvard.edu
edbc3f3029 Fix silly way to write an assertion. sr=jst 2001-11-03 05:11:36 +00:00
seawood%netscape.com
be10c3b1a8 Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
jst%netscape.com
cacd57b2ae Fixing bug 52120. Make mozilla pass the expected arguments to window.onerror. r=jkeiser@iname.com, sr=jband@netscape.com 2001-11-02 04:49:07 +00:00
jband%netscape.com
049fc18598 part of fix to bug 108045. gracefully handle the case where we can't get info about an interface. r=jst sr=brendan 2001-11-02 04:41:37 +00:00
dbradley%netscape.com
5cb0f9371f Bug 83426 - Remove DOM exception hack. r=jst, r=dbradley, sr=jband 2001-11-01 15:52:53 +00:00
seawood%netscape.com
8a2a775382 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
jst%netscape.com
56e34c4091 Fixing topembed bug 106105. Clear our document.body cache when resetting a document, and make sure the right things are flushed when position and size related properties are accessed. r=heikki@netscape.com, sr=vidur@netscape.com 2001-10-31 23:52:52 +00:00
alecf%netscape.com
61716661d2 bug 100113, r=jag, sr=blizzard - remove some dumb dependencies on dom and gfx 2001-10-31 23:43:27 +00:00
jst%netscape.com
9bdbfb3c8f Fixing bug 90765. Hold a strong reference to the global object's wrapper to avoid users of that wrapper to cause rooting and unrooting of the global object every time the global object wrapper is addreffed. r=dbaron@fas.harvard.edu, sr=jband@netscape.com 2001-10-31 08:39:09 +00:00
jst%netscape.com
3c5e9197e3 Fixing bug 100944, making a.search and area.search settable for backwards compatibility. Patch by Fabian Guisset <hidday@geocities.com>, r=bzbarsky@mit.edu, sr=jst@netscape.com 2001-10-26 08:54:45 +00:00
jst%netscape.com
0c2c3d4fa4 Fixing bug 106769. Document.prototype was not on the prototype chain for XMLDocument objects. sr=jband@netscape.com, r=bzbarsky@mit.edu 2001-10-26 02:23:56 +00:00
jaggernaut%netscape.com
6565dffec6 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 10:37:41 +00:00
jst%netscape.com
a4d3e8004d Fixing bug 106181. When a window object is asked for the numeric property n, we return the n:th frame in the window, but if there is no n:th frame we should let the JS engine do its thing w/o forsing it to return null. r=jag@netscape.com, sr=rpotts@netscape.com 2001-10-25 05:09:03 +00:00
jst%netscape.com
ec6e6aa5da Fixing bug 69468. Finally adding support for string nullness to XPConnect. r=jaggernaut@netscape.com, shaver@mozilla.org, sr=jband@netscape.com 2001-10-24 07:15:06 +00:00
jst%netscape.com
61537d716e Fixing bug 90143. Crash in DOM timeout code on Win2k due to OS timers firing early and out of order. r=peterv@netscape.com, sr=vidur@netscape.com 2001-10-24 06:58:11 +00:00