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

63665 Коммитов

Автор SHA1 Сообщение Дата
pchen%netscape.com e9b5165dca Partial fix bug#41272. If INCLUDE_CLASSIC_SKIN is defined in one of the Mac build perl scripts, copy classic skin resources to Chrome/skins directory in dist. r=pinkerton 2000-06-08 03:57:35 +00:00
pchen%netscape.com d9bb06000e Partial fix bug#41272. Added destination folder, which makes this manifest file work now. r=pinkerton 2000-06-08 03:51:19 +00:00
pchen%netscape.com f3a2e476f1 First Checked In. 2000-06-08 03:49:59 +00:00
pchen%netscape.com 210056c99c First Checked In. 2000-06-08 03:44:04 +00:00
pinkerton%netscape.com 9a75e6368b changes for DOM level-2 compliance. nodeName, tagName --> localName. bug 39927, r=ben 2000-06-08 03:41:27 +00:00
alecf%netscape.com e4952b8e9f update search datasource for new nsIMsgSearchNotify, and add it to the windows build
(#33101)
2000-06-08 03:25:11 +00:00
alecf%netscape.com e03a98fde5 add search datasource PROGIDs, CIDs, #33101 2000-06-08 03:16:17 +00:00
alecf%netscape.com 6ccf119f38 add nsIMsgSearchNotify to the windows build, and clean up spaces to shut up xemacs 2000-06-08 02:58:29 +00:00
alecf%netscape.com abec846a35 added files: mozilla/mailnews/base/search/public/nsIMsgSearchNotify.idl 2000-06-08 02:56:15 +00:00
alecf%netscape.com cefcd8e32a add nsIMsgSearchNotify to unix build 2000-06-08 02:55:42 +00:00
alecf%netscape.com fb47fc7cb5 rename nsIMsgSearchHit notify since it's going to have a few extra uses
(part of #33101)
2000-06-08 02:55:03 +00:00
anthonyd%netscape.com 72e45aa8b5 warning fix for Linux, shadowed local variable
r: kin
2000-06-08 02:51:58 +00:00
alecf%netscape.com 497076d9d3 minor tidying up of the thread pane so it's not so fat (incredibly simple) 2000-06-08 02:41:02 +00:00
jbetak%netscape.com b03d2546fc 39432 Crash when clicked on Language option in Prefs
r=loadrunner
2000-06-08 02:24:12 +00:00
alecf%netscape.com 6411da50b7 re-enable the search menu item (again) for #33101 2000-06-08 02:23:46 +00:00
alecf%netscape.com fe7b54cdc3 fix for #35675 - use shared routine to pop up account wizard 2000-06-08 02:20:22 +00:00
alecf%netscape.com f54b06aacd fix for #23661, we were being overly aggressive about hiding controls using hidefor= 2000-06-08 02:17:18 +00:00
edburns%acm.org 58ef6160ba bug 40330
a=edburns

This checkin mainly does two things:

1. Correctly populates the java.awt.event.MouseEvent subclass with the
  correct modifiers, x, y, and clickCount for the mozilla mouse event.

2. Adds a performance optimization: previously, every mouse event was
  causing a new instance of java.util.Properties to be created.  Now,
  only one Properties instance is created per-page, and it is cleared on
  each mouse event.

Also, I made the DOMMouseListenerImpl constructor initialize the
refCount to 0.  This allows the object to be correctly deleted.

M classes_spec/org/mozilla/webclient/test/EMWindow.java
M classes_spec/org/mozilla/webclient/wrapper_native/WCMouseListenerImpl.java
M src_moz/DOMMouseListenerImpl.cpp
M src_moz/DOMMouseListenerImpl.h
M src_moz/WindowControlImpl.cpp
M src_moz/jni_util.cpp
M src_moz/jni_util.h
M src_moz/jni_util_export.cpp
M src_moz/jni_util_export.h

M classes_spec/org/mozilla/webclient/test/EMWindow.java

* Added test code for MouseListener properties: buttons, modifiers, etc.

M classes_spec/org/mozilla/webclient/wrapper_native/WCMouseListenerImpl.java

* Added support for mouse modifiers.  Pull values out of the hash table,
  put them in the MouseEvent constructor.

M src_moz/DOMMouseListenerImpl.cpp

* Modified constructors so they initialize all ivars.

* changed usage model of properties object to share the lifetime of the
  DOMMouseListenerImpl instance.  Needed to make use of the new function
  util_ClearPropertiesObject() to do this.  Now we have only one call to
  util_DestroyPropertiesObject(), in the DOMMouseListenerImpl
  destructor.

M src_moz/DOMMouseListenerImpl.h

>     virtual ~DOMMouseListenerImpl();
>
98a101
> protected:
100a104,105
>
> void JNICALL addMouseEventDataToProperties(nsIDOMEvent *aMouseEvent);

M src_moz/WindowControlImpl.cpp

* Initialize new WebShellInitConext member propertiesClass to nsnull

M src_moz/jni_util.cpp

* Added util_ClearPropertiesObject() an optimization.

* Store the jclass for java/util/Properties in an element in
  WebShellInitContext.  This prevents us from having to do FindClass
  each time a mouse event occurs.

* Added a parameter to util_StoreIntoPropertiesObject.

M src_moz/jni_util.h

* Added propertiesClass to WebShellInitContext

* Added new method ClearPropertiesObject

* Added new last argument to DestroyPropertiesObject

M src_moz/jni_util_export.cpp
M src_moz/jni_util_export.h

* Added function pointer for util_ClearPropertiesObject.
2000-06-08 02:16:06 +00:00
chuang%netscape.com 01ca543d02 Bug 16422 Import mail list in ldif file, 38844 import ldif file displays
single non-ascii chars as two single chars.  r=putterman
2000-06-08 01:52:50 +00:00
dmose%mozilla.org 1ccdfe8c01 Fix UNIX client.mk build bustage on fresh pulls (but not on clobber or depend builds). For some reason, cvs leaves CVS/TAG droppings all the way up to the top of the tree if you check out a branch using an alias modulename, but not if you specify the directories desired by hand. So replaced "DirectorySDKSourceC" with "mozilla/directory/c-sdk". a=leaf@mozilla.org. 2000-06-08 01:50:04 +00:00
chuang%netscape.com b1c43d4fc4 Bug 32286, 40007, 40764 Edit mailing list related nsbeta2 bugs, r=putterman 2000-06-08 01:49:57 +00:00
hangas%netscape.com f1a2b0d3c9 First Checked In. 2000-06-08 01:29:54 +00:00
jj%netscape.com ad76946822 #40724: update milestone to M17 (Finder's get info string) a=leaf 2000-06-08 01:11:45 +00:00
morse%netscape.com 1b606ce794 fix bugs 41567 & 33542 again, moving stuff out of res directory, r=rjc 2000-06-08 01:04:24 +00:00
edburns%acm.org c96ff252c4 Remove CRLF's accidentally put in by Ashu. 2000-06-08 00:52:50 +00:00
rginda%netscape.com a0aefff0e9 implement document.height/width for xul documents (copy/paste from nsDocument.cpp) for bug 41638
r=danm
2000-06-08 00:51:13 +00:00
mscott%netscape.com 099dff54e6 Bug #34672 --> be sure to append the glyph html to the output string.
r=ben bucksch
2000-06-08 00:50:41 +00:00
law%netscape.com cf5ee3ef0f Bug #37009; Drop bogus refcount twiddling methods and rely on dependent=yes window attribute instead; r=radha 2000-06-08 00:40:05 +00:00
ssu%netscape.com 406d3196ea fixing bug #37168 - fixing the mac side of the bug. Install.Execute() now works on the Mac. precheckin tests=passed r=sgehani 2000-06-08 00:31:06 +00:00
mscott%netscape.com 7ad8c8d487 Bug #41236 --> when parsing the envelope response, we were choking if the message ID was NIL followed by a
parantheses. I just fixed our lex error.
r=bienvenu
2000-06-07 23:51:30 +00:00
cmanske%netscape.com 7397fb27e1 Fixed duplicate dtd strings, b=41511, r=sfraser 2000-06-07 23:35:52 +00:00
sgehani%netscape.com d5721f71b3 Fix site selector failover url parsing and download redirect ini routine. (Both nsbeta2+ bugs.) [b=32694, 32766; r=dveditz] 2000-06-07 23:15:14 +00:00
mscott%netscape.com 57f7cbb57a Bug #40160 --> fix annoying assertion in on end document load for cases where the url doesn't have a host
r=rpotts
2000-06-07 23:13:12 +00:00
attinasi%netscape.com 48511a3494 Fixed problem where anchors with no HREF were being styled like links in composer. b=31594 r=kmcclusk 2000-06-07 23:07:57 +00:00
attinasi%netscape.com 235a64963f Fixed crash when a textarea control has fixed-backgrounfd attachment. b=40118 r=kmcclusk 2000-06-07 23:06:41 +00:00
attinasi%netscape.com d264987b1c Removed erroneous assertion: b=38768 r=dcone 2000-06-07 23:05:30 +00:00
sspitzer%netscape.com 035438a614 fix for #23062. stop stripping the "@domain.com" from the smtp username.
also, fix the code the builds the smtp url to handle a username with
an "@" in it.
2000-06-07 23:05:12 +00:00
attinasi%netscape.com d7acae8f5e Fixed crash due to ordering problem: b=38768 r=dcone 2000-06-07 23:04:45 +00:00
sspitzer%netscape.com a980ff2710 this belongs in bugzilla, not in the UI. #22235 2000-06-07 23:00:15 +00:00
akkana%netscape.com 1c0d83348d 40457: suppress extra XIF output for cases where the selection
doesn't intersect the range at all. r=jfrancis, a=beppe.
2000-06-07 22:58:39 +00:00
akkana%netscape.com b9bf5f4880 40457: Add implementation for range methods to tell whether
a node or point intersects the range. r=jfrancis, a=beppe.
2000-06-07 22:57:36 +00:00
akkana%netscape.com 5530c009d8 Needed for bug 40457: Add API for range methods to tell
whether a node or point intersects the range. r=vidur, a=beppe.
2000-06-07 22:56:55 +00:00
mbarnson%excitehome.net e76bf3f5ee Updates:
1.Added Dave Lawrence's excellent RedHat Bugzilla differences section verbatim.
2.Added more information on Loki Bugzilla ("Fenris").
3.Added questions from some corporate customers
4.Removed unused text in API section
5.Added information about other documentation (pending)
6.Added a section for pointy-haired-bosses
7.This will be the last release in strictly HTML format.  Source will be SGML shortly, with HTML and TXT versions
included with the package from this point on
2000-06-07 22:54:07 +00:00
mjudge%netscape.com eeee01489a adding in null check since we dont ALWAYS use selection to output xif. this gets rid of an assertion that i found while fixing a regression 41814 r=donm a=donm ect 2000-06-07 22:46:11 +00:00
mjudge%netscape.com 334756250b regression fix. my bad. changing editor code to have some duplicate code from nsSelection to output the whole document. r=donm a=donm regression ect. 2000-06-07 22:44:52 +00:00
robinf%netscape.com 4a8552d6bf removing Unix line endings 2000-06-07 21:25:28 +00:00
robinf%netscape.com 56b598ae1a fixing unix line endings 2000-06-07 21:22:18 +00:00
wtc%netscape.com 7e98aced72 Bugzilla bug #40941: define _PR_HAVE_LARGE_OFF_T for ia64.
Removed ia64 classic nspr user-level thread stuff because
it doesn't work.
2000-06-07 19:15:27 +00:00
brendan%mozilla.org d6b3206fde Sacred 80th column preservation, brendan-style case indentation (not part of default build). 2000-06-07 19:14:10 +00:00
wtc%netscape.com 29c97a7f8f Bugzilla bug #40778: PR_GetConnectStatus was passing the wrong fd to
the connectcontinue method.
Modified files: prsocket.c, ptio.c.
2000-06-07 18:49:23 +00:00