Commit Graph

63993 Commits

Author SHA1 Message Date
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
waterson%netscape.com
984630e965 Grow by power of two after reaching 16 elements; factor 'implementation' into a separate struct so the nsVoidArray object is one word when empty. 2000-06-13 08:33:19 +00:00
waterson%netscape.com
8c319ed8a3 Add test for Iterator. 2000-06-13 08:02:30 +00:00
waterson%netscape.com
9ec97d977f Fix else-after-break and other stylistic atrocities; add default and copy ctors for Iterator; add operator=() for Iterator. 2000-06-13 08:02:08 +00:00
waterson%netscape.com
20ffe2d5af Fix gcc-2.7.2.3 bustage. 2000-06-13 06:32:09 +00:00
waterson%netscape.com
a58f2193b9 Sweet jesus. 2000-06-13 05:27:45 +00:00
waterson%netscape.com
d151fb1b00 How'd that get in there? 2000-06-13 05:26:00 +00:00
waterson%netscape.com
72a69ec169 Reduce index and data node size to eight words; pack bits harder so overhead per node is one word; add Iterator and make singleton iterator be simpler. 2000-06-13 05:16:02 +00:00
sspitzer%netscape.com
f273c9c87b start of changes for http://bugscape/show_bug.cgi?id=1149
allow for default templates for the "Local Folders" account.
r=alecf
2000-06-13 05:04:34 +00:00
waterson%netscape.com
69e59a8c3d Add TestVoidBTree to the build. 2000-06-13 04:57:14 +00:00
waterson%netscape.com
a0a8fef7ae Add nsVoidBTree and nsStatistics to the build. 2000-06-13 04:56:38 +00:00
waterson%netscape.com
337e3d6749 Add nsStatistics.cpp and nsVoidBTree.cpp to the build. 2000-06-13 04:55:22 +00:00
waterson%netscape.com
05d7001f23 Add nsVoidBTree.cpp and nsStatistics.cpp to the build 2000-06-13 04:54:23 +00:00
waterson%netscape.com
ffb543ba22 Add nsVoidBTree.h and nsStatistics.h 2000-06-13 04:53:54 +00:00
waterson%netscape.com
87de79e12e Clean up egcs warnings. 2000-06-13 04:52:33 +00:00
waterson%netscape.com
15a4ceeba5 First checked in. Not yet in the build. 2000-06-13 04:30:45 +00:00
ben%netscape.com
a03ea94f0b Fix for b40799, countrypicker UI for profile wizard. 2000-06-13 03:54:59 +00:00