Commit Graph

145341 Commits

Author SHA1 Message Date
bryner%brianryner.com
3274ca4c10 Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
git-svn-id: svn://10.0.0.236/trunk@174651 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:52:46 +00:00
dbaron%dbaron.org
5efdb69c74 Implement the same block-alignment behavior for align=left (which matters only for RTL) that we do for center and right. b=64510 r+sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@174650 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:45:06 +00:00
shaver%mozilla.org
cda57348e6 Bug 295659: if we're building for an XPI_NAMEd package, always use PIC, even
if we're not at the stage of constructing the component yet.  Otherwise we
end up mixing PIC and non-PIC code for components that are constructed out
of sub-archives (like storage, f.e.). r=bsmedberg.


git-svn-id: svn://10.0.0.236/trunk@174649 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:42:07 +00:00
bryner%brianryner.com
57d5d667f3 Convert the memory cache to use the new PR_GetPhysicalMemorySize API (bug 297714). r+sr=darin, a=asa.
git-svn-id: svn://10.0.0.236/trunk@174648 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:37:29 +00:00
ben%bengoodger.com
3c4c992f51 show progress properly, begin to make pause/resume work
git-svn-id: svn://10.0.0.236/trunk@174647 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:17:53 +00:00
bienvenu%nventure.com
26ee65b11f fix top crash in nsDBFolderInfo::GetTransferInfo, 284083, sr=mscott, a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@174646 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 23:17:43 +00:00
scott%scott-macgregor.org
3d4c27f7cf Bug #272812 --> scoping issue with the xml serializer leads to some XMLSerializer
not defined messages.

Patch by Robert Sayre.


git-svn-id: svn://10.0.0.236/trunk@174645 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 22:44:24 +00:00
scott%scott-macgregor.org
1b735c1c0b Bug #274306 --> Replace [buttondown] and [buttonover] rules for some buttons of _ThunderBird_ to work using :active and :hover rules
patch by gautheri@noos.fr


git-svn-id: svn://10.0.0.236/trunk@174644 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 22:35:41 +00:00
scott%scott-macgregor.org
d66285df28 Bug #285626 --> Advanced POP settings dialog is too small, clipping off content.
Stop hiding/showing elements in this dialog, instead disable them.

r=Stefan Borggraefe
sr=bienvenu
a=sspitzer


git-svn-id: svn://10.0.0.236/trunk@174643 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 22:06:34 +00:00
scott%scott-macgregor.org
a1dc7d28b7 Bug #289091 --> Thunderbird doesn't handle return receipts
for IMAP accounts anymore. Regression fix.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@174642 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 22:04:59 +00:00
bsmedberg%covad.net
890b6718d7 Bug 286108 - Use the toolkit packager and the toolkit naming convention for tbird "zip" builds, r+a=Chase r=mscott
git-svn-id: svn://10.0.0.236/trunk@174641 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 21:37:49 +00:00
scott%scott-macgregor.org
cf6768540c Bug #297804 --> OPML Export should be pretty-printed
patch by robert sayre

sr=me


git-svn-id: svn://10.0.0.236/trunk@174640 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 21:32:01 +00:00
mvl%exedo.nl
ad1791c86b make this valid javascript. r=shaver
git-svn-id: svn://10.0.0.236/trunk@174639 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 20:12:17 +00:00
ben%bengoodger.com
757fdd0126 make the downloader work again!
git-svn-id: svn://10.0.0.236/trunk@174637 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 19:36:32 +00:00
pavlov%pavlov.net
41d9e51c1b removing use of the obsolete dialogOverlay and adding code to disable the accept button if there is no event title entered
git-svn-id: svn://10.0.0.236/trunk@174636 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 18:45:34 +00:00
despotdaemon
7bdd27bdb5 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@174635 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 18:45:27 +00:00
christophe.ravel.bugs%sun.com
6bd0bd41e1 297573 - Modify JSS tests such that they access certs from platform specific directories
r=Sandeep, sr=Glen
Make $testdir a specific directory for each run.


git-svn-id: svn://10.0.0.236/trunk@174634 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 18:39:37 +00:00
mrbkap%gmail.com
427f731b67 bug 142965: Handling misplaced content with a stray end tag around causes the tag that caused us to handle the misplaced content to lose its attributes. r=jst sr+a=brendan
git-svn-id: svn://10.0.0.236/trunk@174633 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 18:20:29 +00:00
dmose%mozilla.org
c938cd0bfb Bump IID on recently changed interface (bug 119291). Good catch, Darin! r+sr+a=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@174632 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 17:44:30 +00:00
mvl%exedo.nl
9b480b22a3 Bug 286841 Minimonth showMonth is called twice when month changes.
patch by gekacheka@yahoo.com, r=woo (andrew@progressivex.com)


git-svn-id: svn://10.0.0.236/trunk@174631 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 17:39:51 +00:00
brendan%mozilla.org
4fe60f85ec Fix dumb copy-paste bug jst pointed out, whose symptom bz reported (r+sr=jst, a=me).
git-svn-id: svn://10.0.0.236/trunk@174630 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 16:42:31 +00:00
joshmoz%gmail.com
8e3dcb2d35 gcc 4 build fixes for Camino. Patch by Mark Mentovai. b=297688 r=josh sr=smfr a=asa
git-svn-id: svn://10.0.0.236/trunk@174629 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 16:39:40 +00:00
nboyd%atg.com
a833982cc7 Add Magoo Software.
git-svn-id: svn://10.0.0.236/trunk@174628 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 16:12:35 +00:00
shaver%mozilla.org
45799fd7b8 Bug 295659: when building a package via XPI_NAME, don't let components be
build as static libs. r+a=bsmedberg.


git-svn-id: svn://10.0.0.236/trunk@174627 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 13:41:39 +00:00
shaver%mozilla.org
1544af02d3 Make sure we build webdav in lightning, if it's not already in the list
git-svn-id: svn://10.0.0.236/trunk@174626 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 13:23:38 +00:00
bugzilla%arlen.demon.co.uk
bff5599d3b Bug 285911 XPrint hardcodes english string with literal "Mozilla"
p=mozilla@Weilbacher.org r/sr/a=roc


git-svn-id: svn://10.0.0.236/trunk@174625 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 10:23:24 +00:00
vladimir%pobox.com
73f474ea77 add month and day view to lightning
git-svn-id: svn://10.0.0.236/trunk@174624 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 09:27:29 +00:00
leon.sha%sun.com
6fd0e7bc59 Bugzilla Bug 295306.
Firefox is unusable in solaris x86 using Sun SOS10 compiler.
Patch maker, leon.sha@sun.com.
darin: review+
darin: superreview+
asa: approval1.8b3+


git-svn-id: svn://10.0.0.236/trunk@174623 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 08:32:23 +00:00
pavlov%pavlov.net
880d3e2a09 fixing buttons to look right on the toolbar.
git-svn-id: svn://10.0.0.236/trunk@174622 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 06:29:46 +00:00
joshmoz%gmail.com
0bf366660e gcc 4 Thunderbird fixes for Mac OS X. Patch by Mark Mentovai. b=297619 r=peterv r=josh sr=peterv a=dbaron
git-svn-id: svn://10.0.0.236/trunk@174621 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 04:01:52 +00:00
mkanat%kerio.com
5c30640687 Bug 293501: Add me to files where I belong and fix kerio.com emails
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk


git-svn-id: svn://10.0.0.236/trunk@174620 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 03:55:00 +00:00
joshmoz%gmail.com
6902151737 gcc 4 fixes for Mac OS X. part 2 of landing (last part). Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron
git-svn-id: svn://10.0.0.236/trunk@174619 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 03:52:48 +00:00
joshmoz%gmail.com
b3c8eed3c3 gcc 4 fixes for Mac OS X. part 1 of the landing. Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron
git-svn-id: svn://10.0.0.236/trunk@174618 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 03:49:26 +00:00
pavlov%pavlov.net
e57e529572 making the week view back to the normal view
git-svn-id: svn://10.0.0.236/trunk@174615 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 01:25:20 +00:00
timeless%mozdev.org
d744839f56 Bug 261199 UI for defining and editing virtual folders
patch by gautheri@noos.fr r=mscott sr=mscott a=asa


git-svn-id: svn://10.0.0.236/trunk@174614 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 01:21:06 +00:00
pavlov%pavlov.net
813f975836 adding support for multiple views and switching views
git-svn-id: svn://10.0.0.236/trunk@174613 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 01:19:00 +00:00
ben%bengoodger.com
f0ad55a47a fix some errors in update manager UI
git-svn-id: svn://10.0.0.236/trunk@174612 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 01:01:45 +00:00
dbaron%dbaron.org
927c4a609b Fix releasing of nsISupportsWeakReference wrapped JS objects so it doesn't crash when we do multiple iterations of JS GC. b=292027 r=jst sr=brendan a=brendan
git-svn-id: svn://10.0.0.236/trunk@174611 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:23:32 +00:00
dbaron%dbaron.org
ab677a4f68 I only want part of DEBUG_xpc_hacker; fix spelling. b=292027 r=jst sr=brendan a=brendan
git-svn-id: svn://10.0.0.236/trunk@174610 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:21:26 +00:00
brendan%mozilla.org
c2bcad0c8f Fix 76831 by inverting the config.trim_on_minimize default (r=pavlov, sr=jst).
git-svn-id: svn://10.0.0.236/trunk@174609 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:20:12 +00:00
jwalden%mit.edu
af4272a9fb Bug 297577 - Update search sentence in welcome.xhtml (searches are automatic now, not Enter-activated). p=stefan_h@hem.utfors.se, r=me, a=asa
git-svn-id: svn://10.0.0.236/trunk@174608 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:11:44 +00:00
scott%scott-macgregor.org
9c59d268e5 minor tweak to update with 1.1 info
git-svn-id: svn://10.0.0.236/trunk@174607 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:06:11 +00:00
ben%bengoodger.com
c6617f5394 Add code to build UI from the update manager, track state and update name on nsIUpdate
git-svn-id: svn://10.0.0.236/trunk@174606 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-15 00:05:31 +00:00
scott%scott-macgregor.org
e66ad2a459 Bug #283735 --> Add ability to export feeds to OPLM format
Patch by Robert Sayre.

sr=me


git-svn-id: svn://10.0.0.236/trunk@174605 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:56:34 +00:00
mats.palmgren%bredband.net
3326af6fcd Don't apply z-index to non-positioned elements. b=297425 r+sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@174604 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:53:56 +00:00
jwalden%mit.edu
c7e41e7ddc Bug 295902 - Document tab drag-and-droppability. r=steffen, a=asa
git-svn-id: svn://10.0.0.236/trunk@174603 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:49:57 +00:00
shaver%mozilla.org
dd8445c8d7 forgot to commit jar.mn change
git-svn-id: svn://10.0.0.236/trunk@174602 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:39:23 +00:00
scott%scott-macgregor.org
198dcafecb Bug #297678 --> Non-ascii feed names are garbled when they are imported from OPML file.
Patch by Robert Sayre.

sr=me


git-svn-id: svn://10.0.0.236/trunk@174601 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:25:27 +00:00
pavlov%pavlov.net
b787ce9a60 fixing storage to read properties back correctly r=vlad
git-svn-id: svn://10.0.0.236/trunk@174600 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:22:07 +00:00
scott%scott-macgregor.org
57c4db87e7 Bug #297365 --> creating a 5th search term in a saved search dialog scrolls to bottom of list instead of to the row
which was added.

sr=bienvenu
a=asa


git-svn-id: svn://10.0.0.236/trunk@174599 18797224-902f-48f8-a5cc-f745e15eee43
2005-06-14 23:20:29 +00:00