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

63746 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com 009f7b9e86 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 c29e686114 39432 Crash when clicked on Language option in Prefs
r=loadrunner
2000-06-08 02:24:12 +00:00
alecf%netscape.com 935bdc237b re-enable the search menu item (again) for #33101 2000-06-08 02:23:46 +00:00
alecf%netscape.com f7023f4eb3 fix for #35675 - use shared routine to pop up account wizard 2000-06-08 02:20:22 +00:00
alecf%netscape.com 3c564dd0be fix for #23661, we were being overly aggressive about hiding controls using hidefor= 2000-06-08 02:17:18 +00:00
edburns%acm.org 276931ce74 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 865466897e 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 ec19394d30 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 f8776d0c8e Bug 32286, 40007, 40764 Edit mailing list related nsbeta2 bugs, r=putterman 2000-06-08 01:49:57 +00:00
hangas%netscape.com ad1d7f4412 First Checked In. 2000-06-08 01:29:54 +00:00
jj%netscape.com e71ab3585e #40724: update milestone to M17 (Finder's get info string) a=leaf 2000-06-08 01:11:45 +00:00
morse%netscape.com b5f9ce0d57 fix bugs 41567 & 33542 again, moving stuff out of res directory, r=rjc 2000-06-08 01:04:24 +00:00
edburns%acm.org 1709e7f3fb Remove CRLF's accidentally put in by Ashu. 2000-06-08 00:52:50 +00:00
rginda%netscape.com c17389789e 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 a5f67a6f74 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 364cd2272a 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 4d96b12dcb 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 e4d19a20bf 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 dceae059d4 Fixed duplicate dtd strings, b=41511, r=sfraser 2000-06-07 23:35:52 +00:00
sgehani%netscape.com 4c256838ec 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 9f23d7b393 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 e03b5378b9 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 242fddb720 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 f5709fb8ec Removed erroneous assertion: b=38768 r=dcone 2000-06-07 23:05:30 +00:00
sspitzer%netscape.com 631ed0af4f 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 f7e1ee029a Fixed crash due to ordering problem: b=38768 r=dcone 2000-06-07 23:04:45 +00:00
sspitzer%netscape.com a7e1a03aac this belongs in bugzilla, not in the UI. #22235 2000-06-07 23:00:15 +00:00
akkana%netscape.com 0fe6a06be9 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 4d58187b46 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 13f84efc5a 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 06f58dab10 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 0926517600 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 c3588c11dc 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 33b88264fd removing Unix line endings 2000-06-07 21:25:28 +00:00
robinf%netscape.com 8d285bdddb fixing unix line endings 2000-06-07 21:22:18 +00:00
wtc%netscape.com dccd662e7d 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 1d51a60338 Sacred 80th column preservation, brendan-style case indentation (not part of default build). 2000-06-07 19:14:10 +00:00
wtc%netscape.com cca1170016 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
endico%mozilla.org 5e953f9fde change the sanity check against $::FORM{'who'} since that variable is no longer used. 2000-06-07 17:49:02 +00:00
jdunn%netscape.com f7e220ba8a adding newline so that HP builds - because low profile, no reviewers 2000-06-07 14:55:56 +00:00
nboyd%atg.com 6d2408fa37 Fix formatting. 2000-06-07 14:51:08 +00:00
nboyd%atg.com 9cb3a95e5d Fix the following problem:
Subject:
        Odd behaviour on placement of .jar files?!
   Date:
        Mon, 05 Jun 2000 10:46:08 -0700
   From:
        John Raykowski <xski@xski.org>
     To:
        nboyd@atg.com




Hello,

I didn't want to post this directly as a rhino bug 'coz I think it may
be more of a JDK thing, but I thought I'd toss it to you as well.

The goal is to create a JavaScript object that implements a Java
interface. Straightforward enough and the example on the page using
ActionListener works without a hitch.  However, when I try to do the
same with my own interface, I get an error message: error instantiating
({0}): class {1} is interface or abstract (coming from
NativeJavaClass.construct).

Here's where it gets a bit strange.  Normally, I run with the jar files
in jre/lib/ext.  When I remove the rhino files from jre/lib/ext and
reference them explicitly on the commandline with the -cp option, it
works as expected and my script can implement the interface just fine.
Go figure.

Anyhoo, there ya go.  Like I said, I think its a JDK issue, but I
thought you'd be interested.  The attached zipfile contains a set of
sample code to demonstrate this problem.

Thanks heaps,

-jmr
2000-06-07 14:50:47 +00:00
jefft%netscape.com 3cf16d9a99 fixed bug 31455 - SMTP auth login not working; r=mscott 2000-06-07 14:43:50 +00:00
brade%netscape.com 0884778666 new tooltip strings submitted by simone@netscape.com; bug #9767; r=brade, a=beppe,techpubs 2000-06-07 14:05:48 +00:00
brade%netscape.com aa87723d02 temporary fix for bug #40911; if the dropped text contains a space, don't actually try to load the text as a url. r=kin; r/a=pinkerton 2000-06-07 13:03:35 +00:00
warren%netscape.com 00c4067a91 Fixed jar url resolve so that chrome protocol works. Fixed jar channel to not remove channel after kicking off load. Bug 18433 2000-06-07 09:07:10 +00:00
warren%netscape.com 149637ee28 Fixing bugs in nsZipReaderCache. Bug 18433 2000-06-07 09:05:22 +00:00
alecf%netscape.com b2568c5b2f back out makefile.win change that wasn't supposed to be checked in 2000-06-07 08:12:07 +00:00
alecf%netscape.com 7e632b2f8c remove deprecated clearCellSelection() 2000-06-07 08:04:30 +00:00
alecf%netscape.com 1b3e63868d remove calls to deprecated clearCellSelection (followup to hyatt's checkin) 2000-06-07 08:02:08 +00:00