Граф коммитов

4295 Коммитов

Автор SHA1 Сообщение Дата
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