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

145428 Коммитов

Автор SHA1 Сообщение Дата
jshin%mailaps.org 2ee8613602 bug 258223 : bookmark keyword quicksearch need a way to specify character encoding : r=vlad, sr=neil, a=asa 2005-08-09 04:47:57 +00:00
edburns%acm.org fdbc87a6d5 Next step is to resume hunting down the DOM bug.
M dom/src/Makefile.in

- conditional builds to work properly XP

M webclient/build-tests.xml

- pass MOZ_SRC to test environment to enable absolute pathing to golden
  files

M webclient/test/automated/src/classes/org/mozilla/webclient/WebclientTestCase.java

- Leverage MOZ_SRC to get absolute pathing to golden files
2005-08-09 04:43:00 +00:00
jwalden%mit.edu 6413cad387 Remove a completely unused function, as determined by <http://lxr.mozilla.org/mozilla/search?string=findparentnode>. No bug, r+a=mconnor over IRC. 2005-08-09 03:22:33 +00:00
nelsonb%netscape.com c893021cd0 Address review comments. Add test after PORT_Assert. Bug 303334.
r=rrelyea,sr=wtchang
Modified Files: rijndael.c
2005-08-09 03:09:38 +00:00
nelsonb%netscape.com 7755e752cd Make changes from review feedback. Bug 303316. r=wtchang.
Modified Files: freebl/alghmac.h freebl/blapi.h freebl/ldvector.c
freebl/loader.c freebl/loader.h freebl/rawhash.c
freebl/tlsprfalg.c softoken/lowpbe.c softoken/pkcs11c.c
2005-08-09 02:54:54 +00:00
mats.palmgren%bredband.net 258eb41fd3 Implement nsIWidget::SetParent on GTK1 and GTK2. b=168116 r+sr=roc a=asa 2005-08-09 02:51:42 +00:00
mats.palmgren%bredband.net 63cbf086fe Probe if file locks are supported before doing the real lock operation. b=303633 r=brendan sr=roc a=asa 2005-08-09 02:40:48 +00:00
bryner%brianryner.com 9a35b089ca Fix gc crash if we ever failed to copy a window's properties. Bug 298459, r=darin, a=brendan. 2005-08-09 01:46:01 +00:00
timeless%mozdev.org 80d53bd436 Bug 303091 JS Exception when changing print scale
patch by b.jacques@planet.nl r=timeless sr=shaver a=cbeard
2005-08-09 01:35:48 +00:00
webmail%kmgerich.com 8028798e35 Add thumb to XUL slider on Mac, bug 303199, a=asa 2005-08-09 01:29:30 +00:00
bryner%brianryner.com e5b05261f9 trying to fix bustage 2005-08-09 01:11:32 +00:00
scott%scott-macgregor.org 7e942f6dd4 smart update pref changes 2005-08-09 00:52:29 +00:00
bienvenu%nventure.com 026ce7dd52 update windows registry for unread messages in much closer to real time, 257391, patch by hyc@symas.com, r=bienvenu, sr=dmose, a=asa 2005-08-09 00:36:47 +00:00
scott%scott-macgregor.org 668e391e8c Bug #223292 --> Default mailViews.dat contains hardcoded English descriptions
add a prettyName attribute to a mail view just like we currently do for mail
folders. Similar to the way we handle mail folders, if the raw name of the mail
view matches one of our default views, then we look up the translated pretty
name and return it as the pretty name.


sr=bienvenu
a=bsmedberg
2005-08-09 00:34:30 +00:00
mike.morgan%oregonstate.edu 77f14de1f5 updated comments - sorry. 2005-08-09 00:32:52 +00:00
mike.morgan%oregonstate.edu 1d40a2f6f1 added generic error handling - for lazy people. :) 2005-08-09 00:31:56 +00:00
mike.morgan%oregonstate.edu 539456bf48 comments, etc:
Some adjustments to comments pages and styles.

css:
    Opinions adjustments.

addons:
    Fixed some bugs.
2005-08-09 00:30:39 +00:00
gerv%gerv.net 579b86e193 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-08-09 00:20:35 +00:00
jst%netscape.com b2f64600c8 Backing out the change to use memcmp() for comparing ID's. r=jaggernaut@netscape.com, sr=alecf@netscape.com, a=dbaron@dbaron.org. 2005-08-09 00:20:34 +00:00
alecf%netscape.com 84d3121b6f hmmm...backing out my change on unix only to if memcmp() is actually SLOWER
(its faster on windows!)
2005-08-09 00:20:33 +00:00
alecf%netscape.com 16414f1627 fix bug 164540 - make nsID::Parse faster by using memcmp
r=bbaetz, sr=darin
2005-08-09 00:20:32 +00:00
dougt%netscape.com 9c74fe8353 127093. adds nsID.h nsISupportsBase.h nscore.h to sdk. r=seawood, sr=alecf,rpotts, a=shaver 2005-08-09 00:20:31 +00:00
gerv%gerv.net 9127292525 Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2005-08-09 00:20:30 +00:00
bratell%lysator.liu.se ad9700e1e7 Fixing mac breakage. It seems as if the mac compiler actually follows the C++ standard. 2005-08-09 00:20:29 +00:00
bratell%lysator.liu.se e9ee9d8e1c Bug 29241, nsID::Parse used scanf to parse UUID:s which was very slow. This custom parsing should shave 1.6% of mozilla startup time. r=jag sr=jband 2005-08-09 00:20:28 +00:00
alecf%netscape.com 300d918454 fix purify errors - uninitialized memory on poorly formatted CID strings, and FMM on nsString::fputs
r=waterson, scc a=waterson
2005-08-09 00:20:27 +00:00
dougt%netscape.com 9f1847df93 Landing nsISupports changes. Freezes nsISupports.idl and nsrootidl.idl. r=valeski@netscape.com, sr=rpotts@netscape.com bug 98281 2005-08-09 00:20:25 +00:00
waterson%netscape.com cdfee82708 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2005-08-09 00:20:24 +00:00
jwalden%mit.edu 60cac26e63 Bug 297367 - Document new update UI in Preferences. r=steffen, a=asa 2005-08-09 00:12:33 +00:00
darin%meer.net ba6fcbc8de fixes bug 303953 "Tune silent downloader for software update" r+a=chase 2005-08-08 23:38:32 +00:00
darin%meer.net 4da29c7111 fixes bug 302836 "nsHttpChannel.cpp: IsValidToken() should reject the empty string" patch by shutdown@flashmail.com, r=biesi, sr=darin, a=bsmedberg 2005-08-08 23:32:38 +00:00
bienvenu%nventure.com 2be87f3a73 fix 298285, destroying search session from view in previous folder kills imap url in next folder, sr=mscott, a=asa 2005-08-08 23:30:50 +00:00
scott%scott-macgregor.org 7d6b7ac235 Bug #303957 --> new auto update pref UI 2005-08-08 23:19:58 +00:00
scott%scott-macgregor.org 2201f41103 by default app.update.enabled should be true 2005-08-08 22:57:36 +00:00
mgalli%geckonnection.com 92abc4f297 Removed google.com/xhtml. Somehow breaks minimo. 2005-08-08 22:18:34 +00:00
mgalli%geckonnection.com e657673e5a Temporary default URL. 2005-08-08 22:13:58 +00:00
mgalli%geckonnection.com bbcbfd0f31 Adding handles to the various security states. This version has workaround using static color values and missing the security icon. 2005-08-08 22:03:09 +00:00
mike.morgan%oregonstate.edu f404a1f5d0 Also not a good idea... I am going to hand all this off to the server's PEAR installation. 2005-08-08 21:43:19 +00:00
mgalli%geckonnection.com 18cafbff76 Security UI feedback - changes the background urlbar color to yellow. 2005-08-08 21:38:08 +00:00
dbaron%dbaron.org 9d9d0cfe3c Correct comment that refers to nonexistent type. 2005-08-08 21:38:04 +00:00
mike.morgan%oregonstate.edu fe1437cf9f yea - so this wasn't the best way to do this. 2005-08-08 21:34:22 +00:00
mgalli%geckonnection.com 69daee357c Fix to menu events (workaround to bug - 303934), CSS and skin update. 2005-08-08 21:32:24 +00:00
mozilla.mano%sent.com ab74c6f882 Bug 303203 - Turn on autoscroll on OS X. r+a=mconnor. 2005-08-08 21:05:37 +00:00
neil%parkwaycc.co.uk 0df3ca16ac Fix JS exception when menulist has no menuitems b=302120 r=bz sr=roc a=asa 2005-08-08 20:59:16 +00:00
bienvenu%nventure.com 93903a1a0d allow msg copy interfaces to specify msg flags to set, sr=mscott, a=asa 301084 2005-08-08 20:36:40 +00:00
bienvenu%nventure.com fb126acc87 fix 285144, folder boldness cleared in collapsed parent when one child has last unread cleared even if other sub-folders have unread msgs, sr=mscott a=asa 2005-08-08 20:10:43 +00:00
dougt%meer.net 24554781a0 bug 297683. more windows ce love. This patch just shortcuts two functions which are always the same value on wince. r/sr=dveditz a=asa 2005-08-08 20:05:13 +00:00
bienvenu%nventure.com 75c5d5ba8e fix 301065, crash when shutting down when tb progress history extension is installed, sr=mscott, a=asa 2005-08-08 20:01:25 +00:00
caillon%redhat.com 58f94afc12 Bug 300226, unset window userdata before destroying
p=chpe@gnome.org
r=mpgritti@gnome.org sr=roc a=asa
2005-08-08 19:43:31 +00:00
smfr%smfr.org cc2282c826 Fix bug 302958: specify a name for the print job on Mac, getting it from the title passed to the BeginDocument() call. r=jhpedemonte, sr=bryner, a=asa 2005-08-08 19:34:44 +00:00