Граф коммитов

135960 Коммитов

Автор SHA1 Сообщение Дата
joshmoz%gmail.com 130551926f Current download should have focus in download manager. b=266831 sr=pinkerton 2004-12-03 18:01:59 +00:00
vladimir%pobox.com 5b0800ae0b b=272974, nice scriptable interfaces for storage, r=shaver 2004-12-03 16:56:57 +00:00
webmail%kmgerich.com bc4e5eddc9 Fixing typo in theme author name 2004-12-03 15:22:14 +00:00
webmail%kmgerich.com 66393817c1 [Bug 272510] Mac theme doesn't display focus for message grouping 2004-12-03 14:45:17 +00:00
bsmedberg%covad.net 9dca6735a2 Removing files that were cvs-copied as part of bug 237745. I apologize for not doing this sooner. 2004-12-03 14:31:22 +00:00
mostafah%oeone.com d8cb2fec84 Checked in patch for bug 265265: grid lines dissapear in weekly view 2004-12-03 14:04:54 +00:00
aaronleventhal%moonset.net 672851337d Bug 175893. Make XUL tabs focusable. Relanding toolkit part of patch following aviary branch landing - previously reviewed. This part restores the missing tab loading indicators. 2004-12-03 14:03:58 +00:00
bsmedberg%covad.net f8114ffe6d mozilla/xpcom_obsolete is not the correct location, these files live happily in xpcom/obsolete 2004-12-03 13:47:00 +00:00
scott%scott-macgregor.org fb4d6eb5fd Bug #271045 --> Thunderbird rejects valid atom feeds such as livejournal feeds.
Patch by Blake Kaplan.

sr=mscott
2004-12-03 09:27:40 +00:00
bryner%brianryner.com 6b7ce6c069 Back out Firefox Debug appname to fix profile location for debug builds, r/a=ben. 2004-12-03 08:43:51 +00:00
scott%scott-macgregor.org 8312a93b04 Bug #272720 --> Personal Address Book list is empty after switching to any blank address book or ldap
directory in the contacts side bar

sr=bienvenu
2004-12-03 07:46:22 +00:00
bzbarsky%mit.edu b38e2dd569 Fixing Windows build bustage. 2004-12-03 06:35:44 +00:00
bzbarsky%mit.edu e36e6f6682 Fix comment. More bug 157395. 2004-12-03 04:48:32 +00:00
bzbarsky%mit.edu e766f067db :empty should not match nodes that have whitespace children. Introduce a
:-moz-only-whitespace pseudo-class to do what :empty used to do (so we can use
it in quirk.css and the like).  Bug 157395, patch by Justin Wood
<116057@bacon.qcc.mass.edu>, r+sr=bzbarsky
2004-12-03 04:25:21 +00:00
bzbarsky%mit.edu 718d9f9e5b Use nsIFile::Equals to implement Equals for two nsStandardURLs that are both
file urls.  Bug 127373, r+sr=darin
2004-12-03 04:19:48 +00:00
ben%bengoodger.com 4ccb583022 aviary landing fallout correction: add xpcom_core.dll/libxpcom_core.so to packager lists 2004-12-03 00:13:28 +00:00
darin%meer.net d3bb0705f8 relanding portion of patch for bug 219400 that was lost after the aviary branch landing 2004-12-03 00:10:05 +00:00
zack%kde.org 24a5c9e1a7 This is the second part of 267318 - the Qt Designer plugin so that you can
be using QGecko like any other widget from the Qt Designer. Very cool.
(for "Creating Your Own Browsers 101" ;) )
2004-12-02 23:35:20 +00:00
zack%kde.org 334ce0b580 Committing patch from Michal Ceresna relating to bug 267318.
This is the "alert dialogs" part.
2004-12-02 23:29:43 +00:00
tor%cs.brown.edu f58a738f95 Bug 163068 - backend support for zoom and pan. r=jwatt 2004-12-02 23:13:13 +00:00
zack%kde.org 3660b31b2c Patch from Michal Ceresna fixing 272593. Good catch, I forgot to update after
change which stopped children from propagating events back to the containers
due to which direct invalidation of the children wasn't working.
2004-12-02 22:53:13 +00:00
zack%kde.org c6de7d2f9a style fix and removing useless header 2004-12-02 22:46:10 +00:00
zack%kde.org c3133ff540 Swap it instead of assigning it (reduces copying) 2004-12-02 22:45:11 +00:00
jocuri%softhome.net 648ade2d31 Patch for bug 262141: Enable the creation of bookmarkable URL for bug entry when param commentoncreate is set; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=gerv, a=justdave. 2004-12-02 22:31:35 +00:00
jocuri%softhome.net 1387eeb60e Patch for bug 237793: remove terms from incomplete data error message in bug activity, when suitable; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave. 2004-12-02 22:28:13 +00:00
jocuri%softhome.net 4b5a1f443b Patch for bug 271306: specify that defaultquery is used by default to submit queries, not bugs; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=vladd, r=justdave, a=justdave. 2004-12-02 22:24:05 +00:00
nelsonb%netscape.com 5b54120923 Workaround the occasional SSL server cert that has the step-up OID but
not the SSL server OID.  Patch by Aaron Spangler <aaron@spangler.ods.org>
Bug 231775. r=nelson
2004-12-02 22:08:14 +00:00
bugzilla%arlen.demon.co.uk ba4028efc5 Bug 175893 Make XUL <tab>'s focusable
Relanding missing line from tabbrowser.xml following landing of aviary branch -
previously reviewed
2004-12-02 22:07:37 +00:00
cltbld d0c06b4417 Automated update from host egg 2004-12-02 22:02:45 +00:00
dbaron%dbaron.org c6889ddba1 Merge remaining part of 257117 to the trunk: code needed for Mac *.app names for new toolkit packaging code. b=bryner b=257117 2004-12-02 21:56:34 +00:00
bugzilla%arlen.demon.co.uk 09a97f1905 Bug 235872 add description property to menuitems
Relanding menu.xml and menulist.xml changes following aviary branch landing - previous reviewed
2004-12-02 21:52:59 +00:00
aaronleventhal%moonset.net 95378474b5 Changing from binary to text file 2004-12-02 21:50:01 +00:00
Stefan.Borggraefe%gmx.de 85610e9351 Removing a string that creeped in from another patch. 2004-12-02 21:47:24 +00:00
aaronleventhal%moonset.net dc92029541 Bug 260527. Some radio buttons not underlining accesskeys in labels. Relanding toolkit part of patch following aviary branch landing - previously reviewed 2004-12-02 21:37:09 +00:00
Stefan.Borggraefe%gmx.de 5f4e003471 Fix for Bug 155928: "Delete Entire Domain xxx" could be better worded
r=aaronl, sr=neil
2004-12-02 21:35:42 +00:00
nelsonb%netscape.com a370600844 When attempting to find an SMIME profile for a given email address,
firt ensure that the email address is not NULL and not empty.
Bugzilla bug 263596. r=wan-teh.
Modified Files: lib/certdb/stanpcertdb.c lib/pk11wrap/pk11nobj.c
2004-12-02 21:34:15 +00:00
bugzilla%arlen.demon.co.uk fd71ec2490 Bug 252119 searching for a term in about:config which returns a result including the current highlighted item opens up the edit window as if you'd simply hit enter or double clicked on it
Relanding toolkit part of patch following aviary branch landing - previously reviewed
2004-12-02 21:26:10 +00:00
smontagu%smontagu.org 23020beca1 Right-click text for properties doesn't show up based on xml:lang (language) attribute. Bug 207274, patch by Florian Queze <f.qu@laposte.net>, r=jag, sr=bzbarsky 2004-12-02 21:20:28 +00:00
aaronleventhal%moonset.net 0aa56c7e65 Bug 245370. Make autocomplete dropdowns accessible. Relanding relevant parts of first patch following landing of aviary branch - previously reviewed 2004-12-02 21:17:15 +00:00
bugzilla%arlen.demon.co.uk 523ed979c1 Bug 175893 Make XUL <tab>'s focusable
Relanding relevant parts of first patch following landing of aviary branch - previously reviewed
2004-12-02 21:14:49 +00:00
dmose%mozilla.org 4daa5049ea Included readOnly attribute on suggestion from mvl/ago. Not part of build. 2004-12-02 20:48:09 +00:00
tor%cs.brown.edu 2e941ad3e0 Bug 237020 - downgrade assertions. Patch by jonathan.watt@strath.ac.uk, r=tor. 2004-12-02 19:58:19 +00:00
nelsonb%netscape.com 0728554251 Fixes bugs 258416, 261374, 261375, 261379, 271551 and 271585
Modified Files: certdata.c certdata.txt nssckbi.h
r=relyea.  Add root CA certs for
    QuoVadis Root CA                        C,C,C
    Security Communication Root CA          C,C,C
    Sonera Class 1 Root CA                  C,C,C
    Sonera Class 2 Root CA                  C,C,C
    Staat der Nederlanden Root CA           C,C,C
    TDC Internet Root CA                    C,C,C
    TDC OCES Root CA                        C,C,C
    UTN DATACorp SGC Root CA                C,p,p
    UTN USERFirst Email Root CA             p,C,p
    UTN USERFirst Hardware Root CA          C,p,p
    UTN USERFirst Object Root CA            p,p,C
2004-12-02 19:47:45 +00:00
mostafah%oeone.com 1175aa2b85 Checked in patch for bug 270724:
Parses PM time as AM if format has leading tt or non AM/PM, as in taiwan locale tt hh:mm:ss
2004-12-02 19:43:53 +00:00
bsmedberg%covad.net 9de16981d5 The branch had a new location for locale files which won't work yet on the trunk. Moving things back to their old location. 2004-12-02 19:31:07 +00:00
dbaron%dbaron.org 2590dd7f8b Looks like the braces might be causing problems on the Windows FF tinderbox, so removing that one. 2004-12-02 19:17:56 +00:00
mkaply%us.ibm.com 86fadea9ac OS/2 FF bustage - putting change back 2004-12-02 19:15:02 +00:00
mostafah%oeone.com 3c33b6993f Checked in attachment 167380 for bug 270915:
800x600 resolution not supported well
2004-12-02 19:01:11 +00:00
bienvenu%nventure.com 9efab0c0ff fix 272602 compress commit on clean db was not writing out .msf file, sr=mscott 2004-12-02 18:08:16 +00:00
pavlov%pavlov.net e83fac781e updating eventDialog to use the new calendar APIs
revamp of the event dialog by mattwillis@gmail.com
bug 272732 r=shaver
2004-12-02 17:41:13 +00:00