erik%netscape.com
9a12a8c928
checkin for bstell@netscape.com:
...
bug 54000; r=ftang@netscape.com , sr=erik@netscape.com
get charset using ns_langinfo(CODESET)
(instead of mapping setlocale(LC_LCTYPE, nsnull);)
2001-04-03 06:05:05 +00:00
sspitzer%netscape.com
dd072af443
#74473
...
fix js exception when clicking on the column picker.
sr=ben.
2001-04-03 06:04:03 +00:00
erik%netscape.com
afaa96209e
checkin for bstell@netscape.com:
...
bug 54000; r=ftang@netscape.com , sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add NS_ERROR_USING_FALLBACK_LOCALE
2001-04-03 06:03:59 +00:00
erik%netscape.com
a08a4813af
eckin for bstell@netscape.com:
...
bug 54000; r=ftang@netscape.com , sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add check for nl_langinfo and libc-version.h
2001-04-03 06:01:49 +00:00
erik%netscape.com
db1a87d94a
checkin for bstell@netscape.com:
...
bug 54000; r=ftang@netscape.com , sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add OS_ARCH compile define
2001-04-03 06:01:07 +00:00
erik%netscape.com
1c8ba03cf0
checkin for bstell@netscape.com:
...
bug 54000; r=ftang@netscape.com , sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add DidLoad() method to indicate the file was loaded
2001-04-03 06:00:01 +00:00
erik%netscape.com
3432eb859b
checkin for bstell@netscape.com:
...
bug 54000; r=ftang@netscape.com , sr=erik@netscape.com
(part of nl_langinfo(CODESET);)
add DidLoad() method to indicate the properties file was loaded
2001-04-03 05:59:44 +00:00
nicolson%netscape.com
601e50f944
just hacking.
2001-04-03 04:08:20 +00:00
scc%mozilla.org
3468c4e24c
fix speedracer bustage
2001-04-03 04:07:25 +00:00
scc%mozilla.org
07ee6b6c07
fix speedracer bustage
2001-04-03 03:29:49 +00:00
edburns%acm.org
8552e9de94
We need to have this file to unjar the dom jar into dist/classes.
2001-04-03 02:03:07 +00:00
scc%mozilla.org
b0c9c14ca6
fix speedracer bustage once and for all
2001-04-03 01:47:55 +00:00
edburns%acm.org
b954c66d69
Use getEventDetail to tell if the mouse button was pressed.
2001-04-03 01:37:28 +00:00
scc%mozilla.org
69dd0e5434
fix speedracer bustage
2001-04-03 01:18:09 +00:00
ddrinan%netscape.com
3a1a52d207
Added client auth callback
2001-04-03 01:11:30 +00:00
ddrinan%netscape.com
32fe53be48
Need to include dist/private/security
2001-04-03 01:10:57 +00:00
ddrinan%netscape.com
f155e82666
Added client auth dialog interface
2001-04-03 01:10:10 +00:00
ddrinan%netscape.com
f2b62f1f06
Client auth xul and js
2001-04-03 01:09:03 +00:00
ddrinan%netscape.com
7a1af34b82
Added client auth resources
2001-04-03 01:07:30 +00:00
ddrinan%netscape.com
e090e50d3e
Added support for client auth dialogs
2001-04-03 01:06:17 +00:00
scc%mozilla.org
30235156ce
fix torino bustage
2001-04-03 00:42:48 +00:00
edburns%acm.org
ccb7bde876
When bug 74468 gets fixed, -1 will be returned from getButton().
2001-04-03 00:42:47 +00:00
scc%mozilla.org
b6eb53e203
fix speedracer bustage
2001-04-03 00:23:06 +00:00
edburns%acm.org
142c8147b1
Don't try to free an automatic variable.
2001-04-02 23:27:44 +00:00
mkaply%us.ibm.com
0b6af1610d
I give up.
...
Hack fix to fix OS/2 TB break.
Real fix is in #74224
2001-04-02 23:16:19 +00:00
scc%mozilla.org
f202d9b832
fix bustage
2001-04-02 23:11:04 +00:00
scc%mozilla.org
d9574db15c
attempting to fix AIX, et al, bustage
2001-04-02 23:05:55 +00:00
edburns%acm.org
0e44edc9ef
// replace nsString::Recycle with nsMemory::Free
...
java/dom/jni/org_mozilla_dom_events_MouseEventImpl.cpp
java/dom/jni/org_mozilla_dom_events_UIEventImpl.cpp
java/dom/jni/org_mozilla_dom_events_EventImpl.cpp
java/dom/jni/org_mozilla_dom_ProcessingInstructionImpl.cpp
java/dom/jni/org_mozilla_dom_NodeImpl.cpp
java/dom/jni/org_mozilla_dom_NamedNodeMapImpl.cpp
java/dom/jni/org_mozilla_dom_ElementImpl.cpp
java/dom/jni/org_mozilla_dom_DOMImplementationImpl.cpp
java/dom/jni/org_mozilla_dom_DocumentImpl.cpp
java/dom/jni/org_mozilla_dom_CharacterDataImpl.cpp
java/dom/jni/org_mozilla_dom_AttrImpl.cpp
java/dom/jni/javaDOMEventsGlobals.cpp
// On*DocumentLoad() now takes an nsIRequest instead of an nsIChannel.
// nsIChannel extends nsIRequest.
java/dom/src/nsJavaDOMImpl.cpp
java/dom/src/nsJavaDOMImpl.h
java/dom/src/nsIJavaDOM.h
// nsIChannel instances replaced with nsIRequest. Removed ShowModal(),
// ExitModalLoop(), FindNamedBrowserItem(). Parameter changes for
// {Set,Get}Persistence(). Add DestroyBrowserWindow(), IsWindowModal().
// supports weak references
java/webclient/src_moz/CBrowserContainer.h
java/webclient/src_moz/CBrowserContainer.cpp
// GetProfileList now returns an array of profile names. Need to use
// nsIProfileInternal instead of nsIProfile for StartupWithArgs.
java/webclient/src_moz/NativeEventThread.cpp
// Remove -lxpfelocation_s
java/webclient/src_moz/Makefile.in
// Don't include appfilelocprovider_s
java/webclient/src_moz/Makefile.win
// Don't assert thread safe, cause we are thread safe
java/webclient/src_moz/InputStreamShim.cpp
2001-04-02 22:48:33 +00:00
scc%mozilla.org
98342357b3
partial fix for ports bustage
2001-04-02 22:42:49 +00:00
scc%mozilla.org
4565a75477
fix speedracer bustage; r=jag and jst
2001-04-02 22:00:34 +00:00
ashuk%eng.sun.com
49ccb36ceb
Merging JAVADEV_RTM_20001102 into Trunk
...
_Ashu
2001-04-02 21:18:06 +00:00
dbaron%fas.harvard.edu
2045177b94
Fix bustage (if CSS_REPORT_PARSE_ERRORS is defined) from scc's string branch landing. nsLiteralChar was removed, so use nsLocalString instead. r=disttsc@bart.nl sr=scc@mozilla.org
2001-04-02 21:14:23 +00:00
scc%mozilla.org
70de2e4a46
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
pinkerton%netscape.com
19eacb143c
set the out param for GetSelection in all cases. fixes blocker. r=blake, sr=smfr. bug 74217.
2001-04-02 18:18:53 +00:00
sonmi%netscape.com
4fd12678a2
improved usage and parameters, reduced connections from 5 to 1
2001-04-02 17:32:48 +00:00
brade%netscape.com
4ff611a587
use internet config to get colors for text and window background; sr=sfraser
2001-04-02 14:27:28 +00:00
brade%netscape.com
36309c6df8
only add flavors when we have data in that flavor; r=pinkerton
2001-04-02 14:11:01 +00:00
glazman%netscape.com
19188a09b9
Default namespace in html:style was HTML by default; b=72302, r=peterv, sr=attinasi
2001-04-02 13:56:22 +00:00
sspitzer%netscape.com
9d55928600
fix warnings
2001-04-02 09:20:17 +00:00
sspitzer%netscape.com
1f21bcf863
fix for #74354 . on a new header, force the row for the parent thread to update.
...
sr=bienvenu
2001-04-02 07:48:53 +00:00
sspitzer%netscape.com
7f9f62f103
fix #74354 . the icon in the thread column should have the green arrow
...
if the thread has any unread messages
fix #72281 . if new message arrive and they are children of a collapsed
thread, they should not become the king of the thread.
sr=bienvenu
2001-04-02 07:22:27 +00:00
jfrancis%netscape.com
4199d71c20
bug 58281: fixing mem leaks when shuffling nsISupports around in editor paste code. r=fm; sr=kin
2001-04-02 06:09:44 +00:00
sspitzer%netscape.com
2dda32e796
re-fix #72256 . now that AdjustSelection() is working, inappropriately calling RowCountChange() will mess up the selection. (I'm the champ who added the inappropriate call.) sr=bienvenu
2001-04-02 05:30:39 +00:00
mscott%netscape.com
23101321c2
NOT PART OF THE BUILD YET
...
Windows specific icon channel implemenation for reading out icon bitmaps from the OS.
Landing files for icon urls. For windows only currently, this code will read out
icon bitmaps based on info from the windows registry and turns that into a 24 bit RGB image
which we can render. Icon urls have the form of:
icon://test.html/large
icon://test.doc/small
icon://test.doc (defaults to small).
Currently doesn't work on win2k yet.
2001-04-02 04:57:23 +00:00
mscott%netscape.com
fe97cce85f
NOT PART OF THE BUILD YET
...
Landing files for icon urls. For windows only currently, this code will read out
icon bitmaps based on info from the windows registry and turns that into a 24 bit RGB image
which we can render. Icon urls have the form of:
icon://test.html/large
icon://test.doc/small
icon://test.doc (defaults to small).
Currently doesn't work on win2k yet.
2001-04-02 04:56:18 +00:00
stephend%netscape.com
01f32e31ec
Removing 'Netscape' from console output in nsPop3Protocol.cpp. Bug 42509. Patch by Henrik Gemal <gemal@gemal.dk> r=hwaara@chello.se sr=blizzard@mozilla.org
2001-04-02 03:57:29 +00:00
karnaze%netscape.com
180aa09df9
new regression test, not affecting the build.
2001-04-02 03:37:59 +00:00
karnaze%netscape.com
bdefe04918
new regression tests, not affecting the build.
2001-04-02 03:24:31 +00:00
karnaze%netscape.com
036af5b01b
bug 57467 - print a new row on the current page if it will waste too much space otherwise. sr=attinasi.
2001-04-02 03:21:58 +00:00
darin%netscape.com
4e05acafb9
Fixes bug 72520 "support for cacheKeys must be implemented" r=gordon sr=dougt
2001-04-02 01:20:43 +00:00