Commit Graph

138659 Commits

Author SHA1 Message Date
mkanat%kerio.com
2f81371971 Bug 249875: buglist does not pass w3c validation
Patch By Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit, a=myk
2005-02-16 17:03:20 +00:00
travis%sedsystems.ca
d043b03262 Bug 282331 : Old comments get wrapped even if already_wrapped=1
Patch by Jussi Sirpoma <jussi@comlink.fi>  r=mkanat  a=myk
2005-02-16 17:00:20 +00:00
travis%sedsystems.ca
bd7cfed751 Bug 238676 : ending sentence with a preposition (in) in "require_component" error
Patch by Christopher Nehren <apeiron@comcast.net>   r=travis  a=myk
2005-02-16 16:56:58 +00:00
travis%sedsystems.ca
e82ed6b791 Bug 281411 : The "Remaining Time" value should not be negative for too large "Hours Worked" values
Patch by Frederic Buclin <LpSolit@gmail.com>  r=wurblzap  a=myk
2005-02-16 16:50:38 +00:00
travis%sedsystems.ca
59404fef78 Bug 238663 : "again on the" is awkward in "missing_cookie" error
Patch by Christopher Nehren <apeiron@comcast.net>  r=travis  a=myk
2005-02-16 16:40:35 +00:00
mozilla.mano%sent.com
c61da76a58 Bug 279533 - Update Camino's font preferences code per bug 95227 (serif/sans-serif set is now per language). r=wevah sr=smfr 2005-02-16 16:40:32 +00:00
travis%sedsystems.ca
a6fa7ee9b2 Bug 281574 : Combine version_/milestone_/component_no_action errors into one.
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=LpSolit  a=myk
2005-02-16 16:35:54 +00:00
travis%sedsystems.ca
5a8678f30a Bug 277768 : Some validations are missing when editing groups
Patch by Frederic Buclin <LpSolit@gmail.com>  r=wurblzap  a=justdave
2005-02-16 16:25:54 +00:00
travis%sedsystems.ca
1711a1aeed Bug 271276 : Cannot enter negative time for 'Hours Worked'
Patch by Shane H. W. Travis <travis@sedsystems.ca>   r=LpSolit  a=justdave
2005-02-16 16:16:38 +00:00
mkanat%kerio.com
73dd171a1d Bug 281592: "use Bugzilla::RelationSet" in globals.pl and process_bug.cgi is dead code r=vladd, a=myk 2005-02-16 16:14:36 +00:00
mkanat%kerio.com
a572661f14 Bug 225973: Fix logins on systems that use Blorfish for crypt(). r=wurblzap, a=myk 2005-02-16 16:01:43 +00:00
bzbarsky%mit.edu
7ce06aa6bd If AsyncOpen fails, don't leave the imgRequest in the cache, since it will
never deliver any notifications to its listeners.  Bug 281467, r=pavalov,
sr=darin, a=asa
2005-02-16 15:26:04 +00:00
bzbarsky%mit.edu
9e2419e46a If a popup is too big to fit in the space we have for it vertically, resize it
to fit.  Bug 245163, r+sr=bryner, a=asa
2005-02-16 15:21:20 +00:00
cbiesinger%web.de
0093be2f2e Bug 281834 define XPTC_EXPORT correctly for non-windows platforms
r=bryner rs=darin a=asa
2005-02-16 14:26:12 +00:00
cbiesinger%web.de
fcf9b7c86f Bug 108170 [gtk2] make GDK_KP_Separator map to ',' rather than '|'
patch by Alexander Skwar <askwar@digitalprojects.com> r=blizzard sr=bryner
a=caillon
2005-02-16 14:21:38 +00:00
cbiesinger%web.de
558421784f Bug 108170 [gtk1] make GDK_KP_Separator map to ',' rather than '|'
patch by Andreas M. Schneider <c@c07.de> r=caillon sr=bryner a=dbaron
2005-02-16 14:18:38 +00:00
caillon%redhat.com
5a3456c805 Bug 282141 - Request base, not bg, from gtk2 for the correct window background color.
r=marco, sr=blizzard, a=asa
2005-02-16 13:07:13 +00:00
igor%mir2.org
2a49a02214 Fixing bug 282447: patch from Attila Szegedi <szegedia@freemail.hu> to fix NullPointerException. 2005-02-16 12:11:42 +00:00
neil%parkwaycc.co.uk
d63c6e78e8 Removing unused variables b=90905 p=gautheri@noos.fr r=me sr=dmose a=asa 2005-02-16 11:50:13 +00:00
bugzilla%arlen.demon.co.uk
289365d9bb Bug 280415 "Save As Page..." menu item disappears if no window open
p=me r=timeless sr=neil.parkwaycc.co.uk a=caillon
2005-02-16 11:42:51 +00:00
neil%parkwaycc.co.uk
07bcd35ed0 Bug 282195 Make dragging mouse back over slider resume scrolling r+sr=roc a=asa 2005-02-16 09:22:00 +00:00
darin%meer.net
0848e7f038 fixing win32 bustage (implement NS_CopyUnicodeToNative in terms of NS_UTF16ToCString when MOZILLA_STRICT_API is defined) 2005-02-16 08:33:58 +00:00
darin%meer.net
6152167859 fixes bug 241864 "M18a2 Crash after trying to save page and visiting other url or reload current url - [@ ntdll.dll - ???] [@nsCOMPtr<nsIURI>::assign_assuming_AddRef]" patch by son.le0@gmail.com, r=bzbarsky, sr=darin, a=asa 2005-02-16 08:02:08 +00:00
darin%meer.net
c4287b12c7 fixes bug 277549 "Out of memory in MutatePrep is not well handled" r=dveditz sr=dbaron a=asa 2005-02-16 07:20:20 +00:00
smfr%smfr.org
a8d2af66eb Fix bug 281803: make sure we respond to batch notifications, and reload the entire history tree when the batch ends. 2005-02-16 06:47:30 +00:00
jshin%mailaps.org
c75d55c0dc bug 281781 : HandleDDENotification returns zero-extended values for WWW_GetWindowInfo patch by Masayuki Nakano, r=jshin, sr=bz, a=asa 2005-02-16 06:31:43 +00:00
smfr%smfr.org
1bc071b87a Fix bug 281732: event handling in camino's native popup got broken when screen-relative coordinates in Cocoa widget were fixed (bug 281470), which caused the nsComboboxControlFrame/nsListControlFrame code to start doing mouse capture, and showing the XUL popup. This revealed a bug in nsCocoaWindow, which failed to set the window type in some situations. This change only affects Camino. 2005-02-16 05:14:59 +00:00
smfr%smfr.org
0874f92566 Fix bug 281732: event handling in camino's native popup got broken when screen-relative coordinates in Cocoa widget were fixed (bug 281470), which caused the nsComboboxControlFrame/nsListControlFrame code to start doing mouse capture, and showing the XUL popup. So add a static method, ToolkitHasNativePopup(), and query that (rather than #ifdeffing). r/sr=roc, a=dbaron. 2005-02-16 05:13:16 +00:00
bienvenu%nventure.com
fcfd665193 fix 281473 put up error if login is disabled, r/sr=mscott, a=sspitzer 2005-02-16 03:21:28 +00:00
bienvenu%nventure.com
87be6c491a fix 107776 nntp errors cause caching of emtpy msg in mem cache, and 282010, fix regression in downloading news messages for offline use, r/sr=mscott, a=sspitzer 2005-02-16 03:18:46 +00:00
scott%scott-macgregor.org
9af9918927 Bug 282399 --> Fork SMIME locale files from mozilla\mailnews as part of the Thunderbird work to support automated locales. 2005-02-15 23:34:00 +00:00
scott%scott-macgregor.org
bc83dc21f3 Bug #282399 --> Fork SMIME locale files from mozilla\mailnews as part of the Thunderbird
work to support automated locales.
2005-02-15 23:32:54 +00:00
bryner%brianryner.com
a1b0671ae2 Don't dispatch oninput events when the value of an input is changed programatically. This prevents unwanted opening of the autocomplete popup when a username is prefilled. Bug 272002, r+sr=bzbarsky, a=caillon. 2005-02-15 23:14:42 +00:00
shaver%mozilla.org
e05220c80c b=258048: update security observers from OnLocationChange, r=jst, a=drivers 2005-02-15 22:16:59 +00:00
travis%sedsystems.ca
a6ba9cc3d6 Bug 99567 : Allow Milestone to be set on creation of bug as an option
Patch by Todd Stansell <tjs@tellme.com>  r=kiko,justdave  a=justdave
2005-02-15 21:51:12 +00:00
shaver%mozilla.org
5d9bd05a72 forgot some license blurbing 2005-02-15 21:50:00 +00:00
shaver%mozilla.org
1ec41fd9d5 stub lightning extension, so that --with-extensions=lightning can DTRT 2005-02-15 21:47:48 +00:00
travis%sedsystems.ca
5aed24a3be Bug 238467 : "Accept bug (confirm bug, change status to ASSIGNED)" should use ';' or 'and' not ','
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=LpSolit   a=justdave
2005-02-15 21:47:38 +00:00
shaver%mozilla.org
3dcbccfdac Initial Lightning stub framework shell prototype experiment. This won't build
for you at all unless you break into my laptop and steal my patches to
{config,rules}.mk.  Please don't do that.
2005-02-15 21:45:45 +00:00
mvl%exedo.nl
37c60bb142 fixing conflicts in id after uupgrade 2005-02-15 20:48:26 +00:00
mvl%exedo.nl
51abbbf15f This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
2005-02-15 20:38:04 +00:00
mvl%exedo.nl
d8487a75df update to libical cvs on 20050215 2005-02-15 20:38:04 +00:00
julien.pierre.bugs%sun.com
66bc594587 Fix compilation on AIX 2005-02-15 19:26:28 +00:00
brendan%mozilla.org
203a9641ad Fix Detecting to cope with no active frames on cx (281984, r=jst). 2005-02-15 19:20:00 +00:00
jwatt%jwatt.org
2827839c33 bug 274698 : Improve nsSVGLength.cpp : r=tor 2005-02-15 19:18:58 +00:00
jshin%mailaps.org
890a301a7e bug 281184 : When WXG (a Japanese IME) is used, the composition window stays on even after the composition ends : patch by Masayuki Nakano, r=timeless, sr=bz, a=cailon 2005-02-15 17:33:11 +00:00
travis%sedsystems.ca
981a6a0726 Bug 189366 : real name columns should fall back to e-mail name
Patch by Marc Schumann <wurblzap@gmail.com>   r=LpSolit,jpeshkin  a=justdave
2005-02-15 17:16:08 +00:00
travis%sedsystems.ca
eb260a05fb Bug 281632 : Add javascript to focus/select the voting textbox or checkbox
Patch by GavinS <bugzilla@chimpychompy.org>   r=wurblzap  a=justdave
2005-02-15 17:13:02 +00:00
smfr%smfr.org
fa4b4472bf Fix bug 282295: drag feedback uses wrong cooridinates in Camino. Remove Cocoa-only #ifdeffed code that reversed the drag region Y coordinate because it's no longer needed after the fix for bug 281470. r=pink. This change only affects Camino. 2005-02-15 16:52:20 +00:00
aaronleventhal%moonset.net
33bf825398 Bug 282095. Correct get_accFocus() behavior. r=pkw, sr=bryner, a=caillon 2005-02-15 14:21:01 +00:00