mkaply%us.ibm.com
96d8479a77
OS/2 bustage
2001-12-20 16:56:42 +00:00
jst%netscape.com
e1b7f01e77
Fixing bug 111752. DOM0 quirk, document.open() when called with 3 or more arguments should call window.open() to make calls to 'open(url, name, features);' when called from within the document scope open a new window. r=hidday@geocities.com, sr=brendan@mozilla.org.
2001-12-20 10:16:25 +00:00
heikki%netscape.com
1ad96d6103
Bug 74800, implemented FIXptr. r=harishd, sr=vidur.
2001-12-20 05:15:52 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
bryner%netscape.com
bbbec2d253
Adding a new interface to allow select elements to have an outliner box object. Not part of the build.
2001-12-17 11:21:12 +00:00
jaggernaut%netscape.com
2df17e0579
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
1886ca82f6
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
seawood%netscape.com
3738d752bc
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
bbaetz%cs.mcgill.ca
43806ea8b2
Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
...
alex.fritze@crocodile-clips.com , james.turner@crocodile-clips.com , and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes
r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.
NOT ON BY DEFAULT
2001-12-12 07:59:31 +00:00
jst%netscape.com
9ffa07fd07
Fixing bug 112217. Moving nsIDOM3Node into its own file since nsIDOMNode.idl is technically frozen, but the interface nsIDOM3Node is not. r=peterv@netscape.com, rs=jband@netscape.com
2001-12-12 05:58:44 +00:00
jst%netscape.com
ab2f7a6786
Breaking out nsIDOM3Node into its own file. Not part of the build yet.
2001-12-12 05:06:07 +00:00
varada%netscape.com
d62331c126
fix for 112707;crashing on cancel create filter -caused by null point check in RunTimeout;r=ducarroz;sr=jst
2001-12-12 01:01:38 +00:00
mstoltz%netscape.com
15ea4ed59c
Bug 52920 - allow cross-origin access to the frames array and the top, parent,
...
length, and opener properties. patch by jst. r=mstoltz, sr=brendan.
2001-12-11 21:07:36 +00:00
ccarlen%netscape.com
b4f1e83674
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:54:47 +00:00
ccarlen%netscape.com
d360173601
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:42:22 +00:00
ccarlen%netscape.com
2d15ad27bc
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
jst%netscape.com
117e1271b9
Fixing bug 110798. Freezing the interfaces nsIDOMEvent, nsIDOMEventListener, nsIDOMEventTarget and nsIDOMDocumentEvent. r=harishd@netscape.com, sr=jband@netscape.com
2001-12-06 06:57:03 +00:00
jst%netscape.com
e0e782d624
added files: mozilla/dom/public/idl/events/nsIDOMNSEvent.idl
2001-12-06 03:44:22 +00:00
jst%netscape.com
3581a14b2d
Adding new event interface to the build, part of bug 110798. r=harishd@netscape.com, sr=jband@netscape.com. Not used just yet.
2001-12-06 03:44:02 +00:00
jst%netscape.com
c7570b9af5
Adding new interface for non-standard event methods/attributes. Not part of the build yet.
2001-12-06 03:40:54 +00:00
leaf%mozilla.org
99e99b9ff7
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
jst%netscape.com
1a1b3ed3f0
Fixing bug 113008. Marking nsIDOMNodeFilter as a 'function' so that JS functions can be passed as nsIDOMNodeFilters. r=dbaron@fas.harvard.edu, sr=jband@netscape.com
2001-12-01 09:24:36 +00:00
jst%netscape.com
fe6feb824a
Adding 'raises(...)' to a few methods to make our interfaces match the W3C DOM Events ones closer. No review, these changes are meaningless in mozilla for now.
2001-12-01 06:45:32 +00:00
jst%netscape.com
39203e91b5
Whitespace changes to make these interfaces match the styling in the other DOM interfaces.
2001-12-01 06:36:12 +00:00
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