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

4396 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%netscape.com 753219a03d 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 8591d55e99 36665 for OS/2 - handle contextmenu event 2001-03-29 03:46:24 +00:00
pinkerton%netscape.com 5fe5a9ce15 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 df7caddd81 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 845eb042f4 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 79dfcf33c7 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 faec24fc36 doh, biffed a level of indirection. 2001-03-27 06:04:33 +00:00
pinkerton%netscape.com a1c09bed36 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 c865e37f99 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 270fcaa19c #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 ed932dd53f #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 aa82008d52 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 237497db66 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 b3725b798c Fix BeOS bustage 2001-03-22 23:52:25 +00:00
disttsc%bart.nl 27c317cc86 Attempt to fix BeOS bustage 2001-03-22 10:30:03 +00:00
pinkerton%netscape.com 84596f290b missed some changes in the carbon files. 2001-03-22 04:09:54 +00:00
pinkerton%netscape.com a60211ce26 don't use nsIDOMNode, use nsIContent. r=saari/sr=sfraser. 2001-03-22 03:59:49 +00:00
pinkerton%netscape.com 6914af51bc 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 b98b42e864 add nsWidgetAtoms.cpp r=saari/sr=sfraser. 2001-03-22 03:51:40 +00:00
pinkerton%netscape.com d4e8997a65 new file. 2001-03-22 03:51:09 +00:00
pinkerton%netscape.com 675d6c77a7 move widgetatoms to dist. 2001-03-22 03:50:34 +00:00
pinkerton%netscape.com 8f74c82f92 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 eaa6754a0a 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 5ca76e4cfa #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 c980d9daf3 #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 112b250285 Removing references to obsolete headers (bug 38061). r=timeless, sr=shaver. 2001-03-21 05:35:27 +00:00
pinkerton%netscape.com f07a6da3ae fix a const warning. 2001-03-21 01:32:22 +00:00
pinkerton%netscape.com b21c66ba96 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 60b5cb3d87 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 bef35b6af2 ensure we actually have a file (bug #71856); sr=sfraser 2001-03-20 15:34:29 +00:00
brade%netscape.com 0c62a6271e 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 b55eecb8af Fix bustage on "tinderbox-test-1", r=bryner 2001-03-20 07:01:52 +00:00
disttsc%bart.nl 0b98c23d64 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 84b2e37692 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 4cbadecd9e 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 1078e45806 OS/2 breakage - same as Win 2001-03-19 20:07:06 +00:00
shaver%mozilla.org 830b1ee739 fix build bustage (r=blizzard) 2001-03-19 18:44:59 +00:00
blizzard%redhat.com fa3b488f02 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 7a4e648cc0 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 bcba6b13f9 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 b68c77ca00 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 3d276e17b6 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 b6b428cf2b 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 1b42d68e45 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
mkaply%us.ibm.com 6aac5c7223 #71632
r=pavlov, a=blizzard
Make OS/2 widget a real XPCOM component
2001-03-13 06:49:30 +00:00
cls%seawood.org 5794da8fdb Add NULL check to fix crashing gtkEmbed problem 2001-03-13 06:23:09 +00:00
cls%seawood.org 94d8111dc6 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 29d96e29ee 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 a1502cd24c making iid's and cid's unique. r=saari/sr=sfraser. bug# 71722 2001-03-13 02:12:00 +00:00
blizzard%redhat.com 2bb54a9dae Bug #67370. Better interleaving of xlib + plevents. r=danm sr=shaver 2001-03-12 23:57:18 +00:00