Commit Graph

5359 Commits

Author SHA1 Message Date
jay.yan%sun.com
c3a0190660 bug 145864 Implementation of Basic Object Interface for MAI patch=bolian.yin r=aaronl sr=jst this change is not included in default build. 2002-06-22 04:52:38 +00:00
saari%netscape.com
b8de96a1d8 win32 only fix for 82534. focus goes wonky after minimizing a window. r=bryner, sr=jag 2002-06-20 04:55:13 +00:00
serge%netscape.com
52eb6f7538 fix for #85958 Shockwave/Flash pages cause crash under Solaris [x-server/bit-depth], patch by sep@sparc.spb.su,r=serge,sr=blizzard 2002-06-20 01:50:54 +00:00
yokoyama%netscape.com
885e45303a 146844
Adding IME text input handling
for special cases (punctuation, period chars)
/r=shanjian;/sr=kin
2002-06-19 23:56:28 +00:00
seawood%netscape.com
1cf2762705 Add generated header file to generated list so that files don't sit in the srcdir and mask bustage caused by a missing include path.
Not exactly fallout from bug #141834 but it's going in anyway.
2002-06-19 22:17:27 +00:00
mkaply%us.ibm.com
da89a319dd Back out the extra crap code I added with 147702 - just fix the bug, don't try anything fancy 2002-06-19 21:22:22 +00:00
mkaply%us.ibm.com
e791f87a0b #70141
r=timeless, sr=jag
Windows - map + on numpad to + character
2002-06-19 03:33:12 +00:00
seawood%netscape.com
ba59803131 Yet another fix for the srcdir race problem. We'll just remove the srcdir copies whenever we regenerate the files.
Fallout from bug 141834
2002-06-19 01:31:47 +00:00
pinkerton%netscape.com
a4a78fca61 Check hidden attribute when creating separators. r=saari/sr=sfraser. bug#151693 2002-06-18 20:54:41 +00:00
arougthopher%lizardland.net
44fc502eda Bug#126843
Occasionally unable to get Focus set to URL bar and other text fields

fixed an ASSERTION when run with DEBUG enabled

r=serget@fi.tartu.ee
2002-06-18 04:11:07 +00:00
mkaply%us.ibm.com
47b2a3cd20 #128127
r=peterl, sr=beard
Add framework for plugin and java windowtypes
2002-06-17 22:52:48 +00:00
seawood%netscape.com
a1cd8f96db Fix srcdir copy race condition by explicitly doing a cmp between the srcfile and the target.
Fixing tinderbox bustage.
2002-06-17 21:39:35 +00:00
mkaply%us.ibm.com
c2e045538d #150735
r=jeffreyj@us.ibm.com, sr=blizzard
OS/2 only - remove unnecessary class nsCanvas
2002-06-17 21:06:09 +00:00
mkaply%us.ibm.com
22eb59e7a5 #147702
r=jeffreyj@us.ibm.com, sr=blizzard
OS/2 only - rewrite window proc to better handle things happening during deletion
2002-06-17 20:54:08 +00:00
seawood%netscape.com
6de5b59159 Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd.  This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall.  nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive.	(I'll have to check  the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs.  Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
arougthopher%lizardland.net
6c958352ab Bug#149332
Mozilla doesn't save its windows position when closed.

adds an implementation of GetScreemBounds, and registers frame movements, so they are saved and used when reopenning the window.

r=serget@fi.tartu.ee
2002-06-16 02:58:49 +00:00
arougthopher%lizardland.net
bb0c636a2c Bug#152085
nsSound not being registered as a component under BeOS

The nsSound component was not being registerred, causing ChatZilla to not work properly.

r=serget@fi.tartu.ee
2002-06-16 02:51:27 +00:00
arougthopher%lizardland.net
06abdde379 Bug#126843
Occasionally unable to get Focues set to URL bar and other widgets

fixes a long standing focus issue under the BeOS port

r=arougthopher
2002-06-15 23:31:00 +00:00
pinkerton%netscape.com
14ed261e2d fix pref to turn off cg metrics. bug 149427, r=ccarlen/sr=hyatt 2002-06-14 17:50:24 +00:00
rods%netscape.com
1fda50c412 Add an interface to nsDataObjectCollection so we can QI to check to make sure
it is one of our objects before doing the static cast.
Bug 106211 r=pink sr=jst
2002-06-14 11:28:13 +00:00
jay.yan%sun.com
6f36ed0e15 bug 137106 need to move changes to nsPlatformToDOMKeyCOde into gtk2,r=akk,sr=blizard 2002-06-14 03:37:25 +00:00
pinkerton%netscape.com
73448466ed turn on CG metrics for quartz rendering if 10.1.5 is present. bug 149427, r=ccarlen/sr=hyatt 2002-06-13 14:39:42 +00:00
brade%netscape.com
5c664810c4 fix for handling control-backspace on Windows (submitted by bernie5412@hotmail.com (Bernie McGuire)); bug 105122; r=yokoyama, brade, sr=roc+moz 2002-06-12 14:25:02 +00:00
roc+%cs.cmu.edu
3cd559ba29 Bug 124685. Change damage propagation algorithm to traverse the widget tree instead of the view tree; speeds up certain testcases. r=kmcclusk,rs=waterson 2002-06-12 03:22:35 +00:00
yokoyama%netscape.com
0815789c7a Bug 149397 Can't enter "?" and "!" using MSPY on WinXP-SC
This is to process special IME input.
/r=shanjian;/sr=brendan
2002-06-11 22:59:54 +00:00
yokoyama%netscape.com
41937130c9 Bug 149171 and 146844
IME input processing in Widget
Impact only on Windows platform.
/r=shanjian, /sr=brendan
2002-06-11 22:20:39 +00:00
beard%netscape.com
081d8bfdd3 Convert Cocoa key events to Mac Event records. This gets typing in plugins working. NPOB from the CHIMERA branch. 2002-06-11 22:13:03 +00:00
cbiesinger%web.de
15a321ca78 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
bryner%netscape.com
d4a1634d5b Don't have any rules prior to including rules.mk, or just typing "make" in this directory won't work correctly. Not part of the build. 2002-06-11 20:35:22 +00:00
bryner%netscape.com
1cf10f8ec3 Fix handling of the widget resources file by creating a data-fork resource file that lives in the application directory (bug 146895). r=ccarlen, sr=beard, a=asa for mach-o-only changes. 2002-06-09 00:05:37 +00:00
yokoyama%netscape.com
3db9b5c4df Backing out my change. Need drivers approval..... 2002-06-07 21:53:19 +00:00
yokoyama%netscape.com
372740a4e8 Bug 149171 and 146844
IME input processing
Only impact Simplified Chinese Windows.
/r=shanjian, /sr=brendan
2002-06-07 21:44:08 +00:00
dcone%netscape.com
95fb201b4c b=116042 r=rods sr=waterson a=asa. Fixed a null pointer situation on a mac call. This may fix alot of mac problems when
native widgets are not available. (ie printing)
2002-06-07 13:42:45 +00:00
mkaply%us.ibm.com
a398dde862 #147929
r=jkobal, sr=blizzard
OS/2 only - handle special case of WM_QUIT so don't stop the OS from shutting down
2002-06-06 22:12:33 +00:00
pinkerton%netscape.com
44c4fa8fd1 turn on quartz rendering if 10.1.5 is present. bug 149427, r=sdagley/sr=hyatt 2002-06-06 19:48:15 +00:00
sdagley%netscape.com
0c103987d8 Fix #149133 - crash when scrolling a tab created by 'Open Link in New Tab' due to not having a valid focused widget when the page finishes loading. r=pinkerton, sr=beard 2002-06-06 04:08:19 +00:00
kmcclusk%netscape.com
0a88931ae5 Dispatch (WIN32 only) and handle a new cross platform message NS_SYSCOLORCHANGE. bug 143174. r=rods sr=roc 2002-06-04 17:47:54 +00:00
jay.yan%sun.com
39c26b3ee0 bug 121266 gtk2 needs window raising. patch=jeff, r=jay, sr=blizzard 2002-06-04 11:02:26 +00:00
bryner%netscape.com
c922258229 Make this symbol static to avoid clashes in a static build. Not part of the build. 2002-06-03 09:34:50 +00:00
bryner%netscape.com
3043591417 More static build fixing (from sfraser's rev 1.19 of widget/src/mac/Makefile.in). 2002-06-03 09:17:13 +00:00
bryner%netscape.com
dc8bd80127 Make the module name agree with the Makefile so that static builds work. Not part of the build. 2002-06-03 09:02:31 +00:00
mkaply%us.ibm.com
cc80659802 #146252
r=mkaply, sr=blizzard
OS/2 only - Print Preview cleanup
2002-05-31 18:48:25 +00:00
mkaply%us.ibm.com
ca26b30da3 #148123
r=pedemont, sr=blizzard
OS/2 only - don't write an extra NULL char to URL objects
2002-05-30 21:34:33 +00:00
pinkerton%netscape.com
8767b764ad fix problem where resizing window would cause jiggling. the workaround we put in for os9 seems to no longer be needed and gives osx fits. patch from lws@mac.com. r=pink/rs=blake. bug#86740 2002-05-29 14:46:23 +00:00
bryner%netscape.com
e123863a98 Ignore generated makefiles. 2002-05-27 02:07:35 +00:00
yokoyama%netscape.com
7e84eecff9 bug 141513
IME candidate window is displayed in wrong position
Patch is to impact only in Windows XP
with MS PinYing IME and NeiMa IME
/r=shanjian, /sr=brendan
2002-05-23 22:03:49 +00:00
blizzard%redhat.com
f1c52feb95 Bug #121248. Clipboard support for gtk2. Not part of the default build. 2002-05-21 22:47:56 +00:00
rjc%netscape.com
8332819ea7 Fix bug # 144337: According to TechNote 2051, on Mac OS X we should be able to short-circuit QuickDraw's implicit LockPortBits() on every QD call by stratetic usage of ::LockPortBits() and ::UnlockPortBits(). Gives a few % points improvement on window drawing/updates. r=sdagley sr=ben 2002-05-21 01:25:57 +00:00
aaronl%netscape.com
fa3df635f3 Bug 130969. Active accessibility: fix MSAA focus events. r=bryner, saari. sr=jst 2002-05-17 04:04:24 +00:00
blizzard%redhat.com
a9086d6444 Fix gtk2 build bustage. Not part of the build. 2002-05-16 16:21:00 +00:00