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

66009 Коммитов

Автор SHA1 Сообщение Дата
pavlov%netscape.com d5a9c96da1 fixing stupid mac build bustage 2000-07-14 00:35:26 +00:00
vidur%netscape.com 2cb94c201b Got rid of unused, unimplemented nsISOAPCall:SetSimpleParameters. The script version of nsISOAPCall::SetParameters does exactly this. This is not part of the default build 2000-07-14 00:34:50 +00:00
vidur%netscape.com 3aea9eb4a0 Added xmlextras/soap to allmakefiles.sh (not part of default build) 2000-07-14 00:26:38 +00:00
tao%netscape.com c3661704a1 39790 : [L12y] Move all localizable prefs into chrome://.r=rjc 2000-07-14 00:06:38 +00:00
endico%mozilla.org 0fcc338db8 oops, remove testing cruft 2000-07-14 00:03:48 +00:00
tao%netscape.com a3ebba000d 39790 : [L12y] Move all localizable prefs into chrome:// .r=rjc. 2000-07-14 00:01:33 +00:00
endico%mozilla.org 946836c439 move the 'Move Bug" button so its less likely to be confused with the commit button 2000-07-13 23:57:18 +00:00
pavlov%netscape.com c6f86c36dc fix for secure imap and news bug 39154 r=mscott 2000-07-13 23:53:54 +00:00
pchen%netscape.com cf9efe646a Partial fix 44281 r=dougt, add certificate authority status bar XUL item and a spring to make it stick to immediate left of security lock icon 2000-07-13 23:52:22 +00:00
pchen%netscape.com 5328e36914 Partial fix 44281 r=dougt, add mCertificateAuthorityDisplay member 2000-07-13 23:52:10 +00:00
pchen%netscape.com e620cba7b8 Partial fix 4428 r=dougt, set mCertificateAuthorityDisplay inside init(), change it whenever we change security lock status 2000-07-13 23:52:09 +00:00
pchen%netscape.com 925843d96f Partial fix 44281 r=dougt, get certificate authority XUL element and pass that into secruityUI.init() 2000-07-13 23:52:08 +00:00
pchen%netscape.com 27b6132eb5 Partial fix 44281 r=dougt, added certauth parameter to init() 2000-07-13 23:52:07 +00:00
tao%netscape.com cd8caee4f5 39790 : [L12y] Move all localizable prefs into chrome:// .r=morse 2000-07-13 23:51:35 +00:00
tao%netscape.com 6a34171888 39790 : [L12y] Move all localizable prefs into chrome:// .r=morse,valeski. 2000-07-13 23:50:21 +00:00
tao%netscape.com c02197f801 39790 : [L12y] Move all localizable prefs into chrome://.r=morse. 2000-07-13 23:46:53 +00:00
tao%netscape.com a254bf6a77 39790 : [L12y] Move all localizable prefs into chrome:// .r=valeski. 2000-07-13 23:45:10 +00:00
dbragg%netscape.com f0d2179212 Fixed some potential NASTY bugs related to fix for bug #36249. Specifically corrupting the users 4.x prefs.js file. Very bad. r=racham 2000-07-13 23:29:24 +00:00
cmanske%netscape.com 87f7b44335 Fixed wrong method call to set background image for Table Dialog. Part of work for 20973, r=mjudge 2000-07-13 23:20:42 +00:00
mjudge%netscape.com 7406ca2523 storing the factory as a weak reference. speeding up ender-lite. r= anthonyd, r= jfrancis 2000-07-13 23:20:15 +00:00
mjudge%netscape.com 87141914e6 removing unnecessary ifdef 2000-07-13 23:19:21 +00:00
mjudge%netscape.com 2659d67fc4 making the element factory support weak references. needed to make ender-lite faster. 2000-07-13 23:18:37 +00:00
mcafee%netscape.com 8df7eb76c6 Ignore generated files. 2000-07-13 23:15:42 +00:00
mjudge%netscape.com cdba084e96 anthonyd: r=mjudge bug 39919 letting DOM level 2 stuff work for the editor. eliminating createelementNS and using the factory instead. 2000-07-13 23:15:41 +00:00
endico%mozilla.org bf19617f49 Bug moving code is now fully implemented. To use it, turn on the param and set the move related params. 2000-07-13 23:12:52 +00:00
vidur%netscape.com f1a8dc715a Added SOAP component tothe XMLExtras module. This is not part of the Seamonkey build. 2000-07-13 23:12:39 +00:00
vidur%netscape.com 053ae8eb50 SOAP calling tests 2000-07-13 23:11:59 +00:00
vidur%netscape.com 6e7a205c78 Additional SOAP call work. This is not part of the Seamonkey project. 2000-07-13 23:11:16 +00:00
vidur%netscape.com 52f62d871e Commented nsIXMLHttpRequest. Used the new nsIXPCNativeCallContext::SetReturnValueWasSet method to deal with returning event handler function objects to script callers of nsIXMLHttpRequest::Onload and Onerror. Turned on synchronous requests. This is not part of the Seamonkey build. 2000-07-13 23:08:30 +00:00
jband%netscape.com ca2743a4e9 add THREADSAFE nsISupports implementation macros to some of the classes which lacked them. bug 45404. a=brendan@mozilla.org 2000-07-13 23:04:15 +00:00
hyatt%netscape.com 47aee88626 Fix for 43467. r=bryner 2000-07-13 23:00:59 +00:00
tao%netscape.com 4fb369a62d 42748 After selecting locale for new profile, different profile does not
switch back.(r,a)=hyatt
2000-07-13 22:59:22 +00:00
akkana%netscape.com 9963d40a2a Take my name out of a debug printf -- tired of seeing all that output 2000-07-13 22:50:39 +00:00
akkana%netscape.com 8cd3379d6e 42885: The other platforms define cut/copy/paste in their platform files (why?), so, sigh, do the same thing, for now. r=saari 2000-07-13 22:21:42 +00:00
akkana%netscape.com ae0b9e854e 42885: Add cut/copy/paste/undo/redo bindings. r-saari 2000-07-13 22:10:13 +00:00
morse%netscape.com 05598b933e sidestep bug 43200, coded by jrgm, r=morse&hyatt 2000-07-13 21:54:37 +00:00
jst%netscape.com 890a42fe20 Fixing (partially at least) nsbeta2+ bug 38951, the problem was that properties on closed window objects were not accessible due to the document being destroyed to soon. We still destroy the document too soon but now we at least hold on to the document principal in the window object so that we don't bail on every security check done for every access to properties the closed window. r=vidur@netscape.com 2000-07-13 21:48:25 +00:00
varada%netscape.com d0f90195b3 fix for bug#41678 -need printplus in addressbook.xul;r=scottip 2000-07-13 21:46:52 +00:00
akkana%netscape.com e7a115a158 42885: Add cut/copy/paste bindings for input fields and text areas. r=saari 2000-07-13 21:38:32 +00:00
endico%mozilla.org fff3438eb2 Add 'MOVED' as a default resolution. If CheckEnumField alters the bug db then update the shadow db too. 2000-07-13 21:38:15 +00:00
matt%netscape.com d398f07cbe changing url for chrome to fix bug 43223
r=ben
2000-07-13 21:36:40 +00:00
ftang%netscape.com eb8bfaff40 fix bug 43272. r=ssu/dvetidz . check nsresult by using NS_FAILED instead of NS_OK !=
becaues the Japanese to Unicode converter may return success code whihc is not NS_OK
2000-07-13 21:21:24 +00:00
erik%netscape.com 9123e803c0 bug 39570; we were using the Western font to determine the height of the
URL bar, and this caused the Japanese text to be truncated; we now use the
locale's language group when the caller does not pass us the correct one;
r=nhotta
2000-07-13 21:13:13 +00:00
erik%netscape.com 851845d48a bug 39570; was using Korean font for Japanese text; we now use the locale's
language group when the document is in Unicode; r=nhotta
2000-07-13 21:10:34 +00:00
erik%netscape.com 9032482c8f bug 22031; enabling raster (bitmap) fonts on Windows, e.g. for UI;
r=rods,rbs
2000-07-13 21:08:37 +00:00
chuang%netscape.com 13bae7632b Bug 45282 No Address Book in today's Linux build. r=alecf 2000-07-13 21:07:01 +00:00
mkaply%us.ibm.com f9ae52df4a #39218
r = ben, a = waterson
I am checking this in for jag - new animation for modern skin that has rounded edges
2000-07-13 21:04:54 +00:00
evaughan%netscape.com 74ef347c41 Fix for bug #44576
-r jrgm

PS: Last checkin was reviewed by waterson. Forgot the -r
2000-07-13 20:58:42 +00:00
nhotta%netscape.com 592e028e47 Added a charset load listener for mail, bug 28869,r=cata. 2000-07-13 20:57:46 +00:00
nhotta%netscape.com 8db59d1ce5 Added a mail charset menu cache support, bug 28869,r=cata. 2000-07-13 20:55:52 +00:00