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

6221 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org f641551bbe Bug 241971 potential crash [@ nsPrimitiveHelpers::ConvertUnicodeToPlatformPlainText]
r=neil sr=dveditz
2004-06-22 09:40:13 +00:00
dbaron%dbaron.org 60b7e73a8f 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 f5c953bd6f 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 842f1f07e7 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 3cd200f850 oops, this wasn't supposed to go on the trunk. backing out. 2004-06-21 23:41:30 +00:00
bryner%brianryner.com cc1433c45a bringing branch changes forward 2004-06-21 23:35:56 +00:00
sergei_d%fi.tartu.ee 69bf2e131b 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 a25ea4f2e0 "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 3382a6efbc 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 0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
pinkerton%aol.net 0feb2db55b 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 8e14739b25 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 370886eb41 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 9281405553 #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 71a0b1be66 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 9979237075 Fix bustage 2004-06-10 22:50:58 +00:00
bryner%brianryner.com 0f656e1b6e more fixing os/2 bustage 2004-06-10 22:25:52 +00:00
bryner%brianryner.com daf429b165 fixing os/2 bustage 2004-06-10 22:03:27 +00:00
bryner%brianryner.com 88419a6334 fixing bustage 2004-06-10 21:10:11 +00:00
bryner%brianryner.com 947f4cb51b 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 2666a9d913 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 a7deb4f150 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 dcd7e072c6 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 99aacf0378 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 eb8906c0f3 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 4f032f53f0 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 966df39588 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 8173023fec 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 3e4ca134bf 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 ec596d682f 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 a426212db9 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 e1107f17c6 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 b316307c11 Bug #209342. Browser will come up at position 0,0. 2004-05-27 20:18:59 +00:00
amardare%qnx.com 58c9211840 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 5f1fde21b7 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 f41bddefc0 Removing unused variable b=217089 p=mbockelcamp@web.de r=timeless sr=rbs 2004-05-26 11:48:47 +00:00
aaronleventhal%moonset.net e5b8e53d60 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 79baf369ce Bug 243724 deCOMtaminate nsIWidget::GetChildren
xlib ports bustage fix
2004-05-25 02:27:01 +00:00
gerv%gerv.net 5d49a333de Bug 243820 - relicense gtkxtbin. Patch by gerv; auto-sr=brendan, a=mkaply. 2004-05-24 07:28:10 +00:00
roc+%cs.cmu.edu 0e3ff503fb Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin 2004-05-22 22:15:22 +00:00
bzbarsky%mit.edu f8f45bc910 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 59427ab6f1 Backing out to try and fix mac orange. Bug 243724 2004-05-22 20:04:59 +00:00
bzbarsky%mit.edu 6f4d4e2b46 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 37838c73cd 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 ee7a038786 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 178bb153f1 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 cab775b57b Backing out 233441. 2004-05-17 16:29:13 +00:00
dbaron%dbaron.org f1908458de 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 3e1164eaa8 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 7b78a3a6a0 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 2c989a5264 let gecko handle clipping on panther 2004-05-07 07:17:41 +00:00
pinkerton%aol.net 89b289386c 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 e0fe2b43bd 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 427d940028 Dispatch NS_THEMECHANGED when GTK theme changes (bug 238854). r+sr=blizzard 2004-05-05 20:55:46 +00:00
amardare%qnx.com c3508c431d 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 07a4651b5a 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 56ecf73364 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 91e4d2be12 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 c626d70248 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 97fc90cefe 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 7d1dbeb3a8 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 36ed2bc358 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 802f784f27 remove debug code accidentally landed with other code 2004-04-29 23:45:21 +00:00
pinkerton%aol.net cb7d5acac8 animated cursors for cocoa widget, like we did for carbon (bug 208717) 2004-04-29 03:14:21 +00:00
pinkerton%aol.net a71600fd01 new animated cursors (not part of build, bug 208717) 2004-04-29 03:11:34 +00:00
cbiesinger%web.de 14bd7a4133 fixing xlib bustage 2004-04-27 18:01:08 +00:00
cbiesinger%web.de 4451a3e073 fixing windows bustage 2004-04-27 17:17:31 +00:00
cbiesinger%web.de de0762b34f address reviewer comment 2004-04-27 16:07:41 +00:00
cbiesinger%web.de 79fa1b783a 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 e0c1daff6f 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 94a63b7f6f #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 186b6561f2 #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 3b1243b965 #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 c177c2d634 #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 868dd94ecb 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 409163c85b Removing unused variables b=217089 p=gautheri@noos.fr r=ere rs=brendan 2004-04-23 09:01:14 +00:00
caillon%redhat.com 2e3df35bfd Bug 241247
scroll lock and num lock need keycodes.
r+sr=blizzard
2004-04-22 19:19:11 +00:00
jst%mozilla.jstenback.com 548aa6d63c Fixing camino bustage. 2004-04-22 14:56:36 +00:00
jst%mozilla.jstenback.com f5bc3913e3 Fixing OS2 bustage. 2004-04-22 00:56:49 +00:00
jst%mozilla.jstenback.com 6d6a240790 Fixing build bustage. 2004-04-22 00:13:27 +00:00
jst%mozilla.jstenback.com 6a9d89a9fa 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 0ba84addcf #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 35eacd371a How did I miss this? 2004-04-21 14:50:55 +00:00
mkaply%us.ibm.com c06e8597dd #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 9033cdf92d #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 df4da59774 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 ae203fc51b 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 b0374c3e45 #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 9068f0f40a Include fallout 2004-04-18 23:57:48 +00:00
timeless%mozdev.org 61d41fe899 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 8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
tor%cs.brown.edu b07ccf833c Bug 240274 - remove PopState() argument. r=blizzard, sr=bryner 2004-04-18 13:55:11 +00:00
ere%atp.fi 72cb4322da 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 f1169f4362 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 cbc343c595 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
mkaply%us.ibm.com 09e06d36ae #240414
r=pedemont, sr=blizzard (platform specific), a=mkaply
OS/2 only - blowing out buffer when copying to clipboard
2004-04-14 03:09:33 +00:00
timeless%mozdev.org 3ddd355dc7 Bug 215587 memory leak in nsClipboard::GetData
r=akk sr=blizzard
2004-04-13 06:51:09 +00:00
timeless%mozdev.org e9e95ac69a Bug 234192 Visio file in filepicker crashes mozilla
r=dean_tessman sr=rbs
2004-04-13 06:08:49 +00:00
timeless%mozdev.org 820f11c2d3 Bug 215587 memory leak in nsClipboard::GetData
r=akk sr=blizzard
2004-04-13 05:37:17 +00:00
timeless%mozdev.org 6109079414 Bug 238455 warning C4244: 'argument' : conversion from 'PRInt64' to 'size_t', possible loss of data
r=roc sr=dveditz
2004-04-13 05:28:12 +00:00