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
mkaply%us.ibm.com
f1cb3d73c1
#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
057c4f8787
Bug 215587 memory leak in nsClipboard::GetData
...
r=akk sr=blizzard
2004-04-13 06:51:09 +00:00
timeless%mozdev.org
512868b4b5
Bug 234192 Visio file in filepicker crashes mozilla
...
r=dean_tessman sr=rbs
2004-04-13 06:08:49 +00:00
timeless%mozdev.org
f24503fb83
Bug 215587 memory leak in nsClipboard::GetData
...
r=akk sr=blizzard
2004-04-13 05:37:17 +00:00
timeless%mozdev.org
2701210ffc
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
sicking%bigfoot.com
6ce4fac4be
Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths.
...
r=bz sr=jst
2004-04-12 22:48:33 +00:00
mkaply%us.ibm.com
2a8e91761a
#237503
...
r=aaronr, sr=blizzard (platform specific), a=mkaply
OS/2 only - Remove some old focus code
This bug is NOT a security issue - it was hidden because it contains customer information
2004-04-09 02:23:36 +00:00
mkaply%us.ibm.com
0d569812e0
#236527
...
r=pedemont, sr=blizzard (platform specific), a=mkaply
OS/2 only - remove some code that's breaking numlock stuff
2004-04-08 20:18:15 +00:00
blizzard%redhat.com
14061147ac
Bug #237283 . Make x-remote aware of program names as well as profiles. This should make it possible to finally be able to tell the difference between firefox and thunderbird on linux. r+sr=bryner, a=asa
2004-04-08 14:01:17 +00:00
louie.zhao%sun.com
ba4eb259d3
bug 224035 [gtk2] Paste from Evolution to Composer will have garbage character
...
r = robin.lu
sr = blizzard
a = asa
2004-04-08 06:21:35 +00:00
mkaply%us.ibm.com
2da6908a9c
#144018
...
r=pedemont, sr=blizzard (platform specific), a=mkaply
OS/2 only - add an extra check for detecting scroll mouse vs. keyboard events
2004-04-06 16:14:43 +00:00
darin%meer.net
a3645b33e5
fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann
2004-04-03 17:16:17 +00:00
danm-moz%comcast.net
d08b633f19
don't reduce working set when minimized, configurable by pref. bug 76831 r=bryner,ere a=chofmann
2004-04-01 22:51:46 +00:00
amardare%qnx.com
6e17f563b0
Changes for qnx ( photon ) platform only - they should not affect runtime/building other platforms.
...
More menu related changes ( menus not being rolled up when switching consoles or window lose focus or Alt key pressed ).
Removed unused files.
2004-03-31 22:39:01 +00:00
mkaply%us.ibm.com
ae7a9af7f9
#239118
...
r=pedemont, sr=blizzard (platform specific), a=mkaply
OS/2 only - Don't copy text over 64K to the clipboard (OS/2 doesn't support it)
2004-03-30 16:14:13 +00:00
louie.zhao%sun.com
39e31b624a
bug 238957 15% Tp regression on redwood (gtk2 Firefox)
...
r = kyle
sr= bryner
a = chofmann
2004-03-30 10:33:26 +00:00
amardare%qnx.com
578d6b9282
Changes for the qnx ( photon ) platform. It should not affect runtime/building other platforms.
...
Fixed the problem with the mouse cursor not being set correctly when crossing region boundaries.
2004-03-26 17:22:58 +00:00
caillon%redhat.com
4e088fdb14
Don't bother building nsBaseClipboard on platforms that won't use it.
...
237928. r=cls a=asa
2004-03-26 08:51:01 +00:00
neil%parkwaycc.co.uk
2ae4701cc4
Bug 238264 Check GetKeyState()'s return value according to spec r=ere sr=rbs a=asa
2004-03-25 19:43:59 +00:00
pkw%us.ibm.com
ea9d27915c
Bug 235719 - mozilla toplevel windows don't generate at-spi window: events.
...
Patch by Louie Zhao <Louie.Zhao@sun.com>
r=pkw@us.ibm.com , sr=Henry.Jia@sun.com , a=asa@mozilla.org
2004-03-25 18:36:08 +00:00
amardare%qnx.com
f7b5471e23
Changes for qnx ( photon ) platform. They should not affect runtime/building other platforms.
...
Fixed the problem with menus not shown after switching consoles.
Fixed the problem with menus not being rolled-up ( reset the mLastMenu widget pointer when the widget
it points to is about to be destroyed ).
2004-03-23 23:01:00 +00:00
amardare%qnx.com
7a886cbcf5
Change for qnx ( photon ) platform only. It should not affect runtime/building other platforms.
...
The regions for menus should be opaque to blit events ( Ph_EV_BLIT ) ( for instance
underneath a mozilla menu at the edge of the window you can have a pterm scrolling upwards. The blit events should not show
through the menu ).
2004-03-22 22:33:41 +00:00
amardare%qnx.com
3eebdc6045
Changes for qnx ( photon ) platform. They should not affect runtime/building other platforms.
...
mListenForResizes was not set properly ( noticed resize problem when displaying the Eclipse IDE help front page ).
2004-03-18 16:24:23 +00:00
dbaron%dbaron.org
499e1cd448
Fix macro argument with side-effects that broke paste on Solaris and perhaps other platforms. b=56219 r+sr=bryner a=chofmann
2004-03-16 21:08:42 +00:00
amardare%qnx.com
1708aa5737
Changes for qnx( photon ) platform only. It should not affect runtime/building other platforms.
...
Added "content" to the REQUIRES list.
2004-03-15 23:27:15 +00:00
sfraser%netscape.com
8535949c36
Fix bug 161249: when a window is maximized, but partially offscreen, bits of the window were erased and not correctly redrawn, because of a historic EraseRect(), and some short-circuiting in the maximize code, so fix those. r=ben, sr=bryner.
2004-03-12 04:26:43 +00:00
sergei_d%fi.tartu.ee
840196cd37
[BeOS] bug 236446 Fix for windows activation endless loop, review=simontaylor2, no sr required(port-only), approval=dbaron
2004-03-11 21:22:56 +00:00
scott%scott-macgregor.org
ec037b3f73
Bug #194632 --> linux builds are loading the wrong library for sounds.
...
r/sr=bryner
2004-03-07 19:12:21 +00:00
neil%parkwaycc.co.uk
23a67de0db
Bug 205648 Support "context menu" key under gtk/gtk2 p=crispin@flowerday.cx r=blizzard sr=bryner
2004-03-06 15:00:38 +00:00
blizzard%redhat.com
3b48198123
Bug #207036 . Black line above the flash plugin shouldn't be there. Make sure
...
to set the border width to zero in Xt. Patch from Klaus Stengel. r=blizzard,sr=dbaron
2004-03-05 18:46:24 +00:00
bzbarsky%mit.edu
595fdbcc4a
MousMove events should not be cancelable. Bug 76929, r+sr=bryner
2004-03-05 01:34:34 +00:00
chanial%noos.fr
91c3eb4cb6
Bug 118296: implement NS_THEME_MENUBAR, NS_THEME_TOOLBAR, NS_THEME_MENUPOPUP and NS_THEME_MENUITEM (GTK2)
...
r=bryner, sr=roc
2004-03-04 04:55:31 +00:00
amardare%qnx.com
a008954e61
Changes for the qnx(photon ) platform. It should not affect building/runtime other platforms.
2004-03-03 22:03:22 +00:00
danm-moz%comcast.net
a5ef79e0d6
implement GetScreenBounds, which wasn't, oddly. this should fix placement of top-level windows which, equally oddly, seemed unbroken except in one very esoteric circumstance. bug 233081 r=ere,roc
2004-03-03 16:42:51 +00:00
timeless%mozdev.org
474f65d61e
Bug 235595 nsXPLookAndFeel.cpp Warning: String literal converted to char* in initialization.
...
r=roc sr=roc
2004-03-02 03:44:26 +00:00
darin%meer.net
1d2d419885
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
2004-02-28 22:34:07 +00:00
sfraser%netscape.com
9e3a3de974
Fix bug 235721, which was a regression from the fix for bug 170112. Setting all the modifiers on the event causes typing problems, so only set the shift modifier for now.
2004-02-27 07:12:44 +00:00
mkaply%us.ibm.com
f6ff34c198
#231839
...
r=pedemont, sr=blizzard (platform specific code)
Add default when there is no scan code so that IMEs work
2004-02-24 23:20:12 +00:00
mkaply%us.ibm.com
1746cfd302
Rename of OS/2 RC header so static builds work better
2004-02-24 23:11:25 +00:00
sfraser%netscape.com
1f935d16d7
Fix bug 201607: crash on some sites because the base widget's Destroy method would get called, and then we tried to draw the NSView. Fix is to remove the NSView from the view hierarchy earlier. r=pink
...
Fix bug 170112: shift-scroll should scroll up. Fix is to set the key modifiers in the event. r=brade.
2004-02-24 03:40:27 +00:00
amardare%qnx.com
0ba97869c3
Changes for the qnx platform only. These changes should not affect runtime/building
...
other platforms.
2004-02-20 22:48:17 +00:00
cls%seawood.org
d44793ecbe
Add support for cross-compiling to mingw.
...
Bug #222013 r=bryner
2004-02-20 22:14:14 +00:00
dbaron%dbaron.org
8b81db7e6f
Rename {nsIDocument,nsIDocumentObserver,nsIFrame}::ContentChanged to CharacterDataChanged, since that's the only thing it's used for. Replace its nsISupports* parameter with a PRBool, since we don't need to allocate an object to pass a boolean parameter. Remove some (but probably not all) unneeded implementations on frames whose content is never a text node. b=234960 r+sr=jst
2004-02-20 21:38:31 +00:00
kyle.yuan%sun.com
9bdb253d4f
Bug 229438 Support the "Find" and "Help" keys on Sun keyboard
...
r=timeless, sr=henry.jia
patch by Simford.Dong@sun.com
2004-02-20 01:59:34 +00:00
scott%scott-macgregor.org
9e4638ddc7
Bug #232443 --> Modifying Windows Folder Picker to use the new folder dialog on windows
...
and to automatically expand the folder tree to the passed in folder path.
r=dean with help from neil, biesi.
sr=bienvenu
2004-02-19 22:08:02 +00:00
timeless%mozdev.org
f6c363eb64
Bug 233657 (win) nsSound::OnStreamComplete comment is wrong and function is not oom friendly
...
r=neil sr=tor
2004-02-19 09:49:34 +00:00
pinkerton%aol.net
63035d9df7
ifdef out click-hold context menus, there are too many problems with
...
edge cases (bugs 234751, 232964, 232314)
2004-02-18 16:18:38 +00:00
pinkerton%aol.net
a1597a23aa
fix leak on horiz scrollbar (bug 234278, r=sfraser/pink, sr=bryner)
2004-02-16 22:54:23 +00:00
timeless%mozdev.org
c2c321c9e1
Bug 233299 nsIFilePicker.show is not reentrant - beos and os/2
...
r=neil sr=bz a=dveditz
2004-02-16 05:31:11 +00:00
dbaron%dbaron.org
d78e8a45b5
Back out bug 20022. a=chofmann
2004-02-14 20:29:19 +00:00
jshin%mailaps.org
91cc24c280
bug 208095: crashes when ASCII characters are entered before any characters that go through an XIM server. patch by smontagu, r=katakai, sr=sfraser, a=choffman
2004-02-14 00:22:15 +00:00
jst%mozilla.jstenback.com
6ca4c1a78e
Fixing bug 68215. Adding support for the onbeforeunload event. r=peterv@propagandism.org, sr=brendan@mozilla.org
2004-02-11 06:09:51 +00:00
bryner%brianryner.com
b26298f7c2
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
2004-02-11 04:57:07 +00:00
ben%bengoodger.com
1f7e70b795
227796 - XPInstall InstallTrigger API changes - add a parameter to the install js object that supports an icon, also make the install FE parameterizable via a pref. r=bsmedberg, dveditz.
...
230768 - add the ability to make a window flash only a certain number of times in the taskbar. dom stuff r/sr=jst, widget changes r=danm, sr=bryner
2004-02-11 03:46:30 +00:00
mvl%exedo.nl
f008ef89d7
Add a way to manually show a single blocked pop-up window. Pass the features of the window.open() call in DOMPopupBlockedEvent.
...
Bug 198846, r=danm, sr=jag
2004-02-10 18:22:23 +00:00
timeless%mozdev.org
33301e74e1
Bug 233299 nsIFilePicker.show is not reentrant - windows
...
r=neil sr=bz
2004-02-10 10:15:37 +00:00
jst%mozilla.jstenback.com
8b6dc1c3ca
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
2004-02-09 22:48:53 +00:00
bryner%brianryner.com
d4f13c3ba7
Inline getters and setters for scaling factors on nsIDeviceContext. Bug 233103, r+sr=dbaron.
2004-02-05 01:57:10 +00:00
pinkerton%aol.net
a9dd827de9
correct a case in IME where hitting backspace after finishing composition would
...
seep through up the responder chain. (bug 181198)
2004-02-04 22:08:14 +00:00
bryner%brianryner.com
63fa804ad8
Fix IRIX bustage
2004-02-04 00:58:11 +00:00
dbaron%dbaron.org
b506c7e4d8
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=roc sr=bryner
2004-02-04 00:11:59 +00:00
bryner%brianryner.com
49c23f10c3
Fixing includes
2004-02-03 23:58:29 +00:00
bryner%brianryner.com
44ba39e54a
Fix bug 56219 for gtk1 (can't paste over 4000 bytes from another app into mozilla) by porting the fix from gtk2. This also takes the VMS #ifdef'ing from xremote and makes it the same for gtk1 and gtk2. r+sr=blizzard.
2004-02-03 23:31:19 +00:00
robin.lu%sun.com
fe1f52169a
fix bug 231231 - next item should be get before the callback is called
...
r=blizzard, sr=bryner
2004-02-03 03:40:03 +00:00
chanial%noos.fr
4aeb24f8b8
Bug 232102: [gtk2] incorrect system colors for the text (normal and selected)
...
r=blizzard, sr=bryner
2004-01-30 22:57:07 +00:00
roc+%cs.cmu.edu
a2c6a75e31
Bug 109772. Some nsIView deCOMtamination. Fixed the API for GetNeearestWidget to be sensible. r+sr=dbaron
2004-01-30 03:20:41 +00:00
jst%mozilla.jstenback.com
1804c4910c
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
2004-01-29 22:04:45 +00:00
pinkerton%aol.net
2cabccd5b2
hacked up a private method to respond when smooth scrolling is turned on
...
on panther (bug 230594)
2004-01-29 20:11:54 +00:00
pinkerton%aol.net
53a1577f1d
fix highliting, temp buffer truncated or crashes with IME (bug 162666)
2004-01-29 19:42:13 +00:00
dbaron%dbaron.org
94ae3e973e
Speed up constructors of nsAutoString and nsCAutoString by calling nsStrPrivate::Initialize only once. b=188828 r=darin sr=alecf
2004-01-29 04:00:47 +00:00
hpradhan%hotpop.com
da434eac04
attempt to fix Camino bustage from bug 230840
2004-01-24 13:04:10 +00:00
jst%mozilla.jstenback.com
964eb909da
Fixing mac bustage.
2004-01-24 01:30:02 +00:00
dbaron%dbaron.org
ca4e64fa50
Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner
2004-01-23 23:12:44 +00:00
pinkerton%aol.net
13e3f3d635
allow pref to always use aa fonts, even at small sizes (this is what
...
safari does). (r=tsk, sr=bryner, bug 180535)
2004-01-23 22:43:09 +00:00
neil%parkwaycc.co.uk
f97835d45d
Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron
2004-01-23 13:31:07 +00:00
dbaron%dbaron.org
8367be5bbe
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=215303 r=roc sr=bryner
2004-01-21 21:05:57 +00:00
cbiesinger%web.de
454e85ffe6
Bug 231734
...
[BEOS]Random crashes in CallMethod
patch by sergei_d@fi.tartu.ee (Sergei Dolgov) r=biesi
2004-01-21 17:26:55 +00:00
pinkerton%aol.net
3a007059d7
make sure we unregister our interest in being asked for sleep notification
...
when there aren't any windows open. (r=josha/pink, sr=sfraser, bug 227680)
2004-01-19 23:48:15 +00:00
cbiesinger%web.de
b9fb06417a
Bug 227733
...
Live resize is possible for BeOS widget implementation.
patch by sergei_d@fi.tartu.ee (Sergei Dolgov), r=biesi, no sr needed (beos
only)
2004-01-18 20:49:45 +00:00
bzbarsky%mit.edu
2829e0adfe
Remove unused function. Bug 217089, patch by mbockelkamp@web.de (Matthias
...
Bockelkamp), r=pinkerton, sr=sfraser
2004-01-17 20:09:56 +00:00
cbiesinger%web.de
d1d18a6b1f
Bug 230267
...
BeOS: The caret is stuck or hidden (when GIF animations are visible)
patch by sergei_d@fi.tartu.ee (Sergei Dolgov) r=thesuckiestemail@yahoo.se (Fredrik Holmqvist)
beos only, no sr needed
2004-01-17 13:21:16 +00:00