yokoyama%netscape.com
347e9cb1bc
179822: Flash4 / Flash5 / Shockwave and other plugins crash.
...
Give an unicode option when SubClassing the widget window. /r=peterl, /sr=kin
2002-12-04 01:49:29 +00:00
blizzard%redhat.com
40568ffd56
Bug #165558 . building with --disable-logging and GTK2 default widget fails to compile. Just remove the MOZ_LOGGING defines since we're using PR_FORCE_LOG anyway.
2002-12-03 21:29:35 +00:00
blizzard%redhat.com
0b9d1c5440
Bug #181404 . Crash when printing page with <select> dropdown menu [@ moz_drawingarea_set_visibility ]. Some of the printing and view code tries to set visiblity and sizes on widgets without creating them first. Woo.
2002-12-03 19:46:49 +00:00
yokoyama%netscape.com
4ced4c412f
Bug 171468
...
Widget Save As dlgbox needs to include
options.
Affects only in Windows platforms
/r=shanjian; /sr=kin
2002-12-02 22:29:20 +00:00
peterv%netscape.com
23b10864c8
Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst.
2002-11-29 23:44:07 +00:00
blizzard%redhat.com
9998107b73
Oops, that debugging code shouldn't have been checked in.
2002-11-27 03:02:40 +00:00
blizzard%redhat.com
b05c6bc546
Bug 177405. Scrollbars look funny of they have been resized to infinite. Fix the size at infinity to 1 so the bar fills up the entire length of the scrollbar.
2002-11-27 02:56:11 +00:00
blizzard%redhat.com
a5e8cd6e5a
Bug #182130 . Fix crashes with gtk2 and realvideo plugin. Check to make sure that the window in question is an Xt window before using it. Not part of the default build.
2002-11-27 02:46:39 +00:00
neeti%netscape.com
b72561f4e2
fix for bug 163941-resolving shorcuts, r=rpotts,sr=darin
2002-11-26 21:37:58 +00:00
blizzard%redhat.com
83c4cf764c
Oops, fix the crash I just introduced.
2002-11-26 16:01:26 +00:00
blizzard%redhat.com
2a063fcb57
Bug #179740 . [gtk2] problems with iframes - make sure that all the windows that are supposed to be listening for resize events actually are doing so. Not part of the default build.
2002-11-26 15:46:55 +00:00
sicking%bigfoot.com
d28b771160
Bug 181808: Implement and declare nsIDocumentObserver using macros
...
r=caillon sr=bz
2002-11-25 09:38:27 +00:00
sicking%bigfoot.com
f04a4ebeb7
Bug 181808: Use macros to declare and implement nsIDocumentObserver
...
r=caillon sr=bz
2002-11-25 08:33:30 +00:00
yokoyama%netscape.com
22508a6c50
179151: Need to call FreeLibrary()
...
We call LoadLibrary(); but need to call
FreeLibrary() upon shutdown.
Impact only Windows platforms only
/r=shanjian; /sr=kin
2002-11-23 01:33:51 +00:00
mkaply%us.ibm.com
22dd112791
#179617
...
r=me, sr=blizzard (platform specific code)
OS/2 only - fix major regression caused by event checkin - don't reuse event structures
2002-11-22 06:37:53 +00:00
mkaply%us.ibm.com
942b5fe4cc
#164149
...
r=pedemont, sr=blizzard (platform specific code)
OS/2 only - convert old Unicode stuff to new APIs
2002-11-21 15:50:26 +00:00
dbaron%fas.harvard.edu
e40541c78d
One more shutdown leak. b=179361 r=blizzard sr=bryner
2002-11-21 15:22:49 +00:00
bzbarsky%mit.edu
e43c4fe666
Use calloc() instead of malloc() followed by memset to 0. Bug 124302, patch by
...
Aaron Lehmann <aaronl@vitelus.com>, r=timeless, sr=bzbarsky
2002-11-20 23:13:09 +00:00
timeless%mozdev.org
2869e41340
180616 nsXKBModeSwitch::HandleMappingNotify should null check GDK_DISPLAY
...
r=bryner sr=bz
2002-11-20 04:01:46 +00:00
danm%netscape.com
0f67ae7b9a
set UserState to match when window is sized or moved. bug 167663 r=dveditz,pinkerton,sfraser
2002-11-19 19:17:53 +00:00
mkaply%us.ibm.com
5adfa9ce23
#179508
...
r=cls, pedemont, sr=blizzard for platform specific code
Add shared unicode stuff between OS/2 widget and gfx into gkgfx
2002-11-19 04:12:58 +00:00
timeless%mozdev.org
7875f468ed
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
bzbarsky%mit.edu
f00a21fa81
Make Ctrl-Shift-Caps-key work. Bug 164140, patch by pkw@us.ibm.com
...
(Philip K. Warren), r=akkana, sr=bzbarsky
2002-11-16 05:43:42 +00:00
blizzard%redhat.com
63b18ac5bc
Bug #162507 . Default icon should not be set for embedding applications. Not part of the default build.
2002-11-16 01:22:10 +00:00
bolian.yin%sun.com
8873427f60
Bug 175947, port 123389's fix from gtk1 to gtk2: copy&paste between mozilla&openoffice.
...
patch by louie.zhao@sun.com . r=blizzard. This is NOT for default build.
2002-11-15 07:01:23 +00:00
blizzard%redhat.com
75aaa3a595
No bug. Put drawing onto its own logging facility.
2002-11-13 12:41:49 +00:00
dbaron%fas.harvard.edu
3123ac0350
Fix various shutdown leaks. b=179361 r=blizzard sr=bryner
2002-11-13 03:01:08 +00:00
bryner%netscape.com
0fb4676372
Fix context menus in thread pane on Linux by making sure not to re-use an event struct (and its changed event flags) after dispatching it. Bug 179172, r=varga, sr=blizzard.
2002-11-12 22:59:06 +00:00
aaronl%netscape.com
d562ec8a5e
Bug 176602. Make typeaheadfind beep less annoying, and implement boolean pref accessibility.typeaheadfind.enablesound. Pref is turned off by default in Linux for now, sound needs testing and work there (see bug 179138 and bug 110385). r=kyle, sr=bz
2002-11-09 19:21:20 +00:00
mkaply%us.ibm.com
95963b090c
Forgot header
2002-11-09 18:03:17 +00:00
mkaply%us.ibm.com
c5f8925a2f
#178309
...
r=jkobal, sr=blizzard
Os/2 only - don't allow recursive calls to WinSetFocus - bad things happen.
2002-11-09 15:31:23 +00:00
mkaply%us.ibm.com
d567257e04
Proper fix for 104371 - just comment out the space case, don't remove it
2002-11-09 15:22:29 +00:00
seawood%netscape.com
a21ca257f6
Tighten (add?) tool version checks for win32 builds.
...
Allow MIDL to be specified from mozconfig or env since various MS SDKs contain an unsupported version of midl and they insist upon adding their SDK dirs to the beginning of the PATH (bug #178392 )
Bug #164646 r=bryner
2002-11-09 02:16:55 +00:00
bryner%netscape.com
7b5407b246
Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst.
2002-11-09 00:25:25 +00:00
yokoyama%netscape.com
e3b35c8d99
Bug 104934 Convert Mozilla to Unicode app
...
Turning MOZ_UNICODE flag by default.
Impact only in Windows platforms.
r=kmcclusk@netscape.com
sr=kin@netscape.com
2002-11-08 22:47:01 +00:00
bolian.yin%sun.com
d5f875f915
Bug 156424, PgUp and PgDn in numeric keyboard don't work.
...
r=Roland.Mainz@informatik.med.uni-giessen.de , sr=bryner.
2002-11-08 02:23:23 +00:00
bryner%netscape.com
ec90778ef2
Bug 104371 - shiftKey not set correctly for keypress events, breaking shift+space binding. r=brade, bzbarsky, sr=hyatt.
2002-11-07 03:34:13 +00:00
bryner%netscape.com
2ced8da4a6
Fix fullscreen mode on Linux to use the fullscreen hint, rather than manually sizing the window (bug 176640). Move the existing implementation of fullscreen mode from nsGlobalWindow to nsBaseWidget, so that it can be overridden in the gtk widget implementation. r=blizzard, sr=hewitt.
2002-11-06 09:35:13 +00:00
blizzard%redhat.com
76706e28ef
Re-work focus handling so that it's more reliable and works with embedding (code to be checked in some time soon.) Also, add new debugging options for IM and focus handling.
2002-11-06 03:29:02 +00:00
blizzard%redhat.com
24427d27fd
Bug #176514 . Problems with XIM and hot keys. Disable XIM for the moment until we figure out the next step.
2002-11-06 03:27:55 +00:00
timeless%mozdev.org
e9e6ba2435
Bug 106708 DnD Data Object format incorrect
...
patch by adrian.buckley@ntlworld.com r=pinkerton sr=roc+moz a=blizzard
2002-11-05 12:51:39 +00:00
mkaply%us.ibm.com
70b3ac6123
When 104371 was backed out, the OS/2 change wasn't
2002-11-03 22:37:31 +00:00
arougthopher%lizardland.net
e7fd90b31d
Bug#92793
...
BeOS classes are not threadsafe
In BeOS, each window runs in its own thread. Because of this,
we have a proxy layer between the mozilla UI thread, and calls made
within the window's thread via CallMethod(). However, since the windows
are still running in their own thread, and reference counting takes place within
that thread, we need to reference and de-reference outselves atomically.
r=rpotts
sr=blizzard
a=asa
2002-11-02 02:12:00 +00:00
aaronl%netscape.com
c430d3d8fd
Bug 177083. Mozilla won't start on win95. r=kyle, sr=alecf, a=asa
2002-10-31 02:15:11 +00:00
seawood%netscape.com
41caa376e0
Fix --disable-accessibility + --enable-default-toolkit=gtk2 bustage.
...
Bug #176556 r=cls a=roc+moz
2002-10-30 01:04:59 +00:00
bzbarsky%mit.edu
1e22240a8b
Initialize variables before using them in conditionals. Bug 122070,
...
r=cls,pink, sr=bryner, a=blizzard
2002-10-26 00:30:25 +00:00
blizzard%redhat.com
0209f9a3a1
Bug #176518 . Fix focus on inital startup. Not part of the default build.
2002-10-25 02:46:17 +00:00
aaronl%netscape.com
be84cb33c1
Bug 141880. Always report same hwnd for MSAA focus events as the hwnd for the current system focus. r=jgaunt, sr=bryner, a=roc+moz. Bug 174796. XUL browser's MSAA cache not working correctly. r=jgaunt, sr=bryner, a=roc+moz
2002-10-25 00:31:23 +00:00
aaronl%netscape.com
415f31da9b
Bug 173791. Accessibility API bug: GWL_ID (Control ID) is only supposed to report 0 (UI) or 1 (content). r=jgaunt, sr=bzbarsky, a=roc+moz
2002-10-25 00:03:47 +00:00
ccarlen%netscape.com
ef86d52bc7
Bug 172462 - For Mach-0, drag and drop of file onto browser doesn't work. It was because some code was #ifdef'd out for lack of nsILocalFileMac. r=cls/sr=sfraser/a=dbaron
2002-10-24 13:39:26 +00:00