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

106221 Коммитов

Автор SHA1 Сообщение Дата
wtc%netscape.com 9dc824d9ff Removed unused ASN.1 templates and unnecessary declarations.
Modified Files: lowcert.c pcertt.h
2002-07-25 03:59:38 +00:00
henry.jia%sun.com 0d9feaa244 Fix for bug 138191
Description: Changing field focus with javascript and backspacing breaks tabbing
patch by Gilbert.Fang@sun.com
r=jkeiser, sr=bryner, a=asa
2002-07-25 03:14:29 +00:00
kaie%netscape.com ce4ce38ba8 b=141268 OCSP error messages should say OCSP, not OSCP (typo)
r=hixie sr=alecf a=asa
2002-07-25 02:48:33 +00:00
kaie%netscape.com de8050310c b=145698 javascript strict warnings in msgCompSecurityInfo.js
r=javi sr=alecf a=asa
2002-07-25 02:45:51 +00:00
kaie%netscape.com c815b41b6f b=156748 Incorrect stylesheet rule in message compose S/Mime overlay
r=dbaron sr=mscott a=asa
2002-07-25 02:38:06 +00:00
kaie%netscape.com 56dd877a20 b=113844 "Load PKCS#11 Device" dialog sized incorrectly
r=kaie/javi  sr=alecf  a=asa
2002-07-25 02:26:52 +00:00
sfraser%netscape.com a86b22b9ed Fix for bug 158378: fix the bookmark info panel to behave correctly, support Undo, and not crash. Patch from David Hass, hacked on by me. 2002-07-25 02:07:43 +00:00
rods%netscape.com 3f48480ede Hide the Page Setup btn on Linux until Bug 119491 is fixed
Bug 158282 r=sgehani sr=bryner a=asa
2002-07-25 01:48:42 +00:00
justdave%syndicomm.com e2b8e4316d Fix for bug 154008: some basic (but incomplete) maintenance on bug_email.pl, also fixes a possible security hole with a misuse
of a system() call.
Patches by Erik Anderson <erikba@teamworkgroup.com> and Brad Baetz <bbaetz@student.usyd.edu.au>
r= myk, justdave
2002-07-25 01:47:19 +00:00
sfraser%netscape.com 0ee96c6a38 Fix for bug 154895: fix Next/Previous tab to just cycle round through all tabs if you hit the start or end. That way, they are always enabled (when tabs are visible). 2002-07-25 01:16:36 +00:00
bryner%netscape.com 4328d6c73d Factor out security dialogs from CocoaBrowserService, and provide a mechanism for using generic factories for application-provided XPCOM components (bug 158801). r=pinkerton, sfraser. 2002-07-25 00:57:27 +00:00
sfraser%netscape.com fe26729757 Fix bug 157950: make sure that Find Again is disabled if there is no search string stored. Also changed the Find dialog behaviour to stay up when you hit Find (as it should, since it's a panel), to default to 'wrap' and 'ignore case' being on, and added key shortcuts for the checkboxes. 2002-07-25 00:42:53 +00:00
jrgm%netscape.com 6fdc84bae1 bug 158072: 'remove dead function selectLocale from strres.js', r=timeless, sr=jag, a=asa 2002-07-25 00:38:23 +00:00
bryner%netscape.com b94de31adf Make MachO mac build use Mac locale code (bug 158266). r=pinkerton, sr=sfraser, a=asa. 2002-07-25 00:28:29 +00:00
bryner%netscape.com e910247e2a fixing css syntax error (bug 158981). r=jkeiser, sr=bzbarsky, a=asa. 2002-07-25 00:12:04 +00:00
shrutiv%netscape.com c2b25f5a86 Including banner bmp for bookmarkscreen 2002-07-25 00:11:36 +00:00
sfraser%netscape.com a3f93d4371 Fix for bug 159170; when doing a Save, don't show the 'Leave open' button in the download progress window, and make sure that the window always closes at the end of the saving. r=pinkeron
Also fixed a refounting boo-boo with the downloader factor.
2002-07-25 00:00:51 +00:00
gerv%gerv.net bf21501b7c Bug 67950c - make quips.cgi compile without warnings, by use vars-ing $userid. Patch by gerv. 2002-07-24 23:38:50 +00:00
gerv%gerv.net dd62ede432 Bug 67950b - quick fixes. Patch by gerv. 2002-07-24 23:32:41 +00:00
gerv%gerv.net d9e3ac814d Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com; r=gerv, preed. 2002-07-24 23:23:00 +00:00
shrutiv%netscape.com a1eaac7de9 Fix for bugscape bug 17314: remove bookmarks and sidebar from "Before
You Begin" (r=mitchf)
2002-07-24 23:20:58 +00:00
gerv%gerv.net 9b3c0edf4b Bug 158660 - confirm_login in CGI.pl should use a template for the login dialog. Patch by gerv; 2xr=jouni. 2002-07-24 23:13:35 +00:00
pinkerton%netscape.com 5458ab3cd6 Changed "Save Link As..." in context menus to "Download Link Target..." (bug 159201) 2002-07-24 22:00:11 +00:00
pinkerton%netscape.com a022433519 localize d/l progress dialog and put strings in localizable.strings (bug 143093) 2002-07-24 21:48:08 +00:00
cltbld%netscape.com b397d817a1 Switching to pageload_server instead of hard-coded url for pageload test. -mcafee 2002-07-24 21:32:49 +00:00
alecf%netscape.com ca4ffae67e lay some groundwork for bug 158003 - make some static constructors for the base classes that all the encoders/decoders can share
not part of build
2002-07-24 21:27:57 +00:00
alecf%netscape.com a675a03380 work for bug 158003 and bug 157993 - tweak base support classes with a fake inner interface in debug builds, so we can use QI to determine if the class is based off any of these support classes.
no reviewer, not part of build
2002-07-24 21:20:18 +00:00
cbiesinger%web.de 219d0ac87f bug 158937 r=timeless sr=bz a=asa
comment wrong
2002-07-24 20:53:50 +00:00
bzbarsky%mit.edu c0edcc678a Fix silly logic error in lazy lists. Bug 158948, r=jkeiser, sr=jst, a=asa 2002-07-24 20:43:48 +00:00
dprice%netscape.com ecdf4d9441 141056 r=hawara sr=dveditz a=asa
add error checking to fix top crasher
2002-07-24 20:42:22 +00:00
pinkerton%netscape.com df3417f20a fix phantom checkbox and password field in prompt dialog (bug 156561) 2002-07-24 20:41:30 +00:00
ssu%netscape.com ab7ae5d5ac checking in patch for neil@parkwaycc.co.uk. fixes bug 158028 - The Mail Start Page does not load. r=ssu sr=sspitzer a=asa 2002-07-24 20:39:00 +00:00
gerv%gerv.net 8873204e7e bug 159200 - support accesskey in search page. Patch by gerv; 2xr=timeless. 2002-07-24 20:25:08 +00:00
locka%iol.ie 020908a352 Fixup link tags as stylesheets or anchors according to the value in their "rel" attribute. b=148797 r=brade@netscape.com sr=kin@netscape.com a=asa@mozilla.org 2002-07-24 19:59:17 +00:00
gerv%gerv.net c8e4a0a9c1 Bug 102648 - a little more thought. We are changing Platform to Hardware (see the search page) for usability; if we do that, Product can be P and Hardware can be H. 2xr=timeless. 2002-07-24 19:53:00 +00:00
jkeiser%netscape.com 189c73325b Add API Documentation comments (bug 159065), r=sicking, sr=jst/bzbarsky, a=asa 2002-07-24 19:40:03 +00:00
gerv%gerv.net d2d58275fc Bug 102648 - Bugzilla should support accesskey. Patch by gerv; 2xr=timeless. 2002-07-24 19:14:07 +00:00
shrutiv%netscape.com 32f0430cdd Fix for bug 158373: [REG] AOD is showing up on the end user's component
list (r=smeredith)
2002-07-24 18:31:38 +00:00
cltbld%netscape.com cc6da1eafc Setting pageload_server to more-appropriate default, spider. External people, please ask mcafee or jrgm for external ip. -mcafee 2002-07-24 18:08:15 +00:00
shrutiv%netscape.com e345206e21 Removing fix for bugscape bug 18020 2002-07-24 17:59:31 +00:00
pinkerton%netscape.com c26faf2d1d Add aqua-like broken image icon 2002-07-24 17:48:48 +00:00
pinkerton%netscape.com 9ea5a2d5b3 aqua-looking broken image icon 2002-07-24 17:47:34 +00:00
shrutiv%netscape.com 2faabe146a Fix for bugscape bug 18020: Remove the CCKDocs folder from the installed
product (r=smeredith)
2002-07-24 17:41:29 +00:00
mcafee%netscape.com 9a8f927c85 fixed slash problem 2002-07-24 16:04:03 +00:00
mikep%oeone.com f4a3e9b590 Fixing file type error. 2002-07-24 14:01:11 +00:00
mikep%oeone.com 77dd2d6d53 Importing changes from OEone calendar, adding in UI for adding contacts to events. 2002-07-24 13:19:34 +00:00
mikep%oeone.com f3d2f945d0 Start of adding in ability to link addresses to events. 2002-07-24 13:16:29 +00:00
mikep%oeone.com 4f6e7fab8c Patch from ajbu@planet.nl for bug 159029. 2002-07-24 13:07:19 +00:00
bryner%netscape.com ad297ed42e Fixing static build bustage from sfraser's checkin for bug 145800:
- add all new source files to static build target
 - rename nsDownloader to CHDownloader to avoid symbol name conflicts with necko.
2002-07-24 08:23:52 +00:00
ssu%netscape.com f50da798bd fixing redness under Win32 2002-07-24 08:22:15 +00:00