nhotta%netscape.com
8e0cad2115
Added an attribute for the charset conversion so that it fallback to a question mark in case of conversion error,
...
bug 83218, r=pinkerton, sr=blizzard, a=asa.
2001-06-05 00:02:29 +00:00
pchen%netscape.com
6d42aa08c7
bug 78409, r=pinkerton, sr=hyatt, a=asa, apply patch for bug 66848 which fixes submenus not knowing that its parent menu popped up in the opposite direction (usually because of hitting a screen boundary)
2001-06-04 23:03:24 +00:00
pinkerton%netscape.com
e55b333f69
fix timers on osx. r=pchen/sr=sfraser/a=asa. bug# 75499.
2001-06-04 22:40:53 +00:00
pinkerton%netscape.com
c0797524c0
keep menu id's in sync between menu and menubar. bug 83187, r=saari/sr=smfr/a=asa.
2001-06-01 23:39:27 +00:00
pinkerton%netscape.com
ff47c898f8
add live-resizing for macosx. expose update/resize in the event handler to avoid having to hack up EventRecords to fake events. r=saari/sr=smfr/a=asa.
2001-06-01 23:38:27 +00:00
pinkerton%netscape.com
e4e5193457
add 'about mozilla' item and impl to carbon menu code. fix indentation. bug#83187, r=saari/sr=sfraser.
2001-05-29 23:18:26 +00:00
mkaply%us.ibm.com
009fd9a870
when the widget is being destroyed, check if it is the rollup widget and clear that out before it's too late.
...
r=saari/sr=hyatt/a=blizzard
bug# 51603
2001-05-29 23:05:27 +00:00
jag%tty.nl
41661c2c58
Fix MOZ_TRACK_MODULES_DEPS builds bustage (senna), adding "intl" to REQUIRES in widget/src/gtk/Makefile.in
2001-05-26 20:14:34 +00:00
dcone%netscape.com
806cf7dc0b
bug=78319 Checkin for Rods a=Blizzard sr=waterson r=kmcclusk. Improvement for localization of the printer dialog.
2001-05-26 15:49:43 +00:00
sspitzer%netscape.com
4c871de289
fix some bustage on HPUX for pinkerton
2001-05-25 23:17:15 +00:00
pinkerton%netscape.com
e91a8af6cd
backing out addition so we can figure out why it doesn't compile.
2001-05-25 22:38:58 +00:00
pinkerton%netscape.com
4d9c8e7acf
one more time for the short bus.
2001-05-25 22:08:00 +00:00
pinkerton%netscape.com
ac996898a9
i'm an idiot. fix bustage and typo.
2001-05-25 20:46:01 +00:00
pinkerton%netscape.com
c626d6e35a
popups now appear in the modal layer on osx, added more slop to fix osx bug where moving windows near their current location would move them to -1,-1. r=pchen/sr=smfr/a=asa. bug# 58226.
2001-05-25 18:45:43 +00:00
pinkerton%netscape.com
a520988f12
when the widget is being destroyed, check if it is the rollup widget and clear that out before it's too late. r=saari/sr=hyatt/a=blizzard. bug# 51603.
2001-05-25 18:33:10 +00:00
roc+%cs.cmu.edu
f7e128a2c0
Part of fix for bug 77507. Make Windows return colors with a valid alpha channel. sr=waterson,r=kmcclusk,rods,a=blizzard
2001-05-25 14:48:31 +00:00
rods%netscape.com
d8db41c4e8
Using windows SetWindowsHookEx to "hook" for certain native events in order to rollup
...
the combobox when embedded.
Also, makes Windows calls to determine the sensitivity of mouse moves instead of using
a hard coded value of 5 pixels (Bug 79037)
Bug 81416 & 79037
r=kmcclusk@netscape.com sr=hyatt a=blizzard
2001-05-25 10:53:32 +00:00
briane%qnx.com
454f9f738c
Photon build only
...
Bug fixes for menus, popup windows and some code cleanup
2001-05-24 14:35:51 +00:00
ftang%netscape.com
b28b515d1d
fix bug 74088. check in for katakai@japan.sun.com
...
r=ftang/pavlov sr/a=blizzard
change the key event init code so we can handle the keysym correctly for
non ASCII keys
2001-05-24 01:07:41 +00:00
mkaply%us.ibm.com
47998075f6
#78655
...
r=mkaply, a=blizzard
Code from cls - Make all printfs DEBUG
2001-05-22 23:13:23 +00:00
mkaply%us.ibm.com
d4a3aa7de7
#76257
...
r=mkaply,danm, a=blizzard
Code from jblanco - Implement SetSizeMode on OS/2
2001-05-22 21:49:16 +00:00
mkaply%us.ibm.com
4391f038c6
#80274
...
r=mkaply, sr=blizzard
Code from yokoyama - fix keyboard layout switching
2001-05-22 04:07:07 +00:00
blizzard%redhat.com
a0a37c360c
Fix bug #81826 . When using plug/socket ( like in nautilus ) popup menus will some times come up in the wrong place. Invalidate the position cache based on the true toplevel window instead of the widget toplevel. r=pavlov,sr=tor
2001-05-20 19:44:41 +00:00
hewitt%netscape.com
f07156eb73
78882 - Dragging a bookmark into the personal toolbar causes all items to be deleted, r=ben, sr=alecf
2001-05-20 05:58:25 +00:00
jst%netscape.com
77aeecc056
scc checking in from jst's account. bug #75220 : sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
2001-05-19 11:27:30 +00:00
vidur%netscape.com
ae0d3ddcd3
Continuing fix for bug 18843. Added onload and onerror events for loaded scripts. r=nisheeth, sr=jst
2001-05-19 01:21:57 +00:00
mkaply%us.ibm.com
56f31351cf
#79954
...
r=mkaply, a=blizzard
Part 1: Map WM_CHORD to button 3 click - OS/2 only
2001-05-18 14:14:00 +00:00
saari%netscape.com
32d8960835
fix for 78514, r=pink, sr=hyatt. Windows only temporary (until focus gets totally overhauled) hack to support embedding applications better. This causes our app to relinquish focus to native chrome in the embeddor's app. To do this, we check if the window that is about to get focus is a mozilla window. If not, we obey wm_killfocus like a normal app, and don't wait for the following focus to send the blur event.
2001-05-18 12:07:42 +00:00
evaughan%netscape.com
d9378cb8f0
Fix for bug #80902
...
-r jeff@tcbnetworks.com -sr waterson
Fix for bug #80505
-r aaronl, jgaunt -sr brendan
2001-05-17 23:52:32 +00:00
pinkerton%netscape.com
0b03ce7cda
add support for context menu key. use focussed element as the target, not the mouse coordinates. r=roc,dean_tessman@hotmail.com/sr=hyatt. bug#74410, 36665.
2001-05-17 18:37:50 +00:00
rods%netscape.com
64e0fad8e0
WM_ACTIVATEAPP will now rollup comboboxes (when browser is minimized with dropdown down)
...
Bug 79720, r=kmcclusk sr=hyatt
2001-05-17 13:55:44 +00:00
blizzard%redhat.com
eec519dd4b
Fix bug #79022 . Make sure to remove listeners after the widget is destroyed so the toplevel window doesn't call back down into an undestroyed widget. r/sr=dbaron,tor
2001-05-17 03:49:24 +00:00
tajima%eng.sun.com
f5e4843b36
bug 59302 IME status window sometimes shows up even though IME is not on
...
(checked in for katakai@japan.sun.com )
r/sr=blizzard
2001-05-17 02:44:35 +00:00
darin%netscape.com
becfd3c30e
Fixed bug 80345 "frequent crash in nsWindow::UpdateIdle" r=dr, sr=blizzard
2001-05-17 00:00:22 +00:00
darin%netscape.com
487253346d
Fixes bug 80345 "frequent crash in nsWindow::UpdateIdle" r=dr, sr=blizzard
2001-05-16 23:59:57 +00:00
timeless%mac.com
d4907d92d8
Bugzilla Bug 80181 mTransferable= (nsITransferable *) 0x0. Can't paste in xlib build.
...
r=dr sr=blizzard
2001-05-16 07:27:25 +00:00
tajima%eng.sun.com
77a84ac937
bug 59420 XIM: always uses on-the-spot after ProfileManager is invoked
...
(check in for katakai@japan.sun.com )
r/sr=blizzard
2001-05-16 04:04:12 +00:00
tajima%eng.sun.com
dafb775e27
bug 52310 a possible problem in nsGtkIMEHelper.cpp
...
(check in for katakai@japan.sun.com )
r=shanjian sr=blizzard
2001-05-16 03:49:59 +00:00
sfraser%netscape.com
28e4ca9d58
Fix the build by #including <Scrap.h>
2001-05-16 01:01:19 +00:00
pinkerton%netscape.com
8118d5cf14
replaces 4-char codes with constants from scrap.h. forgot a mapping for 'utxt' in one direction. r=nhotta/sr=sfraser. bug# 81028
2001-05-15 22:21:41 +00:00
sfraser%netscape.com
f978bed8f4
Fix for bug 31032 -- correctly update the dirty region of the window when scrolling, to avoid turds. Also fix spelling errors. r=pinkerton, sr=scc.
2001-05-15 04:24:02 +00:00
tajima%eng.sun.com
bca2539c53
53989 XIM: over-the-spot hangs with VJE3.0 and ATOK X
...
(checked in the patch of katakai@japan.sun.com )
r/sr=blizzard
2001-05-15 03:08:08 +00:00
nhotta%netscape.com
906a287308
Added 'utxt' to MimeMapper for kUnicodeMime, bug 10816, r=pinkerton, sr=blizzard.
2001-05-15 03:05:26 +00:00
timeless%mac.com
14a5e15920
Bugzilla Bug 79174 'handling client message' is annoying
...
r=daa@distributed.net r=cls r/sr=blizzard
2001-05-15 02:57:37 +00:00
pinkerton%netscape.com
8600420c65
forgot a null check on the region when starting a drag. sr=sfraser. bug# 80818.
2001-05-15 02:54:27 +00:00
blakeross%telocity.com
870e846312
Tree column resizing should use live updating on Mac OS (75574). r=pink sr=ben
2001-05-15 02:53:41 +00:00
cls%seawood.org
d3403925c0
Add missing lib needed to resolved deps at link time for xlib port
2001-05-14 09:53:28 +00:00
jst%netscape.com
67de04d0db
Fixing build bustage.
2001-05-14 05:04:19 +00:00
rpotts%netscape.com
59dee3110e
fix for unix bustage...
2001-05-14 04:42:49 +00:00
rpotts%netscape.com
f02e84c4bb
bug #65777 (r=valeski, sr=mscott) - Window targeting fixes...
2001-05-14 02:16:27 +00:00
pinkerton%netscape.com
e7196a0271
get region out of scriptableRegion to fix custom drag region. r=pchen/sr=smfr bug 80196.
2001-05-12 20:55:27 +00:00
evaughan%netscape.com
ab6e318a64
Fix for NT4 build hang
...
-r aaron
2001-05-12 03:49:51 +00:00
hyatt%netscape.com
9dfe6f6b65
Backing out fix for 79720 to fix smooketest blockers with selects and menus. r=pink, sr=brendan
2001-05-11 21:36:27 +00:00
evaughan%netscape.com
94198ed5d8
Landing accessibility
...
-r aarol, jgaunt
-sr brendan
2001-05-11 21:11:38 +00:00
cls%seawood.org
6a5200cba0
Apparently, using -Bsymbolic to link requires that we resolve dependencies at link time.
2001-05-11 07:59:10 +00:00
rods%netscape.com
8fa836c26b
invlokde rollup when WM_SIZE comes in, which is typically from the window being minimized
...
Bug 79720 r=kmcclusk sr=hyatt
2001-05-10 12:24:59 +00:00
dr%netscape.com
e1178b9394
fix for 78010 (implement nsIClipboardHelper) -- mcp files
2001-05-10 02:41:24 +00:00
dr%netscape.com
2d2e67c3fa
fix for 78010 (implement nsIClipboardHelper). r=pavlov, pinkerton, hewitt, sr=hyatt
2001-05-10 02:35:00 +00:00
dbaron%fas.harvard.edu
a2479070a8
Fix build bustage resulting from XPCDOM landing (I think) by including nsString.h.
2001-05-08 22:21:56 +00:00
brade%netscape.com
983a447cbf
fix gcc/MacOSX build (bug #66742 ); patch from davea@xetron.com
2001-05-08 14:12:06 +00:00
tajima%eng.sun.com
9ea1bd187a
bug 78704 Preedit text is displayed with bold font in over-the-spot mode
...
r=tor,blizzard sr=blizzard
2001-05-08 06:11:05 +00:00
cmanske%netscape.com
eaf45e97c5
Append '.html' extension when user doesn't, b=77474, r=law, sr=kin
2001-05-08 02:01:49 +00:00
dbaron%fas.harvard.edu
709300e29c
Add REQUIRES (and MODULE) lines so that the qt port builds with MOZ_TRACK_MODULE_DEPS. r=cls@seawood.org
2001-05-07 23:20:43 +00:00
sfraser%netscape.com
80aeac8adc
Fix for smoketest blocker 79158; don't condition on PendingEvents when calling ProcessPendingEvents (see also bugs 70243 and 76075).
2001-05-07 21:01:59 +00:00
guru%startrek.com
ca76fa63ce
Bug 79017: Implement ScrollWheel and tab cleanup, r=timeless [BeOS Port Only]
2001-05-07 03:30:40 +00:00
kandrot%netscape.com
afdac97c93
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
sfraser%netscape.com
6165949c20
Fix bug 70243; yield more time to background applications when we're not busy. r=pinkerton, sr=waterson
2001-05-05 02:35:58 +00:00
sfraser%netscape.com
19c2326388
Fixing 78362; tweak the border for the spinning ball cursor. r=se.
2001-05-04 20:48:46 +00:00
brade%netscape.com
f7a4224bca
fix for bug 66742; r=joki, sr=sfraser; grab focusedWidget between keydown and keypress in case it was changed
2001-05-03 20:19:43 +00:00
blizzard%redhat.com
b4dd5eb12c
Fix bug #76617 . Some embedding apps can't get input focus. r=ccarlen,bryner sr=tor
2001-05-03 12:04:56 +00:00
hyatt%netscape.com
dddabd000c
Fix for 76495. r=danm, sr=rpotts
2001-05-01 22:50:16 +00:00
dmose%netscape.com
0cf99c7b52
Fixing MOZ_TRACK_MODULE_DEPS (eg senna on the Ports page) build bustage.
2001-05-01 17:28:30 +00:00
rods%netscape.com
08ec9c9982
backing out changes, more testing needs to be done
2001-05-01 13:29:14 +00:00
rods%netscape.com
bd0f380a56
ducarroz's patch for mapping <ctrl> keys
...
Bug 50255 r=rods, sr=attinasi
2001-05-01 12:28:37 +00:00
cls%seawood.org
00f28396a9
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
hyatt%netscape.com
1b85a18abe
Fix 75516. r=danm, sr=ben
2001-04-28 06:38:23 +00:00
valeski%netscape.com
00bca056ef
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
2001-04-27 21:30:24 +00:00
timeless%mac.com
f61c7293f4
Bugzilla Bug 20196 Add Xlib support for --display
...
r=bz, sr=blizzard
2001-04-27 21:27:13 +00:00
sfraser%netscape.com
a4930c3ed3
Fix for bug 74827; make it possible to cancel repeating timers. r=pinkerton, sr=me because no other sr responded.
2001-04-27 21:14:26 +00:00
pinkerton%netscape.com
6eecf2d1a3
use different cursor for "wait" state instead of beach ball. r=beard/sr=sfraser. bug# 49173
2001-04-27 20:54:19 +00:00
guru%startrek.com
7c1612a33f
[BeOS Only] Bug 66262: Browser windows and menus force workspace switch. Patch by Makoto Hamanaka <VYA04230@nifty.com>, r=guru@startrek.com
2001-04-27 02:25:21 +00:00
mkaply%us.ibm.com
8bc1e05bb8
OS/2 TB breakge - include os2.h first
2001-04-26 22:20:55 +00:00
pinkerton%netscape.com
9e8583951a
synchronously invalidate when told to do so. r=pchen/sr=sfraser, part of 77297.
2001-04-26 19:02:29 +00:00
pinkerton%netscape.com
f5a9c7ed8c
rearrange watch cursor disabling code so that it works with drags from outside moz as well. r=pchen/sr=sfraser. bug 77289.
2001-04-26 19:00:07 +00:00
mkaply%us.ibm.com
7ebee00ffa
No bug
...
r=mkaply, a=blizzard
Code from dainis - don't use native regions for invalidating regions
2001-04-26 18:43:39 +00:00
guru%startrek.com
c91d2ab368
[BeOS Only] Bug 66809: New MODAL_SUBSET windows are no created. r=VYA04230@nifty.com
2001-04-26 12:42:22 +00:00
guru%startrek.com
3c407b13e8
[BeOS Only] Bug 70489: window objects leak. patch by Makoto Hamanaka <VYA04230@nifty.com> r=guru@startrek.com
2001-04-26 11:49:16 +00:00
guru%startrek.com
1b856b3154
Bug 75805: Fix context menus under BeOS, includes patches by Makoto Hamanaka <VYA04230@nifty.com> (Ham's patch r=guru@startrek.com), r=VYA04230@nifty.com [BEOS ONLY]
2001-04-26 10:43:48 +00:00
guru%startrek.com
69df601b32
Bug 75805: Fix context menus under BeOS, includes patches by Makoto Hamanaka <VYA04230@nifty.com> (Ham's patch r=guru@startrek.com), r=VYA04230@nifty.com [BEOS ONLY]
2001-04-26 10:34:31 +00:00
dr%netscape.com
c271429854
fixing bustage (missed a file in checkin)
2001-04-25 02:45:55 +00:00
serge%netscape.com
fe72c07775
#76505 , unix build triggers gdk_x_error(), due to lack of sync in GtkXtBin widget; r/sr/a=blizzard
2001-04-24 20:11:46 +00:00
bbaetz%cs.mcgill.ca
9e0cca2296
bug 68472 - avoid crash on shutdown in xlib.
...
patch by Roland.Mainz@informatik.med.uni-giessen.de
r=blizzard, sr=shaver, a=roc+moz
Not part of build.
2001-04-22 19:05:22 +00:00
mkaply%us.ibm.com
bc2cbfe239
OS/2 TB bustage
...
OS/2 only change needed with the OS/2 change to nsCom.h
2001-04-20 03:57:26 +00:00
blizzard%redhat.com
808a2ce42a
Fix bug #66347 . Bogus return values for screenX and screenY. Don't cache values after a ::Move. r=dbaron, sr=alecf.
2001-04-17 23:41:32 +00:00
evaughan%netscape.com
679472c15d
Accessibility work. bug #12952
...
-r aaronl -sr brendan
2001-04-17 23:06:38 +00:00
pollmann%netscape.com
5a825e5b27
Bug 76208: Store control that submitted form in event so we can submit it to the server (fixes regression), r=harishd@netscape.com, sr=jst@netscape.com
2001-04-17 10:02:11 +00:00
joki%netscape.com
26b7f822c3
Fixes for Create/Init/Dispatch of new DOM events. Bugs 25889, 71544, 52129, 61022, 71823. sr:jst, hyatt
2001-04-17 05:52:11 +00:00
pinkerton%netscape.com
ad0d00e91c
put the timer code in the include path for osx.
2001-04-17 04:43:06 +00:00
pinkerton%netscape.com
a8c43b1170
nsIContent needed in the header for nsCOMPtr and gcc.
2001-04-17 04:36:36 +00:00
pinkerton%netscape.com
08cac75efe
get rid of warning about non-virtual dtor with virtual methods.
2001-04-17 04:35:56 +00:00
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