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

106144 Коммитов

Автор SHA1 Сообщение Дата
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
gerv%gerv.net 7aac417e59 bug 158498 - defparams.pl prints an error message in a check function instead of returning it. Patch by gerv; 2xr=zeroj. 2002-07-24 06:56:11 +00:00
ssu%netscape.com 5253ed68d1 fixing bug 158187 - Support for Windows XP SP1 Integration (TRUNK merge). r=ssu,dprice,curt,law sr=jag,dveditz a=drivers 2002-07-24 06:43:19 +00:00
pete.zha%sun.com abc79acf35 Translate nsIAccessible roles to ATK roles
bug=153816 r=aaronl sr=jst a=asa
2002-07-24 06:33:39 +00:00
jst%netscape.com f4b5812f5e Fixing regression caused by bug 156452. Make sure the correct JS context is pushed onto the JS context stack before handling focus and blur code internally. This is needed since lots of focus and blur code rely on DOM range code that now does security checking when called to prevent from unauthorized use of a DOM range object. r=sicking@bigfoot.com, sr=bzbarsky@mit.edu, a=chofmann@netscape.com 2002-07-24 06:13:18 +00:00
jst%netscape.com 5c2cff1e6d Landing branch fix for bug 90757 on he trunk. There's a better fix for this, but we want to bake this on the trunk for a while before we possibly take this on the branch, once it's baked on the trunk we can land the real fix on the trunk... r=mstoltz@netscape.com, sr=rpotts@netscape.com, a=chofmann@netscape.com 2002-07-24 06:02:05 +00:00
leaf%mozilla.org 22d318d030 Automated update 2002-07-24 05:55:40 +00:00
sfraser%netscape.com eaff371e3b Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen. 2002-07-24 05:53:14 +00:00
bryner%netscape.com 1655a1a46f Changes to allow Mozilla to build with new gcc3 developer tools on OS X (bug 153525). Patch by dbaron, r=cls, sr=bryner, a=asa. 2002-07-24 05:43:53 +00:00
yokoyama%netscape.com ddfd69257d file xbl-marquee.xml was initially added on branch MOZILLA_1_0_BRANCH. 2002-07-24 04:48:29 +00:00
yokoyama%netscape.com 9281e4fdb7 file contents.rdf was initially added on branch MOZILLA_1_0_BRANCH. 2002-07-24 04:48:28 +00:00
sfraser%netscape.com f66c761386 Fixing the MachO (DARWIN) build, which broke when wtc checked in a patch in bug 153525. r=bryner. 2002-07-24 04:06:07 +00:00
cmanske%netscape.com 221d5db7b8 Disable 'Creat Link' when context menu launched on existing link, b=99541, r=brade, sr=kin, a=asa/drivers 2002-07-24 03:58:41 +00:00
cmanske%netscape.com a9de1759c0 Superscript and Subscript text styles should be mutually exclusive, b=100825, r=jfrancis, sr=kin, a=asa/drivers 2002-07-24 03:53:14 +00:00
cmanske%netscape.com 68dd69dd13 Part of fix to 'Fix right-click to edit link on an image', b=142042, r=neil@parkwaycc.co.uk, sr=alecf, a=asa/drivers 2002-07-24 03:47:01 +00:00
cmanske%netscape.com 09a67d0379 Reduce memory cost of using HTML Source multiple times by reducing undo buffer usage. b=158860, r=brade, sr=kin, a=asa/drivers 2002-07-24 03:35:40 +00:00
smeredith%netscape.com afdb892c01 Fix for 18126 and 16956. 2002-07-24 03:04:12 +00:00
loadrunner%betak.net afa90bb6c4 DNS: lookup regression, r=adamlock, sr=darin, a=asa, local fix for autodial by smeredith@netscape.com all credits to him 2002-07-24 02:43:22 +00:00
naving%netscape.com 2921fe9e65 158776 r=cavin sr=bienvenu a=asa fixing nsCRT::strtok uses in pop3 protocol code. 2002-07-24 01:50:57 +00:00
brendan%mozilla.org d4bcf5a798 Finally fix 137000, which requires working around an MSVC ISO-C violation ('identical COMDAT folding', 151066, r=brendan/jrgm, sr=bryner/shaver, a=asa). 2002-07-24 01:48:40 +00:00
darin%netscape.com b79ba9c9dd fixes bug 157861 - have to hit Back twice to return to '300: multiple choices'
r=dougt sr=rpotts a=asa
2002-07-24 01:32:07 +00:00
bzbarsky%mit.edu 46ad5e61e0 wallpaper for a bit of bug 120327; this should keep us from appending
".exe" all the time to things on Windows.  patch by me and
jruderman@hmc.edu, r=law, sr=jag, a=asa
2002-07-24 00:42:12 +00:00
nhotta%netscape.com 3866780904 Adding uconv to REQUIRES. 2002-07-24 00:34:14 +00:00
timeless%mac.com 5e515f78a4 Bug 158092 Mozilla for BeOS is unable to show in browser proper international file/folder names.
patch by sergei_d@fi.tartu.ee r=timeless sr=darin a=asa
2002-07-24 00:01:31 +00:00
wtc%netscape.com 63da9221ef Bug 153525: fixed build problems under gcc3 on Mac OS X. r=bryner.
Modified Files: _pth.h darwin.c
2002-07-23 23:54:12 +00:00
alecf%netscape.com dcdd82eb95 fix nhotta's bustage by adding "uconv" to the REQUIRES list 2002-07-23 23:47:30 +00:00
alecf%netscape.com eb04da966b more prep for bug 119923 - use chrome registry ContractID rather than CID, so that we can drop in a new embedding-only chrome registry
r=bnesse, sr=dveditz, a=asa
2002-07-23 23:30:04 +00:00
nhotta%netscape.com 64aeed153c Change nsJSProtocolHandler to listen to originCharset to apply conversion if necessary,
also changed the callers to set originCharset,
bug 137182, r=caillon, sr=jst, a=asa.
2002-07-23 23:28:28 +00:00