dcone%netscape.com
72a7587f19
Fixed background color under border. b=13934. R=Attinasi
2000-06-05 13:58:05 +00:00
dcone%netscape.com
e939bd51a5
Fixed bug 7559. R= rods
2000-06-05 13:48:06 +00:00
ben%netscape.com
524d4682bf
fix destination location
2000-06-05 11:44:11 +00:00
ben%netscape.com
b96fe6bceb
fix visual padding glitch
2000-06-05 09:43:51 +00:00
rbs%maths.uq.edu.au
b1ef9f39e2
Enable 'vertical-align: baseline' in <mtable> now that it is there...
2000-06-05 08:32:59 +00:00
rbs%maths.uq.edu.au
c96e164bef
[#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
59a9466655
[#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
aee61098ea
update build list so mac builds relocated platform communicator files
2000-06-05 07:12:02 +00:00
ben%netscape.com
479cbfbaf5
remove dead entities
2000-06-05 06:37:19 +00:00
ben%netscape.com
85f71c821b
update autocomplete tests to use utility overlay and global overlay
2000-06-05 06:36:56 +00:00
ben%netscape.com
a1466bf0f4
update js console to use utility overlay and global overlay
2000-06-05 06:36:45 +00:00
ben%netscape.com
f6f215343e
update bookmarks to use utility overlay and global overlay
2000-06-05 06:36:20 +00:00
ben%netscape.com
81bdd88191
update mailnews to use utility overlay and global overlay
2000-06-05 06:34:57 +00:00
ben%netscape.com
bf831eaa4b
update extensions modules to use utility overlay and global overlay
2000-06-05 06:33:38 +00:00
ben%netscape.com
8ca864abdd
update editor to use utility overlay and global overlay
2000-06-05 06:31:41 +00:00
ben%netscape.com
4b962661df
factor global into core toolkit shared utilities and communicator shared
2000-06-05 06:28:38 +00:00
ben%netscape.com
fbbdb2065a
creating new 'utilityOverlay' of communicator shared utilities. splitting globalOverlay for skinnability reasons
2000-06-05 06:27:31 +00:00
buster%netscape.com
0d2ecc5b7a
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
0a6c3411fc
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
49ad24a34f
changes to statusbarpanel/progressmeter to accommodate offline UI
2000-06-05 03:44:32 +00:00
buster%netscape.com
ca665036ab
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
f8caaaca72
fix checkbox inversion
2000-06-05 02:02:45 +00:00
ben%netscape.com
669da12df6
Usability change for common dialog
2000-06-05 02:00:24 +00:00
ben%netscape.com
6f4a9c1989
make <checkbox> handle wrapping text correctly (i18n)
2000-06-05 01:59:08 +00:00
leaf%mozilla.org
cd192a75a1
Automated update
2000-06-05 01:00:09 +00:00
waterson%netscape.com
7ea63b347d
Canonify HAVE_CPP_ACCESS_CHANGING_USING and HAVE_CPP_AMBIGUITY_RESOLVING_USING.
2000-06-05 00:46:37 +00:00
pinkerton%netscape.com
30b99ea6b0
Dragging links to desktop creates internet shortcut files. bug#37410, r=pavlov
2000-06-05 00:34:11 +00:00
pavlov%netscape.com
905f0087f8
fix using incorrect bps due to previous checkin
2000-06-05 00:10:19 +00:00
pinkerton%netscape.com
04953ef153
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
35912f3aee
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
44f1d4b14a
DOM really depends on the w3c dom from 20000307.
...
Changed README.
2000-06-04 21:56:53 +00:00
edburns%acm.org
1d1aa50ec2
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
b1d2ead584
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
e6c012fd64
SUNWspro build bustage fix: use PL_strchr() instead of strchr().
2000-06-04 18:19:47 +00:00
morse%netscape.com
8db4fd37e5
fix bug 41452
2000-06-04 15:34:09 +00:00
morse%netscape.com
f8e8124bc2
bug 41451, fix dialog width
2000-06-04 14:39:31 +00:00
alecf%netscape.com
95f0dd93a8
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
c48cc41c34
fix for bug 40642 and 24624. r=syd, sford, smfr
2000-06-04 07:13:40 +00:00
pavlov%netscape.com
154ebacfa5
update soundtest to the new sound apis
2000-06-04 06:50:58 +00:00
morse%netscape.com
1b305332ef
removal of dead code, part of bug 41114, r=cmanske
2000-06-04 06:06:30 +00:00
ben%netscape.com
dff000f26e
[perf] fix sidebar performance problem
2000-06-04 05:43:39 +00:00
ben%netscape.com
ade084b277
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
3113e2f3f2
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
941e48adc3
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
9bc5b84b11
added pointer to pluglets page
2000-06-04 01:02:44 +00:00
bienvenu%netscape.com
f3609689a9
fix linux bustage
2000-06-03 22:33:24 +00:00
morse%netscape.com
24f4f907cd
bug 41114, ok/cancel buttons not appearing on linux
2000-06-03 22:33:03 +00:00
bienvenu%netscape.com
f662847ffe
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
9a2ca35105
put kImapTrash back in
2000-06-03 22:20:57 +00:00
bienvenu%netscape.com
a28d5f2a88
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