- Aug 16, 2005
-
-
bsmedberg%covad.net authored
-
saul.edwards%sun.com authored
This code is currently for AMD 64 on both Linux and Solaris only.
-
dougt%meer.net authored
-
dougt%meer.net authored
Correctly implement GetMessageTime() by having PeekMessage w/ PM_REMOVE and GetMessage story the msg time. Implements GetWindowPlacement Wince only.
-
dougt%meer.net authored
1) removes unused variable mBorderlessParent. 2) fixes a few bugs whereby I #ifdef out a case in a switch statement resulting the default action being taken. 3) allowing gesture animation via a flag to SHRecognizeGesture. 4) returning a positive value to the WM_ACTIVATE message as the caller excepts that. 5) GetWindowPlacement() is not implemented in the wince shunt library. So, i could remove some of the #ifndef WINCE code when handing WM_WINDOWPOSCHANGED. 6) Adjusting the window position when WM_SETTINGCHANGE is called with SPI_SETWORKAREA. This is a windows ce thing. Basically, you can go to full screen and a WM_SETTINGCHANGE message is fired. 7) Lastly, when dealing with popups, we want to ignore the activate message when deciding to roll up the popup. r=benjamin, a=asa (wince only)
-
bsmedberg%covad.net authored
Bug 301702 - Registry entries created by the installer are not localized (keynames include en-US) r=Chase
-
jminta%gmail.com authored
-
jminta%gmail.com authored
-
cmp%mozilla.org authored
-
cmp%mozilla.org authored
-
bsmedberg%covad.net authored
-
smfr%smfr.org authored
Fix bug 295737: use Core Graphics to do image tiling, because it's much faster than doing it ourselves. r=jhpedemonte, sr=bryner
-
aaronleventhal%moonset.net authored
-
scott%scott-macgregor.org authored
Bug #303752 --> treat forward inline like we do for replying when deciding which attachment parts to attach sr=bienvenu
-
scott%scott-macgregor.org authored
sr=bienvenu a=asa
-
mkaply%us.ibm.com authored
-
timeless%mozdev.org authored
patch by shutdown@flashmail.com r=dveditz sr=dveditz
-
gerv%gerv.net authored
-
bzbarsky%mit.edu authored
r+sr=dbaron
-
peterv%propagandism.org authored
-
bzbarsky%mit.edu authored
-
mozilla.mano%sent.com authored
Bug 299239 - BiDi: Caret is stuck when reaching a single LTR character in RTL text. patch from Eyal Rozenberg <eyalroz@technion.ac.il>. r+sr=roc
-
bsmedberg%covad.net authored
-
gavin%gavinsharp.com authored
-
gavin%gavinsharp.com authored
Bug 301313 : Remove mPresContext in /layout/forms/, patch by Andreas Lange <mozilla@lange.cx>, r+sr=roc
-
gavin%gavinsharp.com authored
Bug 283356 : nsPSPrinters.cpp compile error: implicit declaration of function `int strcasecmp(...)', patch by Max Feil <mfeil@qnx.com>, r=kherron, sr=tor
-
gavin%gavinsharp.com authored
Bug 243324: Download manager fails to close with files that download very quickly (small files / cached files), patch by Ben Basson <cusser.bugs@cusser.net>, r=mconnor
-
neil%parkwaycc.co.uk authored
-
neil%parkwaycc.co.uk authored
-
neil%parkwaycc.co.uk authored
-
rbs%maths.uq.edu.au authored
When resolving the glyphs needed to measure a text that doesn't fit, we have to ensure that we remain at a word boundary. We may have to back up past the current font, in which case we have to reselect previous fonts to deal with the part of the string being chopped off, bug 241485, r=jshin, sr=tor
-
jst%mozilla.jstenback.com authored
Fixing regression from bug 296639. When accessing frame objects by index, wrap the outer frame, not the inner. r=mrbkap@gmail.com, sr=shaver@mozilla.org, a=asa@mozilla.org
-
cltbld authored
-
timeless%mozdev.org authored
-
cltbld authored
-
timeless%mozdev.org authored
-
smfr%smfr.org authored
Fix bug 304565: bookmark descriptions all getting the same value. Make sure we make a copy of [NSTextView string] before setting the bookmark description, and clean up other minor NSString usage.
-
bzbarsky%mit.edu authored
subtree. Bug 304753, r+sr=jst
-
nelsonb%netscape.com authored
Stop building fortezza's special software token, and fortezza specific test programs. Bug 239960. r=rrelyea. Modified Files: cmd/manifest.mn cmd/platlibs.mk cmd/SSLsample/server.c cmd/SSLsample/sslsample.c cmd/modutil/modutil.c cmd/selfserv/selfserv.c cmd/sslstrength/sslstrength.c cmd/strsclnt/strsclnt.c cmd/tstclnt/tstclnt.c cmd/vfyserv/vfyserv.c cmd/vfyserv/vfyutil.c lib/manifest.mn lib/ssl/nsskea.c lib/ssl/preenc.h lib/ssl/prelib.c lib/ssl/ssl.h lib/ssl/ssl3con.c lib/ssl/ssl3prot.h lib/ssl/sslauth.c lib/ssl/sslcon.c lib/ssl/sslenum.c lib/ssl/sslimpl.h lib/ssl/sslinfo.c lib/ssl/sslproto.h lib/ssl/sslsecur.c lib/ssl/sslsnce.c lib/ssl/sslsock.c lib/ssl/sslt.h
-
wtchang%redhat.com authored
Also removed the unused, unexported function SEC_VerifyFile. r=nelsonb.
-