Commit Graph

102660 Commits

Author SHA1 Message Date
ben%netscape.com
a67d1f4b6f [Chrome FastLoad]
Implement XUL Prototype Document and Prototype Element serialization/deserialization scheme for FastLoad of chrome documents.
r=brendan, sr=hyatt
2002-05-03 03:04:34 +00:00
ben%netscape.com
d9dfd4c2e4 [Chrome FastLoad]
Patch from jst to prevent crash on shutdown.
r=ben, sr=brendan
2002-05-03 03:02:07 +00:00
ben%netscape.com
d5e1f0f0af [Chrome FastLoad]
Make nsStandardURL implement nsIClassInfo so that URIs can be serialized into the FastLoad File.
r=dougt, sr=darin
2002-05-03 03:01:32 +00:00
ben%netscape.com
7d003ba281 [Chrome FastLoad]
Ensure that principals are written as Compound Objects using |WriteCompoundObject|, not using |WriteObject|
r=mstoltz, sr=brendan
2002-05-03 03:00:46 +00:00
ben%netscape.com
6ba5381036 [Chrome FastLoad]
Add a comment describing the meaning of error code return values from nsXULPrototypeCache::GetPrototype.
r=hyatt, sr=brendan
2002-05-03 03:00:20 +00:00
ben%netscape.com
bdd1b4d691 [Chrome FastLoad]
Patch to make FastLoad Service return the previous URI selected when selecting a new one, as well as fixing a few issues relating to dependencies on non-existent files. Patch from brendan, r=dbaron, sr=waterson
2002-05-03 02:59:42 +00:00
kestes%walrus.com
ff32364cde fixes 2002-05-03 02:41:09 +00:00
kestes%walrus.com
13e4529392 fixes 2002-05-03 02:37:27 +00:00
kestes%walrus.com
3ed3e16492 add new 'TinderHeader::TreeState_Bonsai_Plus' 2002-05-03 02:32:06 +00:00
kestes%walrus.com
c7b365c980 combine txt and bonsai modules. 2002-05-03 02:22:47 +00:00
kestes%walrus.com
c20ab68d89 fixes for new treestate admin code. 2002-05-03 02:21:52 +00:00
mcafee%netscape.com
7fd026b185 Fix spelling errors. r=kestes (140449) 2002-05-03 02:05:12 +00:00
sspitzer%netscape.com
467a3dfb85 fix for dataloss bug #140094. r/sr=bienvenu,sspitzer
fix suggested by dp.
2002-05-03 01:55:27 +00:00
mhammond%skippinet.com.au
1dc9dec488 We are now building with the standard build system - yay!
Not part of the build.
2002-05-03 01:23:56 +00:00
cotter%netscape.com
35ac71aae1 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; minor updates for certs help. 2002-05-03 01:19:33 +00:00
mhammond%skippinet.com.au
675beee8de Merging 1.0 branch onto the trunk (I know this is not the usual
way, but it is just me :)
Not part of the build!
2002-05-03 01:16:47 +00:00
mhammond%skippinet.com.au
ebd58c55fd Final fixes for Unix!
Not part of the build.
2002-05-03 01:09:51 +00:00
mhammond%skippinet.com.au
70cfce2a72 Merge in changes from 1.8.2.3 on the 1.0 branch.
Not part of the build.
2002-05-03 01:02:32 +00:00
naving%netscape.com
066c35c03c 141152 r=ducarroz sr=bienvenu fix the partial msg display code in mime to use escaped uidl and then unescape
this uidl in pop3 code. fixes truncated pop3 msg download problems with uidl having quotes(")
2002-05-03 01:00:21 +00:00
timeless%mac.com
6304148769 Bug 125449 "Fonts for" is vertical aligned top instead of middle in caption
patch by walk84@yahoo.com r=doron sr=alecf
2002-05-03 00:38:22 +00:00
blythe%netscape.com
8aead0c7ef Turn options into arrays instead of heap to allow easy copying into a per
thread/client option duplicate.
2002-05-03 00:32:23 +00:00
kestes%walrus.com
9a758239d7 fixes for VC_NAME and REGEXP code 2002-05-03 00:27:48 +00:00
nicolson%netscape.com
b02b8aab56 move alg-specific provider classes into generic parent classes. 2002-05-03 00:27:03 +00:00
mscott%netscape.com
e81b715b04 Bug #134288 --> hide extra hash marks caused by the smime code in the 3-pane and compose window when you
are viewing/sending a message with no security information.
r=kai
sr=sspitzer
2002-05-03 00:23:52 +00:00
seawood%netscape.com
050b9f6b7a No need to build xpconnect twice.
Bug #107302
2002-05-03 00:21:15 +00:00
kestes%walrus.com
5a854594e1 rearrange names of bug_id2url to make the new bonsai code work. 2002-05-03 00:19:41 +00:00
kestes%walrus.com
3682555264 use single quotes arround rexexp. 2002-05-03 00:10:18 +00:00
kestes%walrus.com
5d4d93b819 fix typo, make bug_ids uniq. 2002-05-03 00:09:56 +00:00
kestes%walrus.com
e47294c244 missing parenthesis 2002-05-02 23:58:48 +00:00
kestes%walrus.com
f8f7153aaf Pick up $VC_NAME by fixing typo
add new $VC_BUGNUM_REGEXP code
fix empty cell with shading problem
2002-05-02 23:57:16 +00:00
kestes%walrus.com
a2b0795c04 add cvskeywords. 2002-05-02 23:54:26 +00:00
bienvenu%netscape.com
b5e6458227 don't commit the db for every news article expired r/sr = sspitzer 123922 2002-05-02 23:54:09 +00:00
kestes%walrus.com
fbb6233314 document new event_times_vec function 2002-05-02 23:53:24 +00:00
kestes%walrus.com
75f79b86cf change column header to "Guilty" and add new regular expression to find bug ticket numbers in checkin comments. 2002-05-02 23:51:58 +00:00
sspitzer%netscape.com
cf254a36ae fix for #141881. remove addMailListToDatabase() from nsIAbDirectory.idl, not needed.
also, so other code cleanup.  r/sr=bienvenu
2002-05-02 23:46:59 +00:00
kestes%walrus.com
5d7747f14f inconsistent spelling of %TinderboxPrininconsistent spelling of %TinderboxPrintt 2002-05-02 23:43:24 +00:00
naving%netscape.com
3dc98f4781 141354 r=bienvenu sr=mscott If the filters have custom headers that are not in "mailnews.customHeaders" pref
then add them to the pref, fixes a corruption problem on adding new filters.
2002-05-02 23:34:05 +00:00
kestes%walrus.com
4a53ffb173 fix auto refersh line, make it look more like samples found on the web. 2002-05-02 23:15:48 +00:00
nicolson%netscape.com
169b621765 upgrade to NSS 3.4.1 RTM and NSPR 4.2. 2002-05-02 23:02:49 +00:00
kestes%walrus.com
956737035a add cvs keywords to files. 2002-05-02 22:58:28 +00:00
kestes%walrus.com
7963a1d6cc adding cvs keywords to files. 2002-05-02 22:57:29 +00:00
kestes%walrus.com
806ae6cbda add cvs keywords to files 2002-05-02 22:56:33 +00:00
seawood%netscape.com
7b9cb8e59f Trim module.mk's xpcom entry since all of xpcom's external deps have been removed.
Move 3rd party libs into tier_1 dir list.
Move standalone application level libs into tier_2 list.
Bug #107302 r=blythe sr=alecf
2002-05-02 22:53:30 +00:00
peterlubczynski%netscape.com
ed6c60e365 Fixing problems with showing/hiding Mac plugins. Specifically, these problems:
* Mouse events "bleeding through" tabs so that a plugin in one tab responds to mouse movements in another (bug 120875)
* dynamic control of CSS visiblity property with plugins on mac (can hide/show plugins) (bug 137230)
* Plugins incorrectly show up on top of documents and in the wrong place in print preview. This fix will also them to be hidden like they are on other platforms. (bug 133992)
r=av sr=beard
2002-05-02 22:47:49 +00:00
rbs%maths.uq.edu.au
ca47d8b903 Added yet another defense to make Mozilla really robust when font resources run out, the patch makes font metrics to be fail safe or at least very hard to break -- to the point that failure means that the system is barely working (testing showed that Mozilla stayed alive while other applications were dying). Per request of super-reviewer & driver, also removed wallpaper null-checks sprinkled in the past for the problem. b=136248, r=shanjian, sr=attinasi 2002-05-02 22:24:59 +00:00
kestes%walrus.com
b1e82db052 make the build cells never truely emtpy. 2002-05-02 22:11:32 +00:00
locka%iol.ie
71c3bb76da NOT PART OF BUILD. Reordered makefile, incorporated LiveConnect/XPConnect scripting patch by <Paul.Oswald@medec.com>. Code cleanup. b=127710 2002-05-02 22:10:19 +00:00
mscott%netscape.com
90063c6aca Bug #141835 --> register the browser window to handle image/jpg (we already registered image/jpeg)
r=naving
sr=sspitzer
2002-05-02 21:56:19 +00:00
bnesse%netscape.com
24ad4c4d23 [Not part of build] Initial checkin of header files required to build the MRJ Plugin. 2002-05-02 21:56:05 +00:00
blythe%netscape.com
2b3abdb34f Not part of the normal build.
Fix a crash when category data led to 0 data.
2002-05-02 21:52:17 +00:00