wtchang%redhat.com
bd99a181d7
Bugzilla Bug 266123: added ppc64 support. The patch is contributed by
...
Markus Rothe <markus@unixforces.net>. r=wtc.
2005-08-09 22:31:24 +00:00
gavin%gavinsharp.com
4cacc1b035
Bug 303749, Broken accesskey in "Tabs" (sameTabOrWindow.accesskey), patch by Adam Guthrie <ispiked@gmail.com>, r+a=mconnor
2005-08-09 22:28:08 +00:00
wtchang%redhat.com
bffb758135
Bugzilla bug 303986: do not assume the line ending is '\n'; it may be the
...
two character sequence '\r''\n'. Make sure a character is a digit before
using it as a digit. r=jpierre.
2005-08-09 22:19:09 +00:00
timeless%mozdev.org
86209fcc87
Bug 304003 Bfcache does not work anymore
...
patch by biesi r=bryner sr=smfr a=chase
2005-08-09 21:29:23 +00:00
bsmedberg%covad.net
4db8cc849d
Bug 303186 - MSVS2005 compilation error in nsXPCOMGlue.cpp - patch by Michael Moy <mmoy@yahoo.com> r=darin a=me
2005-08-09 21:22:58 +00:00
bugreport%peshkin.net
3649d1f50d
Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::Tools
...
Patch by Joel Peshkin <bugreport@peshkin.net>
r=glob,wurblzap a=justdave
2005-08-09 21:19:43 +00:00
mkanat%kerio.com
90430fbf7c
Back out bug 300231, because it triggers bug 303413.
2005-08-09 20:42:25 +00:00
mkanat%kerio.com
7a20458fce
Bug 300231: Bugzilla::Classification needs a way of returning only Selectable classification objects
...
Patch By Gabriel Sales de Oliveira <gabriel@async.com.br> r=mkanat, a=justdave
2005-08-09 20:31:53 +00:00
timeless%mozdev.org
71c038ceda
Bug 86999 - Hebrew support for Universal (All) Autodetect
...
fixing debug output typo
patch by shoosh20012001@hotmail.com r=smontagu sr=roc a=asa
2005-08-09 19:43:46 +00:00
lpsolit%gmail.com
4716f292ba
Bug 135145: Graphs generated by local webdot are huge - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r/a=justdave
2005-08-09 19:41:35 +00:00
bsmedberg%covad.net
8c8a099b6d
Bug 303185 - const char* mismatch in VS2005 patch by Michael Moy <mmoy@yahoo.com> r=darin a=me
2005-08-09 19:23:29 +00:00
scott%scott-macgregor.org
bf551188b0
Bug #302075 --> more work for: Add a link in mail start page to download dictionaries
...
Patch by Jerome Schell
2005-08-09 19:18:01 +00:00
Olli.Pettay%helsinki.fi
8555fa56d9
Bug 301374, controls show in wrong order. p=me+doron, r=me+doron+aaronr, a=mkaply, NPOTB
2005-08-09 19:17:18 +00:00
darin%meer.net
e4e68763ff
fixes bug 301253 "Support application uninstaller" r=beng a=bsmedberg
2005-08-09 17:53:00 +00:00
dougt%meer.net
426e3fba5c
Fixing bug 303995. Comparing the flags used in version 3.538 of nsWindow.cpp and what we are currently using you see a difference in both the popup and toplevel. This patch reverts my changes and takes us back to a good place. a/r/rs=benjamin
2005-08-09 16:00:08 +00:00
mozilla.mano%sent.com
6e5deaaff6
Bug 303065 - fix the other caller to SwitchDocumentDirection. r+a=mconnor
2005-08-09 15:51:13 +00:00
tor%cs.brown.edu
a54f3686ba
Bug 302765 - stop offsets not live. r=scooter, a=asa.
2005-08-09 15:45:34 +00:00
timeless%mozdev.org
e97601f82a
Bug 261985 ALT-B, then any letter should scroll through bookmarks starting with that letter
...
patch by BoxerBoi76@hotmail.com r=mconnor a=mconnor
2005-08-09 14:54:45 +00:00
bsmedberg%covad.net
3c85759d0c
Bustage fix, bug 288954
2005-08-09 14:04:49 +00:00
bob%bclary.com
0c20780f4b
make SVG NS_NOTYETIMPLEMENTED messages more meaningful Bug 303501 r=jonathan.watt sr=tor a=asa
2005-08-09 13:53:02 +00:00
bsmedberg%covad.net
980052ddf3
Bug 288954 - Make the non-inline members of nsID part of the glue, so that embedders don't link against C++ symbols by accident - r=darin a=shaver
...
This moves nsID.h|cpp from xpcom/base to xpcom/glue (CVS copies were performed)
2005-08-09 13:39:12 +00:00
cbiesinger%web.de
bce44423fc
save the presentation even if the next load is an error page
...
Bug 299547 r=bryner sr=darin a=brendan+shaver
2005-08-09 12:31:36 +00:00
bugreport%peshkin.net
d872c17240
Backout of bug 303669 which broke AppendComment and possibly a number
...
of other items.
2005-08-09 11:23:43 +00:00
masayuki%d-toybox.com
cd99af4f2f
Bug 302230 Cannot import bookmark of MacIE written in Japanese r=mano, a=asa
2005-08-09 10:33:28 +00:00
timeless%mozdev.org
b174094326
Bug 284436 UMR [@ GenerateSingleByte]
...
r=smontagu sr=bz a=brendan
2005-08-09 08:54:15 +00:00
cltbld
f3912b5999
Automated update from host egg
2005-08-09 07:49:11 +00:00
dougt%meer.net
93ccf73551
Adding native uconv to minimo. It always exists for the linux version of minimo, but I dropped it for WINCE until I could implement something that worked on WINCE. Native UCONV is not part of the default build. rs=bsmedberg
2005-08-09 07:41:30 +00:00
dougt%meer.net
cc48226255
Cleaner ifdef's for Windows CE WindowExStyle. This allows dialogs on Windows CE to have an OKAY box instead of the minimize box. This change is WINCE only. b=297683 r/sr=dveditz, a=asa
2005-08-09 07:21:27 +00:00
mkanat%kerio.com
b0e88c5cdc
Bug 303669: Bugzilla mis-uses perl subroutine prototypes
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09 05:59:02 +00:00
zach%zachlipton.com
b55fac0572
This is a kindof hackish fix to bring simpletest back to life so it can be published. A real fix will follow, which will involve fixing Litmus::UserAgentDetect.
2005-08-09 05:03:22 +00:00
jshin%mailaps.org
f9b0f02c9d
bug 258223: bookmark keyword quicksearch needs a way to specify encoding for query URLs (my patch supplemented with wyns_sh's patch for POST) : r=vlad, sr=neil, a=asa
2005-08-09 04:53:19 +00:00
timeless%mozdev.org
e3b901f0fc
Bug 86999 Hebrew support for Universal (All) Autodetect
...
patch by shoosh20012001@hotmail.com r=smontagu r=timeless sr=roc a=asa
HebrewProber written by shoosh20012001@hotmail.com
LangHebrewModel written by smontagu
some data compiled by xslf@xslf.com
2005-08-09 04:50:07 +00:00
jshin%mailaps.org
1b251d1554
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
1772f259f0
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
3e0e88ccdc
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
76a434d784
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
3cd784dac3
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
f45fd7a9d3
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
78dbd70d6c
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
dbedafc1f6
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
6e82867bee
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
f34eda17df
Add thumb to XUL slider on Mac, bug 303199, a=asa
2005-08-09 01:29:30 +00:00
bryner%brianryner.com
b44f59adc6
trying to fix bustage
2005-08-09 01:11:32 +00:00
scott%scott-macgregor.org
187036fc84
smart update pref changes
2005-08-09 00:52:29 +00:00
bienvenu%nventure.com
e6ec284511
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
970b2de485
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
1fa82e99cd
updated comments - sorry.
2005-08-09 00:32:52 +00:00
mike.morgan%oregonstate.edu
761d588772
added generic error handling - for lazy people. :)
2005-08-09 00:31:56 +00:00
mike.morgan%oregonstate.edu
93f19209f2
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
bee6c40da9
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-08-09 00:20:35 +00:00