Commit Graph

4406 Commits

Author SHA1 Message Date
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