Commit Graph

151666 Commits

Author SHA1 Message Date
bugzilla%arlen.demon.co.uk
6aed21d27c Bug 260977 SeaMonkey / mozilla asks for another profile if already ran and run-mozilla.sh is in the libdir
p=piel@lifl.fr r=bsmedberg
2005-12-19 23:56:29 +00:00
jminta%gmail.com
5f0d0f7042 Bug 315962 Overlay customizeToolbar so that icons show up. r=dmose 2005-12-19 23:50:11 +00:00
jminta%gmail.com
57221e6523 Bug 315960 Reuse the existing month-view grid whenever possible. r=dmose 2005-12-19 23:12:49 +00:00
darin%meer.net
6d9308ac14 fixes bug 317627 "Display hex dump of cache data in about:cache-entry" r=biesi 2005-12-19 23:04:27 +00:00
ccooper%deadsquid.com
8720b79374 - when enabling the submit button, check whether we are being passed a NodeList or single Element and act accordingly 2005-12-19 22:22:46 +00:00
brendan%mozilla.org
f608dee739 Fix shared permanent optimization in hasOwnProperty to be confined to a single class of objects (320854, r/sr=mrbkap/shaver). 2005-12-19 21:14:31 +00:00
mrbkap%gmail.com
d8a5fa7ae3 bug 319847: xul:persist doesn't really deal with namespaces; check that the argument is a valid NCName, though. r=bsmedberg sr=jst 2005-12-19 21:13:59 +00:00
bob%bclary.com
5b0d3052c6 Regression test for bug 320854, by Brendan Eich, not part of the build 2005-12-19 20:49:02 +00:00
mrbkap%gmail.com
dcf7ce0aef bug 320585: View source can loose a final equals sign in an attribute if the preceeding character was a quote or slash. r+sr=jst 2005-12-19 20:37:08 +00:00
mrbkap%gmail.com
7ad0a958f3 bug 320590: Remove unused member variable mLastAttribute, especially as our attempt to set it was causing us to change non-debug-only variables in #ifdef DEBUG code. r+sr=jst 2005-12-19 20:33:30 +00:00
mrbkap%gmail.com
d52a331d97 bug 319296: Protect from bad wrappers being precreated. r=jst sr=brendan 2005-12-19 20:29:54 +00:00
bsmedberg%covad.net
4f07681075 Bug 320328 (mac) - Ts regression from bug 316416 (possible fix), r=josh moa=shaver 2005-12-19 20:19:09 +00:00
joshmoz%gmail.com
c1703c57ec back out a fix I made on the 15th, no bug. Turns out Camino actually does use nsCocoaWindow for <select>, and allowing popups caused a Tp regression because they also make their own <select> window (no need for a second one in nsCocoaWindow). Another victim of Camino's crazy <select> hack. 2005-12-19 19:46:44 +00:00
brettw%gmail.com
55878016d7 Bug 318654, r=bryner Add history transition types, session IDs 2005-12-19 19:26:15 +00:00
bsmedberg%covad.net
c1bceb4158 Bug 320837 - "make tier_3" (undefined tier) rebuilds the entire tree, r=timeless 2005-12-19 19:08:05 +00:00
axel%pike.org
427a8a6c4e bug 308294, langpack target needs dist/install, build change only, r=bsmedberg, sr=chase 2005-12-19 18:57:29 +00:00
pedemont%us.ibm.com
b8a0e94c4a Remove temporary code. 2005-12-19 18:04:48 +00:00
wtchang%redhat.com
3b577f224d Bugzilla Bug 317052: removed the obsolete file lib/base/whatnspr.c from
CVS.  r=relyea.
Modified Files:
	base.h error.c manifest.mn
Removed Files:
	whatnspr.c
2005-12-19 17:53:28 +00:00
wtchang%redhat.com
165d7b9185 Bugzilla Bug 272484: code cleanup. keythi.h: remove the unused type
definition of SEC_PKCS5KeyAndPassword.  p12d.c: We only need to set
p12dcx->currentASafeP7Dcx to NULL if it isn't NULL.  r=relyea.
Modified Files: cryptohi/keythi.h pkcs12/p12d.c
2005-12-19 17:46:30 +00:00
bugzilla%standard8.demon.co.uk
4b0886dc70 Bug 183419 Message Filter dialog and Search dialogs (Message, Address) need close facilities. r=mnyromyr,sr=neil.parkwaycc.co.uk 2005-12-19 17:30:58 +00:00
bienvenu%nventure.com
6e6d19e68c fix 320334 make non-overridden methods non-virtual, patch by engel@physics.harvard.edu, r/sr=bienvenu 2005-12-19 17:27:06 +00:00
bienvenu%nventure.com
d479282947 fix 317167 patch by mkmelin+bugzilla@cc.hut.fi r/sr=bienvenu broaden range of identities we check when doing a reply to see if we're replying to ourself 2005-12-19 17:06:03 +00:00
bienvenu%nventure.com
4c3a474128 fix 317327, eliminate nsImapServerResponseParser::end_of_line, patch by engel@physics.harvard.edu, r/sr=beinvenu 2005-12-19 16:58:21 +00:00
bsmedberg%covad.net
a0d91be6a5 No bug, if a tools directory fails to build it frequently doesn't stop the build like it should, missing EXIT_ON_ERROR 2005-12-19 15:42:13 +00:00
cbiesinger%web.de
c6e491a9d3 bug 273971 patch by Son Le <son.le0@gmail.com> r=biesi sr=neil
- make nsIDownload::currBytes and maxBytes use bytes rather than kilobytes
- make transfers of unknown size use the right size
  - send mProgress rather than mContentLength as the current progress in OnStateChange
2005-12-19 15:25:22 +00:00
bob%bclary.com
c6d79334bd Regression test for bug 319384, attempt to catch conversion error 2005-12-19 09:18:19 +00:00
smfr%smfr.org
ad03fd2d7d Fix Camino bugs:
Bug 319509: When doing Reset Camino, don't prompt about closing windows with multiple tabs open.
Bug 320208: Reset Camino should not clear out keychain passwords, since we don't know whether we created them.
Bug 319491: Reset Camino should clear the visit counts on the bookmarks, thus clearing the top 10 list.

Also changed -getFrontmostBrowserWindow and -browserWindows to not return windows that are not visible (e.g. those that are being created or destroyed), which fixing some odd cascading issues, and should prevent us from ever showing sheets on hidden windows.
2005-12-19 05:23:49 +00:00
mhammond%skippinet.com.au
0e3637a568 Remove old unused file - not part of the build. 2005-12-19 05:19:11 +00:00
smfr%smfr.org
ecb4906ffe Minor tidyup from last set of changes. 2005-12-19 05:09:36 +00:00
mhammond%skippinet.com.au
8ce6f5f5be nsIComponentLoader is dead - long live nsIModuleLoader! Take the
opportunity to remove support for nsIComponentManagerObsolete, and
formalize a nice shutdown API.

Not part of the build.
2005-12-19 05:05:45 +00:00
smfr%smfr.org
aa39ab95e3 Improve Top 10 bookmarks list maintenance, ensuring that we look at both visit count and last visit date to keep the list stable in the face of changing visit counts, and optimize list building slightly.
Add methods to allow bookmark sorting, currently only used by the top 10 list.

Remove a nasty hack that set the parent of a bookmark item to an NSNumber for Rendezvous bookmarks, replacing it with a RendezvousBookmark Bookmark subclass.

Fix a bug in the Bookmark enumerator, that could cause it to propagate above its root folder, and hang in some cases.

Optimize the notification handlers for various bookmark changes (notably visit count changes) to reduce the amount of work done when resetting all visit counts.

Optimize the building of the dictionary that maps from bookmarks to their favicon urls.

Add a stack-based C++ class that can be used to time an event.
2005-12-19 04:46:48 +00:00
roc+%cs.cmu.edu
c8c95d63ba Bug 319957. Avoid unwanted invalidates of translucent windows on Windows. patch by Dainis Jonitis, r=ere,sr=roc 2005-12-19 03:00:41 +00:00
roc+%cs.cmu.edu
ef94202941 fixing bustage 2005-12-19 02:44:40 +00:00
timeless%mozdev.org
2f07530612 Fixing typo
r=justdave
2005-12-19 01:15:38 +00:00
roc+%cs.cmu.edu
3d90832d5f Bug 311457. nsMenuPopupFrame needs to create its widget in nsMenuPopupFrame::CreateWidgetForView, and only create the widget if it hasn't already been created. r+sr=dbaron 2005-12-19 01:10:27 +00:00
roc+%cs.cmu.edu
fae8610bd8 Bug 318425. Make sure the scrolled frame's view is set to include the overflow area of its frame. r+sr=dbaron 2005-12-19 01:07:41 +00:00
timeless%mozdev.org
7c1e5d4a90 Bug 16439 despot/genstats using MySQL reserved "when" as colname
r=justdave
2005-12-19 00:47:50 +00:00
pedemont%us.ibm.com
66b6bf3a63 Temporarily force compilation of Java classes in order to take JAVAC_FLAGS change from bug 315917. 2005-12-18 22:27:33 +00:00
timeless%mozdev.org
83d77ca25b Bug 320275 !Node "compat" hack is very broken
r=myk a=justdave
2005-12-18 22:19:54 +00:00
pedemont%us.ibm.com
3d5ffa9079 Fix comment. 2005-12-18 22:18:59 +00:00
ajschult%verizon.net
3c8dc4f469 Never show the autocomplete popup unless there are results or search is enabled. bug 124674, r=jag, sr=neil 2005-12-18 21:04:05 +00:00
ajschult%verizon.net
b6b571a341 package missing sidebar, svg, canvas, loadsave xpt files in Windows installer. bug 320370, r=biesi 2005-12-18 20:30:07 +00:00
mkanat%kerio.com
426ae4a6a1 Back out bug 297187: see comment 20. 2005-12-18 20:01:13 +00:00
lpsolit%gmail.com
84d1a91176 Bug 305968: [PostgreSQL] Comparison between TIMESTAMP and TIMESTAMP(0) prevents bugmail delivery - Patch by Emmanuel Seyman <eseyman@linagora.com> r=mkanat a=justdave 2005-12-18 19:40:39 +00:00
cltbld
0745740606 Remove the [build] text prepending the subject line of build emails.
(chase)
2005-12-18 19:28:02 +00:00
lpsolit%gmail.com
f981be2250 Bug 320289: [PostgreSQL] Ordering a buglist by "Actual Hours" fails - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-12-18 19:24:32 +00:00
wurblzap%gmail.com
3fe846208b Bug 314757: The mybugstemplate parameter should include UNCONFIRMED bugs I reported myself.
Patch by Marc Schumann <wurblzap@gmail.com>,
r=LpSolit, a=justdave
2005-12-18 19:19:24 +00:00
lpsolit%gmail.com
abe42b5fba Bug 319082: "new Bugzilla::User($uid)" allows you to pass invalid $uid - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-12-18 19:13:00 +00:00
mkanat%kerio.com
e5e44d169f Bug 310325: Workaround MySQL bug incorrectly thinking a column contains NULL values
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
2005-12-18 18:55:02 +00:00
mkanat%kerio.com
0faeccc592 Bug 310231: MySQL-specific get_alter_column_ddl will not drop primary key
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
2005-12-18 18:53:00 +00:00