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

63890 Коммитов

Автор SHA1 Сообщение Дата
harishd%netscape.com f6f35bfa1e Fix for:
37247 (nsbeta2+) - XIF DTD / HTMLContentSinkStream shouldn't add end tags
for IMG,PARAM,SOUND,INPUT..etc., ( leaf tags ).

r=akkana.

41427 (nsbeta2+) - Avoid transient style handling in a head context.
40408 (nsbeta2+) - Check for nsresult in nsFragmentContentSink::AddLeaf().
The HTMLTag array was,erroneously,going out-of-bounds for XMP tag.
40741 (nsbeta2+) - Text, only document, was getting sucked up into <!DOCTYPE>
40143 (nsbeta2+) - Use scanner's mIncremental memeber wisely when data is
supplied through document.write();
40552 (nsbeta2+) - Contain default <!DOCTYPE> to html documents only.

r=rickg

30617 (nsbeta2+) - Misplaced AREA tag should be informed with base target info.

r=vidur.
2000-06-08 21:30:48 +00:00
kin%netscape.com 0d3af6b241 Checking in patch from BlakeR1234@aol.com for
bug #41283: Incorrect Dialog for 'New' category in Customize search window

    mozilla/xpfe/components/search/resources/search-editor.js
    mozilla/xpfe/components/search/resources/locale/en-US/search-editor.properties

r=ben@netscape.com a=waterson@mozilla.org
2000-06-08 21:30:21 +00:00
jj%netscape.com 55ad854179 #41760: set memory partition to 16384K in all targets 2000-06-08 21:28:03 +00:00
wtc%netscape.com 0d184b4e3b Bugzilla bug #38599: pthreads PR_Poll optimizations. 1. Increased the
size of the stack pollfd structure array from 4 to 64.  2. Made the
malloc'ed pollfd structure array a thread private data.
Modified files: primpl.h, ptio.c, ptthread.c
2000-06-08 20:42:57 +00:00
endico%mozilla.org 8c199a1eb4 experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug object and provides methods for getting and setting attributes and for printing out the bug as xml. xml.cgi prompts for a list of bugs and displays the list as html. xml.cgi replaces export_bug.cgi 2000-06-08 20:30:10 +00:00
edburns%acm.org 8b20efd992 Checked in nascent "select the current node in the tree view when the user shift-clicks on a node" feature,
but it's blocked by the incompleteness of the DOM implementation in M13.
2000-06-08 18:40:20 +00:00
wtc%netscape.com c956729585 Define the new macro _PR_POLL_WITH_SELECT for OSF1 and HP-UX.
OSF1 and HP-UX report the POLLHUP event for a socket when the
shutdown(SHUT_WR) operation is called for the remote end, even though
the socket is still writeable. Use select(), instead of poll(), to
workaround this problem.
Modified files: _hpux.h, _osf1.h, ptio.c
2000-06-08 17:48:39 +00:00
brade%netscape.com fa8e2b58fc drag within editor implemented; r=kin; a=beppe; bug#6255 2000-06-08 14:47:29 +00:00
kin%netscape.com 6790b4afdd Fix for bugs:
41605 Crash doing editor.js:EditorShutdown() when doing File->close
  41734 Applying Override StyleSheet causes Editor crash.

Added missing NS_IF_ADDREF in GetSelectedElement().

r=jfrancis@netscape.com  a=beppe@netscape.com
2000-06-08 14:45:12 +00:00
bienvenu%netscape.com f57cfcc12a unescape mac filter targets before upgrading r=alecf, 16917 2000-06-08 14:38:55 +00:00
rhp%netscape.com 9f75ead44b Fixes Bug# 34455 - Problem with format flowed - a=brendan 2000-06-08 14:25:54 +00:00
mkaply%us.ibm.com ed15a3c3c0 # 37239
r = danm, a = brendan
OS/2 bring-up - VisualAge needs a cast - using NS_STATIC_CAST per danm
2000-06-08 14:18:07 +00:00
mkaply%us.ibm.com f24430cb7e # 41349
r = cls, a = brendan
Checkout does not happen properly if done in /mozilla directory
2000-06-08 14:00:17 +00:00
jst%netscape.com 64a6328c06 Fixing nsbeta2+ bug 41718, the docshell did case sensitive string compares when it checked if the protocol of a URL was 'javascript', this broke upper and mixed cased javascript: URL's. r=shaver 2000-06-08 13:58:02 +00:00
mkaply%us.ibm.com a9471ddc8a # 37239
r = mkaply, a = brendan
OS/2 bringup - Rewrite of device context code so menus work - OS/2 only
2000-06-08 13:55:47 +00:00
dcone%netscape.com 2157da06a8 Update printing regression tests. r=McCluskey 2000-06-08 13:45:15 +00:00
bienvenu%netscape.com f3f61c4a62 fixes for local search,r=alecf, 33101 2000-06-08 13:12:17 +00:00
mbarnson%excitehome.net bc742db6fe Adding database schema docs 2000-06-08 07:04:50 +00:00
ben%netscape.com 5021cc43a9 fix for 41587, font pref panel not remembering settings. r=hyatt 2000-06-08 07:00:25 +00:00
brendan%mozilla.org d8f3cd1921 Comply with weird ECMA nit: call (o.f)() (note parens around the function expression) must bind 'this' to the global object, not to o\! (41864, r=shaver). 2000-06-08 06:46:18 +00:00
shanjian%netscape.com 88a5018252 Add Alis Charset detector to menu
r=naoki a=ftang
2000-06-08 05:23:09 +00:00
scc%mozilla.org fbdb41c4de further fix for the defined case. r=dbaron 2000-06-08 05:08:14 +00:00
scc%mozilla.org 372c751346 Improved logging facilities on |nsCOMPtr| in cooperation with dbaron, for his new logging tools. r=dbaron 2000-06-08 04:52:39 +00:00
alecf%netscape.com 4949e82d85 fix for 41770 - new filters were not saving
- any kind of error during filter creation was not clearing gFilter,
  which meant the filter would not get added to the filterlist
- the filter type was uninitialized, so none of the rules would get saved
2000-06-08 04:18:42 +00:00
ben%netscape.com 5049019203 partial fix for b41120 and b41123 - tooltips for navigator and taskbar 2000-06-08 04:04:37 +00:00
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