Commit Graph

162129 Commits

Author SHA1 Message Date
cls%seawood.org
be2defb433 Get tag info from Tag: line in CVS output rather than relying upon client's CVS/Tag file.
Bug #343263 r=bear
2006-07-03 20:35:04 +00:00
mattwillis%gmail.com
104f0b0ed5 disable clobber 2006-07-03 20:09:31 +00:00
myk%mozilla.org
d2d74921c6 make sure the bookmarks sidebar is open before rebuilding it
bug=342739
r=mconnor
2006-07-03 16:54:04 +00:00
mattwillis%gmail.com
3e65ab7889 make clobber 2006-07-03 16:42:35 +00:00
mozilla.mano%sent.com
44fd2aef57 Bug 343097 - Cleaner arrowscrollbox-clicktoscroll binding. r=sspitzer/mconnor. 2006-07-03 14:59:18 +00:00
mattwillis%gmail.com
e1b7ecc5fa attempting to enable installer again 2006-07-03 13:11:30 +00:00
lpsolit%gmail.com
07d2fc9e0a Bug 342828: keyword cache is not sorted alphabetically, makes sorting by keyword inconsistent - Patch by R�mi Zara <remi_zara@mac.com> r=LpSolit a=justdave 2006-07-03 09:31:15 +00:00
lpsolit%gmail.com
a05018fb98 Fix on checkin for bug 343364 2006-07-03 09:25:07 +00:00
lpsolit%gmail.com
8dd4eba7d9 Bug 343364: Changing Multiple Bugs is broken - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave 2006-07-03 09:21:42 +00:00
lpsolit%gmail.com
0e4903a203 Bug 343294: Update notification does not work through an HTTP proxy - Patch by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=justdave 2006-07-03 09:08:43 +00:00
lpsolit%gmail.com
5179c9b8c2 Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R�mi Zara <remi_zara@mac.com> r=mkanat a=justdave 2006-07-03 08:53:27 +00:00
uriber%gmail.com
17081d4ed2 Limit the fix for bug 337135 to the -moz-pre-wrap case only. bug=343390, r+sr=roc 2006-07-03 07:12:42 +00:00
sspitzer%mozilla.org
c56a134d73 fix for bug #343370. additional scenario where tab scrolling does not handle window resize well. cache the tab strip width and only adjust the tabstrip, scroll and ensure the selected tab is visible if the width changes. r=asaf 2006-07-03 06:46:48 +00:00
sspitzer%mozilla.org
f6108d4f62 supplimental fix for bug #343019. tab scrolling does not handle resize and underflow well. r=asaf 2006-07-03 06:07:58 +00:00
mike.morgan%oregonstate.edu
8581bf8db9 Fixed error in template for recommended.tpl. 2006-07-02 23:29:28 +00:00
gavin%gavinsharp.com
6df3b1fe3c Bug 331828: Can't inspect windows using DOMi on Mac, patch by Phil Ringnalda <philringnalda@gmail.com>, r=timeless, sr=neil 2006-07-02 22:01:10 +00:00
gavin%gavinsharp.com
caaec2fc86 Bug 310071: Use system calls to add files to the recent documents folder, r=mconnor, r=bsmedberg 2006-07-02 20:47:53 +00:00
gavin%gavinsharp.com
ef8f25fcfb Bug 240320 - Use system selection color in tree.css, patch by Stefan <stefanh@bluebottle.com>, r=kmgerich 2006-07-02 20:28:39 +00:00
neil%parkwaycc.co.uk
6d455d682f Bug 340272 Ensure that tree.columns is always initialised r=enn sr=roc 2006-07-02 20:21:26 +00:00
neil%parkwaycc.co.uk
de277db377 Bug 335113 More obvious secure site indication p=zug_treno@yahoo.com r=db48x,jag sr=me 2006-07-02 16:18:58 +00:00
cvshook%sicking.cc
2c39937d84 Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
bugzilla%standard8.demon.co.uk
837ba0868b Bug 343317 Some Privacy & Security Preference sections missing in suiterunner builds (Include security pref and page info overlay definitions for suite). r/sr=Neil 2006-07-02 06:50:43 +00:00
bugzilla%standard8.demon.co.uk
2e1c6e982e Bug 343127 SeaMonkey installer doesn't install some icons. r=ajschult,sr=Neil 2006-07-02 06:46:53 +00:00
mattwillis%gmail.com
616a651568 renabling MozillaAlive test and disabling installer 2006-07-02 03:34:34 +00:00
mrbkap%gmail.com
a91848d680 Add missing rooting around a call out JS_Enumerate. bug 343290, r=brendan 2006-07-02 03:30:46 +00:00
mrbkap%gmail.com
21bc46e129 Protect against overly-large reallocations. bug 342960, r=brendan a=dveditz 2006-07-02 03:05:06 +00:00
mattwillis%gmail.com
69842ad798 disabling MozillaAlive test for debugging 2006-07-02 02:45:04 +00:00
mattwillis%gmail.com
bb5b3fa0c2 bug 332457 - move old xpi icons to xpi folder. r=mvl 2006-07-02 01:55:53 +00:00
mattwillis%gmail.com
9b24989555 attempting to enable installer again 2006-07-02 01:38:26 +00:00
ajschult%verizon.net
5801c98c4e Bug 341436: Address Neil's review nit 2006-07-02 00:39:32 +00:00
sspitzer%mozilla.org
90d29fd7ea fix for bug #343019, tab scrolling does not handle window resize well
fix for bug #342890, make tab min width 125 px by default (down from 140 px)
  and heed the hidden browser.tabs.tabMinWidth pref.
fix for bug #342385, get the hidden browser.tabs.tabClipWidth pref working.
  It was actually working, but I've changed the default to 115 px to match
  the 125 px default value for the browser.tabs.tabMinWidth pref.

also, some code cleanup and whitespace fixes.

r=mano, ui-r=beltzner
2006-07-02 00:20:10 +00:00
ajschult%verizon.net
ac25423a1a Bug 341436: Don't pass null to GetResource to avoid "ASSERTION: URI is empty: '!aURI.IsEmpty()'" patch by Alex Vincent <ajvincent@gmail.com>, r+sr=Neil 2006-07-01 23:37:34 +00:00
gavin%gavinsharp.com
658e559208 Bug 337390: Session restore dialog is scary / confusing. Also fixes bug 342765 (wrong button order in the session restore dialog), patch by Ryan Flint <rflint@dslr.net>, ui-r=beltzner, r=mconnor for the button ordering change 2006-07-01 22:09:18 +00:00
gavin%gavinsharp.com
39df89db5e Bug 198936: "Do you wish to compact..." dialog has no "don't ask me again" checkbox, patch by Jens Bannmann <jens.b@web.de>, r=bienvenu, sr=mscott 2006-07-01 21:48:49 +00:00
shaver%mozilla.org
595529ff5c Bug 302287: support crypto hashes for add-ons; fix installation error for
items that have hashes. patch from mao, r=shaver.
2006-07-01 20:42:36 +00:00
lpsolit%gmail.com
3eb1ab9d65 Bug 340278: Move CheckCanChangeField() from process_bug.cgi to Bug.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-07-01 20:01:52 +00:00
igor.bukanov%gmail.com
dc6cc6e7b2 Bug 322135: the length setter for array tries to detect a sparse array and enumerate over properties to remove elements beyond the array length. r=mrbkap,sr=brendan 2006-07-01 19:58:44 +00:00
igor.bukanov%gmail.com
beb746b6aa Bug 343228: Fixing array_sort to always free the temporary array. r=mrbkap 2006-07-01 19:52:32 +00:00
gavin%gavinsharp.com
b3f705d4f8 Bug 343278, Hitting delete in the password manager doesn't delete the password, patch by Adam Guthrie <ispiked@gmail.com>, r=mconnor 2006-07-01 19:31:15 +00:00
igor.bukanov%gmail.com
19908a421e Bug 341956: Reorder id allocation to avoid delays with their access. r=mrbkap,sr=brendan 2006-07-01 19:29:34 +00:00
gavin%gavinsharp.com
f28601c1db Bug 341437: No user feedback when adding new search engine fails URL checks, patch by Michael Wu <michael.wu@mozilla.com>, r=me/mconnor 2006-07-01 17:12:03 +00:00
mkanat%bugzilla.org
b358786820 Bug 343248: SQL query to get all keywords with bug count is duplicated in editkeywords.cgi and describekeywords.cgi
Patch By Remi Zara <remi_zara@mac.com> r=mkanat, a=justdave
2006-07-01 16:45:54 +00:00
mkanat%bugzilla.org
eee7b75908 Bug 343166: $template->process leaks 512K of RAM per call under mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
2006-07-01 16:10:14 +00:00
hwaara%gmail.com
d8a4a0fe32 Make newserver.js be preprocessed. Fixes bug 343223 and bug 343318. Patch by Regis Caspar <regis.caspar+bz@gmail.com>. r=Mano 2006-07-01 12:55:37 +00:00
neil%parkwaycc.co.uk
aafa301712 Adding comment for previous change, no bug. 2006-07-01 12:50:00 +00:00
neil%parkwaycc.co.uk
924d28363c Make xpfe prefwindow work in suiterunner b=342087 r+sr=jag 2006-07-01 12:19:53 +00:00
tor%cs.brown.edu
89f98824f7 Backout of bug 339237. 2006-07-01 07:44:49 +00:00
bzbarsky%mit.edu
1f76ae7ee9 Add unit tests for getElementsByTagName, getElementsByTagNameNS, and
getElementsByAttribute.  No bug, just checking in regression tests.
2006-07-01 07:13:19 +00:00
mattwillis%gmail.com
64473c1d1f disabling NSIS installer due to orange tboxwq 2006-07-01 05:50:19 +00:00
aaronleventhal%moonset.net
e6e7fff308 Bug 339565. Gogle.com textfield autocomplete shows unexpectedly with GOK. Patch by Nian Liu. r=aaronlev, sr=neil 2006-07-01 04:02:03 +00:00