mccabe%netscape.com
2b35af1344
Part of fix for 39911, which is a dependency of nsbeta+ bug 38495.
...
Interface for plugins to expose to advertise a scriptable peer object and the interface that XPConnect should expose it with.
r=sechevarria@beatnik.com ,beard@netscape.com
a=beard@netscape.com
NOTE This is not yet built on any platform.
2000-06-14 01:04:06 +00:00
attinasi%netscape.com
13f2c1c34d
To fix the bug we added support for hspace and vspace attributes in QuirkMode. b=41863 karnaze@netscape.com did part of the fix and we reviewed each others code
2000-06-14 00:59:29 +00:00
jst%netscape.com
aee37774cd
Fixing nsbeta2+ bug 41367, area.pathname incorrectly contained the ref and search parts of the URL. r=vidur
2000-06-14 00:48:34 +00:00
bryner%uiuc.edu
e738252f22
Fixing import line. r=ben. Not part of build.
2000-06-14 00:44:43 +00:00
mkaply%us.ibm.com
dc2e138a70
# 37239
...
r = valeski, a = brendan
OS/2 bring-up - Yes I know this is ugly.
We are getting a linker error on this delete.
We want to get our builds up by any means necessary,
so I need to comment this out for us for now.
2000-06-14 00:26:52 +00:00
rginda%netscape.com
2ebc0a5b20
-- NOT PART OF THE BUILD --
...
Conditionally build lcshell w/ jdk 1.1.8 or 1.2.2 on windows
2000-06-14 00:14:56 +00:00
mkaply%us.ibm.com
737d9fb1b4
# 37239
...
r = mccabe, a = brendan
OS/2 bring-up - PR_CALLBACK for VisualAge
2000-06-14 00:07:08 +00:00
jst%netscape.com
eb6d78edaf
Fixing nsbeta2+ bug 39892. Adding support for getting the computed value of the 'behavior' property with getComputedStyle(). r=hyatt
2000-06-14 00:06:36 +00:00
alecf%netscape.com
2f8a7501aa
fix for #42082 - enable the filter on creation
...
r=sspitzer
2000-06-14 00:04:43 +00:00
mstoltz%netscape.com
368bb298e8
Fix for bug 31818. Dogfood. r=brendan
2000-06-13 23:56:30 +00:00
ddrinan%netscape.com
88e79e328c
Move nlslayer from my machine to sbc
2000-06-13 23:54:37 +00:00
racham%netscape.com
bce51d4e73
Fixing bug 40180. If the profile directory is deleted, a new directory is created with default contents on all platforms. On Mac, which is the main concern of this bug, the folder in the trash is ignored and the new folder is considered as an active profile directory. r=sfraser
2000-06-13 23:53:42 +00:00
rjc%netscape.com
1ee7c08c9e
Ensure gRefCnt is initialized to zero. Code from ericb@neoplanet.com, approval=me
2000-06-13 23:45:20 +00:00
leaf%mozilla.org
ab6189702a
Automated update
2000-06-13 23:45:09 +00:00
dbragg%netscape.com
585508c57a
Fix for bug #42201 . Patch submitted by BlakeR1234@aol.com. a=dveditz r=dbragg
2000-06-13 23:37:11 +00:00
cls%seawood.org
37996e5bbe
Call AC_SUBST to that MOZ_MNG is properly (un)set.
2000-06-13 23:32:42 +00:00
av%netscape.com
42ff6eabbe
Addressing #41276 , r=sechevarria@beatnik.com
2000-06-13 23:23:13 +00:00
akkana%netscape.com
0cd94a0db4
42306: remove hacky workaround for middle mouse handling, no longer
...
needed; event bubbling now happens correctly. r=saari,mjudge; a=beppe
2000-06-13 23:21:37 +00:00
akkana%netscape.com
09592145c3
42306: Change middle-mouse paste from MouseDown to MouseClick,
...
and prevent it bubbling up to where navigator.js will handle it.
r=saari,mjudge; a=beppe
2000-06-13 23:19:48 +00:00
mccabe%netscape.com
3a709facd8
First part of fix for 38495, support for exposing plugin methods to JavaScript.
...
This patch teaches XPConnected objects to look in their JavaScript __proto__ chain for any names they can't resolve themselves. The rest of the fix to this bug sets the original DOM node object as the prototype of a new xpconnect-exposed plugin object, so javascript accesses will see names from both objects.
r=jst,brendan
a=beard
2000-06-13 23:18:21 +00:00
jefft%netscape.com
e4d6f47b1c
fixed bug 41170 - opening the twisty for an imap server should refresh the folder list; r=sspitzer, bienvenu
2000-06-13 23:18:04 +00:00
av%netscape.com
94bf01f465
Addressing #41276 , r=edburns
2000-06-13 23:16:05 +00:00
pinkerton%netscape.com
2da5e11e74
fix for bug 39764 (disabled values added to context menu). check the target of the oncreate/destroy event before processing it, as this will bubble from submenus. r=brade.
2000-06-13 23:15:53 +00:00
cls%seawood.org
7c56b4260d
Applying BeOS fixes for PSM to tip. Bug #39164
2000-06-13 23:13:48 +00:00
chrisk%netscape.com
f7113ab1b2
Merge smimetk_branch to tip...
2000-06-13 21:56:37 +00:00
relyea%netscape.com
d43393b11b
reuse old key structures on a given token rather than building it up and
...
tearing it down every time.
2000-06-13 21:37:28 +00:00
relyea%netscape.com
78671954d3
Reuse old Object structures rather than build and free them every time.
2000-06-13 21:34:52 +00:00
sdv%sparc.spb.su
a8564a2fae
support of latest w3c dom spec changes
...
fixed a bug with unicode strings
2000-06-13 21:22:35 +00:00
sdv%sparc.spb.su
60fd966f38
support of latest w3c dom spec changes
2000-06-13 21:21:21 +00:00
larryh%netscape.com
07cb73b3c8
BugZilla 42367. change license to dual-license
2000-06-13 20:59:02 +00:00
bryner%uiuc.edu
2d8104ed0c
Hardcode the background color to white on unix. r=ben. Not part of the
...
build.
2000-06-13 20:42:09 +00:00
hyatt%netscape.com
fa98fb9cc0
more 30511 patch.
2000-06-13 20:37:53 +00:00
hyatt%netscape.com
ee3cacbac8
Fix from Jan Varga. 30511. r=danm.
2000-06-13 20:28:03 +00:00
hyatt%netscape.com
51fc48c07c
Patch for bug #30511 from external Mozilla contributor (Jan Varga). r=danm
2000-06-13 20:27:15 +00:00
bryner%uiuc.edu
8195675560
Fix for blocker bug 42371 - unable to startup on Linux. r=akkana.
2000-06-13 20:26:30 +00:00
sfraser%netscape.com
4090319020
Fix Mac commercial build bustage by turning wchar_t support on. r=scc, pinkerton.
2000-06-13 19:20:55 +00:00
endico%mozilla.org
43288195da
this file is superceded by xml.cgi
2000-06-13 17:20:53 +00:00
endico%mozilla.org
3334a6a12f
fix logic for restricting who can move bugs
2000-06-13 16:49:15 +00:00
leaf%mozilla.org
e49a575f71
Automated update
2000-06-13 15:00:08 +00:00
mkaply%us.ibm.com
abeaa0e5ec
# 40177
...
r = cls, a = brendan
OS/2 bring-up - Change EMX param for OS/2
2000-06-13 14:55:49 +00:00
mkaply%us.ibm.com
3ee86b80fe
# 40177
...
r = cls, a = brendan
OS/2 bring-up - Makefiles changes for VisualAge
2000-06-13 14:51:01 +00:00
morse%netscape.com
e659c66b67
update wallet tables, not part of build
2000-06-13 14:43:15 +00:00
nboyd%atg.com
341e3b8ddf
Begin 1.5R2 effort.
...
Commit the following contributions:
* Andi Vajda's changes to allow embedders to capture the generated bytecode (and thus control
generated class names).
* Marshall Cline's changes to allow embedders to override the default Java object wrapping
behavior
* Kurt Westerfeld's change to handle calling static methods better
2000-06-13 14:33:54 +00:00
putterman%netscape.com
eecae187b8
Fix for 41364. r=alecf. Address book picker from compose window now comes up and
...
displays addresses.
2000-06-13 13:41:49 +00:00
axel%pike.org
09ca9cf1ce
Code cleanup, not part of build, needed for SUN Workshop compilers
2000-06-13 12:10:09 +00:00
locka%iol.ie
a5180078a1
Fixed incorrect pathname resolution for embedding apps trying to load res:// URLs from places other than mozilla/bin
...
b=42249, approved=warren
2000-06-13 11:50:40 +00:00
endico%mozilla.org
8848761488
use background delivery instead of defered so mail is delivered sooner and bug moving process goes faster.
2000-06-13 10:00:32 +00:00
endico%mozilla.org
68b5716694
initial checkin. still incomplete
2000-06-13 09:53:38 +00:00
endico%mozilla.org
81439801a5
adding toArrayOfStrings subroutine needed by Bug.pm
2000-06-13 09:45:12 +00:00
heikki%citec.fi
41bb442a68
Fixed NS_ENSURE_ARG_MAX macro (a typo), it did not even compile if you tried to use it.
2000-06-13 08:36:06 +00:00