Commit Graph

91 Commits

Author SHA1 Message Date
dbaron%dbaron.org
1793165da5 Disregard GDK's extra click events that are for double-clicks and triple-clicks. Patch by Chris Blizzard <blizzard@mozilla.org>. r+sr=dbaron b=227328 2003-12-21 18:54:38 +00:00
blizzard%redhat.com
bfabb80f64 Bug #205492. Don't crash if someone passes us an invalid widget parent. This is wallpaper, but at least the paper is pretty. r=roc, sr=dbaron, a=chofmann 2003-12-10 18:56:07 +00:00
bolian.yin%sun.com
6e9a49f489 Bug 179078 [gtk2] dnd to personal toolbar doesn't cancel properly
r=blizzard, sr=Henry.Jia a=asa for 1.6b
2003-12-03 01:50:50 +00:00
darin%meer.net
f2d2906229 fixes bug 216800 "drag-n-drop to a GTK2 mozilla build often fails" patch=glen@imodulo.com r+sr=blizzard 2003-10-11 23:38:38 +00:00
danm-moz%comcast.net
dca8cc1f87 new |placement| parameter to PlaceBehind. bug 42557 r=neil (mostly), rjc. rs=hyatt 2003-10-07 01:19:51 +00:00
blizzard%redhat.com
a303da39b3 Bug #102578. Clicking wrongfully fires onmouseout. Ignore some mouse out events generated by window managers. r=bryner, sr=blizzard 2003-09-30 14:58:39 +00:00
robin.lu%sun.com
6c65d4e63d patch for bug 189229 : xembed for plugins
patched by robin.lu@sun.com r=joshua.xia@sun.com sr=blizzard@mozilla.org
2003-09-16 01:44:41 +00:00
tor%cs.brown.edu
47182cc148 Bug 215951 - "X" mouse cursor in menus/popups when running gtk2 with
some window managers.  r=blizzard, sr=bryner
2003-09-11 02:51:21 +00:00
darin%meer.net
41656501de fixes (well sort of) bug 216800 "drag-n-drop to a GTK2 mozilla build often fails" r+sr=blizzard a=asa 2003-08-25 23:44:21 +00:00
simford.dong%sun.com
351ba4a6f2 Bug 213273 Browser just exits when open a link in a new tab while running with gtk 2.2 and atk libraries
r=kyle, sr=henry
not for default build
2003-07-29 04:53:18 +00:00
jaggernaut%netscape.com
95899387f6 Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2003-07-25 19:06:59 +00:00
danm-moz%comcast.net
e03eb7dbc4 learn how to make an eWindowType_invisible widget. bug 207742 r=brendan,bryner 2003-07-25 14:53:37 +00:00
dwitte%stanford.edu
2d360fcd0c bug 210713: [gtk2] leaks in nsWindow and nsAppShell.
r+sr=blizzard.
2003-07-02 19:27:38 +00:00
timeless%mozdev.org
b2a0d7557e Bug 208922 Convert nsIAccessNode into an interface for internal accessibility clients
sr=bz
2003-06-20 02:58:49 +00:00
bolian.yin%sun.com
3ed661ebcd Bug 208763, system accessibility preference changed
r=blizzard. This is NOT for default build.
2003-06-12 02:09:13 +00:00
varga%netscape.com
7967318ca3 Fix for bug 189719. Automatic image sizing: Use a custom magnifying glass cursor.
r=dbaron, sr=roc, a=sspitzer
2003-05-02 22:23:55 +00:00
blizzard%redhat.com
8920a10716 bug #157438. Implement nsIWidget::HideWindowChrome for gtk2. Patch from jeff.qiu@sun.com and fcrozat@mandrakesoft.com. r=me Not part of the default build. 2003-05-01 02:32:24 +00:00
bolian.yin%sun.com
53b89b7094 Bug 202085, Combine mai code into accessible/src/atk.
r=kyle.yuan@sun.com. This is NOT for default build.
2003-04-23 05:28:41 +00:00
blizzard%redhat.com
5a583997a5 Fix uninitialized variable pointed out by pkw@us.ibm.com. No bug. Not part of the default build. 2003-04-10 22:11:27 +00:00
blizzard%redhat.com
7f11d6545a Bug #176514. XIM for gtk2. Patch is partially done by me and robin and katakai and other folks as well. Not part of the default build. 2003-04-09 03:34:53 +00:00
timeless%mozdev.org
697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
blizzard%redhat.com
9ccf1e1d07 Bug #198284 and other problems like maximization not being forgotten. r=hp 2003-03-20 05:24:25 +00:00
dougt%netscape.com
0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
blizzard%redhat.com
8a59af932a Bug #196008. crash when dynamically creating iframe using js+DOM. Make sure that the window has been created before setting the cursor. 2003-03-05 23:17:28 +00:00
robin.lu%sun.com
69f94daa4e fix bug 194180 [gtk2] OnContainerFocusOut may find wrong nswindow to
dispatch deactive event. r=blizzard. Not part of default build.
2003-02-21 01:09:17 +00:00
blizzard%redhat.com
5d219b9e49 Bug #183370. Mouse pointer changes when dragging text and locks up X. Not part of the default build. 2003-02-17 18:50:01 +00:00
blizzard%redhat.com
a8f66c1626 Bug #191072. Fixing focus for plugins. Patch from robin.lu@sun.com r=me 2003-02-17 15:36:37 +00:00
blizzard%redhat.com
c1611a7f67 Bug #185160. Crashes due to uninitialized drawing area. Patch from robin.lu@sun.com. Cleaned up by me. Not part of the default build. 2003-02-14 15:11:42 +00:00
robin.lu%sun.com
a81178ab49 Bug 186621 [gtk2] after click on plugin, mozilla can't get focus anymore.
Dispatchactive after button press if we does not have focus.
patched by robin.lu@sun.com r=blizzard
2002-12-31 01:50:40 +00:00
bolian.yin%sun.com
a35f526766 fix a error for previous bug 183841 checkin: add inline at the declaration 2002-12-17 06:02:59 +00:00
blizzard%redhat.com
1ce5f96100 Bug #183841. Shortcut for "Open Context Menu" doesn't work, shift-F10. Send context menu event when someone hits shift-F10. r=bryner,sr=blizzard patch from bolian.yin@sun.com. 2002-12-14 22:23:06 +00:00
blizzard%redhat.com
bca256afc0 Bug #181404. Crash when printing page with <select> dropdown menu [@ moz_drawingarea_set_visibility ]. Some of the printing and view code tries to set visiblity and sizes on widgets without creating them first. Woo. 2002-12-03 19:46:49 +00:00
blizzard%redhat.com
76ba45f9af Bug 177405. Scrollbars look funny of they have been resized to infinite. Fix the size at infinity to 1 so the bar fills up the entire length of the scrollbar. 2002-11-27 02:56:11 +00:00
blizzard%redhat.com
eba3699c64 Oops, fix the crash I just introduced. 2002-11-26 16:01:26 +00:00
blizzard%redhat.com
306c1a8c87 Bug #179740. [gtk2] problems with iframes - make sure that all the windows that are supposed to be listening for resize events actually are doing so. Not part of the default build. 2002-11-26 15:46:55 +00:00
timeless%mozdev.org
384066e98e Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
blizzard%redhat.com
4a957f1100 Bug #162507. Default icon should not be set for embedding applications. Not part of the default build. 2002-11-16 01:22:10 +00:00
blizzard%redhat.com
deff9dd762 No bug. Put drawing onto its own logging facility. 2002-11-13 12:41:49 +00:00
bryner%netscape.com
79b78598e3 Fix context menus in thread pane on Linux by making sure not to re-use an event struct (and its changed event flags) after dispatching it. Bug 179172, r=varga, sr=blizzard. 2002-11-12 22:59:06 +00:00
bryner%netscape.com
be89105ec4 Bug 104371 - shiftKey not set correctly for keypress events, breaking shift+space binding. r=brade, bzbarsky, sr=hyatt. 2002-11-07 03:34:13 +00:00
blizzard%redhat.com
51bab5cc6b Re-work focus handling so that it's more reliable and works with embedding (code to be checked in some time soon.) Also, add new debugging options for IM and focus handling. 2002-11-06 03:29:02 +00:00
blizzard%redhat.com
1de412c036 Bug #176518. Fix focus on inital startup. Not part of the default build. 2002-10-25 02:46:17 +00:00
blizzard%redhat.com
f360f72c84 Backout unapproved checkin for bug #104371. 2002-10-23 15:18:13 +00:00
hyatt%netscape.com
cec3e61e53 Fix for 104371, SHIFT not being set correctly in the DOM, i.e., the SHIFT+space
keybinding didn't work.  r=blizzard,brade sr=blake
2002-10-23 03:15:42 +00:00
blizzard%redhat.com
9d552094ed Bug #144215. gtk2 Mozarea not finalized on Destroy. Patch from mpeseng@tin.it. r=blizzard Not part of the default build. 2002-10-22 20:44:18 +00:00
bolian.yin%sun.com
3832c12d36 Bug 174317, [gtk2] should use nsCOMPtr type for mTopLevelAccessible in nsWindow. This is NOT for default build. 2002-10-14 08:43:35 +00:00
bryner%netscape.com
b4c10851e4 Don't reuse the key event struct between the key down and key press events (bug 124990). Patch by joki@netscape.com, r=bzbarsky, sr=jst. 2002-10-03 00:47:11 +00:00
bolian.yin%sun.com
5ad4cc1f24 Bug159306,How to activate accessibility feature on linux and other unix platform
r=blizzard. This is NOT for default build
2002-09-29 04:51:21 +00:00
bolian.yin%sun.com
9e55d744db Bug121257, gtk2 needs to get hooked up to i18n text input methods
patch by john.sun@sun.com, r=katakai, sr=blizzard.
This is NOT for the default build.
2002-09-26 06:20:01 +00:00
blizzard%redhat.com
3081203245 Bug #169094. Regression: " In Composer(edit html),Insert image,link and table not work." Patch from robin.lu@sun.com. Not part of the default build. 2002-09-24 01:17:19 +00:00