Граф коммитов

141937 Коммитов

Автор SHA1 Сообщение Дата
vladimir%pobox.com 2f53fa9249 some datetime fixes 2005-05-07 01:01:06 +00:00
bryner%brianryner.com c230c4be03 Don't notify form submit observers if the form can't be submitted due to not having a link handler. Also, make sure all nsIFormSubmitObserver implementations protected against a null DOMWindow. Bug 292960, r+sr=bzbarsky, a=brendan. 2005-05-07 00:16:17 +00:00
db48x%yahoo.com 962b47df12 bug 291946: Themes don't get installed.
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=bsmedberg, a=asa
2005-05-07 00:13:14 +00:00
pinkerton%aol.net 995bfc5939 Rendezvous -> Bonjour 2005-05-07 00:12:38 +00:00
pinkerton%aol.net 8e1c9583d6 write bookmarks in two stages in case the write fails for some reason.
hopefully this will solve the cases where we appear to eat bookmarks.
2005-05-07 00:07:44 +00:00
pinkerton%aol.net 945905491e don't update metadata for bookmark additions/deletions in smart folders 2005-05-06 23:49:15 +00:00
rj.keller%beonex.com dba8c3b6ca fix the throbber and tweak documentation 2005-05-06 23:44:23 +00:00
cltbld e8a593bb2b Automated update from host egg 2005-05-06 23:31:32 +00:00
scott%scott-macgregor.org 5da8b6c667 Bug #261485 --> start building the universal encoding auto detect extension in Thunderbird
Does not effect other apps.
2005-05-06 23:30:30 +00:00
pinkerton%aol.net 8abbb03ea2 fix regression of not being able to drag-reorder bookmarks on toolbar
(bug 292508)
2005-05-06 23:13:43 +00:00
scott%scott-macgregor.org ea4398a269 Bug #274781 --> get rid of the white list terminology in the junk mail controls 2005-05-06 23:12:27 +00:00
rj.keller%beonex.com f0b98803bc Adding HTML message support back to Grendel and wrapping plain-text messages around a <pre> tag for proper rendering for plain people. 2005-05-06 23:07:33 +00:00
pinkerton%aol.net d1c2a725ff fix regressions regarding dragging multiple weblocs from Finder. Move
webloc/IEweblocs to a separate NSURL extension (bug 155484)
2005-05-06 23:07:16 +00:00
timeless%mozdev.org 2aedf5913e Bug 292397 JS_VERSION 130 doesn't build
r=brendan a=asa
2005-05-06 21:44:32 +00:00
vladimir%pobox.com 5695848c2e b=260120, improvements to datepicker and timepicker, forgot to cvs add new files last commit 2005-05-06 21:42:51 +00:00
timeless%mozdev.org e4740df8be Bug 292400 JS_VERSION 148 doesn't build
r=brendan a=asa
2005-05-06 21:42:39 +00:00
lpsolit%gmail.com e024264c8e Bug 286160: possible invalid flag types when moving a bug to a different product - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-05-06 21:40:32 +00:00
db48x%yahoo.com a2d46e4bb9 bug 292362: Crash on restart with extension installed [@ CarbonCore.557.0.0]
patch by Robert Strong <moz_bugzilla@exchangecode.com>, r=mconner, a=asa
2005-05-06 21:37:27 +00:00
vladimir%pobox.com 5e13d83f37 b=260120, improvements to datepicker and timepicker, patch from andrew@progressivex.com, r=vladimir 2005-05-06 21:29:54 +00:00
timeless%mozdev.org b5e78ba1b6 Bug 292398 JS_VERSION 140 doesn't build
r=brendan a=asa
2005-05-06 21:25:45 +00:00
bugzilla%arlen.demon.co.uk 5b957f99cc Bug 161466 Better UI for tabbed browsing prefs
p=mozilla@Weilbacher.org r=jag sr=neil.parkwaycc.co.uk a=asa
2005-05-06 21:16:36 +00:00
bzbarsky%mit.edu d154395bb2 Save the user-set notification callbacks when we set ourselves on the channel,
and forward various notifications to them.  Bug 292391, r=biesi, sr=darin, a=asa
2005-05-06 21:05:26 +00:00
bzbarsky%mit.edu e03789dbe5 SVG-enabled GTK1 builds built with recent SVG should be able to start. Bug
292288, r=bryner, sr=dbaron, a=asa
2005-05-06 21:03:42 +00:00
pavlov%pavlov.net d8fbf3944d use CI instead of Components.interfaces in all places in the file since we define it 2005-05-06 20:51:13 +00:00
pavlov%pavlov.net 1d74cd7bcb minor typo cleanups 2005-05-06 20:47:14 +00:00
pavlov%pavlov.net 014aaace17 changing snooze to modify the event's alarmTime 2005-05-06 20:46:56 +00:00
bryner%brianryner.com 2ae9d9b003 Fixing AIX bustage (typo) (bug 292899) 2005-05-06 20:35:58 +00:00
rj.keller%beonex.com faec502bfb bug 292916 - Move Grendel to use Ant instead of Makefiles for compilation plus documentation updates. 2005-05-06 19:43:30 +00:00
rj.keller%beonex.com 53001e3161 Fixing grendel build problems 2005-05-06 19:14:55 +00:00
rj.keller%beonex.com 3cd6e9d811 Let's get grendel runnin' :D. This checkin might be a bit rough so expect a couple of build bustages.
bug 86953 - Grendel uses old jaxp
bug 272345 - Grendel doesn't compile on Java 1.4
bug 292916 - Move Grendel to use Ant instead of Makefiles for compilation (partial fix)
partial fix for bug 293079 - Move grendel to use XUL
2005-05-06 19:02:09 +00:00
dougt%meer.net 5db2c09a41 Bug 293166. make embedding/minimo build in MINIMO is defined. r/sr/a=benjamin@smedbergs.us. TPOTDB 2005-05-06 18:54:23 +00:00
bryner%brianryner.com dc837452de Add PR_GetPhysicalMemorySize to determine the amount of system memory installed (bug 292899). r=wtc, a=brendan 2005-05-06 18:46:11 +00:00
bryner%brianryner.com ed538371bf Don't crash when we've restored a presentation with a frame that has never loaded a document. Bug 292923, r+sr=bzbarsky, a=brendan. 2005-05-06 18:18:08 +00:00
pinkerton%aol.net 0b3e7427a6 use GetPrePath() to replace a bunch of code that did the same thing (bug 292671) 2005-05-06 17:46:58 +00:00
mostafah%oeone.com 2d1768d04f Applied patch to bug 293155: Remove hardcoded "Calendar" in prefwindow title
patch by sipaq. r=mostafah
2005-05-06 16:49:50 +00:00
neil%parkwaycc.co.uk 987ae6bf26 Bug 293141 Fix "Copy" filter action UI issues r+a=shaver sr=bienvenu 2005-05-06 16:42:29 +00:00
aaronleventhal%moonset.net d1574edf45 Bug 293044. Add support for required and invalid states to accessible DHTML checkboxes and radio groups. r=pkw, sr=bz, a=chofmann 2005-05-06 15:31:46 +00:00
tor%cs.brown.edu b57af84d2a Bug 293004 - svgBindings.xml not included in installer packages. r+a=bsmedberg 2005-05-06 15:15:40 +00:00
bugzilla%glob.com.au d55d9a272a Bug 292821: "Attempt to free unreferenced scalar" running checksetup
Patch By Byron Jones <bugzilla@glob.com.au> r=mkanat,r=vladd,a=justdave
2005-05-06 14:16:54 +00:00
pinkerton%aol.net 41dd9b7425 only write out metadata if OS supports spotlight. cache if we're on Tiger so
we only do the work once.
2005-05-06 13:22:48 +00:00
axel%pike.org 8a63c88598 adding es-AR to the l10n trunk builds 2005-05-06 10:21:07 +00:00
pinkerton%aol.net 78c114c9f4 update metadata when an item changes, and make changes to the url trigger an
item update notification.
2005-05-06 08:03:33 +00:00
pinkerton%aol.net 8f6f8cf984 fill in home page (bug 292698) 2005-05-06 07:31:17 +00:00
pinkerton%aol.net b82f76205c don't pitch/rewrite entire metadata store every time, only once at startup
and then make changes incrementally with adds/deletes
2005-05-06 07:23:53 +00:00
steffen.wilberg%web.de 7923870bb9 Bug 277328: fix review comments. 2005-05-06 06:15:19 +00:00
pinkerton%aol.net d013c5816e put cache in ~/Library/Caches/Camino and delete the one in the profile dir
at startup
2005-05-06 03:46:06 +00:00
bzbarsky%mit.edu b0880cd3de Don't hold a pointer to a destroyed frame if we fail to load the placeholder
image.  Bug 292257, r=jst, sr=dbaron, a=chofmann
2005-05-06 03:14:31 +00:00
pinkerton%aol.net f8a4ed286b write out bookmark items into a metadata folder so they can be parsed by
spotlight on 10.4
2005-05-06 02:54:10 +00:00
bob%bclary.com 2f64a99c34 undeclaring namespace should cause parse error, bug 292863 by Martin Honnen 2005-05-06 01:16:23 +00:00
bob%bclary.com 6d8c4e97d1 for-in statements should not invoke valueOf method, bug 292731, by Bryant Chen 2005-05-06 01:05:18 +00:00