timeless%mozdev.org
4087c0899c
Bug 210639 Confirm tab close ignores "Close Window"
...
patch by riceman+bmo@mail.rit.edu r=neil sr=jag
2003-06-27 17:03:15 +00:00
mikep%oeone.com
bddd5e070b
Fixing problems from bug 199449.
2003-06-27 15:32:43 +00:00
ccarlen%netscape.com
e589a3c768
Bug 197379 - take2. Take 1 allowed file:// URLs with HFS paths to work. It did not work, though, when the volume name contained an escaped character. This patch unescapes the volume name before comparison. r=dougt/sr=darin
2003-06-27 14:31:38 +00:00
brade%netscape.com
920f7b4f36
NS_IMPL macro cleanup; r=timeless; sr=kin; bug=209548
2003-06-27 14:19:40 +00:00
mikep%oeone.com
eb309bb7a1
Checking in fixes to bug 199449.
2003-06-27 12:59:51 +00:00
mikep%oeone.com
c27d17d440
Fixing bug 209174.
2003-06-27 12:55:31 +00:00
aaronl%netscape.com
dbeb84f9c9
Bug 208460. Add domstubs.idl/h to Gecko SDK. r+sr=jst
2003-06-27 11:28:20 +00:00
jshin%mailaps.org
3b4b4c21f5
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
4f939c139c
bug 183156 (a part of) : rename CopyUTF16toASCII as LossyCopyUTF16toASCII (r,sr=jag)
2003-06-27 07:44:13 +00:00
cltbld%netscape.com
d3079d0529
Automated update
2003-06-27 04:17:58 +00:00
seawood%netscape.com
cab1558f57
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
524a20845d
Fixing bug 210730. ClassInfoData optimizations. r+sr=jaggernaut@netscape.com
2003-06-27 03:10:49 +00:00
scott%scott-macgregor.org
71938399b9
Fork tools icon (patch from stephen walker)
2003-06-27 00:58:17 +00:00
scott%scott-macgregor.org
092dab2125
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
6b5cd47b7f
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
14840b8d34
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
c27a303c8d
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
9ac6ce9f32
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
ee91f53156
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
c9d45384a9
Persist the contact side bar state in the compose window across sessions.
2003-06-26 21:07:37 +00:00
smontagu%netscape.com
7eb3ac3127
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
d0f4d4c224
Renaming error levels to less popular names
2003-06-26 18:24:44 +00:00
kin%netscape.com
d7512728d7
Trying to fix commercial win32 build bustage.
2003-06-26 16:44:48 +00:00
mkaply%us.ibm.com
2c665d4c9b
210752 - remove unused preference
2003-06-26 15:39:32 +00:00
mikep%oeone.com
2ddfd2d619
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
741c8b034c
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
02f70918c7
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
c5936391c8
Ongoing deCOMtamination. r+sr=dbaron
2003-06-26 11:30:17 +00:00
neil%parkwaycc.co.uk
589f09fe95
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
fb6309e9f9
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
8360973709
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
78f43ae4b1
fix editor smileys in release builds
2003-06-26 06:16:30 +00:00
jkeiser%netscape.com
78ba276e17
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
e1522e5284
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
66730e2ca7
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
c3bfed0b9c
Fixing bustage
2003-06-26 02:30:45 +00:00
nelsonb%netscape.com
7c5e03d5f4
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
16c63f02f7
Trivial fix for uninitialized variable. r+sr=dbaron
2003-06-26 01:49:34 +00:00
scott%scott-macgregor.org
b6eb07a7e5
Land a trunk change to not include commandglue.js twice
2003-06-26 01:48:42 +00:00
scott%scott-macgregor.org
307a3fcad3
pref updates from the trunk
2003-06-26 01:47:26 +00:00
scott%scott-macgregor.org
e3b9b3a548
'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
e719c0a426
Update to the contacts manager for picking addresses in the compose window.
2003-06-26 01:46:26 +00:00
nelsonb%netscape.com
7665e37260
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
98a3f0b555
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
7c09f5e493
off the branch, need to check checkout status. -mcafee
2003-06-26 01:05:15 +00:00
bryner%netscape.com
ea46c1aca6
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
ddc015e3b7
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
5132df367b
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
b6c4ce13d2
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
a5a1140ff7
Bug 16009 - generic charting. Patch by gerv; r,a=justdave.
2003-06-25 23:23:13 +00:00