rpotts%netscape.com
a33a19e3d1
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
2001-11-30 22:35:33 +00:00
locka%iol.ie
d4539e7863
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
044e106931
Fix for #110795 - Freeze core DOM interfaces
...
r/sr=jst
2001-11-27 19:18:00 +00:00
jst%netscape.com
00591cffc1
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
d355dd941a
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
b6f3487faf
Comment change...
2001-11-22 06:12:20 +00:00
jst%netscape.com
77a0957643
Adding comments per brendan@mozilla.org's request in bug 111361.
2001-11-22 04:58:09 +00:00
jst%netscape.com
76efac98b4
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
78526eafad
Ahem...
2001-11-22 02:56:22 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
mstoltz%netscape.com
a25a8212b3
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
3667bef2b8
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
7a702bad66
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
2e3dd4db41
/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
18f5fc256f
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
3c8e735779
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
8f7d1a120c
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
be96ac278e
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
2c09d73c86
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
ffd5bcd29b
Disabling security check optimization since it exposes security problems. rs=jband@netscape.com
2001-11-16 03:14:05 +00:00
jst%netscape.com
d640e279aa
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
2fe85043bf
lazily instantiate mDocument. bug 88229 r=jst,rpotts
2001-11-16 02:14:53 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
nhotta%netscape.com
e8d65cfa2a
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
d965b16246
108757 - dispatch DOM events for mouse wheel scrolling, r=?, sr=?
2001-11-14 10:06:21 +00:00
bryner%netscape.com
7450bd55e1
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
5556328edb
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
78b5eaf583
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
67fb6169dc
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
49f1c4e12b
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
261f76a8ba
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
a6e65c4117
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
78134a2f5d
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
1e4067d8fb
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
760f64245a
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
0e1774a1d4
Fix silly way to write an assertion. sr=jst
2001-11-03 05:11:36 +00:00
seawood%netscape.com
c79715ed1b
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
62d3955034
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
f200a920b0
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
e80e70e9e7
Bug 83426 - Remove DOM exception hack. r=jst, r=dbradley, sr=jband
2001-11-01 15:52:53 +00:00
seawood%netscape.com
6daf60f372
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
8d0d7f1cea
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
e7e8955c4c
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
73e169bbcd
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
61ea5cf938
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
84c24158b4
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
5c848e075b
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
54a4727cd7
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
a9979d7127
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
28becb73f9
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
waterson%netscape.com
5ad3c54b5f
Bug 26104. Move broadcaster maintenance out of XUL element and into the document. r=shaver, sr=hyatt
2001-10-23 02:44:44 +00:00
dougt%netscape.com
5fe12c09e7
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
2001-10-23 01:37:21 +00:00
bryner%netscape.com
bbbbd6f9e3
Bug 104977 -- landing tabbing rewrite. Fixes bugs 78256, 83575, 85602, 96273, 103980, and 105224. r=saari, sr=hyatt.
2001-10-22 22:43:52 +00:00
dougt%netscape.com
fdb581ad21
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
hewitt%netscape.com
a410bc6139
102239 - [XUL 1.0] implement new control element methods, r=blake, sr=hyatt
2001-10-21 03:58:21 +00:00
dougt%netscape.com
da7e1268bd
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
jst%netscape.com
c5132891a9
Fixing bug 105572. Don't bother GC'ing on context destruction when we're tearing down a frame in a frameset (or an iframe). r=jband@netscape.com, sr=vidur@netscape.com
2001-10-19 04:13:37 +00:00
jst%netscape.com
2a569ad39c
Remove bugs assertion, r=syd, sr=me (part of bug 105008).
2001-10-19 03:11:44 +00:00
mkaply%us.ibm.com
e51b52dce4
OS/2 bustage
2001-10-17 13:14:22 +00:00
mkaply%us.ibm.com
4e065647a1
OS/2 bustage
2001-10-17 05:01:54 +00:00
jst%netscape.com
31a4b75f6d
Fixing most of bug 62536. Adding support for the properties scrollTop, scrollLeft, scrollHeight, scrollWidth, clientHeight, clientWidth and the method scrollIntoView() to elements for compatibility with IE. Patch by Fabian <hidday@geocities.com> and myself, r=peterv@netscape.com, sr=jband@netscape.com
2001-10-17 01:17:47 +00:00
jst%netscape.com
12b670f9d7
Fixing bug 101492. Making self.close() do nothing when called from within a frame in a frameset (or from an iframe) for backwards compatibility. r=peterv@netscape.com, sr=brendan@mozilla.org
2001-10-16 21:19:05 +00:00
alecf%netscape.com
9a8ef3ebf4
bug 101761 - MODULE= cleanup on windows: gkplugin is really just plugin, r=cls
2001-10-16 20:56:51 +00:00
jst%netscape.com
06338a501e
Fixing part of bug 104297. Making calling window.close() on an already closed window not throw exceptions and not assert. r=jaggernaut@netscape.com, sr=sfraser@netscape.com
2001-10-16 06:38:04 +00:00
jst%netscape.com
7d73c9ea18
Fixing bug 76049. Making access past the end of a 'DOM array' return undefined and not null. r=fabian@geocities.com, sr=jband@netscape.com
2001-10-16 01:24:16 +00:00
jst%netscape.com
cd9985ce2f
Fixing bug 103188. Making window.prompter [noscript] since it's not accessable from web scripts anyway. r=jkeiser@iname.com, rs=rpotts@netscape.com
2001-10-16 01:18:33 +00:00
pavlov%netscape.com
2cf0d090f2
oops, forgot to check in the changes from this directory. removing lowsrc support. bug 92453. r=jag sr=attinasi
2001-10-14 02:02:22 +00:00
mkaply%us.ibm.com
b06c4a0492
#80802
...
r=mkaply, sr=jband
Code from jst - this patch allows Java applets that are in OBJECT and EMBED tags to use LiveConnect - hurrah!
Diff looks more complicated then it is - the change is to make nsHTMLPluginObjElementSH
inherit nsHTMLAppletElementSH, and nsHTMLPluginObjElementSH::GetPluginJSObject()
call the inherited GetPluginJSObject()
2001-10-10 04:04:21 +00:00
rpotts%netscape.com
c3be3c3b93
bug #102774 (r=jst@netscape.com, sr=vidur@netscape.com). location.reload(true) did not cause the cache to be bypassed.
2001-10-09 05:02:25 +00:00
jaggernaut%netscape.com
25694acfa3
Clean up REQUIRES lines.
2001-10-07 10:35:41 +00:00
hewitt%netscape.com
a0bd804923
95876 - Support <button type='checkbox'/>, r=blake, sr=hyatt
2001-10-02 03:06:51 +00:00
mstoltz%netscape.com
fa4e5530e9
Bug 18553, better fix which should cause fewer problems. Clear event listeners
...
before every document load, including the first, except when setNewDocument
is called from document.open. r=heikki, sr=jst
2001-10-02 00:54:44 +00:00
mstoltz%netscape.com
91ac958f28
the reopened bug 18553 - clear event handlers when first
...
document is loaded in a window.
r=heikki, sr=vidur
2001-10-01 02:08:30 +00:00
bzbarsky%mit.edu
83aa961435
Adding REQUIRES to fix bustage (dependencies on find and appshell needed
...
for window.find()).
2001-09-30 20:41:27 +00:00
bzbarsky%mit.edu
cdaf1556ac
Add window.find(). Bug 9550. Patch from Fabian <hidday@geocities.com>,
...
r=sfraser, sr=jst
2001-09-30 19:56:32 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
hewitt%netscape.com
b293c5b0b5
95127 - dispatchEvent() doesn't return a value, r=joki, sr=hyatt
2001-09-27 21:43:00 +00:00
jgaunt%netscape.com
a000eb321f
bug 100772 bug 98777 accessible support for XUL
...
Description, Label, Button
r=aaronl sr=hyatt
2001-09-25 22:59:55 +00:00
jgaunt%netscape.com
7ad2ec1e40
bug 100772 and bug 98777 - accessibility support for XUL Descriptions, Labels and Buttons
idl and mac mcp files only -- missed something in the mcp
r=aaronl sr=hyatt
2001-09-25 22:46:23 +00:00
gerv%gerv.net
b2bfcfd61c
License changes, take 2. Bug 98089. mozilla/dom/.
2001-09-25 22:43:09 +00:00
jgaunt%netscape.com
83ba55346c
bug 100772 and bug 98777 - accessibility support for XUL Descriptions, Labels and Buttons
idl and mac mcp files only
r=aaronl sr=hyatt
2001-09-25 22:41:10 +00:00
aaronl%netscape.com
365288f7ae
Bug 98781. Active Accessibility: XUL <image> element support. sr=hyatt, r=jgaunt
2001-09-25 22:32:32 +00:00
jgaunt%netscape.com
3a2b71eda2
bug 98781 - accessibility for XULImage elements.
for aaronl
idl and mcp file
r=jgaunt sr=hyatt
2001-09-25 22:13:45 +00:00
dbradley%netscape.com
d5d3bc26a0
patch from bug 99838 - Changes to remove xpconnects dependency on DOM r=jband, sr=jst
2001-09-24 22:57:47 +00:00
bzbarsky%mit.edu
687a4abbe8
Add a document.contentType attribute to allow getting the MIME type of
...
the current document from JS. The rest is moving around stuff to deal
with nsIDocument already declaring GetContentType. bug 73847, r=peterv,
sr=jst
2001-09-24 22:43:23 +00:00
peterv%netscape.com
1511667dd7
Fix for bug 100732 (content_xsl.xpt missing in packaged bits). r=heikki, sr=jst.
2001-09-24 12:03:02 +00:00
hyatt%netscape.com
5ce8060823
Fix for 98109, make window._content dynamically shiftable. r=blake, sr=jst
2001-09-23 05:52:23 +00:00
mstoltz%netscape.com
f641b0a0f8
Bug 101021 - omitted assignment of return value from security check.
...
r=harishd, sr=vidur.
2001-09-22 00:20:59 +00:00
jst%netscape.com
6265b98275
Backing out part of last checkin that wasn't supposed to be checked in.
2001-09-21 04:33:47 +00:00
jst%netscape.com
d17618ae24
Tweaking core document classname to make my last patch actually do the right thin in all cases.
2001-09-21 03:23:33 +00:00
heikki%netscape.com
d6a70c4a87
Bug 100795 Mac project changes.
2001-09-21 01:08:36 +00:00
jst%netscape.com
7c86ba2445
Fixing bug 100795. Removign the method load() from HTML documents, implement it only on XML documents since the name 'load' blocks existing global functions named 'load' from being called from event handlers in the document (since document.load is found before window.load in the scope of event handlers). HTMLDocument.load and XULDocument.load were never implemented any way. r=heikki@netscape.com, sr=vidur@netscape.com
2001-09-21 01:07:53 +00:00
jst%netscape.com
9c526f8bbb
Adding new interface file, not part of the build yet.
2001-09-20 22:09:41 +00:00
peterv%netscape.com
47c0cd7a36
Fixing bug 65486. Implementing HTML[I]FrameElement.contentWindow, r=harishd@netscape.com, sr=hyatt@netscape.com
2001-09-20 10:15:42 +00:00
jst%netscape.com
b279aeaf98
Fixing bug 65486. Implementing HTML[I]FrameElement.contentWindow, r=harishd@netscape.com, sr=hyatt@netscape.com
2001-09-20 07:58:49 +00:00
jst%netscape.com
388f39b108
Adding new interface for bug 65486, implement HTML[I]FrameElement.contentWindow. r=harishd@netscape.com, sr=hyatt@netscape.com. Not used yet.
2001-09-20 07:53:37 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
jst%netscape.com
363deb41a9
Fixing bug 81928. JS errors in XUL files were not always reported. sr=brendan@mozilla.org, r=jband@netscape.com
2001-09-18 03:32:03 +00:00
saari%netscape.com
bd2d5a6c8b
adding files to IDL projects for aaronl. Accessiblity stuff, bug 82207
2001-09-18 03:09:19 +00:00