Граф коммитов

72605 Коммитов

Автор SHA1 Сообщение Дата
ccarlen%netscape.com 32498b8af3 Added for bug 46866. r=racham@netscape.com, sr=alecf@netscape.com 2000-11-04 16:19:57 +00:00
hyatt%netscape.com 79139f3049 Ben accidentally checked in a change to nsXBLService.cpp. Backing him out. What a mess tonight. Whew. 2000-11-04 11:03:14 +00:00
waldemar%netscape.com c4904771e2 Defined UseIncludesExcludes. Removed support for a:🅱️:c. 2000-11-04 10:47:47 +00:00
waldemar%netscape.com a16abdbf7e Added 'include' and 'exclude' non-reserved words 2000-11-04 10:46:24 +00:00
hyatt%netscape.com f8c519f285 Forgot a 54203 file. 2000-11-04 09:33:20 +00:00
hyatt%netscape.com b53cda604c Putting back 54150 on the trunk. ben,waterson. Finally found the reason it needs to be this way. 2000-11-04 09:10:48 +00:00
ben%netscape.com 7eb497ca59 back out hyatt's accidental checkin. 2000-11-04 09:07:49 +00:00
hyatt%netscape.com c932dba717 Fix build bustage. 2000-11-04 09:01:21 +00:00
hyatt%netscape.com cfeb696929 added files: mozilla/dom/src/base/nsWindowRoot.cpp, mozilla/dom/src/base/nsFocusController.cpp 2000-11-04 08:25:27 +00:00
hyatt%netscape.com e0c292d77e Fix for 54203. r=saari, a=brendan 2000-11-04 08:21:20 +00:00
blakeross%telocity.com a62bed2bb1 Fix 44239, 43714, 48023, 51248: home button d&d, tooltips, prefs, and other cleanup. r=timeless a=alecf 2000-11-04 02:37:51 +00:00
dougt%netscape.com 943ddc28ec 58701. Missing timer .so in embedding dist r=pavlov@netscape.com, a=valeski 2000-11-04 01:30:37 +00:00
mcgreer%netscape.com a15531d10c set up RNG for self-test (DSA needs it), and set default RSA public exponent
to 2**16 + 1
2000-11-04 01:11:48 +00:00
jj%netscape.com d63eaa7dc7 First Checked In. 2000-11-04 00:42:32 +00:00
alecf%netscape.com f03170c3c0 long awaited fix for #39895 r=sspitzer, a=alecf, contributed by andrew.taylor@cal.montage.ca
parse the GECOS field stuff correctly on unix
2000-11-04 00:37:01 +00:00
koehler%mythrium.com 45bf1a836b Bug #55674: new timer implementation for BeOS r=blizzard 2000-11-04 00:27:22 +00:00
sfraser%netscape.com 6dcb24f103 Test file, NOT PART OF THE BUILD 2000-11-04 00:22:48 +00:00
bnesse%netscape.com 62a048aefd First Checked In. 2000-11-04 00:11:44 +00:00
alecf%netscape.com 3b75d2c38f first incomplete cut at the window opener object, to pass XPCOM types from C++ into window.arguments as native JS types.
not part of the build
2000-11-04 00:01:24 +00:00
bnesse%netscape.com 5965d104d8 Fix for Mac plugins getting double mouse events. bug 58814 r=av sr=waterson rtm++ 2000-11-03 23:57:24 +00:00
darin%netscape.com d10f0c1b9f Adding a simple test program that calls OpenInputStream on an nsIChannel,
to help evaluate performance.
2000-11-03 23:26:45 +00:00
mcgreer%netscape.com bec1e52a54 option for printing content version 2000-11-03 22:28:26 +00:00
blakeross%telocity.com afb9a72846 Fix 52541: link dragging no longer works. r=dr sr=alecf 2000-11-03 22:11:52 +00:00
mkaply%us.ibm.com 37fcda1495 #55103
r=cls
unix dir has some bad font heights for OS/2 - using all win
2000-11-03 21:30:21 +00:00
leaf%mozilla.org cb9ed39ea6 Automated update 2000-11-03 21:30:10 +00:00
mkaply%us.ibm.com 8a94249791 #55103
r=cls
Hardcode OS_ARCH and OS_TARGET for OS/2
2000-11-03 21:28:58 +00:00
mccabe%netscape.com 8a87f76dc2 Fix to 58008. Add missing ECMA-specified fuctions Date.prototype.toDateString, toTimeString, toLocaleDateString, toLocaleTimeString. Commoned some code to toLocale_helper and date_format.
Also make several formerly class static variables lazily initialized.
2000-11-03 21:28:49 +00:00
axel%pike.org d165632a57 Not part of build, doing some buffer init on String wrapper 2000-11-03 20:48:41 +00:00
mkaply%us.ibm.com 77d8896b41 EMX Break
Need INCL_DOSERRORS
2000-11-03 20:38:48 +00:00
rpallath%eng.sun.com 79d23a4a67 r=a=edburns
Updates
 build/Makefile.win              (create dir. bin/classes)
 build/Makefile                  (create dir. bin/classes)
 build/compile.mk                (DEBUG support)
 build/rules.mk                  (Changed order of LIBS and add MOZ_DEBUG flag)
 build/test.html                 (updated test.html)
 build/README                    (updated README)
 src/JNI/Makefile                (Changed JAR action)
 src/JNI/Makefile.win            (Changed JAR action)
 src/include/ojiapitests.h       (Resolve bug 52340)
 src/JNI/ClassOperation/Makefile (Add FindClass_8 Test)


New files
 README (Updated README)
 FAQ (Frequently asked questions)
 script/test.html (Default test.html to be loaded for all test cases)
 script/OJIValidTests.lst (List of Tests Cases that have to PASS)
 src/Killer/kill.bat  (compilation script for killer.exe)
 src/Killer/killer.cpp.win98 (for killing VC++ debug window for win98)
2000-11-03 20:05:16 +00:00
bryner%uiuc.edu b596ed7001 Bug 57178: Make sure the menulist in the filepicker doesn't expand with long directory names. Requires adding "flex=1" to the text element of the menulist binding in modern. r=hyatt, a=ben. 2000-11-03 08:27:52 +00:00
karnaze%netscape.com d089df6135 bug 53690 - don't allow a split row to reflow its cells unconstrained. a=buster, r=dcone. 2000-11-03 04:25:29 +00:00
erik%netscape.com 4a04f414e6 bug 53989; written by katakai@japan.sun.com; r=erik; sr=brendan; this is a
workaround for a couple of popular Japanese input methods (see bug report)
2000-11-03 03:19:18 +00:00
edburns%acm.org 4808ba00e2 bug: 55004
r=ashuk
a=edburns

This fix makes it so bookmarks work with the tip of the branch as of 11/01/00.

This fix removes the necessity to modify xpcom/base/nsDebug.cpp to
remove the thread safety assertions.

This fix primarily does two things:

1. Make nsActionEvents for all bookmarks/rdf actions

2. Remove the synchronized(this.browserControlCanvas.getTreeLock()) call
around nativeProcessEvents() in NativeEventThread.run().

Files in this fix:

M classes_spec/org/mozilla/webclient/test/EMWindow.java
M classes_spec/org/mozilla/webclient/wrapper_native/BookmarkEntryImpl.java
M classes_spec/org/mozilla/webclient/wrapper_native/BookmarksImpl.java
M classes_spec/org/mozilla/webclient/wrapper_native/NativeEventThread.java
M classes_spec/org/mozilla/webclient/wrapper_native/RDFEnumeration.java
M classes_spec/org/mozilla/webclient/wrapper_native/RDFTreeNode.java
M src_moz/BookmarksImpl.cpp
M src_moz/RDFEnumeration.cpp
M src_moz/RDFTreeNode.cpp
M src_moz/nsActions.cpp
M src_moz/nsActions.h
M src_moz/motif/NativeLoaderStub.cpp
2000-11-03 03:16:55 +00:00
alecf%netscape.com 1292cec99e back out my dumb-ass fix for 52519 - it only worked for like a day, then died. 2000-11-03 02:58:58 +00:00
bryner%uiuc.edu 601179ea32 Patch from jrgm for bug 58437 - force tree rows to have a min height of 19px so they don't resize when the spin icon appears. r=bryner, a=hyatt. 2000-11-03 02:51:44 +00:00
rogerl%netscape.com 18a5e3a269 More tests 2000-11-03 02:42:23 +00:00
rogerl%netscape.com 7b8898dcf1 Fixed adding setter to virtual inherited field. 2000-11-03 02:42:01 +00:00
pschwartau%netscape.com 5fb5604727 initial add 2000-11-03 02:27:44 +00:00
jeff.dyer%compilercompany.com 94f99233df Don't care if required named come after optional named parameters. 2000-11-03 01:44:30 +00:00
ashuk%eng.sun.com 43a6047d95 author=ashuk
Bug=57725,49126
r=a=edburns
2000-11-03 01:30:54 +00:00
ashuk%eng.sun.com 3d0b1c8d55 author=ashuk
r=a=edburns
Bug=58791
2000-11-03 01:28:27 +00:00
ashuk%eng.sun.com a9c3a5186b author=ashuk
Bug=50282,44330,53397
r=a=edburns
2000-11-03 01:27:47 +00:00
ashuk%eng.sun.com af7387435d author=ashuk
Bug=58526
r=a=edburns
2000-11-03 01:25:31 +00:00
attinasi%netscape.com aec861add9 Fixed regression: I had accidentally put the link-underlining rules back into html.css, regression bug 20760. r=peterl@netscape.com, sr=buster@netscape.com 2000-11-02 23:46:22 +00:00
edburns%acm.org 3d2d027ddd Merged branch JAVADEV_PR3_20001002 into trunk. 2000-11-02 23:33:21 +00:00
alecf%netscape.com 59708a710f part of fix for #46200 - extract wallet from nsIBrowserInstance, and fixup all callers to call
the wallet service directly.. yay!
r=jag, a=ben
2000-11-02 23:00:08 +00:00
blizzard%redhat.com 4bd410763f Fix bug #57197, crash when opening a url when only the mail/news window is open by using the uri loader to do all of the heavy lifting. r=alecf, sr=mscott 2000-11-02 22:28:23 +00:00
harishd%netscape.com 02281b2269 58455 - Catch BadLiteralString error for unmatched quote on the attribute name to avoid
infinite looping.
r=nisheeth,jst
sr=vidur.
2000-11-02 22:20:28 +00:00
alecf%netscape.com 0414cdac7a fix for #58931 r=blake,sr=ben
fix lots of warnings in commonDialogs to make it a little easier to use the console
2000-11-02 22:15:41 +00:00