Commit Graph

141771 Commits

Author SHA1 Message Date
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
pavlov%pavlov.net
388da891d7 hooking up new alarm framework and hooking it in to lightning bug 292704 r=shaver 2005-05-06 00:05:42 +00:00
scott%scott-macgregor.org
fe2a42819a Bug #252352 --> cannot position caret in search bar text with mouse, selects all on click
for the quick search text box.

Patch by Jerry Baker (mozilla@bakerweb.biz)
2005-05-06 00:02:02 +00:00
shaver%mozilla.org
4a1309697d Make the agenda tree real, r=vlad. npotb. 2005-05-05 22:47:58 +00:00
shaver%mozilla.org
7982243c0c package calendarCreation.dtd 2005-05-05 22:45:51 +00:00
shaver%mozilla.org
3ea4f0e25c Silly notification typo, missed by my lazy reviewer. *whistle*
npotb
2005-05-05 22:10:41 +00:00
cbiesinger%web.de
9c397a0d77 fixing cairo bustage (NPOTB) 2005-05-05 21:30:09 +00:00
mvl%exedo.nl
bce52566ee the ics provider should return the right calendar to the listeners.
bug 293053, r=vladimir
2005-05-05 20:59:53 +00:00
tor%cs.brown.edu
6940bbb1dd Bug 292222 - crash on some svg with no gdi+. r=afri, a=asa 2005-05-05 19:55:32 +00:00
bob%bclary.com
3b6a4e695f js1_5/Array/array-002.js Array extras is spidermonkey only, bug 290592 2005-05-05 19:46:02 +00:00
bob%bclary.com
1ca5429b9e Testcases for Array extras, bug 290592 2005-05-05 19:38:24 +00:00
lpsolit%gmail.com
d9adc4f823 Bug 288663: The inclusion and exclusion lists behave incorrectly when a product or a component is called "Any" - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=myk a=myk 2005-05-05 19:20:45 +00:00
bsmedberg%covad.net
a3fd0bdd2d Bug 287262 - Allow the list of directories for l10n comparison to be configurable a=Chase 2005-05-05 19:15:30 +00:00
mozilla.mano%sent.com
79b6cbf889 Bug 291830 - Pane selection icons jump and dance 1px horizontally on Mac. patch from Mark Mentovai <mark@moxienet.com>, r=josh/mconnor, a=asa. 2005-05-05 16:31:09 +00:00
mozilla.mano%sent.com
ed395f2d51 Bug 291110 - restore the old behavior of cmd_copyImageContents. r=bzbarsky, sr=neil, a=asa 2005-05-05 16:14:00 +00:00
bzbarsky%mit.edu
6d15ce055d Fix installer crash. Bug 264980, patch by Sean Su <ssu0262@aol.com>,
r+sr=dveditz, a=asa
2005-05-05 16:08:44 +00:00
shaver%mozilla.org
eb77f9dcb6 Bug 291494: add Date.prototype.toLocaleFormat for better control over
localized Date formatting, as well as access to things like
            week-number and Julian dates. r+a=brendan.
2005-05-05 16:08:23 +00:00