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

63440 Коммитов

Автор SHA1 Сообщение Дата
rbs%maths.uq.edu.au f522c03515 [#ifdef MOZ_MATHML: not yet part of default build]. Add support for 'vertical-align: baseline' in table-cells. bug 10207. r:karnaze@netscape.com. a:waterson@mozilla.org 2000-06-05 08:25:11 +00:00
rbs%maths.uq.edu.au 1a36f0816d [#ifdef MOZ_MATHML: not yet part of default build]. Export the baseline out of the block frame code to support 'vertical-align: baseline' in table-cells. bug 10207. r:buster@netscape.com. a:waterson@mozilla.org 2000-06-05 08:24:18 +00:00
ben%netscape.com 124a3da70e update build list so mac builds relocated platform communicator files 2000-06-05 07:12:02 +00:00
ben%netscape.com 5fc357bdbd remove dead entities 2000-06-05 06:37:19 +00:00
ben%netscape.com 841ce93897 update autocomplete tests to use utility overlay and global overlay 2000-06-05 06:36:56 +00:00
ben%netscape.com bcfb7d32ee update js console to use utility overlay and global overlay 2000-06-05 06:36:45 +00:00
ben%netscape.com 56a5e83400 update bookmarks to use utility overlay and global overlay 2000-06-05 06:36:20 +00:00
ben%netscape.com 9f5813b58f update mailnews to use utility overlay and global overlay 2000-06-05 06:34:57 +00:00
ben%netscape.com a5da281d80 update extensions modules to use utility overlay and global overlay 2000-06-05 06:33:38 +00:00
ben%netscape.com 55549d043d update editor to use utility overlay and global overlay 2000-06-05 06:31:41 +00:00
ben%netscape.com c91f124ff5 factor global into core toolkit shared utilities and communicator shared 2000-06-05 06:28:38 +00:00
ben%netscape.com 313a964916 creating new 'utilityOverlay' of communicator shared utilities. splitting globalOverlay for skinnability reasons 2000-06-05 06:27:31 +00:00
buster%netscape.com 7f1b174ffc bug 36367
r=rods
fix was to pass in the correct width during certain types of incremental reflows.
2000-06-05 03:50:46 +00:00
ben%netscape.com fc639ba5aa a bit too eager with previous checkin. removing files that aren't ready to go live yet 2000-06-05 03:47:51 +00:00
ben%netscape.com 2f1cfacf40 changes to statusbarpanel/progressmeter to accommodate offline UI 2000-06-05 03:44:32 +00:00
buster%netscape.com e1de241d59 bug 38665
r=rickg a=rickg
fixed an optimized-only crash that looks like a race condition
where we send a message containing a pointer to a frame back to
the frame manager after the frames have been deleted.
2000-06-05 03:37:33 +00:00
ben%netscape.com 6b825774b4 fix checkbox inversion 2000-06-05 02:02:45 +00:00
ben%netscape.com 484dbb0b74 Usability change for common dialog 2000-06-05 02:00:24 +00:00
ben%netscape.com 0b59b37a7b make <checkbox> handle wrapping text correctly (i18n) 2000-06-05 01:59:08 +00:00
leaf%mozilla.org cda795762a Automated update 2000-06-05 01:00:09 +00:00
waterson%netscape.com 94bd261c1c Canonify HAVE_CPP_ACCESS_CHANGING_USING and HAVE_CPP_AMBIGUITY_RESOLVING_USING. 2000-06-05 00:46:37 +00:00
pinkerton%netscape.com 9a25bc09d1 Dragging links to desktop creates internet shortcut files. bug#37410, r=pavlov 2000-06-05 00:34:11 +00:00
pavlov%netscape.com cd9915b1e6 fix using incorrect bps due to previous checkin 2000-06-05 00:10:19 +00:00
pinkerton%netscape.com 409a0699b7 adding "link" action to startDrag(). temporary until we can get a param added.
for bug# 37410, r=pavlov.
2000-06-04 23:54:31 +00:00
edburns%acm.org baf982031b bug 40330
a=edburns
r=drapeau

This checkin creates a dependency on the mozilla java dom module.

Please see mozilla\java\dom\README to build the java dom.
Note that you can just run make in mozilla\java and everything
should be built correctly.

A webclient/classes_spec/org/mozilla/webclient/test/DOMAccessPanel.java
A webclient/classes_spec/org/mozilla/webclient/test/DOMCellRenderer.java
A webclient/classes_spec/org/mozilla/webclient/test/DOMTreeDumper.java
A webclient/classes_spec/org/mozilla/webclient/test/DOMTreeModel.java
A webclient/classes_spec/org/mozilla/webclient/test/DOMTreeNotifier.java
A webclient/classes_spec/org/mozilla/webclient/test/DOMViewerFrame.java

M Makefile.win
M README
M webclient/classes_spec/Makefile.unix
M webclient/classes_spec/Makefile.win
M webclient/classes_spec/org/mozilla/webclient/CurrentPage.java
M webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/CurrentPageImpl.java
M webclient/src_moz/CurrentPageImpl.cpp
M webclient/src_moz/DocumentLoaderObserverImpl.cpp
M webclient/src_moz/Makefile.win
M webclient/src_moz/WindowControlImpl.cpp
M webclient/src_moz/jni_util.h
2000-06-04 22:16:36 +00:00
edburns%acm.org 6f007914b8 DOM really depends on the w3c dom from 20000307.
Changed README.
2000-06-04 21:56:53 +00:00
edburns%acm.org 3357bfe516 a=drapeau
author=edburns
bug=41492

This change adds the following methods:

public static native void org.mozilla.dom.DOMAccessor.initialize();

The implementation of this method is:

JNIEXPORT void JNICALL Java_org_mozilla_dom_DOMAccessor_initialize
(JNIEnv *env, jclass)
{
  if (!JavaDOMGlobals::log) {
    JavaDOMGlobals::Initialize(env);
  }

}

This method is necessary for external clients that want to use JavaDOM,
but don't want to use the nsIDocumentLoaderObserver instance provided by
JavaDOM.

Please see http://bugzilla.mozilla.org/show_bug.cgi?id=41497 for an
additional bug for which there is a workaround.

Ed
2000-06-04 20:25:20 +00:00
alecf%netscape.com 5c96febdc3 oops, include the string bundle <script> tag so that you can actually delete filters r=sspitzer
fix for #40337
2000-06-04 18:23:33 +00:00
tor%cs.brown.edu 4b4bb95568 SUNWspro build bustage fix: use PL_strchr() instead of strchr(). 2000-06-04 18:19:47 +00:00
morse%netscape.com 48d25f5bbf fix bug 41452 2000-06-04 15:34:09 +00:00
morse%netscape.com c3c480aca7 bug 41451, fix dialog width 2000-06-04 14:39:31 +00:00
alecf%netscape.com daadcd2c0d fix #ifdefs to quiet output (speeds up display of complex tables like tinderbox and slashdot.org) - does not affect release builds 2000-06-04 09:44:08 +00:00
pavlov%netscape.com baaaf9d43e fix for bug 40642 and 24624. r=syd, sford, smfr 2000-06-04 07:13:40 +00:00
pavlov%netscape.com cfc41ea734 update soundtest to the new sound apis 2000-06-04 06:50:58 +00:00
morse%netscape.com d8061ff094 removal of dead code, part of bug 41114, r=cmanske 2000-06-04 06:06:30 +00:00
ben%netscape.com ec4011bcc6 [perf] fix sidebar performance problem 2000-06-04 05:43:39 +00:00
ben%netscape.com bcce9ae175 fix statusbar, [perf] bad style rule in sidebar was causing all <text> nodes to crawl to parent, and interfering with statusbar progressmeter 2000-06-04 05:43:20 +00:00
ben%netscape.com b30cd622ec place navigator's online/offline status indicator in communicator-wide overlay so that mailnews and editor can use it. 2000-06-04 05:42:04 +00:00
ben%netscape.com 82f002bebe add utilityOverlay to shift non-widget-toolkit global stuff into, required for clean skinnability. 2000-06-04 05:41:16 +00:00
idk%eng.sun.com abdb33537b added pointer to pluglets page 2000-06-04 01:02:44 +00:00
bienvenu%netscape.com baf30cc5cc fix linux bustage 2000-06-03 22:33:24 +00:00
morse%netscape.com 0f7d93194c bug 41114, ok/cancel buttons not appearing on linux 2000-06-03 22:33:03 +00:00
bienvenu%netscape.com 5ebd64e952 fix problem with compound filters and doesn't contain terms r=alecf,a=scottip 41312 2000-06-03 22:23:10 +00:00
bienvenu%netscape.com 96d3d9e721 put kImapTrash back in 2000-06-03 22:20:57 +00:00
bienvenu%netscape.com ab560af906 fix upgrading of 4.x filters which are moves to local folders r=alecf,a=scottip 37320 2000-06-03 22:19:47 +00:00
bienvenu%netscape.com 3eab384a02 fix crash downloading headers on non imap4 rev1 server, r=jefft,mscott a=scottip 33159 2000-06-03 22:16:58 +00:00
bienvenu%netscape.com 4d8e1c7a5a fix 33614 problem with delete filters, and fix another trash flag problem, and flush search stuff r=alecf,a=scottip 2000-06-03 22:15:56 +00:00
bienvenu%netscape.com 405df84bea fix 33614 problem with delete filters, r=alecf,a=scottip 2000-06-03 22:12:23 +00:00
brendan%mozilla.org 6f0b30ca8f Fix missing $ bug when testing test_dir. 2000-06-03 19:20:03 +00:00
leaf%mozilla.org dcc8625680 Automated update 2000-06-03 19:15:09 +00:00