Commit Graph

136421 Commits

Author SHA1 Message Date
shaver%mozilla.org
9c210babca Fix mPrivacy cloning, don't clone the erstwhile mMethod. 2004-12-13 23:43:16 +00:00
scott%scott-macgregor.org
aabeae258d Bug #254462 --> Port aviary 1.0 changes for software update support from the branch to the trunk. 2004-12-13 23:41:44 +00:00
pavlov%pavlov.net
d8bcffcf0b Adding support for attendees and setting of recurrence 2004-12-13 23:15:41 +00:00
rlk%trfenv.com
43409074d5 bug 267523 - firebird-index1.rdf - &brandShortName; may not always start with "F". r=steffen.wilberg@web.de 2004-12-13 20:22:04 +00:00
bienvenu%nventure.com
9ece8c94d4 fix 181627 attachment name in mapi send with ui, patch in 273849, sr=mscott 2004-12-13 16:49:37 +00:00
shaver%mozilla.org
f9c285b79a Successful status code for a caldav modify (PUT over existing item) is 204, not 200 2004-12-13 10:23:42 +00:00
shaver%mozilla.org
97aa9b771e Bug 274336: initialize mIsDate, because we can take some paths through
normalize and whatnot that give us a "valid" date while still having
uninitialized stack garbage in mIsDate. r=vlad
2004-12-13 10:09:38 +00:00
shaver%mozilla.org
c384132735 - Use literal strings instead of integer constants, for better insulation
from libical changes, and a vastly improved debugging experience.
  The requisite data validation is coming once I figure out how best to
  get libical to do that validation in any reasonable fashion whatsoever.

- Remove METHOD from calIItemBase, as it's a bit of ICS specificity that should
  live elsewhere for manipulation in calling code.

- Remove useless getAttendees/setAttendees from calIIcalComponent, now that
  real property/parameter support exists.

- Unify property/x-property interfaces as much as possible.

- Likewise for parameters/x-parameters.

- Real property and parameters support, sufficient at least to whack ATTENDEE
  props in interesting ways.

- Properties on calIAttendee (mapped generally to ICS parameters, though
  somewhat fragilely).

- Round-trip X-WHATEVER ICS properties and params reliably.

- Attendee serialization/deserialization in calItemBase.

- In various places, SetIsVoid on empty strings returned to signify
  missing property/parameters.  Nicer from JS, to be sure.

- Fix test cases and one little spot in Sunbird to keep up.

CalDAV event modification works now.
2004-12-13 09:50:30 +00:00
db48x%yahoo.com
a32deaaa0c bug 195492: lots of page info stuff
r=neil, sr=rbs
2004-12-13 07:44:52 +00:00
robin.lu%sun.com
f395533f29 fix bug 262236 can't select incontinuous list items. patched by nian.liu@sun.com r=aaron sr=neil 2004-12-13 07:34:54 +00:00
psychoticwolf%carolina.rr.com
93ed443ea8 Add New Legacy defaults to someone elses item. Bug 274367. 2004-12-13 07:19:45 +00:00
psychoticwolf%carolina.rr.com
2c29cd6acc Fix several small bugs in the devcp. 2004-12-13 05:40:59 +00:00
mconnor%myrealbox.com
a2b6135a3a bug 256885 - firefox history database is endian, corrupts the display of files, r=shaver 2004-12-13 04:39:55 +00:00
bryner%brianryner.com
076b2a64a6 deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst 2004-12-13 04:14:28 +00:00
jake%bugzilla.org
73fc272455 Add Vlad to the credits section. 2004-12-13 03:27:24 +00:00
jake%bugzilla.org
352f968898 Bug 274177 - The credits section had been previously severly reduced in size and content. Fixing that problem.
r=vladd
2004-12-13 03:15:22 +00:00
psychoticwolf%carolina.rr.com
7dbd01565e Enable E-Mail Message for Notification of Action being taken on a queued item. 2004-12-13 01:11:06 +00:00
psychoticwolf%carolina.rr.com
6e6e39dde1 Prevent files from being overwritten if they have the same name. Bug 267094. 2004-12-13 01:09:37 +00:00
psychoticwolf%carolina.rr.com
6eb31a6513 Version Compatibility recorded wrongly for applications after the 1st. 2004-12-13 00:11:42 +00:00
neil%parkwaycc.co.uk
f7e8cce163 Replace use of [buttonover] and [buttondown] styles with hierarchical :hover and :active b=257280 p=gautheri@noos.fr r+sr=me 2004-12-12 23:18:33 +00:00
psychoticwolf%carolina.rr.com
db36f57d86 Fix Bustage when trying to add from the new form. 2004-12-12 23:15:45 +00:00
psychoticwolf%carolina.rr.com
848c69bb74 Add New Version Form, Flip Listings to Newest First 2004-12-12 23:02:03 +00:00
psychoticwolf%carolina.rr.com
0619aa488b for ALL is confusing, fix download image. 2004-12-12 22:21:38 +00:00
psychoticwolf%carolina.rr.com
f521ed290d Add First Draft of About Developer Control Panel. 2004-12-12 22:03:53 +00:00
dbaron%dbaron.org
232e5e4252 That doesn't work either, so just revert the change for the suite case. 2004-12-12 21:39:27 +00:00
timeless%mozdev.org
b3df889a33 Bug 247147 Perl errors when building in browser/themes/pinstripe/browser
patch by sdwalker@myrealbox.com r=bryner
2004-12-12 20:58:03 +00:00
dbaron%dbaron.org
8d6d2a9cd3 Fix comment from previous change. 2004-12-12 20:33:07 +00:00
dbaron%dbaron.org
fdf8225bf6 More brokenness from recent changes needed to fix monkeypox orange. 2004-12-12 20:30:51 +00:00
dbaron%dbaron.org
92b789bc43 app -register does not work for the suite. This should fix monkeypox orange. 2004-12-12 19:48:13 +00:00
mats.palmgren%bredband.net
89ce93ffdf Fix a crash when the next-in-flow is on the same line (::first-letter). b=268119 r+sr=roc 2004-12-12 18:15:53 +00:00
cbiesinger%web.de
53359bb38a Bug 267089 Remove nsIAlertListener from toolkit
patch by Alexander Opitz <opi@gmx.at> r=mconnor
2004-12-12 16:46:33 +00:00
cbiesinger%web.de
d14ec825d5 271959 fix typo in about: license, patch by Alex Vincent <ajvincent@gmail.com>
r=gerv sr=bz
2004-12-12 16:44:29 +00:00
cbiesinger%web.de
e21c6632f7 bug 36322 patch by Masayuki Nakano <masayuki@d-toybox.com> r+sr=roc
Japanese text justification
2004-12-12 16:14:43 +00:00
mats.palmgren%bredband.net
1bc8d8f6fc Correct a mistake in the shrink-to-fit code. b=201897 r=bzbarsky sr=dbaron 2004-12-12 15:57:22 +00:00
neil%parkwaycc.co.uk
265b78fbe8 Replace use of [buttonover] and [buttondown] styles with hierarchical :hover and :active b=257280 p=gautheri@noos.fr r+sr=me 2004-12-12 09:21:56 +00:00
tor%cs.brown.edu
66d32b786e Backout 270257. 2004-12-12 05:30:29 +00:00
psychoticwolf%carolina.rr.com
c072174d65 Add Small FAQ/Info Icon 2004-12-12 04:50:06 +00:00
brendan%mozilla.org
ed1bb5483a Protect near-newborns from GC when defining function objects, and fix stack local root management under JSOP_INITCATCHVAR for similar reasons -- to avoid last-ditch GC nesting and collecting a near-newborn (271716, r=shaver). 2004-12-12 04:46:01 +00:00
psychoticwolf%carolina.rr.com
f429c6bdb0 Add List of Common Plugins for Mozilla 2004-12-12 04:45:32 +00:00
zack%kde.org
5708a68c74 removing more useless debugging code. also adding code for checking pixmaps. 2004-12-12 03:50:21 +00:00
zack%kde.org
351a576e96 remove useless now debugging output. fixes 274181 2004-12-12 03:41:37 +00:00
tor%cs.brown.edu
be4764b98b Backout 270257. 2004-12-12 02:37:58 +00:00
jocuri%softhome.net
cd2e0a4607 Patch for bug 273873: bug-creation template for UNCONFIRMED shouldn't set status to NEW; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave. 2004-12-12 01:40:31 +00:00
tor%cs.brown.edu
39f3e84889 Bug 263087 - remove unused IFAST code. Patch by bernard.alleysson@gmail.com.
r+sr=tor
2004-12-12 00:57:39 +00:00
tor%cs.brown.edu
8348cd5a18 Bug 270257 - don't call Will/DidModify in SetContext.
Patch by jonathan.watt@strath.ac.uk, r=afri.
2004-12-12 00:33:37 +00:00
brendan%mozilla.org
e10cd22961 Unroot on failure exit paths from js_ReportUncaughtException (274096, r=shaver). 2004-12-11 22:00:34 +00:00
shaver%mozilla.org
086a3d6388 - Use signed constants for calIIcalComponent, so that we can express
the absence of integer-valued properties consistently.
- Add calIIcalComponent.INVALID_VALUE for just that purpose.
- Use the same constant values for method in calIItemBase as we use in
  calIIcalComponent, for the sake of my sanity.  (Tempted to just remove them
  and have people who care about setting .method do it on the icalComponent
  of their choice.)
- Make calIItemBase.generation unsigned, since 0 means not-stored.
- Voidify string properties returned from calICSService to indicate a missing
  property.
- Don't propagate null or INVALID_VALUE props when copying to/from ICS.
- calIItemBase.generation has precisely nothing to do with ICS VERSION, so
  remove the mapping.
2004-12-11 21:17:36 +00:00
dbaron%dbaron.org
5b19fde8b1 Fix previous checkin. 2004-12-11 20:05:09 +00:00
dmose%mozilla.org
b91badc3b3 Fix deleteItem(), clean up a few calls to dump(). Not part of the build. 2004-12-11 19:51:25 +00:00
mvl%exedo.nl
13e68f643d set class on eventboxes to actually draw a box 2004-12-11 18:52:19 +00:00