pinkerton%netscape.com
a30df4a72f
osx needs nsWidgetAtoms built. r=saari/sr=hyatt. bug#75653
2001-04-17 04:35:22 +00:00
pinkerton%netscape.com
74c2049e34
cast needed on codewarrior, not on gcc. fix fizzilla bustage.
2001-04-17 04:32:43 +00:00
pinkerton%netscape.com
df457071de
needs MacTypes.h for Handle.
2001-04-17 04:10:47 +00:00
pinkerton%netscape.com
df691d1031
build all the right files and generate the idl. bug 75653.
2001-04-17 04:02:00 +00:00
pinkerton%netscape.com
f922815569
use reset() with auto_ptr for gcc. r=saari/sr=hyatt. bug# 75653
2001-04-17 04:01:24 +00:00
pinkerton%netscape.com
3d6fcc5c9e
get rid of an unsiged warning and pull in drag.h for a flavor const on osx.
2001-04-17 04:00:39 +00:00
pinkerton%netscape.com
5b71a852d3
cast for gcc
2001-04-17 04:00:07 +00:00
pinkerton%netscape.com
27aecc4770
needs menus.h
2001-04-17 03:59:50 +00:00
pinkerton%netscape.com
5eab426ee5
use CoreFoundation for setting control text from a unicode string under carbon.
...
r=saari/sr=hyatt bug# 75653
2001-04-17 03:21:16 +00:00
pinkerton%netscape.com
6dce43a706
don't use SIOUX debug calls under osx (there is no sioux console).
2001-04-17 03:20:30 +00:00
pinkerton%netscape.com
4edcf85c62
switch to using reset() to set auto_ptr's. not sure why we did it the
...
other way. r=saari/sr=hyatt. bug# 75653
2001-04-17 03:19:32 +00:00
pinkerton%netscape.com
b72f1529b3
needs MacTypes.h for osx
2001-04-17 02:59:24 +00:00
pinkerton%netscape.com
2fc375fb45
Export widget atoms for osx. r=saari/sr=hyatt bug#75653
2001-04-17 02:58:51 +00:00
pinkerton%netscape.com
2948226621
nothing should be including standardFile.h anymore
2001-04-17 02:50:07 +00:00
pinkerton%netscape.com
06a6edc905
use rint instead of round to avoid warnings
2001-04-17 02:49:20 +00:00
pinkerton%netscape.com
36ab8b30ea
windows.h -> MacWindows.h
2001-04-17 02:33:40 +00:00
pinkerton%netscape.com
a60056bd53
include full class because of gcc r=saari/sr=hyatt, bug#75653
2001-04-17 02:19:32 +00:00
dbaron%fas.harvard.edu
3edaff6670
Add 3 proposed CSS3 system colors as -moz-FieldText, -moz-Dialog, and -moz-DialogText, which are needed to accurately represent system colors on GTK.
...
Restore GTK system color for WindowText to the correct value (fg rather than text).
Add debugging code that can be enabled to debug use of system colors in themes.
r=pierre@netscape.com sr=blizzard@mozilla.org b=67448
2001-04-17 00:46:07 +00:00
pinkerton%netscape.com
ade95ce32b
Fix up to actually build the correct files. r=pchen/sr=hyatt. bug# 75653
2001-04-16 20:21:37 +00:00
tajima%eng.sun.com
efb6e16901
bug 53990 - XIM: preedit problems at over-the-spot style. r=erik, sr=blizzard
2001-04-16 03:13:44 +00:00
law%netscape.com
1eb69820e2
Bug 57576; add SetIcon method to widgets and add code to nsXULWindow to set icons per window; no icons available yet, unless you roll your own; see bug for details; r=mcafee, sr=hyatt
2001-04-14 00:57:30 +00:00
blizzard%redhat.com
10af1b7f46
Add XSync() before querying pointer to get any destroys done. Not part of the build.
2001-04-13 21:27:34 +00:00
danm%netscape.com
fc49318648
fix -remote...new-window functionality broken in last revision. no bug #. r=hyatt,pinkerton
2001-04-13 02:00:48 +00:00
johng%corel.com
9d4a25d4f0
Fix for nsTimerQt::SetDelay. Bug caused animated images to speed up after page reload.
2001-04-12 19:11:10 +00:00
johng%corel.com
d3347758ca
Fix for re-entrancy problem with menus
2001-04-12 19:10:23 +00:00
pinkerton%netscape.com
f61d78e2ad
remove special-case activation code for hidden window, let the OS do it. punts hidden window offscreen on mac so it can be visible yet of non-zero width/height for osx. bugs 70355/70388. r=danm/sr=hyatt.
2001-04-11 23:04:28 +00:00
shaver%mozilla.org
a0daa1645d
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
danm%netscape.com
acf746db54
replacing use of evil hidden window with embedding-copacetic window watcher. bug 71895 r=blizzard,hyatt,javi,various
2001-04-11 01:20:28 +00:00
disttsc%bart.nl
285cbef8ed
Bug 36550: "Window unresponsive if in negative coord-space [such as in Dual Monitor setup]", author=Craig Boston <craig@aeiea.gank.org>, patch updated to tip by ajbanck@casema.net, r=bryner, sr=blizzard
2001-04-10 02:27:41 +00:00
dbaron%fas.harvard.edu
30295f72b6
Fix build and runtime bustage in xlib port. b=75125 r=blizzard@mozilla.org sr=shaver@mozilla.org
2001-04-09 23:16:19 +00:00
disttsc%bart.nl
72cea9bb38
Clean up MODULE/REQUIRES, bug=73353, r=cls
2001-04-08 08:33:11 +00:00
johng%corel.com
ce5ef6cf8f
Latest source for Qt-Mozilla from Bugzilla #70511
2001-04-06 18:38:16 +00:00
tajima%eng.sun.com
4c643c59e5
bug 60714 - need to define class name for Mozilla IM status window
...
sr=erik/blizzard
2001-04-06 10:10:18 +00:00
aaronl%chorus.net
cb01bf2eba
State is now a bitfield. Makefile for viewer fixed
2001-04-06 01:42:48 +00:00
blakeross%telocity.com
c9b9689e26
Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt
2001-04-05 19:53:13 +00:00
dprice%netscape.com
8c0b9eaf97
65845 - new order files
2001-04-05 06:02:32 +00:00
pinkerton%netscape.com
b647e867b2
forgot to wrap something in !TARGET_CARBON. fixes bustage.
2001-04-04 23:58:35 +00:00
pinkerton%netscape.com
607cb4b25a
add DefProcFakery to build.
2001-04-04 22:57:45 +00:00
pinkerton%netscape.com
c923fc2f1d
remove mdef resource, no longer needed. r=saari/sr=sfraser bug# 61039
2001-04-04 21:45:51 +00:00
pinkerton%netscape.com
2bfe7f833d
new borderless wdef to bring in line with win32 windows. clean up mdef code to be in line with wdef code. r=saari/sr=sfraser bug# 61039
2001-04-04 21:45:18 +00:00
pinkerton%netscape.com
afa870ce6e
new borderless wdef to bring in line with win32 windows. clean up mdef code to be in line with wdef code.
2001-04-04 21:42:42 +00:00
pinkerton%netscape.com
08dd9532be
extract some code used for our fake MDEF/WDEF. r=saari/sr=sfraser. bug 61039.
2001-04-04 21:42:16 +00:00
pchen%netscape.com
55c6c04660
bug 73262, r=pinkerton, sr=sfraser/jst, add ptr for xul document
2001-04-04 03:41:34 +00:00
pchen%netscape.com
ad44d768ea
bug 73262, r=pinkerton, sr=sfraser/jst, set weak ref to xul document after adding nsMenuBar as observer, then use that weak ref in destructor to remove ourself as observer, problem is that webshell is getting destroyed before nsMenuBar, so nsMenuBar can't get at the xul document, thus it can't remove itself as an observer.
2001-04-04 03:41:30 +00:00
rickg%netscape.com
169a621d42
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
dr%netscape.com
e373fb7108
fix for 74065. r=pinkerton, sr=hyatt
2001-04-03 20:45:13 +00:00
scc%mozilla.org
70de2e4a46
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
brade%netscape.com
4ff611a587
use internet config to get colors for text and window background; sr=sfraser
2001-04-02 14:27:28 +00:00
evaughan%netscape.com
f0820eb62d
Landing MSAA part of accessibility (DISABLED)
...
-r vidur -sr hyatt
2001-04-01 01:38:35 +00:00
evaughan%netscape.com
dd702eea33
XP part of accessibility landing
...
-r vidur, rods -sr hyatt
2001-04-01 01:01:33 +00:00
sean%beatnik.com
583097b544
fix for bug 73349: internet shortcuts created improperly. r=pinkerton sr=blizzard
2001-03-31 05:04:57 +00:00
disttsc%bart.nl
dacbb4faa9
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
pinkerton%netscape.com
ffb57058a7
switching mac to use NS_CONTEXTMENU event, click-hold context menus, switching embedding to use NS_CONTEXTMENU event. r=saari/sr=hyatt. bug# 36665, 18726
2001-03-30 04:45:40 +00:00
mkaply%us.ibm.com
e2499b81ed
36665 for OS/2 - handle contextmenu event
2001-03-29 03:46:24 +00:00
pinkerton%netscape.com
db93e15b4a
Use new DOM context menu event to determine if context menus should come/go r=saari/pink, sr=hyatt.
...
bug# 36665
2001-03-29 03:33:09 +00:00
pinkerton%netscape.com
0b0fa2fb4a
make ownership of phantomScrollbarData more explicit to help out the GC. r=beard/sr=sfraser bug# 73774.
2001-03-28 20:55:34 +00:00
pinkerton%netscape.com
810ceceed5
to work around a bug in OSX, check first if we're already at the location we're trying to move a popup to and if so, don't call MoveWindow. r=danm/sr=sfraser. bug#58226.
2001-03-28 04:33:08 +00:00
mcafee%netscape.com
bfe5a711cc
openLocation.xul moved from navigator to communicator, url unassigned and not needed (70164). r=jag, sr=ben
2001-03-27 09:27:31 +00:00
pinkerton%netscape.com
dc265434c3
doh, biffed a level of indirection.
2001-03-27 06:04:33 +00:00
pinkerton%netscape.com
8e86efe91a
fix ownership model when copying images. caller needs to own bits, not the helper class. r=jag/sr=hyatt. bug# 73517
2001-03-27 06:02:54 +00:00
blizzard%redhat.com
9f0dc9f1fe
Query pointer for great justice. Part of bug #72556 . Not part of the build.
2001-03-25 21:55:37 +00:00
mkaply%us.ibm.com
0247db35dd
#36665
...
r=saari, sr=hyatt
Enablement of a DOM event for displaying a context menu
2001-03-23 03:22:56 +00:00
mkaply%us.ibm.com
01aeeb9328
#72656
...
r=mkaply, a=blizzard
Change initialization of widget resources to we can embed
2001-03-23 03:19:06 +00:00
pinkerton%netscape.com
e35c27a557
make sure we have a valid content node before calling methods on it. bug 73108. r=pav,sr=hyatt
2001-03-23 02:56:24 +00:00
mkaply%us.ibm.com
db5aab9300
No bug
...
r=mkaply, a=blizzard
From javier - fix chatzilla and file picker regressions
2001-03-23 02:33:18 +00:00
mkaply%us.ibm.com
dd63c9754e
Fix BeOS bustage
2001-03-22 23:52:25 +00:00
disttsc%bart.nl
e3c3400269
Attempt to fix BeOS bustage
2001-03-22 10:30:03 +00:00
pinkerton%netscape.com
5c8b1edcaf
missed some changes in the carbon files.
2001-03-22 04:09:54 +00:00
pinkerton%netscape.com
944900f907
don't use nsIDOMNode, use nsIContent. r=saari/sr=sfraser.
2001-03-22 03:59:49 +00:00
pinkerton%netscape.com
7f51023c63
look in associated command object while building for attribute changes and dispatching. rewrite to use nsIContent and atoms instead of nsIDOMNode and strings. r=saari/sr=sfraser. bug 71470
2001-03-22 03:53:57 +00:00
pinkerton%netscape.com
ac07ded896
add nsWidgetAtoms.cpp r=saari/sr=sfraser.
2001-03-22 03:51:40 +00:00
pinkerton%netscape.com
b4a97b3e86
new file.
2001-03-22 03:51:09 +00:00
pinkerton%netscape.com
704190292e
move widgetatoms to dist.
2001-03-22 03:50:34 +00:00
pinkerton%netscape.com
1e81463a66
adding atom lists for widget, can't use the ones in content because of linkage. r=saari/sr=sfraser.
2001-03-22 03:50:21 +00:00
blakeross%telocity.com
0b2dd2b2d2
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
shanjian%netscape.com
dcb27749dc
#59924 Win IME for Japanese: the candidate window is incorrectly positioned covering the current lineWin IME for Japanese: the candidate window is incorrectly positioned covering the current line
...
r = roy, sr=erik
using an alternative way to position candidate window.
2001-03-21 21:13:26 +00:00
mkaply%us.ibm.com
bde83a3630
#41077
...
r=mkaply, a=blizzard
On OS/2, the caret is hidden during selection
2001-03-21 14:30:31 +00:00
bryner%uiuc.edu
630d1d61cc
Removing references to obsolete headers (bug 38061). r=timeless, sr=shaver.
2001-03-21 05:35:27 +00:00
pinkerton%netscape.com
87dac46193
fix a const warning.
2001-03-21 01:32:22 +00:00
pinkerton%netscape.com
97a85a01fc
turn off translucent dragging and make outline building code a little better. make drag/drop work on OSX. r=saari/sr=sfraser. bug#67407
2001-03-21 01:17:44 +00:00
blizzard%redhat.com
fdd1cdef2e
Fix bug #66457 . Cursor is still a stopwatch after the page finished loading until the mouse moves. sr=alecf, r=bryner
2001-03-20 15:57:00 +00:00
brade%netscape.com
3407fc1887
ensure we actually have a file (bug #71856 ); sr=sfraser
2001-03-20 15:34:29 +00:00
brade%netscape.com
44da854aee
change PutOnClipboard to pass in a PRInt32 rather than a short; bug #72537 ; sr=sfraser, r=pinkerton
2001-03-20 15:27:29 +00:00
disttsc%bart.nl
77b8819296
Fix bustage on "tinderbox-test-1", r=bryner
2001-03-20 07:01:52 +00:00
disttsc%bart.nl
497249a5e8
Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver
2001-03-20 05:37:56 +00:00
blizzard%redhat.com
2d2d061a5a
Fix bug #72069 . Move event processing until after the X event has been processed to prevent race conditions. Lots of Gtk warnings and crashes should be fixed with this. sr/r=shaver/brendan ( tag team )
2001-03-19 22:17:47 +00:00
blizzard%redhat.com
2b02ec0455
Fix the rest of #72313 for sloppy focus users. Really. I swear. r=shaver,waterson a=leaf
2001-03-19 20:50:44 +00:00
mkaply%us.ibm.com
48a1c7ab3d
OS/2 breakage - same as Win
2001-03-19 20:07:06 +00:00
shaver%mozilla.org
76203753e0
fix build bustage (r=blizzard)
2001-03-19 18:44:59 +00:00
blizzard%redhat.com
ef1092aba4
Fix bug #72313 . Focus problems on linux. This adds a flag to nsIWidget::SetFocus() that says to raise the window. We only raise the window from one place, window.focus(). This builds and runs on at least linux and the mac. r=jst,brendan,hyatt a=leaf
2001-03-19 17:56:04 +00:00
blizzard%redhat.com
05231f5ae7
Fix bug #71266 . As much as we all dispise it window.focus() should raise windows on linux. r=danm, sr=brendan
2001-03-17 01:39:04 +00:00
mkaply%us.ibm.com
321da096ca
No bug
...
r=mkaply, a=asa
256 color regression caused by previous checkin
2001-03-16 20:31:22 +00:00
mkaply%us.ibm.com
fa76d2dd57
No bug
...
r=mkaply, a=asa
code from aaronr for some PS handling issues
fix for scrollbar issue
2001-03-15 21:00:53 +00:00
briane%qnx.com
a799c2e203
PHOTON BUILD ONLY
...
Numerous bug fixes and code cleanup for photon related memory leaks and
bugs.
2001-03-14 19:46:53 +00:00
pinkerton%netscape.com
800a0f3794
make xp popups work with xmouse (bug 50798). make xppopups go away when app is minimized and mouse is inside xppopup (bugs 45108,31601,37992,39276,45202,63527,68889) r=pink/sr=hyatt. submission by dean_tessman@hotmail.com
2001-03-14 02:34:46 +00:00
dprice%netscape.com
edb387e49c
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
mkaply%us.ibm.com
4b24bfdc11
#71632
...
r=pavlov, a=blizzard
Make OS/2 widget a real XPCOM component
2001-03-13 06:49:30 +00:00
cls%seawood.org
70e5f127bc
Add NULL check to fix crashing gtkEmbed problem
2001-03-13 06:23:09 +00:00
cls%seawood.org
380631ef92
Use old-fashion cast as HP-UX compiler complains about doing a static_cast on a non c++ class type.
2001-03-13 06:14:48 +00:00
pinkerton%netscape.com
34f194d703
use nsXPIDLCString to avoid the memory leak when getting a flavor out of our nsISupportsString wrappers. r=jag/sr=sfraser. bug# 71563
2001-03-13 02:13:20 +00:00
pinkerton%netscape.com
d4c564ba8e
making iid's and cid's unique. r=saari/sr=sfraser. bug# 71722
2001-03-13 02:12:00 +00:00
blizzard%redhat.com
9b5b88fd95
Bug #67370 . Better interleaving of xlib + plevents. r=danm sr=shaver
2001-03-12 23:57:18 +00:00
dougt%netscape.com
c74c36c85e
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00
markh%activestate.com
1f60ff29b4
Fix to bug 14368 - Win32 - F10 key does not activate the menu bar.
...
r=dean_tessman@hotmail.com , sr=hyatt@netscape.com
2001-03-12 09:53:33 +00:00
Peter.VanderBeken%pandora.be
47d931e2cd
Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst.
2001-03-10 21:02:12 +00:00
dbaron%fas.harvard.edu
031ab8569f
Fix bug with menus that went away when they shouldn't by not calling SetFocus (which the comment said we shouldn't do anyway) and sending an NS_LOSTFOCUS event instead of NS_DEACTIVATE when losing focus, as the GTK port does. r=blizzard@mozilla.org b=64791 (xlib changes only)
2001-03-10 03:45:16 +00:00
dbaron%fas.harvard.edu
1ce8056f20
Change the system colors in xlib to more reasonable dummy values so that the classic skin looks better. In particular, fix the 3-D border colors, make -moz-field white, make things tend towards web-safe colors out of habit, and reindent the whole thing according to the modeline. r=blizzard@mozilla.org b=71133 (xlib port changes only)
2001-03-10 03:39:43 +00:00
dbaron%fas.harvard.edu
3f9ab30f75
Add string to REQUIRES to fix xlib + MOZ_TRACK_MODULE_DEPS build bustage. r=cls@seawood.org
2001-03-10 03:23:35 +00:00
dbaron%fas.harvard.edu
1f5e18158e
Fix problems with 3-D colors in some GTK themes by calling gtk_widget_realize before getting the button and menu styles. r=bryner@netscape.com sr=blizzard@mozilla.org b=67448
2001-03-10 03:17:07 +00:00
nhotta%netscape.com
bf1141c8ce
Enabled TSM for Carbon, bug 70720, r=ftang,pinkerton, sr=sfraser.
2001-03-10 00:10:31 +00:00
dbaron%fas.harvard.edu
b508d4214b
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding txmgr to REQUIRES.
2001-03-09 15:15:31 +00:00
danm%netscape.com
55f4aede79
it's another shot at being happy on multiple-monitor machines. man tweaks and various. bug 67523 r=hyatt,pinkerton
2001-03-09 02:17:37 +00:00
pinkerton%netscape.com
b5c0a94be4
don't break out of loop early unless we actually find the flavor on the clipboard when checking if flavor is present. r=brade/sr=sfraser.
2001-03-08 23:13:27 +00:00
disttsc%bart.nl
e434c1adab
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where
possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:53:58 +00:00
disttsc%bart.nl
8b43034cef
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
timeless%mac.com
7e2d719cae
fix bug 70453 printf in nsClipboard.cpp
...
r=rods sr=blizzard
2001-03-08 05:12:30 +00:00
pchen%netscape.com
aee9de5446
Fix for blocker 71146, tweak by cls, r=syd, sr=pchen (as sheriff). Change
...
strncmp to PL_strncmp to catch null "string".
2001-03-07 21:10:28 +00:00
pinkerton%netscape.com
afc2e22878
don't process mouseMove events if the app is in the bg. r=saari/sr=sfraser. bug# 70518.
2001-03-07 00:52:43 +00:00
pinkerton%netscape.com
07e2146b78
Don't set SWP_NOZORDER flag for popups, as this allows the taskbar to
...
come in front at certain times. bug# 47152. r=danm/rods/kmcclusk. sr=hyatt.
2001-03-07 00:46:36 +00:00
dbaron%fas.harvard.edu
0ead20e79d
Improve GTK system colors for menus and buttons by creating menu and button widgets and asking for their colors so that theme rules specifically for menus and buttons are reflected in the system colors. Undo some changes I made before that were probably incorrect. r=bryner@netscape.com sr=blizzard@mozilla.org b=67448
2001-03-04 20:15:45 +00:00
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
mkaply%us.ibm.com
b2b153595e
#58627
...
r=cls
Remove timer.dll from OS/2 build - make it a part of widget
2001-03-02 00:10:24 +00:00
pinkerton%netscape.com
a838899892
fix for menus being unresponsive in classic build when no windows are available. commented out a bit added for fizzilla where the two platforms are at odds. sr=sfraser. bug# 68766
2001-02-27 23:35:46 +00:00
disttsc%bart.nl
b5c0478fcf
Move "About Mozilla" from properties to dtd, fix up xul, js and mac menu c++ code. bug=70112, r=saari, a=ben
2001-02-27 11:31:52 +00:00
dprice%netscape.com
199c935b04
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
mkaply%us.ibm.com
8e2804f300
Removing unused files
2001-02-27 04:37:09 +00:00
beard%netscape.com
dbb6c335a3
Fix carbon redraw non-existence. r=pinkerton
2001-02-26 21:21:54 +00:00
mkaply%us.ibm.com
ceb7d0c0af
#61820
...
r=mkaply, a=blizzard
Code from jkobal to prevent focus from leaving browser when window is destroyed
2001-02-26 15:42:38 +00:00
cls%seawood.org
3580b1cac0
Adding and updating necessary .cvsignore files. Bug #61550
2001-02-24 06:22:49 +00:00
cltbld%netscape.com
7b16ea5306
fix bustage TARGET_CARBON. r=sdagley
2001-02-23 04:11:57 +00:00
cltbld%netscape.com
f4720adfff
bug 65219, change nsAutoString::Recycle() to delete. r=scc
2001-02-23 04:10:38 +00:00
scc%mozilla.org
6a8b3af976
bug #65219 : (work done by dbaron) r=jag, sr=scc. Remove leaking string recyclers.
2001-02-23 02:03:02 +00:00
blakeross%telocity.com
f0848e2c01
onclick doesn't fire on middle click, and only fires on double right click (63950, 63073, also fixes middle-click link opening like 58354). r=rods sr=alecf
2001-02-23 00:40:19 +00:00
disttsc%bart.nl
a6f2f5861a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
sdagley%netscape.com
f0e4383c85
Fix #40101 - Remove inclusion of 68K secific header. Patch supplied by gordon@sunvalley.net, r=sdagley, sr=sfraser
2001-02-22 04:22:27 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
blizzard%redhat.com
bc00b4273c
Fix bug #67988 . Fix focus problems in mail/news. Don't always grab the gtk widget when someone requests focus...after all it's just a request. This also might fix bug #68004 . r=bryer,saari sr=shaver
2001-02-21 15:58:59 +00:00
pinkerton%netscape.com
ed780c2648
Support for CF_HTML flavor when copying data to other win32 apps.
...
r=saari/sr=hyatt. bug#69363
2001-02-20 23:27:57 +00:00
mkaply%us.ibm.com
1f12c495db
#67477
...
r=mkaply, a=blizzard
Code from jkobal - need to filter another char message
2001-02-20 15:50:58 +00:00
dbaron%fas.harvard.edu
95dc3c980e
Improve GTK system colors by choosing colors in a way more similar to the way GTK chooses them, although it's still not perfect. b=67448 r=bryner,pavlov sr=blizzard
2001-02-17 18:55:01 +00:00
pinkerton%netscape.com
2b6980e552
coalesce nearby rects into a single rect based on ratio of combined area in comparison to their bounding box area. r=saari/sr=sfraser. bug# 53657.
2001-02-16 22:58:56 +00:00
pinkerton%netscape.com
ab87b3ed6d
actually use the mime mapping flavor when determining if a flavor is in a drag item, rather than relying on the defaults. r=saari,sr=sfraser. bug# 68828.
2001-02-15 22:08:39 +00:00
erik%netscape.com
3731163f2b
better NS_IMPL_ISUPPORTS usage (to be consistent with others)
2001-02-15 01:17:44 +00:00
erik%netscape.com
9c9f395df7
better NS_IMPL_ISUPPORTS usage (to be consistent with others)
2001-02-15 01:09:01 +00:00
erik%netscape.com
cffc9b6aa5
better NS_IMPL_ISUPPORTS usage (to be consistent with others)
2001-02-15 00:59:33 +00:00
ftang%netscape.com
dfd9e9f108
land the mac nsBidiKeyboard build change for b 68732.
2001-02-15 00:13:14 +00:00
ftang%netscape.com
4e174bf6a5
fix mac iid problem. r=erik
2001-02-15 00:11:29 +00:00
erik%netscape.com
2ca07ce706
fixing build bustage; discovered by ftang
2001-02-15 00:10:04 +00:00
erik%netscape.com
14c49ae9c5
bug 68739; r=kmcclusk; sr=erik; author=simon@softel.co.il (IBM bidi
...
project); new files for querying and setting bidi properties of the
keyboard
2001-02-14 23:13:07 +00:00
mkaply%us.ibm.com
5d472a3480
No bug
...
r=mkaply, a=blizzard
Handle Shift+Enter properly
2001-02-14 23:02:36 +00:00
erik%netscape.com
c7e8b33ec3
bug 68739; r=kmcclusk; sr=erik; author=simon@softel.co.il (IBM bidi
...
project); adding new files for querying and setting bidi properties of the
keyboard
2001-02-14 22:37:33 +00:00
erik%netscape.com
fdadf0e177
bug 68739; r=kmcclusk; sr=erik; new file nsIBidiKeyboard.idl from IBM bidi
...
project (simon@softel.co.il ) for querying and setting bidi properties of
the keyboard
2001-02-14 22:32:26 +00:00
rods%netscape.com
1e3072a1a2
Fixed bad spelling
...
Bug 68465 r=dcone,sr=attinasi
2001-02-14 12:39:57 +00:00
pinkerton%netscape.com
d465909997
carbon changes. r=pink/sdagley/beard. a=sfraser.
2001-02-13 21:48:26 +00:00
dprice%netscape.com
997fb091c7
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
pinkerton%netscape.com
a23b17eed2
change iid's to make them unique. bug 68073, r=pchen/sr=sfraser.
2001-02-13 00:10:33 +00:00
pinkerton%netscape.com
6b58e34398
fix for 67406, re-instate the drag handlers for carbon, make them UPPs, make them per-window, not static. r=pchen/sr=sfraser.
2001-02-12 23:39:50 +00:00
pinkerton%netscape.com
d6f73b836e
fix 'about mozilla' item in apple menu. make sure we call HandleDOMEvent on the correct dom node ;) r=pchen/a=sfraser. bug 43935
2001-02-12 21:50:14 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dbaron%fas.harvard.edu
32844913ef
Fix OS/2 bustage by updating to new necko interfaces by applying the exact same patch used in the GTK port.
2001-02-10 04:05:05 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
mkaply%us.ibm.com
da8b0e151c
#67515
...
r=mkaply, a=blizzard
OS/2 ONLY - Ignore extraneous WM_MOUSEMOVE so the event manager doesn't think we are dragging
2001-02-09 23:24:54 +00:00
pinkerton%netscape.com
0e10555210
Backout of 30841 to fix menus not going away when clicking in the title bar
...
r=pink/sr=hyatt/a=asa
2001-02-08 21:06:43 +00:00
dr%netscape.com
2574f3c7be
fix for 30841. r=pinkerton, sr=hyatt, a=blizzard
2001-02-08 00:44:36 +00:00
pinkerton%netscape.com
a706a8d009
per the current universal headers, ::DrawGrowIcon() has been depricated since MacOS 8.0 (the wdef does it). removing the two places we call it. r=danm/sr=scc.
2001-02-07 06:51:21 +00:00
pavlov%netscape.com
e29100a3dc
fixing bug 60739 r=blizzard sr=shaver
2001-02-07 06:37:59 +00:00
blizzard%redhat.com
fd8809073d
Fix bug #16766 . This should fix the requirement to release the mouse before context menus work. r=pavlov, sr=blizzard. Patch from Kevin Buhr <buhr@stat.wisc.edu>. Thanks.
2001-02-07 04:16:20 +00:00
cmanske%netscape.com
36637accb4
Fixed saving over existing file bug 66745. r,m=Makoto Hamanaka (VYA04230@nifty.com), sr=sfraser.'
2001-02-06 04:38:08 +00:00
blizzard%redhat.com
c68bfa86e9
Fix bug #31146 . Fix problems where popup windows get focus when the are shown. r=pavlov, sr=alecf
2001-02-04 21:54:21 +00:00
rods%netscape.com
b71790af51
Added UI for printing selectd frame
...
Bug 66783 r=kmcclusk,ben,dcone sr=buster
2001-02-02 08:42:53 +00:00
cmanske%netscape.com
0828ff6b1c
Fix bug 66745 for OS2. r,m=mkaply sr=sfraser
2001-02-01 22:45:05 +00:00
cmanske%netscape.com
f5de6c5dd8
Fixed bug 66745 on Windows (saving over existing file). r=law, sr=kin
2001-02-01 05:16:30 +00:00
dbaron%fas.harvard.edu
a4dbb6bba2
Fix bustage with xlib + MOZ_TRACK_MODULE_DEPS by adding necessary directories to REQUIRES.
2001-02-01 03:50:19 +00:00
blizzard%redhat.com
00a184a9bc
Fix bug #66798 . Only output our warning on DEBUG builds. r=pavlov, sr=blizzard r=doron
2001-01-31 04:31:35 +00:00
pinkerton%netscape.com
ac923ebfb8
fix for 66823. we weren't correctly setting the port before calling LocalToGlobal, which would cause ::MoveWindow() to be skipped in some situations (2nd browser window). r=danm/sr=ben.
2001-01-28 02:12:58 +00:00
dbaron%fas.harvard.edu
c55ef35a27
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:31:15 +00:00
dbaron%fas.harvard.edu
8fdf5bde35
Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023
2001-01-27 17:50:41 +00:00
dbaron%fas.harvard.edu
1e046d05c0
Reduce unnecessary #includes to speed up compilation. r=bryner/sfraser sr=alecf b=64023
2001-01-27 16:58:15 +00:00
cls%seawood.org
afeaffd0c7
Add MOZ_ENABLE_XREMOTE flag so that xremote is only compiled for X-based platforms.
...
Bug #59505
2001-01-27 03:50:07 +00:00
pinkerton%netscape.com
67cc4f763a
use new interfaces in nsIImageMac to convert image->PICT and put on clipboard for image copy. r=saari/sr=sfraser.
2001-01-25 21:40:32 +00:00
pinkerton%netscape.com
e737ea1d8d
Support for image copying, using nsImageClipboard helper object. r=saari, sr=sfraser.
2001-01-23 01:09:58 +00:00
pinkerton%netscape.com
ad1f41e511
prepare for image copying r=saari, sr=sfraser
2001-01-23 00:48:53 +00:00
pinkerton%netscape.com
4406f78310
refactoring some code, and preparing for image copying. r=saari, sr=sfraser
2001-01-23 00:43:09 +00:00
pinkerton%netscape.com
2db94089e6
Start building nsImageClipboard and make it compile. r=saari/sr=sfraser.
2001-01-23 00:28:36 +00:00
mkaply%us.ibm.com
e9b091ac0e
r=mkaply, a=blizzard
...
jkobal - regression fix for clipboard
2001-01-22 23:07:55 +00:00
pinkerton%netscape.com
4c8fbd70f1
initial checkin, not yet built. r=saari, sr=sfraser
2001-01-22 21:53:32 +00:00
cls%seawood.org
66d8288f43
Implemented full copy-n-paste support for BeOS.
...
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65100 r=cls
2001-01-22 05:32:30 +00:00
cls%seawood.org
d0c6b914aa
Fix for clicking on browser window not bring it to front.
...
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65126 r=cls
2001-01-22 00:39:36 +00:00
cls%seawood.org
1947067a46
Only print the FIXME:: repaint messages on debug builds as we're still not sure if it is needed.
2001-01-22 00:19:00 +00:00
cls%seawood.org
fb275c87f8
Implementing file dialogs for BeOS.
...
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #65423 r=cls
2001-01-22 00:00:28 +00:00
cls%seawood.org
e99a3c3a5d
Initial implementation of file dialogs for BeOS.
...
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the new files.
Bug #65423 r=cls
2001-01-21 23:58:36 +00:00
cls%seawood.org
459b9e06dc
Implement nsWindow::Enable() for BeOS. Bug #64549
2001-01-21 23:03:54 +00:00
cls%seawood.org
9309462817
Backing out mouse cursor changes as they are causing a crash on startup due to use of static constructors. Bug #63640
2001-01-21 22:56:09 +00:00
koehler%mythrium.com
715fd770ad
Bug 63640. Most BeOS cursors implemented.
...
Only BeOS related (no super-review) needed
2001-01-20 22:58:20 +00:00
mkaply%us.ibm.com
9f5f1efcf7
#62335
...
r=mkaply, a=blizzard
from jkobal - fix pasting on DBCS systems
2001-01-20 00:27:45 +00:00
mkaply%us.ibm.com
1f5effc09c
#63709
...
r=jkobal, a=blizzard
SHORT1/2 macros return USHORTS - we need signed values for relative mouse position
2001-01-20 00:08:42 +00:00
blizzard%redhat.com
a3bcf4a389
Fix for bug #56270 . Put off the drag leave event until we return to the mainloop so we can get the drag drop if it's available first. r=pavlov, sr=alecf
2001-01-19 20:47:12 +00:00
m_kato%ga2.so-net.ne.jp
6eeb91cfeb
bug 60050, sr=ftang
...
MS-IME 95/97/98/2000 may send WM_IME_COMPOSITION with non-conversion mode before it send WM_IME_STARTCOMPOSITION.
2001-01-18 03:16:04 +00:00
mkaply%us.ibm.com
8a1937849c
r=mkaply, a=blizzard
...
Don't hardcode fonts for dialogs - breaks DBCS
2001-01-17 02:22:35 +00:00
mkaply%us.ibm.com
220d08fab1
r=mkaply, a=blizzard
...
Code from jkobal - fix dialog sizing problem and trap in dirpicker
2001-01-17 01:00:06 +00:00
jdunn%netscape.com
a9435b2331
Fixing AIX bustage (see SeaMonkey-Ports). FD_ZERO is defined to use bzero, but bzero is
...
defined in strings.h so am including strings.h
r= dmose@mozilla.org
2001-01-16 21:47:04 +00:00
blakeross%telocity.com
c72ba88ee8
Fix 65025: scrollbars in Mac Classic are wrong color. patch by lordpixel. r=blake sr=blizzard
2001-01-16 01:27:20 +00:00
colin%theblakes.com
86d4d4a62f
Make sure we set the length in the case of a clipboard copy failure.
...
b=65070 r=pavlov r=blizzard
2001-01-15 23:52:08 +00:00
pierre%netscape.com
1adf408be1
Initializes a menuHandle to nil before sending it in an event. I don't have a bug report for that. I don't even remember what it is for. This fix has been sitting for months in my tree.
2001-01-15 14:26:30 +00:00
koehler%mythrium.com
1cb87c4af8
Removing unused files under BeOS. Part of Bug 9863.
...
BeOS only code.
2001-01-14 18:22:18 +00:00
cls%seawood.org
6989669119
Preliminary implementation of nsClipBoard for BeOS. Text/unicode copy-n-paste work but html needs some work.
...
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65100 r=cls
2001-01-13 07:56:36 +00:00
pinkerton%netscape.com
0efb333362
make linebreak converter not specific about what kind of linebreaks we're dealing with on a paste. Insulates us from changes to what kind of linebreaks the DOM gives us. r=saari, a=sfraser, bug# 63563.
2001-01-11 00:08:28 +00:00
pinkerton%netscape.com
2d2a9102fd
removing files. not used anymore.
2001-01-10 22:14:04 +00:00
dbaron%fas.harvard.edu
20c5a5d1c9
Fix another crash caused/uncovered by my leak fixes. The scrollbar must destroy all of its native widgets before their parent native widgets are destroyed. r=blizzard@mozilla.org b=64767 (Not part of build.)
2001-01-10 20:33:58 +00:00
dbaron%fas.harvard.edu
8eeddc3646
Fix xlib build bustage.
2001-01-10 20:12:51 +00:00
rods%netscape.com
8139f62f03
Removing unneeded code
...
Bug 52279 r=kmcclusk sr=hyatt
2001-01-10 14:34:00 +00:00
m_kato%ga2.so-net.ne.jp
b7a8b45ee6
bug 63243, sr=roc+moz
...
But this codes is back out from bug 55256
So It will re-check in this codes with bug 63243's better fix
2001-01-10 10:57:35 +00:00
dbaron%fas.harvard.edu
3827190159
Fix leaks in the xlib port (and some problems exposed by fixing those leaks). b=64534, 64767 r=blizzard@mozilla.org (Not part of the build.)
2001-01-10 02:49:45 +00:00
blakeross%telocity.com
24152d2912
Fix 63938: removing unused widget files. more to come. sr=cls
2001-01-08 23:26:42 +00:00
cls%seawood.org
a159227bd0
Increase BeOS event port capacity and avoid sending messages to event port if capacity is exceeded.
...
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #63646 . r=danm
2001-01-07 09:03:09 +00:00
cls%seawood.org
ab4f5a80a0
Implement nsAppShell::DispatchNativeEvent() for BeOS.
...
Thanks to Makoto Hamanaka <VYA04320@nifty.com> for the patch.
Bug #63649 . r=cls
2001-01-07 08:41:49 +00:00
cls%seawood.org
5201fb1c2b
Fix link clicking on BeOS.
...
Thanks to Makoto Hamanaka (VYA04230@nifty.com ) for the patch.
Bug #64121 . r=cls,timeless
2001-01-07 07:30:35 +00:00
pinkerton%netscape.com
6f0df2ea45
Submitting patch from MarkH@ActiveState.com to allow multi-file drops
...
from external applications. r=saari/sr=hyatt. bug# 60924
2001-01-05 23:47:09 +00:00
mkaply%us.ibm.com
dafd1075c8
r=mkaply, a=blizzard
...
Code from Dmitry Kubov to fix building on new PGCC (NS_STATIC_CAST to NS_REINTERPRET_CAST)
2001-01-05 15:38:35 +00:00
mkaply%us.ibm.com
7edcbb834e
r=mkaply, a=blizzard
...
Code from Dmitry Kubov to fix building on new PGCC (NS_STATIC_CAST to NS_REINTERPRET_CAST)
2001-01-04 23:09:24 +00:00
pinkerton%netscape.com
edf2a98b13
stupid typo slipped in during last patch, extra semi on the end of a for loop. thanks to roc for catching. r=pinkerton,sr=sfraser. bug 64211.
2001-01-04 22:29:48 +00:00
colin%theblakes.com
40cacd662e
Provide some X11R5 equivalent code for platforms which don't yet support R6.
...
b=57135 r=pavlov sr=blizzard
2001-01-04 22:13:00 +00:00
danm%netscape.com
4e02ab8830
title string was stored in the open/save dialog "message" field, instead of the title. moving. bug 59888 r=hyatt,pchen
2001-01-04 00:08:11 +00:00
akkana%netscape.com
bc473ecb6b
62398: comment out debug printfs. a=sfraser
2001-01-03 23:57:18 +00:00
bryner%uiuc.edu
69e9b90bc6
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00
bryner%uiuc.edu
6b4c51f030
Bug 63904 - Don't fetch the system setting for number of lines to scroll per mousewheel movement on each scroll. r=timeless, sr=scc.
2001-01-01 01:37:00 +00:00
blizzard%redhat.com
4546cb78ec
Fix bug #61782 . Focus problems with gtk based plugins. This also cleans up a lot of other focus-related code as well. r=bryner, saari sr=scc
2000-12-29 19:02:00 +00:00
blakeross%telocity.com
7f14eed94b
Fix 41077: show caret during selection on Windows. r=rcassin@supernova.org sr=sfraser
2000-12-28 03:27:23 +00:00
mkaply%us.ibm.com
0de85873eb
OS/2 TB breakage
...
This would be the next break on Unichar
2000-12-24 03:54:59 +00:00
dbaron%fas.harvard.edu
02699d145e
Attempt to fix OS/2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. b=54564
2000-12-24 03:36:32 +00:00
dbaron%fas.harvard.edu
67d72cfee7
Attempt to fix OS/2 bustage caused by autoconf test that changes the definition of |PRUnichar| from |PRUint16| to |wchar_t| on platforms where |sizeof(wchar_t)| is 2. UniChar was accidentally used in place of PRUnichar. b=54564
2000-12-24 01:26:18 +00:00
mkaply%us.ibm.com
3b4adbb681
OS/2 TB breakage
...
PR_CALLBACK
2000-12-23 22:57:56 +00:00
pinkerton%netscape.com
782a17b25a
more work for bug 7347 (mac scrollwheel). now works with logitech, but still requires a click. we have code that doesn't, but there are still some issues. r=saari/sr=sfraser.
2000-12-21 01:31:23 +00:00
danm%netscape.com
9a459770b9
defer setting of a new window's min/max state until it's ready to be opened normally. (and alphabetized contributors). tweak to rev 3.308. bug 63268 r=hyatt,rods
2000-12-20 01:43:38 +00:00
bratell%lysator.liu.se
38cb922a58
Backing myself out to save mac build
2000-12-19 22:54:40 +00:00
bratell%lysator.liu.se
e7f77964a4
Bug 62432, remove nsHTMLToTXTSinkStream from build. r=akkana@netscape.com, sr=vidur@netscape.com
2000-12-19 21:38:36 +00:00
blakeross%telocity.com
e888c0ae25
57019 in last checkin. feeling a little dyslexic today...
2000-12-19 20:11:11 +00:00
blakeross%telocity.com
a7b6539ca8
Fix 19328, 57109: make alt+space and shift+alt+space open the control menu on Windows. r=danm sr=alecf
2000-12-19 20:00:31 +00:00
danm%netscape.com
9683fa6587
moved processing of window-min/max messages from WM_SYSCOMMAND to WM_WINDOWPOSCHANGED. bug 63052 code=hyp-x@inf.bme.hu,r=hyatt,me
2000-12-19 03:01:31 +00:00
pinkerton%netscape.com
d5ed18b614
Don't double-add flavors in list when both it is supported intrinsically and by conversion, support for adding data when flavor has not yet been registered, some additional cleanup. r=pink, a=hyatt. patch from Dainis Jonitis (Dainis_Jonitis@swh-t.lv)
2000-12-19 00:35:27 +00:00
mkaply%us.ibm.com
f262a2dbaa
r=mkaply, a=blizzard
...
From jkobal - the OS/2 timer saga continues
2000-12-19 00:16:33 +00:00
waqar%netscape.com
fb5d52c3d4
#=54194
...
r=dcone@netscape.com
sr=blizzard@mozilla.org
d=In widget/src/gtk/nsWindow.cpp in method GetNativeData when aDataType ==
NS_NATIVE_PLUGIN_PORT we are trying to use content of the mSuperWin without
checking that mSuperWin is not NULL. Adding of this check solves problem. If
mSuperWin is NULL we should return NULL as it happens in case of aDataType ==
NS_NATIVE_WINDOW.
2000-12-18 21:52:20 +00:00
mkaply%us.ibm.com
028922d3d5
#63207
...
r=mkaply, a=blizzard
Thread synchronization in dirpicker - prevents trap
2000-12-18 20:33:29 +00:00
mkaply%us.ibm.com
df6ad898af
r=mkaply, a=blizzard
...
Small porting change from jeffk to position frame windows correctly
2000-12-18 20:30:41 +00:00
mkaply%us.ibm.com
d3f40e2ef0
#62335
...
r=mkaply, a=blizzard
Code from jkobal - proper positioning of DBCS IME
2000-12-18 20:25:40 +00:00
cls%seawood.org
c10aa7a9a3
Removing unused source file now that fix for bug #55674 has landed.
...
Thanks to Yannick Koehler <koehler@mythrium.com> for the patch.
r=cls@seawood.org sr=scc@mozilla.org
2000-12-17 08:47:43 +00:00
cls%seawood.org
495f6e6425
Fixing timers on BeOS and making a component out of them.
...
Thanks to Yannick Koehler <ykoehler@mythrium.com> for the patch and for having patience while we hashed out the fix for the fix.
Bug #55674 . r=cls@seawood.org sr=scc@mozilla.org
2000-12-17 08:45:23 +00:00
m_kato%ga2.so-net.ne.jp
0559fe323e
Fix bug 55256
...
On WinNT/2K, it uses Unicode window class due to M10L support.
sr=roc+moz@cs.cmu.edu
2000-12-16 09:52:58 +00:00
beard%netscape.com
725b574834
[Not part of build] Updated to use SetRootMenu() and SetMenuItemHierarchicalMenu() rather than juggling menu bars.
2000-12-15 21:43:22 +00:00
cls%seawood.org
cfafaf6012
Fix keyboard input for BeOS.
...
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #62680
2000-12-15 02:14:30 +00:00