jshin%mailaps.org
7ae2313859
bug 176290 (a part of). fix build bustage with MathML disabled. Not a part of the default build.
2003-06-27 10:33:23 +00:00
jshin%mailaps.org
b80e2b07fc
bug 183156 (a part of) : rename CopyUTF16toASCII as LossyCopyUTF16toASCII (r,sr=jag)
2003-06-27 07:44:13 +00:00
cltbld%netscape.com
a4847819fc
Automated update
2003-06-27 04:17:58 +00:00
seawood%netscape.com
3ee6b37d3f
Move xpcom specific defines from mozilla-config.h into xpcom-config.h.
...
Bug #210409 r=dougt
2003-06-27 04:12:16 +00:00
jst%netscape.com
48968be6c1
Fixing bug 210730. ClassInfoData optimizations. r+sr=jaggernaut@netscape.com
2003-06-27 03:10:49 +00:00
scott%scott-macgregor.org
cdc94503e2
Fork tools icon (patch from stephen walker)
2003-06-27 00:58:17 +00:00
scott%scott-macgregor.org
975dab0493
Add some padding around attachment icons in the bucket.
...
Fork tools icon (patch from stephen walker)
2003-06-27 00:57:07 +00:00
scott%scott-macgregor.org
124a232863
Add a context menu to the contact panel for deleting and editing cards.
...
Fork tools icon (patch from stephen walker)
2003-06-27 00:55:01 +00:00
scott%scott-macgregor.org
8fbaffe7f2
Hide the attachment bucket by default. Add some padding around attachment icons in the bucket.
...
Fork tools icon (patch from stephen walker)
2003-06-27 00:53:48 +00:00
nelsonb%netscape.com
66b6198a4f
Fix several bugs reported in bug 210707.
...
Change loops over RDNs and AVAs to detect NULL pointers.
Change list of attribute type "keywords" to match RFCs and internet
drafts.
Quote attribute values strings that contain adjacent embedded blanks.
Don't quote hex string values.
Always use hex string values when type OID is unrecognized.
2003-06-27 00:33:05 +00:00
jshin%mailaps.org
fd5643f995
bug 210109 : fix crash due to misaligned address (use PRUintn for '%2X' in PR_sscanf instead of char) r=wtc, sr=darin
2003-06-26 23:53:26 +00:00
locka%iol.ie
1e7abb1d65
NOT PART OF BUILD. Add prototypes of editor & chat windows. Create GeckoFrame subclass that does the common functionality for all frames. Cleanup mail window.
2003-06-26 21:31:10 +00:00
scott%scott-macgregor.org
b89a2ee2ac
Persist the contact side bar state in the compose window across sessions.
2003-06-26 21:07:37 +00:00
smontagu%netscape.com
96ed377278
Bug 173408 Fixes to the algorithm for Ethiopic numbered lists. Author=yacob@geez.org, r=smontagu, sr=jag
2003-06-26 19:46:51 +00:00
mostafah%oeone.com
46d7e287f6
Renaming error levels to less popular names
2003-06-26 18:24:44 +00:00
kin%netscape.com
6c9d8609a6
Trying to fix commercial win32 build bustage.
2003-06-26 16:44:48 +00:00
mkaply%us.ibm.com
c64f46daf7
210752 - remove unused preference
2003-06-26 15:39:32 +00:00
mikep%oeone.com
9c1efb53b6
Fix from Paul Buhler:
...
I took some time today to debug a problem in calendarManager.js related to the
handling of colors for events that are added to newly created calendars... in
essence they don't display with the background color because the calendar's
style rule was not being generated. New calendar objects didn't have an Id field
set which causes a fault in calendarColorStyleRuleUpdate.
Likewise I also changed the location of where calendarColorStyleRuleUpdate gets
called... it is now called in the 'ok' processing for the dialog(s), rather than
the last line in the launch dialog routines. This change was made so that we
don't call the function in the 'cancel' cases.
2003-06-26 13:46:51 +00:00
mikep%oeone.com
e5da7e1c21
FIxing many localized bugs, including bug 200797, bug 210503 bug 208194 and bug 210652
2003-06-26 13:38:55 +00:00
mkaply%us.ibm.com
7877177067
a. Watch ports. b. Did you really deliberately leave out a type here?
2003-06-26 13:11:26 +00:00
roc+%cs.cmu.edu
45b54d98ff
Ongoing deCOMtamination. r+sr=dbaron
2003-06-26 11:30:17 +00:00
neil%parkwaycc.co.uk
af1b41e03b
Bug 210638 Tree should be able to maintain the selection during a batch update r=varga sr=jag
2003-06-26 10:54:42 +00:00
aaronl%netscape.com
ce6fe2f543
Bug 208803. Need XP way to determine when to tear down documents in accessibiltiy cache. r=kyle, sr=alecf
2003-06-26 08:49:18 +00:00
aaronl%netscape.com
51a9f4000f
Bug 208898. Fire accessible events for interal accessibiltiy clients for all new documents that are created. r=kyle, sr=jst
2003-06-26 08:45:39 +00:00
scott%scott-macgregor.org
e2ca2674f4
fix editor smileys in release builds
2003-06-26 06:16:30 +00:00
jkeiser%netscape.com
63f24a78b5
Make NOSCRIPT show up normally when script disabled (bug 77296), r=bzbarsky@mit.edu, sr=dbaron@dbaron.org
2003-06-26 06:10:03 +00:00
jshin%mailaps.org
a216d01ee9
bug 208903 : make download manager work with non-ASCII file names (r=varga, sr=jag)
2003-06-26 04:20:25 +00:00
timeless%mozdev.org
f14981a7f1
Bug 194872 CAPS vulnerability when doing cross-site-scripting with frames from different origins and different CAPS settings (allAccess, noAccess).
...
bustage (const char*)
sr=jst
2003-06-26 03:27:01 +00:00
bryner%netscape.com
44277edcad
Fixing bustage
2003-06-26 02:30:45 +00:00
nelsonb%netscape.com
a3501517f5
Move the declaration for CERT_CompareNameSpace from cert.h to genname.h
...
because it is a private function. Change the interface for this
function so that it returns a SECStatus, unambiguously indicating the
success or failure of the name constraints test. The function no
longer takes a list of cert subject names, instead, it takes a list
of cert pointers, and optionally outputs one of those pointers when
an error occurs. This eliminates a cert reference leak.
2003-06-26 01:56:34 +00:00
roc+%cs.cmu.edu
d5659ce557
Trivial fix for uninitialized variable. r+sr=dbaron
2003-06-26 01:49:34 +00:00
scott%scott-macgregor.org
89b3ac1e83
Land a trunk change to not include commandglue.js twice
2003-06-26 01:48:42 +00:00
scott%scott-macgregor.org
cf2501e506
pref updates from the trunk
2003-06-26 01:47:26 +00:00
scott%scott-macgregor.org
ae924de1ab
'Contacts' sounds much friendler than 'Addresses' or 'address picker'. rename the new contacts side bar
2003-06-26 01:47:07 +00:00
scott%scott-macgregor.org
ced61ecee7
Update to the contacts manager for picking addresses in the compose window.
2003-06-26 01:46:26 +00:00
nelsonb%netscape.com
b54a7e669d
This patch extracts rfc822 names from a cert's distinguished name at the
...
time when the list of cert names is being built and builds a GeneralName
out of it, just as if the rfc822 name had come from a subject alt name
extension. This way, no special handling is needed of either directory
names or rfc822 names in the name constraints code. The special "phase 1"
loop in cert_CompareNameWithConstraints disappears compmletely. And all
the cases in the (former phase 2) loop can now simply assert that the
name's type matches the constraint's type exactly.
This patch also factors out the code that creates new CERTGeneralNames and
that copies a single CERTGeneralName into new separate functions. This
eliminates a lot of duplicated code whose correctness required lengthy
inspection. Now these primitive operations are centralized.
2003-06-26 01:25:10 +00:00
cltbld%netscape.com
071928d826
parameterize client.mk to Settings::moz_client_mk so we can substitute other builds here, e.g. camino. -mcafee
2003-06-26 01:06:48 +00:00
cltbld%netscape.com
98f1270db0
off the branch, need to check checkout status. -mcafee
2003-06-26 01:05:15 +00:00
bryner%netscape.com
3adf284116
Remove #include "nsIScriptContext.h" from nsPIDOMWindow.h, because this (among other things) creates a dependency on js headers, which is breaking Camino. Bug 210704, r+sr=jst.
2003-06-26 00:41:23 +00:00
mstoltz%netscape.com
13f4af7d21
Bug 194872 - Cache zone-policy data on the subject principal instead of the callee. r=nisheeth, sr=jst.
2003-06-26 00:18:43 +00:00
jst%netscape.com
59652ebfd8
Fixing more of bug 209884. Same change that was done all over the place in the original patch, sr=me.
2003-06-25 23:59:34 +00:00
danm%netscape.com
7a62bf7ccd
also check for popup window abuse in the internal Open method. bug 210560 r=brendan,jst
2003-06-25 23:38:45 +00:00
gerv%gerv.net
92e580113f
Bug 16009 - generic charting. Patch by gerv; r,a=justdave.
2003-06-25 23:23:13 +00:00
roc+%cs.cmu.edu
43d2fd1764
Fix nsIFrame::GetWindow to not add a ref. Should fix a leak I introduced. r+sr=dbaron
2003-06-25 22:55:27 +00:00
locka%iol.ie
7f03fb6ff2
NOT PART OF BUILD. Add popup menus, chat template, switch to nsIContextMenuListener2
2003-06-25 22:46:11 +00:00
locka%iol.ie
93d690c438
NOT PART OF BUILD. Add popup menus, chat template
2003-06-25 22:45:20 +00:00
caillon%returnzero.com
2145bade1a
Bug 210601 - XSLT should check whether the subject principal is the system principal.
...
r=axel@pike.org sr=jst@netscape.com
2003-06-25 22:40:58 +00:00
jst%netscape.com
b2dd1f5161
Fixing more of bug 209884. Same change that was done all over the place in the original patch, sr=me.
2003-06-25 22:24:25 +00:00
bishakhabanerjee%netscape.com
195925a071
enabling log scraping in header instead
2003-06-25 21:57:21 +00:00
bishakhabanerjee%netscape.com
7361de7ee8
enabling log scraping in header instead, where RESULTDIRURL gets created
2003-06-25 21:56:19 +00:00