Commit Graph

137035 Commits

Author SHA1 Message Date
mattwillis%gmail.com
05293ec193 fixes 4 strict JS errors 2005-01-06 00:53:34 +00:00
pete%mozdevgroup.com
8a24cd0cf7 b=277121
r=jan
sr=bzbarsky
Remove stary printf on non DEBUG builds
--pete
2005-01-06 00:37:34 +00:00
dmose%mozilla.org
64a214c84a Unbreak addItem after previous location fix. Not part of the build. 2005-01-05 23:58:01 +00:00
mattwillis%gmail.com
af869d0148 bug 272732
rev12
fixes labels on recurrence items
also fixes storing recurrence components to storage
storage changes: r=vlad
UI changes: r=me
2005-01-05 23:54:06 +00:00
mattwillis%gmail.com
b1a500ce13 bug 272732
rev11 fixes support for day checkboxes in recurrence
added check for null category after patch was made
r=pavlov@pavlov.net
2005-01-05 22:42:21 +00:00
mostafah%oeone.com
02ad218f95 NO_YY_UNISTD_H to YY_NO_UNISTD_H 2005-01-05 22:29:45 +00:00
mattwillis%gmail.com
31cd47f935 bug 272732
rev10 more recurrence fixes
r=pavlov@pavlov.net
2005-01-05 22:24:27 +00:00
mvl%exedo.nl
20480829ab Make libical build on windows
npotb
2005-01-05 22:20:35 +00:00
cmp%mozilla.org
c43cb05236 Make make-diskimage fail if ditto command to copy files fails. 2005-01-05 21:48:53 +00:00
dmose%mozilla.org
81bef21f27 Remember the location URI that is returned by the server in REPORT and use it when modifying an event, rather than trying to construct a new URI from the event's UUID. Not part of the build. 2005-01-05 21:45:05 +00:00
mvl%exedo.nl
f8d9ddcd30 Adding files needed to make libical build.
npotb
2005-01-05 21:21:14 +00:00
mattwillis%gmail.com
e41152fb54 bug 277176
from rev0
fixes javascript strict warnings
r=mostafah
2005-01-05 21:18:47 +00:00
mattwillis%gmail.com
3d51b6b96c bug 272732
from rev10
fixes to plural/singular labels in recurrence tab
r=pavlov@pavlov.net
2005-01-05 21:07:10 +00:00
mvl%exedo.nl
bf3e905bbf one more makefile
Not part of the build
2005-01-05 21:06:51 +00:00
mvl%exedo.nl
25bec41333 libical makefiles for mozilla build system.
not part of the build
2005-01-05 21:03:14 +00:00
mattwillis%gmail.com
0880bb5c34 bug 275695
updates to Sunbird menubar and menus
r=pavlov@pavlov.net
2005-01-05 20:58:03 +00:00
mvl%exedo.nl
87e2563581 This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
2005-01-05 20:48:57 +00:00
mvl%exedo.nl
6d2861c577 Import of libical from upstream cvs on 20050105 -- approximately 0.24RC (not part of the build). 2005-01-05 20:48:57 +00:00
mvl%exedo.nl
bbf362e803 This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
2005-01-05 20:09:32 +00:00
mvl%exedo.nl
8660fa72ff Import of libical from upstream cvs on 20050105 -- approximately 0.24RC (not part of the build). 2005-01-05 20:09:32 +00:00
vladimir%pobox.com
c52141fe2b fix for todo/event differentiation 2005-01-05 19:02:06 +00:00
vladimir%pobox.com
38926a3d12 calendar storage-back end sql schema source files (included in the .js, just checking in files from which it is generated) 2005-01-05 18:45:55 +00:00
Stefan.Borggraefe%gmx.de
cdd4c9ca54 Bug 275084: "Not able to accept expired certificate" Apply wallpaper to circumvent bug 274703.
r+sr=neil, a=asa
2005-01-05 18:15:09 +00:00
mkaply%us.ibm.com
23742d51f6 #275436
r=mkaply, sr=blizzard (platform specific), a=mkaply (platform specific)
From Peter Weilbacher - add an OS/2 specific readme file
2005-01-05 15:40:59 +00:00
mkaply%us.ibm.com
9a84937e1a #275436
r=mkaply, a=mkaply (platform specific)
From Peter Weilbacher - add an OS/2 specific readme file
2005-01-05 15:40:21 +00:00
allan%beaufour.dk
0836c6d50c Nulls out mElement in OnDestroyed. Bug 266118, r=smaug, sr=darin. 2005-01-05 10:06:46 +00:00
dveditz%cruzio.com
99c6c6277e bug 272764 pref changes to get XPInstall working in the suite again. original patch from jens.b 2005-01-05 07:57:48 +00:00
smontagu%smontagu.org
79202dcd3f Replace escaped wide character constants by numeric constants. Bug 276360, r=aaronr@us.ibm.com, sr=darin. 2005-01-05 07:43:16 +00:00
brendan%mozilla.org
13d811077b Support ;e4x=1 MIME parameter after application/x-javascript or text/javascript to enable E4X (270553, r+sr=jst). 2005-01-05 07:25:29 +00:00
brendan%mozilla.org
92552356eb Revamp the GC to fix E4X private data dueling GC bugs, to reduce malloc costs for small-ish objects and functions, and to pave the way for further GC wins (123668, r=shaver, TAKE 2). 2005-01-05 06:15:03 +00:00
dveditz%cruzio.com
74bfd1dd41 bug 266554 need real referrer internally for various uses. patch by jst, r/sr=dveditz,darin (ported from aviary) 2005-01-05 06:04:46 +00:00
tor%cs.brown.edu
fcc6992879 Bug 277034 - large svg documents don't display scrollbars. r+sr=bzbarsky 2005-01-05 05:49:35 +00:00
brendan%mozilla.org
136eda6655 Always call the standard input 'typein', as xpcshell does, in error reports. 2005-01-05 04:29:35 +00:00
dbaron%dbaron.org
a7100ad026 Call and check the result of GetXftFont (thus ensuring XftFontOpenPattern succeeds) before returning a font from FindFont, to fix crashes in the common (due to bugs in old versions of fc-cache) case of fonts that fontconfig thinks are available but are actually not. b=180309 r+sr=bryner 2005-01-05 04:04:23 +00:00
brendan%mozilla.org
412eb31b82 Back out, broke liveconnect at least. 2005-01-05 03:58:19 +00:00
brendan%mozilla.org
90eaa50664 Revamp the GC to fix E4X private data dueling GC bugs, to reduce malloc costs for small-ish objects and functions, and to pave the way for further GC wins (123668, r=shaver). 2005-01-05 02:56:36 +00:00
dmose%mozilla.org
b23859f9e6 Support the aCount argument to getItems. Not part of the default build. 2005-01-05 02:50:27 +00:00
mattwillis%gmail.com
b3931817f4 bug 272732
rev9 - fixes stuff so the ok button works with events and todos
r=dmose
2005-01-05 02:31:47 +00:00
mattwillis%gmail.com
01e16d788f updates to credits 2005-01-05 02:02:48 +00:00
dmose%mozilla.org
171e992306 Make getItem and getItems use the REPORT method instead of the old icky hack of getting all methods and searching locally. Not part of the default build. 2005-01-05 01:53:58 +00:00
bzbarsky%mit.edu
36cf19de06 Fix bug 269191. Patch by Andrew Schultz <ajschult@verizon.net>, r+sr=dveditz. 2005-01-05 01:04:15 +00:00
bzbarsky%mit.edu
17c1cc47cf Make XBL constructors/destructors check whether JS is enabled before running
once again. Bug 276205, r+sr=jst
2005-01-05 01:02:13 +00:00
neil%parkwaycc.co.uk
a692c65a75 Bug 256477 Fix JavaScript strict warnings p=gautheri@noos.fr r+sr=bienvenu 2005-01-05 00:51:09 +00:00
brendan%mozilla.org
98f555be58 Fix old GC hazards that bite venkman (277069, r=self). 2005-01-05 00:45:21 +00:00
jst%mozilla.jstenback.com
050cc85fbc Whitespace cleanup. 2005-01-05 00:26:39 +00:00
jst%mozilla.jstenback.com
4e2e132935 Landing the low-level code for using the plugin finder service from the aviary branch. Bug 244125 etc. 2005-01-05 00:21:06 +00:00
brendan%mozilla.org
5d3435f4a6 Checking in shaver's patch for bug 275742: E4X for JS components, r=me. 2005-01-04 23:56:56 +00:00
cbiesinger%web.de
9b06b9b0f5 Bug 224346 can't refresh search tab when search results appear (in advanced mode)
patch by Karsten D��sterloh <mnyromyr@tprac.de> r=timeless sr=neil
2005-01-04 23:30:57 +00:00
dmose%mozilla.org
bbe43d19cc Implement WebDAV REPORT method (bug 275741); not part of default build. 2005-01-04 23:03:11 +00:00
vladimir%pobox.com
3de2427ffc first pass at making Todos work. 2005-01-04 22:49:12 +00:00