roc+%cs.cmu.edu
d3706fffdc
Bug 264245. Make all popups have no nsIWidget parent to avoid the hassles of various widget implementations not keeping their position consistent with their parent. Also, aggressively invalidate cached screen coordinates in GTK1 to avoid bugs. r=bzbarsky,sr=blizzard
2004-10-21 18:35:35 +00:00
dbaron%dbaron.org
492f2b294f
Remove unneeded RegisterSelf/UnregisterSelf hacks -- porting from aviary branch to trunk. Patch mostly by caillon, r+sr=dbaron, rest by dbaron. b=262450, 265103
2004-10-21 06:19:00 +00:00
aaronleventhal%moonset.net
36809c4574
Last part of bug 226795. The mai/gtk2 directory should no longer exist. r=blizzard, a=dbaron.
2004-10-20 16:54:03 +00:00
zack%kde.org
3a3443983b
Hmm, we should've had written this code from scratch... Step 1 (probably of
...
about million, give or take 999998 or so) of fixing 264806 and general
semantic of text selection.
2004-10-19 21:32:21 +00:00
jst%mozilla.jstenback.com
fe471fe72e
Fixing bug 264325. Patch from ginn.chen@sun.com. Home/End/PgUp/PgDn doesn't work in Input/TextArea/Composer/MailNews on Solaris Xserver. r=bryner@brianryner.com, sr=jst@mozilla.org, a=brendan@mozilla.org
2004-10-18 22:31:27 +00:00
jst%mozilla.jstenback.com
149031ae36
Fixing bug 263388. Patch by trev@gtchat.de. Make opening filepickers possible from frames that are not displayed, i.e. have no widget. r=jst@mozilla.org, sr=bzbarsky@mit.edu
2004-10-15 17:20:21 +00:00
jst%mozilla.jstenback.com
785f40fcd3
Fixing bug 263388. Patch by trev@gtchat.de. Make opening filepickers possible from frames that are not displayed, i.e. have no widget. r=jst@mozilla.org, sr=bzbarsky@mit.edu
2004-10-15 17:19:20 +00:00
zack%kde.org
7666ed6344
Popups working, modals working and fixing some other positioning stuff .
...
Closing 264027 and 264105.
2004-10-15 03:15:54 +00:00
zack%kde.org
01bec4df63
A weak attempt at closing both 264105 and 264027. move seems to be still
...
not doing what i want though
2004-10-14 21:53:12 +00:00
cbiesinger%web.de
7588b1c5c2
fixing qt bustage. Bug #264266 , qt-only
2004-10-13 23:04:52 +00:00
zack%kde.org
e6b12a739b
New approach, better approach, popups disappearing after a click, just cooler...
...
Like it still won't get me chicks but is closer to that goal (i got into mozilla
because of false promises of women)
2004-10-13 21:01:24 +00:00
bryner%brianryner.com
bbd7cf3890
Fix gtk warnings on older gtk versions (bug 255656, r+sr=dbaron).
2004-10-13 20:35:06 +00:00
roc+%cs.cmu.edu
cd2fc00edf
Bug 263992. Fix widget/windows bug revealed by widget caching changes: Resize(x,y,w,h) needs to fix up popups the same way Move() does. r=ere,sr=roc, patch by swalker and roc
2004-10-13 20:17:05 +00:00
aaronleventhal%moonset.net
24eabf40af
Bug 261054. Make caret consistently the same width throughout Gecko/Mozilla. Configurable through ui.caretWidth. r=glazou, sr=rbs
2004-10-13 01:12:14 +00:00
zack%kde.org
6386ef7ef5
fixing popup placemant and switching some method sigs to the proper ones
2004-10-12 19:48:56 +00:00
caillon%redhat.com
a37019b26c
Bug 260872
...
More fixes for the GTK2 file chooser.
Use a GtkWindow instead of a GdkWindow for parenting.
Simplify the pattern parsing.
Don't register a contract ID for the xul picker on GTK2 builds since the logic for determining which picker to use is handled by the native module constructor.
r+sr=bryner
2004-10-12 07:00:59 +00:00
roc+%cs.cmu.edu
818d0bd3ff
Bug 238493. BeginUpdateViewBatch should suppress widget geometry changes and make them happen when the batch ends. r+sr=bzbarsky
2004-10-11 20:35:51 +00:00
cbiesinger%web.de
dbdbd2208d
Bug 257746 nsWindow::StandardWindowCreate should return failure when it can't create a window
...
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu> r=ere sr=roc
2004-10-11 16:13:48 +00:00
zack%kde.org
677a3afd6c
that's rubbish (removing deprecated headers)
2004-10-11 13:36:10 +00:00
zack%kde.org
1c549dd488
Qt Mozilla port. For now the best way to start playing with it is the
...
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
2004-10-11 04:01:49 +00:00
bugzilla%arlen.demon.co.uk
4f07f9ef40
Bug 262899 nsITransferableOverride instead of nsIClipboardDragDropHooks in comments
...
p=CTho r=blizzard sr=roc
2004-10-06 16:59:03 +00:00
cbiesinger%web.de
2a89e5c6c8
235581 fix warnings in widget/src/mac
...
patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net> r=pinkerton sr=sfraser
2004-10-03 15:50:51 +00:00
pedemont%us.ibm.com
4b849e647f
Bug 225574 - Applications greyed out in file dialogs. Patch by Nathan Hamblen. r=jhpedemonte,sr=sfraser
2004-09-30 22:48:33 +00:00
pinkerton%aol.net
d09ee4f7c5
remove code hyatt put in a long time ago that sets the mouse coordinates
...
to 0,0 for scrollwheel events. Now uses the actual coordinate (r=pink,
sr=bryner, bug 256538)
2004-09-28 21:32:09 +00:00
amardare%qnx.com
89965edfcc
Changes for qnx/photon only. They should not affect building/runtime other platforms.
...
Added MakeFullScreen() to properly set/restore the window's decorations for
fullscreen/normal mode.
2004-09-27 19:34:03 +00:00
caillon%redhat.com
e87abe1a8a
Read in multiple files from the file chooser when in openMultiple mode.
...
Fixes bug 255900.
r+sr=bryner a=asa
2004-09-27 17:52:57 +00:00
bzbarsky%mit.edu
d663fa03c7
Fix context menu keyboard shortcut on Mac. Bug 261043, patch by Kyle Yuan
...
<kyle.yuan@sun.com>, r=peterv, sr=bryner, a=dbaron
2004-09-27 14:19:14 +00:00
bzbarsky%mit.edu
512a80c9d1
Fix context menu keyboard shortcut on Linux. Bug 261043, patch by Kyle Yuan
...
<kyle.yuan@sun.com>, r=robin.lu, sr=bryner, a=dbaron
2004-09-26 18:13:02 +00:00
bryner%brianryner.com
66f1a4729a
Pass through a region with NS_PAINT events, instead of the bounding rect. Also fix gCursorCache to be static. Bug 121264, r+sr=blizzard.
2004-09-22 21:14:56 +00:00
pedemont%us.ibm.com
2ce89ac662
Bug 232715 - problems with browser after disk sleep. r=pinkerton,sr=sfraser,a=asa
2004-09-22 18:50:53 +00:00
jst%mozilla.jstenback.com
f3b2e08f30
Fixing bug 255366. Fixing gtk2 file picker crash on AMD64 due to differences in argument passing to varargs vs. non-varargs functions. Patch by bryner@brianryner.com, r=caillon@gmail.com, sr=jst@mozilla.org
2004-09-22 04:30:49 +00:00
cbiesinger%web.de
7cce1d2bea
bug 259803 get views using GetInterface from a widget's client data, rather than
...
by queryinterface, r=pinkerton sr=roc
2004-09-20 12:51:31 +00:00
kyle.yuan%sun.com
7170f8c29b
Additional patch for Bug 238854, move inline function into header. sr=dbaron, patch=ginn.chen@sun.com
2004-09-20 03:13:33 +00:00
mats.palmgren%bredband.net
09260d852e
Remove -moz-count-* and (unused) eCursor_arrow_* cursors. b=259639 r+sr=dbaron
2004-09-19 19:49:29 +00:00
peterv%propagandism.org
7bff9127ab
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2004-09-17 11:12:14 +00:00
peterv%propagandism.org
78ea38b9ed
Fix for bug 257647 (pulldown menus in top-left corner (regression from 223545) on OS X 10.2). r=jhpedemonte, sr=jst.
2004-09-17 09:16:56 +00:00
kyle.yuan%sun.com
70e0e0b274
Bug 238854 [gtk2] Changing GNOME2 theme doesn't apply until restarting Mozilla
...
r=bryner, sr=dbaron, patch=ginn.chen@sun.com
2004-09-17 06:27:01 +00:00
mkaply%us.ibm.com
26d7b8a8f8
258966 - add CSS3 pointers for OS/2
2004-09-13 12:51:02 +00:00
jshin%mailaps.org
b7c3780729
bug 16940: need an XP API to disable input methods for password fields (r/sr : various people : see bugzilla), patch by Masayuki Nakano <masayuki@d-toybox.com>
2004-09-12 05:00:57 +00:00
mats.palmgren%bredband.net
e51674554c
Attempt to fix MacOSX bustage
2004-09-12 00:28:52 +00:00
mats.palmgren%bredband.net
5767ba9c35
Fixing bustage
2004-09-12 00:00:19 +00:00
mats.palmgren%bredband.net
1d868ad59c
Add CSS3 cursors, bug 163174, r=lordpixel@mac.com r=pinkerton@aol.net sr=dbaron@dbaron.org
2004-09-11 23:24:30 +00:00
smontagu%smontagu.org
1c12093ecd
Backout last checkin because of build bustage
2004-09-11 07:48:29 +00:00
smontagu%smontagu.org
406b333cb0
Bug 16940, XP API to disable input methods for password fields. Patch by Masayuki Nakano, masayuki@d-toybox.com; see bug for reviewers.
2004-09-11 07:13:12 +00:00
bryner%brianryner.com
306fd4d418
Hook up gtk2 native keybindings for editor. This gets rid of htmlBindings.xml and instead makes the platform-neutral base bindings be included via the preprocessor, allowing the editorBase bindings to not be applied on gtk2. Also, removed obsolete mac CFM package files. Bug 257405, r=bzbarsky, sr=ben.
2004-09-10 07:17:31 +00:00
pinkerton%aol.net
24035d436b
escape a menu item starting with a hyphen (carbon wants to make it a
...
separator) with a zero-width space (bug 164155, r=pink, sr=bryner)
2004-09-09 00:51:11 +00:00
darin%meer.net
0f4e443b85
fixes bug 258473 "Taskbar icons all the same (moz head) instead of functional icons (browser vs. mail)" r=biesi
2004-09-08 22:06:17 +00:00
ere%atp.fi
14f0b65cba
Bug 253035: Simplify IME code of windows/nsWindow.cpp
...
Patch by Masayuki Nakano
r=ere
sr=bryner
2004-09-08 19:30:22 +00:00
bryner%brianryner.com
d342e8f7b4
Add support for native keybindings for input and textarea for gtk2. This allows us to respect the GTK keybinding preferences. Bug 257405, r=blizzard, sr=roc.
2004-09-07 21:21:48 +00:00
darin%meer.net
800388acc1
fixing OS/2 bustage
2004-09-07 20:01:08 +00:00
mkaply%us.ibm.com
4950f17f2f
#257619
...
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from dainis jonitis - add support for mouse back and forward buttons on OS/2
2004-09-07 19:49:49 +00:00
darin%meer.net
82051f763e
landing v1.1 patch for 257162 "core changes required to enable XULRunner functionality" r=biesi,sr=blizzard
2004-09-07 18:59:27 +00:00
cbiesinger%web.de
7e2e948d2e
Bug 257948 remove #endif w/o matching #ifdef from idl files
...
r=dveditz sr=neil
2004-09-05 13:29:58 +00:00
jst%mozilla.jstenback.com
63c881aeb2
Fixing bug 252326. Fixing some popup blocker problems. Making sure only trusted events get mark trusted, and only allow popups while processing trusted (initiated by the user) events. Patch by trev@gtchat.de and jst@mozilla.org, r=bzbarsky@mit.edu, rs=brendan@mozilla.org, bryner@biranryner.com
2004-09-04 19:28:46 +00:00
ere%atp.fi
8200b4e17c
Bug 254191: Cleanup Win32 nsWindow.cpp / nsWindow.h
...
Patch by Dainis Jonitis
r=ere
sr=roc
2004-09-03 08:44:23 +00:00
peterv%propagandism.org
dac928a8ae
Fix for bug 223545 (Mac OS X 10.3's expose feature reveals 'hidden' window). r=jhpedemonte, sr=bryner.
2004-08-30 15:26:18 +00:00
gerv%gerv.net
62e3767f68
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-08-25 23:02:50 +00:00
dbaron%dbaron.org
d0c0785232
Make NS_MUTATION_EVENT and NS_ACCESSIBLE_EVENT not be the same value. b=256469 r+sr=bryner
2004-08-25 22:26:15 +00:00
mkaply%us.ibm.com
e3338ab0f6
#255608
...
r=pedemonte, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Don't let F1 go to the OS - let Mozilla handle it
2004-08-23 15:57:27 +00:00
bryner%brianryner.com
efcc221ee4
Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc.
2004-08-20 20:34:37 +00:00
timeless%mozdev.org
758a700395
Bug 238773 Separating nsDOMEvent into separate classes
...
patch by mozilla-bugzilla@future.shiny.co.il r=bryner sr=jst
2004-08-20 18:09:19 +00:00
jst%mozilla.jstenback.com
e908f13c42
Fixing bug 256235. Can't download files (no filepicker displayed), apparently XP-SP2 only. r+sr=shaver@mozilla.org
2004-08-20 15:08:28 +00:00
kyle.yuan%sun.com
1e6644bbd6
Backout the patch for 251492. Need a better solution for that.
2004-08-19 06:33:20 +00:00
kyle.yuan%sun.com
e198615489
Bug 251492 [gnome]selected item text wrong color in high-contrast themes
...
r=bryner, sr=roc, patch by ginn.chen@sun.com
2004-08-19 02:23:15 +00:00
amardare%qnx.com
fde66250f9
Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
...
JFehr's problem with thunderbird on screen 2 on a multiscreen configuration:
Use
PhWindowQueryVisible( Ph_QUERY_IG_POINTER, ...
so that the screen information is uses the current location of input_group's pointer.
2004-08-13 20:07:52 +00:00
mkaply%us.ibm.com
6f27e4e229
#254340
...
r=pedemonte, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Don't send mouse clicks to the default window proc - handle them ourselves
2004-08-11 12:42:59 +00:00
amardare%qnx.com
abbef2155d
Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
...
Dnd related changes. Also remove the flag that makes all the windows resizeable by default, since
now their size should be calculated correctly.
2004-08-10 13:35:41 +00:00
caillon%redhat.com
cf409894c7
Bug 123197
...
File picker cleanup:
- Pressing enter now actives the save/open buttons.
- Fixes issue for clobber builds where the file chooser would not always get
registered. Unfortunately, this still can not be guaranteed to work because of
how XPCOM (mis)handles multiple components registered with the same contract
ID. See bug 253136.
- The native widget component factory constructor now handles the logic for
which implementation to choose. This allows me to remove the proxy logic from
the implementation itself.
- Remembers the last selected directory between invocations.
- Removes some debug stuff I forgot to remove.
- Gets rid of the static nsString cruft that got accidentally added while I was
copying over stuff from other implementations.
r+sr=blizzard
2004-08-08 11:09:51 +00:00
ere%atp.fi
f96674b249
Supplementary patch for bug 252067 (Add support for translucent windows for Win32 (Windows 2000 and later)): Fix MinGW, ignore translucency for embedded apps and remove system menu for translucent windows.
...
Patch by Dainis Jonitis
r=ere
sr=roc
2004-08-02 20:08:43 +00:00
bryner%brianryner.com
cc807b07b1
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
2004-07-31 23:15:21 +00:00
pinkerton%aol.net
60790cd5db
kungFuDeathGrip for mouse event (r=pink, sr=dbaron, bug 227344)
2004-07-30 15:24:12 +00:00
bzbarsky%mit.edu
09cfab5872
Allow entry of Ukrainian letter ghe with upturn. Bug 253280, patch by Eugeniy
...
Meshcheryakov <eugen@univ.kiev.ua>, r+sr=blizzard
2004-07-27 19:42:38 +00:00
blizzard%redhat.com
9b73f304c1
Bug #253108 . Translucent xul windows on gtk2 breaks gtk embedding. Patch from Philip Langdale <philipl@mail.utexas.edu>. Add some null checks. r=blizzard,sr=roc
2004-07-27 19:16:44 +00:00
ere%atp.fi
a323813f95
Take 2 for bug 252067: Add support for translucent windows for Win32 (Windows 2000 and later)
...
Patch by Dainis Jonitis
r=ere
sr=roc
2004-07-27 19:14:44 +00:00
ere%atp.fi
8c3f8b7c46
Backing out the previous checkin. Apparently compiles on VC7 but not on VC6 (or the Platform SDK version creature has).
2004-07-26 19:49:03 +00:00
ere%atp.fi
3ea3f9482a
Bug 252067: Add support for translucent windows for Win32 (Windows 2000 and later)
...
Patch by Dainis Jonitis
r=ere
sr=roc
2004-07-26 18:37:01 +00:00
cbiesinger%web.de
646676bba8
Bug 252525 Support transparent gtk2 xul windows
...
r=blizzard sr=roc
2004-07-24 12:42:32 +00:00
pkw%us.ibm.com
55431d893d
Bug 252788 - GTK2 file picker patch fails to build on AIX.
...
r=caillon@gmail.com , sr=blizzard@mozilla.org
2004-07-23 20:15:42 +00:00
robin.lu%sun.com
df1f753224
fix bug 194323 preference dialog blocks other windows of mozilla to be in front of it. r=bryner sr=roc patched by robin.lu@sun.com
2004-07-23 03:26:20 +00:00
roc+%cs.cmu.edu
76d3f06d05
Bug 249061. GTK2 needs to prioritize paints over PLEvents. r+sr=blizzard
2004-07-22 13:08:20 +00:00
caillon%redhat.com
aea7fb58c1
Start using the GTK 2.4 file chooser when available.
...
r+sr=blizzard
2004-07-21 15:44:00 +00:00
dbaron%dbaron.org
9477e33c6b
Remove the nsDrawingSurface typedef and replace it with nsIDrawingSurface*. b=64023 r+sr=roc
2004-07-18 17:36:03 +00:00
cbiesinger%web.de
c47487eccb
Bug 250782 [Xlib] make nsLookAndFeel::GetMetric return 0 if the requested metric
...
is unknown, like all other look and feel impls
r=roland.mainz@nrubsig.org
2004-07-18 12:08:06 +00:00
brofield%jellycan.com
3c7b43d4d7
Fix bustage caused by checkin for bug 250392 - Support "UniformResourceLocatorW" and "FileGroupDescriptorW" clipboard formats for Internet Shortcut
2004-07-16 12:17:18 +00:00
ere%atp.fi
6c7b643c17
Fix for bug 250392 - Support "UniformResourceLocatorW" and "FileGroupDescriptorW" clipboard formats for Internet Shortcut
...
Patch by Masayuki Nakano
r=brofield
sr=blizzard
2004-07-16 07:28:10 +00:00
cbiesinger%web.de
d8cff54231
outDataLen is in bytes, not characters. r+sr=bz (bug Bug 69114)
2004-07-15 23:29:30 +00:00
sergei_d%fi.tartu.ee
5dd13541e7
Bug 251351 fix. Adding cursor coordinates to scroll-wheel event in BeOS. r=thesuckiestemail@yahoo.se BeOS-porty only change.
2004-07-15 22:43:38 +00:00
cbiesinger%web.de
c8b0efb923
more win bustage
2004-07-15 21:54:31 +00:00
ere%atp.fi
f84bdb6eef
Fix for bug 194559 - Entered Japanese text doesn't go back to preedit text by Ctrl+BS
...
Patch by Masayuki Nakano
r=ere
sr=roc
2004-07-15 20:38:00 +00:00
cbiesinger%web.de
e86024e1cf
Bug 69114 go to the target of a .url file, instead of showing its contents, when
...
opening such a file in mozilla
r=darin sr=bz
2004-07-15 20:21:44 +00:00
dbaron%dbaron.org
b1f458bbcb
Fix DEBUG-only leak with an nsCOMPtr. Add const. b=243724 r+sr=bzbarsky
2004-07-15 19:58:57 +00:00
sergei_d%fi.tartu.ee
fea96e7325
bug 248603. Fix for high-contrast themes. r=sergei_d@fi.tartu.ee. BeOS-port only
2004-07-14 22:39:36 +00:00
mkaply%us.ibm.com
d4b2c46631
#248706
...
r=pedemont, sr=mkaply (platform specific), a=mkaply (OS/2 only)
OS/2 only - patch from Peter Weilbacher - check to see if creating sound file failed before trying to open it
unload multimedia DLL after we check for MMPM
2004-07-13 13:32:09 +00:00
amardare%qnx.com
cf0f367593
Changes for qnx(photon) platform only. It should not affect runtime/building other platforms.
...
Dnd related changes - pack all the flavours of data and select the appropiate one at the target.
2004-07-12 21:52:20 +00:00
ere%atp.fi
4c373197c7
Fix (at least partial) for bug 217560: Clicking two separate buttons doesn't fire a double-click event anymore.
...
r=dean_tessman,
sr=roc,
a=asa
2004-07-09 21:39:16 +00:00
cbiesinger%web.de
29638a1ed6
Bug 250198 "find as you type" doesn't work
...
r=jst sr=tor a=roc
2004-07-08 22:37:17 +00:00
amardare%qnx.com
d3390ab91c
Changes for qnx(photon) platform only. They should not affect building/running other platforms.
...
Dnd related...
2004-07-08 19:34:38 +00:00
amardare%qnx.com
1032ce95ce
Changes for qnx(photon) platform only. They should not affect building/running other platforms.
...
Some Dnd related work. It relies on a change in libph and the Photon server, available in the 630 patch.
The changes don't break anything if runned on 630 ( no patch ).
Mainly it allows to cancel a previously PhInitDrag operation when mozilla decides to invoke a drag and drop session.
2004-07-08 15:34:55 +00:00
cbiesinger%web.de
3263b753bc
bug 246447 [gtk2] Alt/Control/Shift/Meta should generate KeyUp and KeyDown but
...
not KeyPress
patch by Ilya Konstantinov <mozilla-bugzilla@future.shiny.co.il> r=bryner sr=jst
2004-07-07 11:22:43 +00:00
amardare%qnx.com
d564e6f50b
Changes for qnx(photon) platform only.
...
All eWindowType_child widgets should have a valid ( nonNULL ) parent ( problem with msnbc.com ).
2004-07-05 13:59:27 +00:00
ere%atp.fi
261f00626e
Fix for bug 244334: Text Zoom Ctrl++ broken
...
r=neil
sr=roc
2004-07-04 17:39:04 +00:00
cbiesinger%web.de
3280b5556b
Bug 246447 Alt/Control/Shift/Meta should generate KeyUp and KeyDown but not KeyPress
...
r=bryner sr=jst patch by Ilya Konstantinov <mozilla-bugzilla@future.shiny.co.il>
2004-07-02 12:08:38 +00:00
mkaply%us.ibm.com
a36a105f20
#248615
...
r=pedemonte, sr=blizzard (platform specific)
null check for clipboard data, just in case
2004-06-28 17:28:47 +00:00
cbiesinger%web.de
953f77bb32
replace EqualsWithConversion by EqualsLiteral where possible
...
bug 248687 r+sr=roc
2004-06-26 14:32:11 +00:00
aaronleventhal%moonset.net
c4bfd42e34
Bug 246213. Fix regression where background colors aren't displayed on WinNT. Hopefully fixes it on Win98 as well. r=mkaply, sr=darin
2004-06-22 18:36:45 +00:00
timeless%mozdev.org
d008353cf4
Bug 241971 potential crash [@ nsPrimitiveHelpers::ConvertUnicodeToPlatformPlainText]
...
r=neil sr=dveditz
2004-06-22 09:40:13 +00:00
dbaron%dbaron.org
0ec49fbb44
Update :hover state and mouse cursor and send mouse events when the position of the pointer changes due to scrolling or reflow. b=20022 r+sr=roc
2004-06-22 04:32:52 +00:00
dbaron%dbaron.org
3f57a3a635
Make NS_MOUSE_ENTER and NS_MOUSE_EXIT events behave the same way on X11 platforms as they do on Windows and Mac. b=20022 r+sr=roc
2004-06-22 04:29:59 +00:00
dbaron%dbaron.org
036747fb9a
Add ifdefs (off by default) that allow better debugging of invalidation problems by painting invalidated regions exactly rather than taking the minimal containing rectangle. b=20022 (See also bug 215303.) r+sr=roc
2004-06-22 04:28:17 +00:00
bryner%brianryner.com
55d74e870b
oops, this wasn't supposed to go on the trunk. backing out.
2004-06-21 23:41:30 +00:00
bryner%brianryner.com
8cfeadc0a0
bringing branch changes forward
2004-06-21 23:35:56 +00:00
sergei_d%fi.tartu.ee
e57c804264
bug 247702. r=thesuckiestemail@yahoo.se. Inform xp layer about resize directly for (yet) hidden windows. BeOS-only change, no sr required
2004-06-20 12:03:45 +00:00
sergei_d%fi.tartu.ee
d8584fdbb3
"bug 247700 r=thesuckiestemail@yahoo.se. Starting Bloopers at window create. BeOS-only patch, no sr required"
2004-06-20 10:10:30 +00:00
amardare%qnx.com
9a8598997f
Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
...
Fixed a null pointer crash ( check for mData ).
2004-06-17 21:05:12 +00:00
roc+%cs.cmu.edu
52092297fe
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
2004-06-17 00:13:25 +00:00
pinkerton%aol.net
31eaea5129
remove mousemove hack on 10.2.8+ as it's no longer necessary and causesother problems (bug 234207)
2004-06-16 05:55:44 +00:00
amardare%qnx.com
78be6856dd
Changes for the qnx(photon) platform only. They should not affect building/runtime other platforms.
...
Fixed a problem with the photon build when building with DEBUG enabled.
2004-06-15 20:43:39 +00:00
amardare%qnx.com
08ffb8bc96
Changes for the qnx(photon) platform only. They should not affect building/runtime other platforms.
...
Focus changes ( needed because of pop-up problem with www.hotmail.com ).
2004-06-15 20:41:04 +00:00
mkaply%us.ibm.com
4300bc1ee7
#200373
...
OS/2 only - backout workaround so that if this problem happens, we see it more
2004-06-14 17:53:46 +00:00
sergei_d%fi.tartu.ee
e0fcea1063
Bug 246666. Normalize text caret blink rate. r=thesuckiestemail@yahoo.se. BeOS port-only change
2004-06-14 17:31:43 +00:00
bryner%brianryner.com
45f557fe9f
Fix bustage
2004-06-10 22:50:58 +00:00
bryner%brianryner.com
26965d04e3
more fixing os/2 bustage
2004-06-10 22:25:52 +00:00
bryner%brianryner.com
0aaaca54d8
fixing os/2 bustage
2004-06-10 22:03:27 +00:00
bryner%brianryner.com
a1f7e195ff
fixing bustage
2004-06-10 21:10:11 +00:00
bryner%brianryner.com
aa4ada7fb4
oops, checked in from an old version of the patch. fixing bustage. bug 239390.
2004-06-10 20:41:09 +00:00
bryner%brianryner.com
86de6958fb
Have clipboard implementations that care about flushing data to the OS clipboard register for xpcom-shutdown notification, rather than being notified by nsAppRunner directly. Bug 239390, r=bsmedberg, sr=blizzard.
2004-06-10 20:39:11 +00:00
bsmedberg%covad.net
14bf5bab31
Bug 239925 - fix static initializers in DOM/widget/libpr0n so that we can restart XPCOM safely r=jst sr=darin
2004-06-09 18:36:25 +00:00
aaronleventhal%moonset.net
b129a05b0f
Bug 239914. When OS high contrast or another accessible theme is used, automatically follow it in chrome and content. r=bsmedberg, sr=bryner
2004-06-08 19:34:55 +00:00
dbaron%dbaron.org
6483af930f
Set coordinates for mouse scroll events. b=236028 Patch from <hachiro75@yahoo.co.jp>. r=bryner sr=dbaron
2004-06-08 19:33:01 +00:00
amardare%qnx.com
c2f0afecba
Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
...
The PtConnector name for xremote is based on the aProgram.
Changes in Makefile.in and mozilla-xremote-client.cpp allow to build the mozilla-xremote-client
under qnx.
2004-06-08 19:07:54 +00:00
amardare%qnx.com
0370e8a7ad
Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
...
Set PHOTON_DND in Makefile.in so that we include the Dnd service in the build. Firefox bookmarks
check for the Dnd service, and are affected if it's missing.
Focus related changes: when the window loses focus, the window must be deactivated ( cursor should stop blinking ).
When the window is given focus again by the window manager, the window must be activated ( the same cursor should start blinking ).
GetParent should check for mIsDestroying - this fixes a crash in 1.7 ( no crash before )
with http://java.sun.com/j2se/1.3/docs/api/ . Click on java.awt and keep the cursor moving.
In nsPhMozRemoteHelper.cpp, create the connector name based on the aProgram. Use mozilla-xremote-client
to send commands.
2004-06-08 18:54:05 +00:00
blizzard%redhat.com
bd7318913f
Bug #242122 . Flash plugins that need to be resized in gtk2 builds don't render in the newly exposed areas. Make sure that we don't catch any of the Redirect X events so that the socket will get the resize events and call size_allocate from the resize method on the socket so resize events are processed. r=robin,sr=bryner
2004-06-07 15:42:20 +00:00
robin.lu%sun.com
277111f900
fix bug 241187 combo box shows up unexpectly due to nsWindow::IsVisible() does
...
not return the right value.
patched by robin.lu@sun.com r=blizzard sr=bryner
2004-06-07 01:13:29 +00:00
amardare%qnx.com
a91b8067d6
Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
...
Removed a old comment for the photon specific PhRemoteClient.cpp.
2004-06-02 14:19:05 +00:00
kyle.yuan%sun.com
bbf295c519
Bug 237535 prelight text invisible in high-contrast inverse themes
...
r=bryner, sr=roc, patch by ginn.chen@sun.com
2004-06-01 01:58:10 +00:00
roc+%cs.cmu.edu
00f697cb04
Bug 103468. Improve generation of URL shortcuts on Windows. r=ere,sr=roc. Patch by Brodie Thiesfield, brofield@jellycan.com
2004-05-31 19:46:30 +00:00
roc+%cs.cmu.edu
27375e9b38
Bug 232913. Let nsIScrollbarMediator support multiple scrollbars. Patch by Nate Nielsen, r+sr=roc.
2004-05-29 00:09:05 +00:00
blizzard%redhat.com
297b341a2e
Bug #209342 . Browser will come up at position 0,0.
2004-05-27 20:18:59 +00:00
amardare%qnx.com
634f78eb70
Changes for qnx(photon) platform only. They should not affect runtime/building other platforms.
...
Further changes for keyboard compose sequences.
2004-05-27 20:16:05 +00:00
amardare%qnx.com
2f1eff3719
Changes for the qnx(photon) platform. They should not affect building/runtime other platforms.
...
Changes in the key event handling code to fix the problem with the keyboard compose sequences
( Alt followed by ' followed by o should compose only one symbol ( � ) ).
2004-05-27 18:40:28 +00:00
neil%parkwaycc.co.uk
d6ca5e0b7b
Removing unused variable b=217089 p=mbockelcamp@web.de r=timeless sr=rbs
2004-05-26 11:48:47 +00:00
aaronleventhal%moonset.net
cc7d06ccf9
Bug 244193. Return correct accessible for MozillaContentWindowClass and MozillaUIWindowClass windows. r=ere, sr=roc
2004-05-25 14:33:50 +00:00
timeless%mozdev.org
9211a33053
Bug 243724 deCOMtaminate nsIWidget::GetChildren
...
xlib ports bustage fix
2004-05-25 02:27:01 +00:00
gerv%gerv.net
42a76325d6
Bug 243820 - relicense gtkxtbin. Patch by gerv; auto-sr=brendan, a=mkaply.
2004-05-24 07:28:10 +00:00
roc+%cs.cmu.edu
b8ecbc84da
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu
6dbdd04b40
Making desperate attempt to reland with a couple crash-proofing changes. Bug
...
243724, r+sr=roc
2004-05-22 20:54:40 +00:00
bzbarsky%mit.edu
8d3347a058
Backing out to try and fix mac orange. Bug 243724
2004-05-22 20:04:59 +00:00
bzbarsky%mit.edu
b2a508557a
deCOMtaminate nsIWidget::GetChildren. Bug 243724, r+sr=roc (with sr=blizzard
...
on a previous-but-similar iteration of the patch).
2004-05-22 16:47:13 +00:00
amardare%qnx.com
4da0ded162
Changes for qnx/photon platform only. They should not affect building/runtime other platforms.
...
Define PHOTON_DND to enable/disable photon's nsDragService from the default build.
2004-05-21 20:07:20 +00:00
aaronleventhal%moonset.net
273397a135
Bug 242799. Fix touchpad scrolling but keep support for screen reader behavior based on class names. r=ere, sr=roc
2004-05-20 03:14:41 +00:00
caillon%redhat.com
e55198520c
Kill off nsComObsolete.h
...
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2004-05-18 18:09:16 +00:00
roc+%cs.cmu.edu
f1f89a9129
Backing out 233441.
2004-05-17 16:29:13 +00:00
dbaron%dbaron.org
2357b162ed
Handle negative coordinates better, to improve handling of multiple monitors. b=135079 Patch from John Sullivan <jsfbbz@kanargh.force9.co.uk>. r=ere sr=dbaron
2004-05-13 23:13:35 +00:00
bryner%brianryner.com
7e63e2d295
Temporarily back out theme change support (238854) until I can get a good fix for the crashes.
2004-05-08 06:02:48 +00:00
pinkerton%aol.net
55f29308b2
when resetting tracking rect, don't assume we're inside. check if we're
...
inside by looking at if we accept mouseMoves (turned on/off by mouseEnter/Exit) (bug 218690)
2004-05-07 23:46:57 +00:00
pinkerton%aol.net
6ebc8bf163
let gecko handle clipping on panther
2004-05-07 07:17:41 +00:00
pinkerton%aol.net
984eca57cb
on panther, use new panther api to only draw rects that need it. fixes
...
splotchy whitespace with iframes when redraws span iframes (bug 222972)
2004-05-07 01:16:14 +00:00
roc+%cs.cmu.edu
e508d2a0ad
Bug 233441. Make nsViewManager always have a root view, you can't change it. r+sr=dbaron
2004-05-06 03:17:14 +00:00
bryner%brianryner.com
2a7edbc23d
Dispatch NS_THEMECHANGED when GTK theme changes (bug 238854). r+sr=blizzard
2004-05-05 20:55:46 +00:00
amardare%qnx.com
2640e02d30
Changes for qnx/photon platform only. They should not affect building/runtime other platforms.
...
Bug 240827
Fixed the fd( pipe ) leakeage related to event queues, due to improper handling in nsAppShell for our platform.
Also changes for nsFilePicker and nsSound due to changes to nsIFilePicker, nsISound.
2004-05-05 15:39:49 +00:00
ere%atp.fi
24548e3b5d
Fix for bug 241700: alt+spacebar must be pressed twice to activate Windows control menu
...
r=neil
sr=bryner
2004-05-05 06:53:31 +00:00
aaronleventhal%moonset.net
25c1d49d3a
Bug 241993. Follow up patch that cleans up error checking code for registering class. r+sr=roc
2004-05-04 18:07:52 +00:00
cbiesinger%web.de
022bc0d250
bug 242019 return from OnStreamComplete when the load failed, instead of
...
crashing
r=bryner sr=darin
2004-05-04 18:02:35 +00:00
cbiesinger%web.de
35d67a83c6
bug 242378 restore #include that got lost with the relicensing
...
patch by Isaac Hwak Han <isaachh@mailc.net> r=gerv sr=cls
2004-05-04 16:37:16 +00:00
aaronleventhal%moonset.net
0d75ee958b
Use win32 window class name corresponding to UI/content/general/hidden. r=ere, sr=roc
2004-05-04 12:39:42 +00:00
bryner%brianryner.com
7927c18306
Implement basic support for DOM level 2 UIEvents, and implement DOMActivate for HTML form control elements. Also minor usage cleanup for nsIDOMUIEvent. Bug 60212, r+sr=jst.
2004-04-30 23:55:16 +00:00
ere%atp.fi
4e6f21c16e
Fix for regression bug 241447: typed characters are doubled if flash content is playing.
...
r=dean_tessman
sr=bryner
2004-04-30 06:40:46 +00:00
pinkerton%aol.net
6ea7d171c2
remove debug code accidentally landed with other code
2004-04-29 23:45:21 +00:00
pinkerton%aol.net
28f2eb8765
animated cursors for cocoa widget, like we did for carbon (bug 208717)
2004-04-29 03:14:21 +00:00
pinkerton%aol.net
1d237e8381
new animated cursors (not part of build, bug 208717)
2004-04-29 03:11:34 +00:00
cbiesinger%web.de
7846c8642e
fixing xlib bustage
2004-04-27 18:01:08 +00:00
cbiesinger%web.de
c144989683
fixing windows bustage
2004-04-27 17:17:31 +00:00
cbiesinger%web.de
4486e87157
address reviewer comment
2004-04-27 16:07:41 +00:00
cbiesinger%web.de
459c58c689
bug 241092, make nsIStreamLoaderObserver usable in javascript, by changing its
...
argument from a string to an octet array
r=bryner sr=darin
2004-04-27 16:06:00 +00:00
amardare%qnx.com
5da349dffb
Changes for the qnx(photon) platform only. It should not affect building/runtime other platforms.
...
Moved the xremote server setup ( PtConnector create ) to nsPhMozRemoteHelper.cpp where it belonged in the first place.
The immediate reason was that the embedding stuff, if run first, would have set up the connector,
making the subsequent xremote commands fail.
2004-04-26 21:30:42 +00:00
mkaply%us.ibm.com
32a8be8305
#241482
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - don't send WAV files to the WPS unless multimedia is installed
2004-04-24 11:22:52 +00:00
mkaply%us.ibm.com
30bb96a3b6
#241524
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - only dispatch key event if there was a char - don't always set shift state to false
2004-04-24 11:19:48 +00:00
mkaply%us.ibm.com
796a77795f
#144018
...
r=pedemont, sr=blizzard (platform specific), a=mkaply
OS/2 only - regression from original checkin - repeatcount is set when Ctrl or Alt is down
2004-04-24 11:14:26 +00:00
mkaply%us.ibm.com
80ffcf386f
#240919
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - Fix all our warning errors in widget
2004-04-23 19:08:41 +00:00
tor%cs.brown.edu
44fbbcc21b
Bug 240274 - remove unused argument of SetClip{Rect,Region}.
...
r=blizzard, sr=bryner
2004-04-23 15:21:24 +00:00
neil%parkwaycc.co.uk
1df6ad683e
Removing unused variables b=217089 p=gautheri@noos.fr r=ere rs=brendan
2004-04-23 09:01:14 +00:00
caillon%redhat.com
24840a2281
Bug 241247
...
scroll lock and num lock need keycodes.
r+sr=blizzard
2004-04-22 19:19:11 +00:00
jst%mozilla.jstenback.com
72aa725a20
Fixing camino bustage.
2004-04-22 14:56:36 +00:00
jst%mozilla.jstenback.com
c2aae7afda
Fixing OS2 bustage.
2004-04-22 00:56:49 +00:00
jst%mozilla.jstenback.com
951a63c667
Fixing build bustage.
2004-04-22 00:13:27 +00:00
jst%mozilla.jstenback.com
34a10f2f1c
Fixing bug 240723. Cleaning up nsIFilePicker a bit, no more nsIDOMWindowInternal, and use our string classes and not raw strings. r=caillon@gmail.com, sr=bzbarsky@mit.edu
2004-04-21 23:38:22 +00:00
mkaply%us.ibm.com
e8bb9dcc6c
#241214
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - grab some code from Windows to prevent crash
2004-04-21 18:55:48 +00:00
mkaply%us.ibm.com
1ed17cc9b9
How did I miss this?
2004-04-21 14:50:55 +00:00
mkaply%us.ibm.com
9777600dd9
#222502
...
r=mkaply, sr=blizzard (platform specific), a=mkaply
OS/2 only - fix from aaronr - move some focus code into nsFrameWindow
2004-04-21 02:04:13 +00:00
mkaply%us.ibm.com
4881bee1d0
#238242
...
r=pedemont, sr=blizzard (platform specific)
Backout Lee's keyboard code. It just caused too many problems.
Reopening 222509
2004-04-21 01:55:04 +00:00
amardare%qnx.com
480d395c48
Changes for qnx ( photon ) platform onlu. They should not affect runtime/building other platforms.
...
Added the correct handling of the numeric keypad keys.
2004-04-20 16:32:45 +00:00
timeless%mozdev.org
d73b004d73
Bug 64485 [Linux] Intellimouse Explorer Backwards and Forwards button support
...
patch by sand@blarg.net r=bryner sr=roc
2004-04-19 15:48:14 +00:00
mkaply%us.ibm.com
668c96e170
#189480
...
r=mkaply, sr=blizzard (platform specific), a=mkaply
OS/2 only - switch to using Mozilla Unicode encoders/decoders instead of platform decoders
2004-04-19 14:46:07 +00:00
timeless%mozdev.org
6f84ba2aca
Include fallout
2004-04-18 23:57:48 +00:00
timeless%mozdev.org
69fa383e1f
Bug 239132 nsIWidget::SetTitle should use nsAString, not nsString
...
patch by marco@gnome.org r=bsmedberg sr=darin
2004-04-18 23:18:23 +00:00
gerv%gerv.net
c40f4f93a2
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
tor%cs.brown.edu
6fa1005b53
Bug 240274 - remove PopState() argument. r=blizzard, sr=bryner
2004-04-18 13:55:11 +00:00
ere%atp.fi
9de0d2b1a3
Fix for bug 197474: Event.altKey && Event.ctrlKey not true together unlike IE
...
r=neil
sr=bryner
2004-04-18 11:03:51 +00:00
amardare%qnx.com
f3f43602d6
Changes for qnx ( photon ) platform only. They should not affect building/runtime other platforms.
...
Fixed a building problem due to changes in XRemoteClient.
2004-04-15 14:57:14 +00:00
amardare%qnx.com
ab77dc40ed
Changes for qnx(photon) platform only.
...
It should not affect runtime/building other platforms.
Fixed a building problem due to change in nsIXRemoteWidgetHelper.
2004-04-15 14:46:59 +00:00