shanjian%netscape.com
481efead80
# 52142 Existence of XIM will crash mozilla
...
r=tajima@eng.sun.com a=ftang
Among all input styles, only over-the-spot works at this time. Force input
style to be over-the-spot.
git-svn-id: svn://10.0.0.236/trunk@79669 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 23:21:31 +00:00
locka%iol.ie
b3b9b2c9a7
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
...
git-svn-id: svn://10.0.0.236/trunk@79623 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 12:23:53 +00:00
waterson%netscape.com
518317ae26
Fix build bustage.
...
git-svn-id: svn://10.0.0.236/trunk@79613 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 07:29:03 +00:00
akkana%netscape.com
f8e7599ce6
More 50252: Handle the gtk keypad keys too. r=kin,pavlov
...
git-svn-id: svn://10.0.0.236/trunk@79582 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-20 00:02:30 +00:00
danm%netscape.com
cd9e2a50ef
re-allow generalized event dispatch for windowshaded windows, but disallow mousemoved events. fixes bugs 33735, 51649, 52950, 51642. reverts bug 49007. sorry. r=pinkerton,sfraser.
...
git-svn-id: svn://10.0.0.236/trunk@79572 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-19 23:13:39 +00:00
akkana%netscape.com
eac61c4ec3
50252: Fix non-alphabetic control/alt key events. r=kin,pavlov
...
git-svn-id: svn://10.0.0.236/trunk@79555 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-19 22:40:04 +00:00
saari%netscape.com
e752b34f33
more fixes for 53017. r=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@79509 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-19 03:37:09 +00:00
mkaply%us.ibm.com
0e728a08ca
#47874
...
r=mkaply, a=brendan
Code from jkobal - continuing port of nsWindow.*
git-svn-id: svn://10.0.0.236/trunk@79457 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-18 20:39:13 +00:00
akkana%netscape.com
eeebc2cd6a
50252: fix key events for printable but non-alphabetic keys. r=dr
...
git-svn-id: svn://10.0.0.236/trunk@79453 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-18 19:50:50 +00:00
saari%netscape.com
02474ba699
fix for 49975. r=pinkerton and hyatt
...
git-svn-id: svn://10.0.0.236/trunk@79286 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-15 06:28:26 +00:00
rayw%netscape.com
31f9bce979
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
git-svn-id: svn://10.0.0.236/trunk@79224 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-14 23:20:49 +00:00
pinkerton%netscape.com
35223fe774
flush chrome cache as well, from pnunn. bug#51249.
...
git-svn-id: svn://10.0.0.236/trunk@79222 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-14 23:13:54 +00:00
mkaply%us.ibm.com
e8ebaa6df7
#47874
...
r=rmkaply, a=brendan
Code from jkobal - step one of bring nsWindow current
git-svn-id: svn://10.0.0.236/trunk@79200 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-14 22:49:36 +00:00
saari%netscape.com
e6e7838b72
Fix for 51934, mac only. r=pinkerton
...
git-svn-id: svn://10.0.0.236/trunk@79156 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-14 19:39:18 +00:00
mkaply%us.ibm.com
3f27f1a438
#52467
...
r=jkobal, a=brendan
Default colors for info background and hilite foreground/background were wrong
git-svn-id: svn://10.0.0.236/trunk@79122 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-14 13:04:58 +00:00
rayw%netscape.com
d9228441a4
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
git-svn-id: svn://10.0.0.236/trunk@79036 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-13 23:57:52 +00:00
sfraser%netscape.com
408647d07a
More work on 20743, the mac memory problems. Have an addition 64k buffer handle that gets purged when memory is low. r=scc
...
git-svn-id: svn://10.0.0.236/trunk@78992 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-13 07:19:35 +00:00
scc%mozilla.org
e5e006543d
if you want a pointer to the characters, you're going to have to |.get()| it
...
git-svn-id: svn://10.0.0.236/trunk@78957 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-13 02:48:08 +00:00
pinkerton%netscape.com
44b75acd70
Install a VBL task to animate the watch cursor when we are away from the event loop for more that 3/4 of a second. r=sfraser, bug#52108.
...
git-svn-id: svn://10.0.0.236/trunk@78921 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-12 22:51:16 +00:00
mkaply%us.ibm.com
8a159e1043
#47874
...
r=jkobal, a=brendan
Missed some code for dealing with popups
git-svn-id: svn://10.0.0.236/trunk@78916 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-12 22:41:07 +00:00
mkaply%us.ibm.com
c44ca36fe8
#47874
...
r=mkaply, a=brendan
Support for pointertype 27 (spinning)
git-svn-id: svn://10.0.0.236/trunk@78915 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-12 22:40:13 +00:00
rods%netscape.com
9521906152
forgot one small last jchange from the patch
...
b=49300 r=alex@cendio.se
git-svn-id: svn://10.0.0.236/trunk@78874 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-12 14:24:40 +00:00
blizzard%redhat.com
53ee512d91
patch for bug #49364 . initialize key values during a drag. this should fix mail/news copying instead of moving messages on linux. r=pavlov,pinkerton a=brendan
...
git-svn-id: svn://10.0.0.236/trunk@78748 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-11 19:11:43 +00:00
pinkerton%netscape.com
9cd6c72ae4
make sure we only uncheck siblings if there is a name attribute and if we're a radio menu. r=saari, bug 51685
...
git-svn-id: svn://10.0.0.236/trunk@78742 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-11 18:53:39 +00:00
briane%qnx.com
64e319325e
NOT PART OF BUILD - PHOTON ONLY
...
Varios fixes to allow the widget code to work with the latest
changes to the mozilla tree
Brian Edmond
git-svn-id: svn://10.0.0.236/trunk@78732 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-11 13:53:04 +00:00
rods%netscape.com
6eda00eb82
Applied patches for Bugs 49300 and 44656. These patches reduce the number
...
of times the X-Server gets hits and speds up processing of events.
r=pavlov
git-svn-id: svn://10.0.0.236/trunk@78728 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-11 12:43:00 +00:00
bryner%uiuc.edu
76fa941843
Checking in patch for bug 52054 by Decklin Foster <fosterd@hartwick.edu>. r=bryner, a=brendan.
...
git-svn-id: svn://10.0.0.236/trunk@78694 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-11 00:27:46 +00:00
jst%netscape.com
a9fbbcfe31
Changing PLEvent que priority. r=pavlov,vidur
...
git-svn-id: svn://10.0.0.236/trunk@78597 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 06:11:50 +00:00
jst%netscape.com
54b8c779bc
Backing out checkin for bug 36849. This change is the reason for mozilla to freeze while loading pages (by not processing paint events while loading pages), this has made mozilla feel really crappy for the last 5 weeks, this is unacceptable. r=vidur.
...
git-svn-id: svn://10.0.0.236/trunk@78585 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-09 04:46:36 +00:00
pinkerton%netscape.com
6373b92293
put nsFileWidget back.
...
git-svn-id: svn://10.0.0.236/trunk@78545 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:21:28 +00:00
pinkerton%netscape.com
e31527c3ff
put nsFileWidget.cpp back into the build.
...
git-svn-id: svn://10.0.0.236/trunk@78544 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 23:21:09 +00:00
pinkerton%netscape.com
e09a5fd459
oops, remove a line used in testing.
...
git-svn-id: svn://10.0.0.236/trunk@78528 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:28:41 +00:00
pinkerton%netscape.com
1dd6be5076
Use an additional layer of filtering based on file type if we fail on the IC check. This catches things that aren't mapped by IC but we still might want to open. Also fix up the event proc to process update events for windows in the bg. r=sfraser, bugs 50312, 51830
...
git-svn-id: svn://10.0.0.236/trunk@78527 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 22:27:37 +00:00
tajima%eng.sun.com
d9ea76a238
bug fixing for 3 nsbeta3+ bugs: 45287, 47568, and 47833. r=pavlov, a=waterson
...
git-svn-id: svn://10.0.0.236/trunk@78524 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-08 21:58:44 +00:00
pinkerton%netscape.com
7f62728f73
remove nsFileWidget.cpp, replaced by nsFilePicker.cpp
...
git-svn-id: svn://10.0.0.236/trunk@78433 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-07 23:11:36 +00:00
pinkerton%netscape.com
e717b6f347
removing the file widget (replaced by file picker).
...
git-svn-id: svn://10.0.0.236/trunk@78432 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-07 23:10:08 +00:00
pinkerton%netscape.com
ab11fe77ac
more api changes for strings
...
git-svn-id: svn://10.0.0.236/trunk@78431 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-07 23:09:22 +00:00
pinkerton%netscape.com
ea68667274
fix bug where we were leaving off the null on our mapping flavor.
...
git-svn-id: svn://10.0.0.236/trunk@78430 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-07 23:08:33 +00:00
pinkerton%netscape.com
82076d1b2d
updating a comment
...
git-svn-id: svn://10.0.0.236/trunk@78429 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-07 23:07:09 +00:00
pinkerton%netscape.com
813a2806af
convert to NS_LITERAL_STRING and fixing some api's.
...
git-svn-id: svn://10.0.0.236/trunk@78428 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-07 23:06:52 +00:00
blizzard%redhat.com
d27e7c96f8
fix bug #41998 . reset mouse motion variables whenever a drag is started. this should fix the lack of UI events after a drag. r=bryner, a=brendan
...
git-svn-id: svn://10.0.0.236/trunk@78301 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-06 22:37:55 +00:00
sfraser%netscape.com
396c25660c
Fix bugs 51368 and 51372 -- use InternetConfig.h from Universal Headers, renaming the IC SDK folder so that CodeWarrior does not search within it. r=pchen
...
git-svn-id: svn://10.0.0.236/trunk@78199 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-06 00:09:04 +00:00
bryner%uiuc.edu
3f4737c4e7
Classic skin polish (46613) - make the shadow/highlight colors look right. r=pavlov, ben.
...
git-svn-id: svn://10.0.0.236/trunk@78196 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-05 23:53:03 +00:00
blizzard%redhat.com
aeeb6a43a7
fix for bug #45919 . x-remote understands ,noraise now. patch from jeffrey baker. r=me, a=brendan
...
git-svn-id: svn://10.0.0.236/trunk@78161 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-05 20:54:17 +00:00
bryner%uiuc.edu
959aa069c2
Classic skin polish (46613) - get the real gtk tooltip color so the tooltips look right. r=pavlov, ben.
...
git-svn-id: svn://10.0.0.236/trunk@78122 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-05 03:42:44 +00:00
bryner%uiuc.edu
01969ea308
Classic skin polish (46613) - make the shadows look better on unix by using the 'black' color. r=pavlov, ben.
...
git-svn-id: svn://10.0.0.236/trunk@78121 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-05 02:15:12 +00:00
saari%netscape.com
a077590a85
Working around weird linux widget problem to fix focus bugs. Stabbing in the dark at 26882
...
git-svn-id: svn://10.0.0.236/trunk@78052 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-03 02:15:20 +00:00
scc%mozilla.org
dde18be624
fixing code that relied on implicit string construction
...
git-svn-id: svn://10.0.0.236/trunk@78048 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-03 00:46:03 +00:00
scc%mozilla.org
2ec048c2a8
fixing code that relied on implicit string construction
...
git-svn-id: svn://10.0.0.236/trunk@78047 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-03 00:31:01 +00:00
akkana%netscape.com
a7c1b302ac
36809: don't print nastygrams when copied output is zero length. r=pavlov
...
git-svn-id: svn://10.0.0.236/trunk@77927 18797224-902f-48f8-a5cc-f745e15eee43
2000-09-01 21:40:46 +00:00