Commit Graph

119883 Commits

Author SHA1 Message Date
aaronl%netscape.com
5d380d4f56 Bug 208812. Fire nsIObserver notifications for accessibility events for internal accessibility clients. r=kyle, sr=alecf 2003-06-16 10:35:11 +00:00
aaronl%netscape.com
4f35b36130 Bug 208812. Fire nsIObserver notifications for accessibility events for internal accessibility clients. r=kyle, sr=alecf 2003-06-16 10:29:22 +00:00
aaronl%netscape.com
f6111266e7 Bug 208781. Accessible events not getting fired for profile manager list items. r=kyle, sr=jag 2003-06-16 10:26:33 +00:00
aaronl%netscape.com
b1c3206ff1 Bug 208265. Accessibility can crash after profile manager window closes. r=kyle, sr=alecf 2003-06-16 10:22:40 +00:00
aaronl%netscape.com
7b5974ecfa Bug 202080. Use new THashtable in accessibility. r=bsmedgberg, sr=alecf, a=asa 2003-06-16 08:26:48 +00:00
rogerl%netscape.com
19ee9a581c Fixed memory leaks 2003-06-16 07:20:59 +00:00
scott%scott-macgregor.org
add1f28f92 make the dialog called by settings resizeable 2003-06-16 06:11:55 +00:00
bienvenu%netscape.com
9cec2db205 part of work for 145638, use uid validity in mem cache key so if uid validity rolls, we won't use the old cache entry, this checkin makes it so we can get the uid validity, the remaining work is to use it in the cache key r/sr=sspitzer 2003-06-16 03:27:47 +00:00
caillon%returnzero.com
cd42d2a397 209494 - use nsCOMPtr::swap() in a few loops
r+sr=bzbarsky@mit.edu
2003-06-16 00:14:23 +00:00
scott%scott-macgregor.org
0d5b0c0cf7 update 2003-06-15 23:51:01 +00:00
scott%scott-macgregor.org
45e4d1539a Example install.js file for the offline extension 2003-06-15 23:35:19 +00:00
scott%scott-macgregor.org
c503236191 Use offline UI as an example as to how to write an extension for thunderbird.
Rewrite offline to act as a stand alone extension to thunderbird. You can no longer build this directory
to drop in offline support. Instead, it must be packaged into an XPI as an extension.
2003-06-15 23:34:51 +00:00
mozilla.BenB%bucksch.org
bf0289678d no encrpytion for now 2003-06-15 22:52:10 +00:00
mozilla.BenB%bucksch.org
18f28148be missed in previous checkins 2003-06-15 21:43:55 +00:00
bienvenu%netscape.com
040f0dd599 fix handling case where imap server drops the connection by using nsITransport::isAlive, r=ere@atp.fi, sr=sspitzer 200181, 195106 2003-06-15 19:42:51 +00:00
timeless%mozdev.org
048916b764 Bug 186725 nntp service NewURI doesn't check to see if SetSpec failed..
r=caillon sr=darin
2003-06-15 19:36:26 +00:00
bienvenu%netscape.com
5cca86fb50 fix problem where new news messages were getting marked read when pop3 get new mail ran r/sr=sspitzer, 206271 2003-06-15 18:21:13 +00:00
timeless%mozdev.org
af97ec5d9c Bug 204407 cleanup warnings in nsToolkit.cpp
(bustage)
2003-06-15 07:32:06 +00:00
timeless%mozdev.org
14fd47f872 Bug 204407 cleanup warnings in nsToolkit.cpp and plevent.c
patch by sergei_d@fi.tartu.ee r=timeless sr=bz
2003-06-15 04:06:04 +00:00
bzbarsky%mit.edu
07e5c2b8d1 Prevent <font>'s color attribute from wiping out its text-decoration style.
Bug 149106, r+sr=dbaron
2003-06-15 02:06:25 +00:00
dbaron%dbaron.org
74c2fa7ad8 Slight correction to previous patch. b=209359 2003-06-15 01:24:03 +00:00
dbaron%dbaron.org
78e42e3723 Fix wrong parent style context warnings (and incorrect reresolution) with HRs or other leaf frames with :before or :after generated content. Move some code back together that was separated. Also fix case of float whose placeholder is the child of a block within an inline. b=209359 r+sr=bzbarsky 2003-06-15 00:55:00 +00:00
bzbarsky%mit.edu
62e2add875 Make <form><p></form> actually close out the form, since <p> has an optional
end tag.  Bug 22480, r=harishd, sr=heikki.
2003-06-15 00:49:57 +00:00
scott%scott-macgregor.org
02e12876ec Land extension support for mozilla thunderbird 2003-06-15 00:36:14 +00:00
scott%scott-macgregor.org
2ce60a0c77 Enable support for extensions in thunderbird. 2003-06-15 00:35:45 +00:00
rogerl%netscape.com
e9ea0cc668 More argslot fixes 2003-06-15 00:22:16 +00:00
dbaron%dbaron.org
39d390d27f Create only one CSSStyleRuleImpl per rule rather than one per comma-separated selector to fix CSSOM compliance bugs and make rule immutability easier. Store list of selectors on the CSSStyleRuleImpl, each with their own weight. b=98765 r+sr=bzbarsky 2003-06-14 23:50:54 +00:00
dwitte%stanford.edu
cc8373a599 removing nsCookies.{h,cpp} and nsCookieManager.{h,cpp}. to find old blame info and logs for those files, look in attic.
cookie rewrite part 3, b=200632, r=alecf, sr=darin.
2003-06-14 22:33:50 +00:00
bzbarsky%mit.edu
e49f24690b CSS3 Selectors is now in CR, so we can change -moz-hsl() to hsl(). Bug 208159,
r+sr=dbaron
2003-06-14 20:44:26 +00:00
dwitte%stanford.edu
6fd2b6cf13 yet another cookie rewrite - up to part 3 this time.
- moves core cookie code into nsCookieService.{h,cpp}, and kills nsCookies & nsCookieManager
- makes nsCookieService a singleton object that implements nsICookieManager also
- improves mem efficiency of the nsCookie object, and removes unneeded conversions
- adds an nsICookie2 interface to extend the sucky nsICookie.
- fixes a few (unrelated) trivial things while I'm in there (use ->ASCII instead of ->UTF8, and remove some erroneous stuff in nsPermissionManager.h)

cvs removal of nsCookies.{h,cpp} and nsCookieManager.{h,cpp} will follow; to find old blame info and logs for those files, look in attic.

burn the witch!

b=200632, r=alecf, sr=darin.
2003-06-14 20:10:55 +00:00
bzbarsky%mit.edu
0d818d1da5 Use the cached IOService pointer when loading background images. Bug 123401,
r=dougt, sr=dbaron
2003-06-14 18:49:28 +00:00
dbaron%dbaron.org
8c57395c55 Fixing bustage. b=209087 2003-06-14 06:10:29 +00:00
brendan%mozilla.org
b65cae1e34 Hack out ports that don't offer setenv. 2003-06-14 06:10:04 +00:00
dbaron%dbaron.org
ba73587f74 Fixing bustage. b=209087 2003-06-14 06:08:44 +00:00
dbaron%dbaron.org
2e0e4a7f3f Fix bustage. b=209087 2003-06-14 04:40:52 +00:00
dbaron%dbaron.org
9be8a64b7e Fix crash introduced by changes earlier today. b=209087 2003-06-14 03:47:13 +00:00
pschwartau%netscape.com
f88776bc0a Moving all catch guard tests from the ecma_3/Exceptions directory to the js1_5/Exceptions directory, since this is non-ECMA syntax. 2003-06-14 01:16:36 +00:00
caillon%returnzero.com
83359a65e7 More build bustage fixing. 2003-06-14 00:41:01 +00:00
scott%scott-macgregor.org
f30618760b xpinstall needs to be bundled with the thunderbird package in order to support adding themes and extensions. 2003-06-14 00:24:05 +00:00
scott%scott-macgregor.org
4ebfecd212 UI improvements for the theme panel. 2003-06-14 00:22:35 +00:00
timeless%mozdev.org
7361f0325f Static build bustage
Change for Bug 124958 should not have changed the static build
2003-06-14 00:18:12 +00:00
brendan%mozilla.org
12de161f6f Try to fix HPUX bustage. 2003-06-14 00:10:09 +00:00
brendan%mozilla.org
1758ac34e1 Need jsconfig.h and #if JS_HAS_XDR...#endif around guts of file (208586, r=pschwartau). 2003-06-13 23:58:36 +00:00
caillon%returnzero.com
aec3f8c974 Missed a few files. Fixing mac bustage 2003-06-13 23:47:44 +00:00
caillon%returnzero.com
e65edb967b Mac bustage fixes. 2003-06-13 23:26:24 +00:00
caillon%returnzero.com
378c1f8872 Bustage fix. 2003-06-13 23:22:22 +00:00
rogerl%netscape.com
d2ed0c3b0d Cleanups around new argSlots 2003-06-13 22:48:34 +00:00
nisheeth%netscape.com
5b1e15b50a Fix for bug 209338. r=harishd@netscape.com, sr=jst@netscape.com. Make nsSoapEncoding instantiable from JS again. 2003-06-13 22:38:09 +00:00
caillon%returnzero.com
0db192dac1 Reducing webservices codesize from my checkin to bug 209087 r+sr=jst 2003-06-13 22:31:49 +00:00
caillon%returnzero.com
831a474d17 Fixing some bustage for cocoa and debug builds 2003-06-13 22:02:42 +00:00