aaronleventhal%moonset.net
3237d883cc
Bug 300642. Fix regression from fastback that broke page loading in screen readers. r+sr=bryner, a=asa
2005-07-15 02:35:19 +00:00
mark%moxienet.com
24c91c251a
Fix gcc 4 build by disabling assertion on private data. gcc 3.3 doesn't care. No bug. Camino only. r=smfr
2005-07-15 00:02:15 +00:00
mark%moxienet.com
d8ce3ba315
Bug 298677, Mac Carbon scrollbars draw in the wrong location and jump out from under the mouse since CFRunLoopSource (bug 282940). Be more careful about restoring the QD origin. Obsoletes and backs out an earlier partial fix, cleaning up bug 300058, drawing artifacts in scrollbars. r=pinkerton sr=smfr a=bsmedberg
2005-07-14 22:48:34 +00:00
joshmoz%gmail.com
fd539ea8c8
make cocoa widget FF builds run with no tweaking, also add basic modal event loop code so we don't hang on modal dialogs. This code isn't necessarily "right", but its a step and allows for easy further exploration.NPODB
2005-07-13 23:11:18 +00:00
timeless%mozdev.org
d9a857c0a0
Bug 299582 widget/src/gtk/nsWidget.cpp:532: Control reaches end of non-void function
...
patch by b.jacques@planet.nl r=roc sr=roc a=bsmedberg
2005-07-13 18:17:33 +00:00
neil%parkwaycc.co.uk
f333249bd5
Bug 300133 default.xpm should not live in GTK2 r=bsmedberg a=asa
2005-07-13 17:05:12 +00:00
neil%parkwaycc.co.uk
942178fe47
Bug 300129 Allow GTK1 windows to use a default icon r+sr=roc a=asa
2005-07-13 17:00:14 +00:00
bryner%brianryner.com
1345e034dd
Fixing camino crashes with fastback, bug 297488. r=josh sr=pinkerton
2005-07-08 17:55:32 +00:00
mkaply%us.ibm.com
e531941425
#267609
...
r=mkaply, sr=mkaply (platform specific), a=mkaply (OS/2 only)
Patch from Rich Walsh - Maximize window doesn't work right sometimes
2005-07-08 16:22:27 +00:00
smfr%smfr.org
61ebc963d5
Fix the drawing part of bug 298677: scrollbars draw in the wrong place. Fixed by registering a Carbon Event handler on the native control that ensures that the port origin is set correctly before control draws. r=josh, jhpedemonte. sr=me. a=shaver.
2005-07-07 15:47:49 +00:00
smfr%smfr.org
70b2cd75c9
Fix (hopefully for good this time) bug 298201, a crash when running on Tiger because NSQuickDrawView has stashed a bad port. r=pinkerton. Only affects camino.
2005-07-06 19:51:31 +00:00
joshmoz%gmail.com
ffc365fb08
clean up old mac os classic stuff. b=281889 r=smfr sr=bryner a=bsmedberg
2005-07-06 01:23:20 +00:00
joshmoz%gmail.com
287ba97dda
get cocoa widgets running in Firefox. this means the app launches, but you probably don't want to use it as you have windows with no menu bar :) Also some macro cleanup. only a few lines of codein a component that isn't used, so no reviews necessary.
2005-07-04 20:25:26 +00:00
mark%moxienet.com
91f85f2d34
Bug 299384, Crash in Mac Carbon nsNativeScrollbar::DoScrollAction when using the scrollbar while reloading since 282940. Handle Destroy() when the page is going away. r=josh sr=smfr a=asa
2005-07-03 05:44:08 +00:00
joshmoz%gmail.com
9120d72e8d
cleanup. sr=smfr
2005-07-02 02:46:38 +00:00
timeless%mozdev.org
351f4c0dfb
Bug 299100 remove useless references to nsVoidArray
...
widget
r=darin sr=darin a=asa
2005-07-01 04:40:31 +00:00
dbaron%dbaron.org
22c8c10292
Implement css3 syntax for url() values of cursor with optional hotspot coordinates. b=286303 r=biesi sr=bzbarsky a=asa
2005-07-01 04:29:42 +00:00
joshmoz%gmail.com
762671ba60
assign "isChar" inside gecko event conversion. cocoa widgets only. b=299221 sr=smfr
2005-07-01 00:44:33 +00:00
smfr%smfr.org
9f63d01a01
Undo erroneous checking of nsNativeScrollbar.* (Cocoa only)
2005-06-30 18:26:44 +00:00
smfr%smfr.org
ea9a33e33d
Fix bug 299226: unable to type option-char combinations in the content. Broken by a recent change that set isAlt on the gecko event. r=pink.
2005-06-30 18:23:01 +00:00
joshmoz%gmail.com
f1f1b6ca27
don't crash in [NSQuickDrawView dealloc], also some code cleanup. Patch by smfr. b=298201 r=pink
2005-06-29 19:39:39 +00:00
dougt%meer.net
dbda3ac039
This patch does two things:
...
1) Correctly handles dropdown menus. In earlier version of nsWindow for WinCE
we basically totally ignored handling events that were outside of the popup.
The result was that if you happen to popup a menu, it wouldn't go away unless
you clicked on a item. If there we no ideas, well you were hosed.
2) Correctly handles the WM_WINDOWPOSCHANGED event. Prior to this, if the
browser ever was resized or moved, we would ignore the event. We can not
process the WINDOWPLACEMENT and instead just always focus.
r=emaijala, sr=dveditz, a=asa
wince only.
2005-06-29 18:52:08 +00:00
neil%parkwaycc.co.uk
e779558bb6
Bug 254894 On Windows, creating an event queue (e.g. via XMLHttpRequest) dismisses open menus r=dean_tessman rs=darin a=bsmedberg
2005-06-29 10:14:17 +00:00
mats.palmgren%bredband.net
269d29adc0
Attempting to fix build bustage...
2005-06-28 22:04:03 +00:00
mats.palmgren%bredband.net
97417c0bb6
Make drag-n-drop of frame-less content work again. b=289667 r+sr=roc a=benjamin
2005-06-28 21:40:15 +00:00
smfr%smfr.org
4a0f61741f
Fix bug 274036: makes sure Mac native controls (Carbon & Cocoa) look disabled when there is nowhere to scroll by removing arbitrary hardcoded limits. r=josh, sr=bryner, a=chofmann.
2005-06-28 00:18:33 +00:00
smfr%smfr.org
b002367b2c
Detabbed the file, no code changes.
2005-06-27 23:44:09 +00:00
smfr%smfr.org
f2c6ab18fc
Fix bug 179308: fix control-key events in Camino so that access keys work properly. r=josh. Affects Camino only.
2005-06-27 23:39:08 +00:00
smfr%smfr.org
ae849048e1
Fix bug 182783, bug 292473 and bug 280894. Add a per-window class that registers for window activate/deactivate notifications, and sends appropriate activate events to gecko. Also fix up interaction with the NSInputManager (aka IME/TSM). r=pinkerton. Only affects Camino.
2005-06-26 03:25:52 +00:00
masayuki%d-toybox.com
9f9745218e
Bug 296339 No response when I am inputting use the MSPinYin(Chinese) input method r=timeless, sr=rbs, a=asa
2005-06-25 04:43:04 +00:00
mozilla.mano%sent.com
82eeff1d45
Bug 298549 - nsBidiKeyboard.cpp breaks gcc 4 builds. patch from Mark Mentovai <mark@moxienet.com>, r=me, sr=smfr, a=mkaply.
2005-06-23 17:50:41 +00:00
mozilla.mano%sent.com
520fa9a44e
Bug 298430 - drop support for Mac OS X 10.1. First part: code cleanup. r=josh, sr=darin, a=shaver
2005-06-23 00:59:03 +00:00
sergei_d%fi.tartu.ee
2322e0c2be
Bug 298171 Adjusting mouse mask handling, avoiding extra validation with proper view transparency color, cleaning header. r=sergei_d a=asa. BeOS-only changes
2005-06-22 21:44:00 +00:00
jst%mozilla.jstenback.com
f3ed62af01
Fixing bug 296704. Make re-dispatching of events work as expected. r=dveditz@cruzio.com, sr=bryner@brianryner.com, a=dveditz@cruzio.com
2005-06-22 01:53:58 +00:00
dveditz%cruzio.com
b05a30f2af
Restore windows shortcut functionality to the filepicker (bug 283730): r=emaijala, sr=dougt, a=asa
2005-06-17 03:18:30 +00:00
pinkerton%aol.net
d35af1bfd4
delay invalidates if we're in the middle of painting. fixes scrambling during
...
loads (sr=pink, r=sfraser, bug 294415)
2005-06-16 12:49:43 +00:00
roc+%cs.cmu.edu
a43f77a450
Bug 282812. Fix GTK1 popup widget positioning by invalidating the cached positions of all child widgets, even those that aren't directly connected in the nsIWidget hierarchy. r+sr=blizzard,a=asa
2005-06-16 02:53:00 +00:00
bryner%brianryner.com
e4a343f08f
Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver.
2005-06-15 23:52:46 +00:00
joshmoz%gmail.com
9718f8cb16
gcc 4 build fixes for Camino. Patch by Mark Mentovai. b=297688 r=josh sr=smfr a=asa
2005-06-15 16:39:40 +00:00
joshmoz%gmail.com
5f890490c2
gcc 4 fixes for Mac OS X. part 2 of landing (last part). Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron
2005-06-15 03:52:48 +00:00
joshmoz%gmail.com
e55715ea0a
gcc 4 fixes for Mac OS X. part 1 of the landing. Patch by Mark Mentovai. b=294244 r=josh sr=darin a=dbaron
2005-06-15 03:49:26 +00:00
brendan%mozilla.org
3b12302057
Fix 76831 by inverting the config.trim_on_minimize default (r=pavlov, sr=jst).
2005-06-15 00:20:12 +00:00
masayuki%d-toybox.com
cd697de32a
Bug 295981 sIMEReconvertUnicode should be released at WM_IME_STARTCOMPOSITION r=timeless, sr=rbs, a=chofmann
2005-06-09 14:50:35 +00:00
cls%seawood.org
838386f590
Actually disable NSPR logging in gtk2 builds when given --disable-logging.
...
Bug #165558 r=blizzard sr=roc a=chofmann
2005-06-09 02:36:01 +00:00
timeless%mozdev.org
5385d6a126
Bug 292348 NewEmbededPluginStream misspelled
...
patch by pythonesque+bugzilla@gmail.com r=jst sr=jst a=asa
2005-06-08 23:42:15 +00:00
dougt%meer.net
77acfc52b7
Bug 295481. WINCE Fixes. This includes changes to make the makefiles do the right thing if we try to build Minimo and XUL together. These changes rs=bsmedberg. Further WINCE fixes in GFX and Widget. r=emaijala, sr=rbs, a=asa.
2005-06-08 16:48:44 +00:00
bsmedberg%covad.net
18d772a9ec
Bug 295711 part 2 - hide menus (mac) that do not have a <menupopup> child - r=jhpedemonte sr=jst a=shaver
2005-06-03 17:53:40 +00:00
timeless%mozdev.org
3fc95f8e53
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=timeless rs=brendan a=chofmann
2005-06-03 10:26:28 +00:00
timeless%mozdev.org
a876c73824
Bug 284327 SHGetMalloc API call is deprecated (nsFilePicker.cpp)
...
patch by david.gardiner@unisa.edu.au r=dean_tessman sr=neil a=shaver
2005-06-01 23:20:31 +00:00
timeless%mozdev.org
2f42bb8e81
Bug 283827 When turn on IME and switch applications before fix characters, location bar doesn't accept any more character
...
patch by katsuhiromihara@goo.jp r=pinkerton sr=smfr a=asa
2005-06-01 16:33:48 +00:00
smfr%smfr.org
a5fc8c1e38
Removing semicolons on the first line of method implementations. No code changes, r=me.
2005-05-27 03:49:14 +00:00
timeless%mozdev.org
45c3009058
Bug 295095 Ctrl+Shift+letter treated as Ctrl+letter
...
patch by ere r=dveditz sr=roc a=asa
2005-05-24 04:48:09 +00:00
emaijala%kolumbus.fi
c29b839294
Fix for bug 285161: access keys don't work on non latin locales when Alt+letter is pressed together
...
r=neil
sr=roc
a=asa
2005-05-20 18:25:19 +00:00
roc+%cs.cmu.edu
7d2d3e065c
Bug 292657. Record 'need to resize' and 'need to move' separately so we don't forget to move GTK2 widgets. r+sr=blizzard,a=asa
2005-05-19 20:49:06 +00:00
masayuki%d-toybox.com
a7eb0fa3b5
Bug 292734 fail to build defined KE_DEBUG on Win32 r=emaijala, sr=bzbarsky, a=chofmann
2005-05-16 11:17:45 +00:00
masayuki%d-toybox.com
ef02ea57ab
bug 292723 pReconv->dwSize value is invalid. it makes cause crash on win9x at reconverting with ATOK. r=timeless, sr=bzbarsky, a=asa
2005-05-05 07:16:26 +00:00
bryner%brianryner.com
aed69207f0
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
2005-05-04 20:22:32 +00:00
pedemont%us.ibm.com
d75b5fa3eb
Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa
2005-05-02 16:30:03 +00:00
neil%parkwaycc.co.uk
4da6d386e6
Bug 288729 gtk2 native keybindings prevent default enter event r+sr=bryner a=asa
2005-05-01 09:44:41 +00:00
cbiesinger%web.de
587781f896
fixing qt bustage from bug 289940
...
r+sr=jst a=shaver not part of default build
2005-04-29 22:29:54 +00:00
dougt%meer.net
be6760da53
Windows CE build changes. This addresses most of the outstanding Windows
...
CE compilation issues.
This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript. This change is based on bug 242518. See comment 36.
This patch also removes the unused enum in transformiix . See bug
292118.
r/sr = dveditz/shaver
b = 291229
a = asa
2005-04-29 13:33:49 +00:00
jst%mozilla.jstenback.com
50de4a3e1d
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
2005-04-28 23:48:28 +00:00
roc+%cs.cmu.edu
f6aabe5b4c
Bug 289983. Move nsIGdkPixbufImage to widget/src/gtk2 because 1) GTK1 doesn't need it and 2) cairo-gtk2 builds do need it.
2005-04-26 04:46:14 +00:00
roc+%cs.cmu.edu
fb94e41d41
Bug 290102. Don't flush pending invalidates when we are about to paint if the window has translucency, because on some platforms Invalidate will immediately call OnPaint even if it's supposed to be asynchronous, causing us to reenter and die. r+sr=me,a=dbaron, patch by pavlov
2005-04-21 20:53:00 +00:00
mkaply%us.ibm.com
375250abb4
#286306
...
r=mkaply, sr=mkaply (platform specific), a=mkaply (OS/2 Specific)
Patch from Rich Walsh - implement CSS cursors
2005-04-13 18:40:58 +00:00
jshin%mailaps.org
27cd266480
bug 171349: Firefox icon is that of the system default. patch by Anbo Motohiko with my comment added (r=jshin, sr=neil)
2005-04-13 12:46:10 +00:00
paper%animecity.nu
e905309f8c
Bug 286622: Fix cursors for Win9x/ME/2k. r=biesi; sr=roc; a=asa
2005-04-13 05:52:02 +00:00
smfr%smfr.org
c428f57147
Fix bug 277923: crash on scrolling in Camino on page load, because we destroy the scrollbars while in a native scrollbar tracking loop. Fixed by posting a fake mouseup event when we detect that the scrollbar is going away. r=pinkerton. Only affects Camino, so no need for approval.
...
Also remove the USE_OPAQUE_VIEWS #ifdefs from nsChildView, and add an explanatory comment now that we understand the issue better.
2005-04-13 04:51:36 +00:00
maxf%magma.ca
e905ae1273
Photon-only changes. These only affect QNX builds, which are not part of
...
Tinderbox. See QNX PR23898. The input group for clipboard copy/paste was
always hard coded to 1. To support other input groups, the real input group
being used by the user must be passed from the gui client (i.e. from voyager
via PtWeb to mozserver) or taken from the mouse/keyboard event. My QNX
email address is mfeil@qnx.com . r=amardare@qnx.com
2005-04-12 16:03:14 +00:00
roc+%cs.cmu.edu
50e0079206
Bug 278353. Trial relanding of patch to properly z-order GTK1 widgets. Let's see if this breaks luna. r+sr=blizzard,a=dbaron.
2005-04-07 04:19:03 +00:00
cbiesinger%web.de
515ea8b3ab
276692 get nsIGdkPixbufImage using GI(nsIImage) followed by
...
QI(nsIGdkPixbufImage)
r=bryner sr=dbaron
2005-04-05 21:08:04 +00:00
bsmedberg%covad.net
3522feb25f
Bug 280725 - use generic/automatic remoting for xremote r=caillon sr=bryner
2005-04-04 19:08:55 +00:00
bsmedberg%covad.net
1a620d5a7e
Make it more likely that libxul will build with QT. Should not affect non-xulrunner. No bug.
2005-04-04 16:12:43 +00:00
roc+%cs.cmu.edu
0597f8066e
Bug 284661. Be sure to resize the transparency bitmap if GTK resizes our window interactively. r+sr=blizzard
2005-03-31 02:22:01 +00:00
smfr%smfr.org
f77a5c59e5
Turn off opaque views (experiment over).
2005-03-30 06:28:17 +00:00
smfr%smfr.org
43ef844162
Experimental view opacity change (bug 166932) to measure impact on pageload performance.
2005-03-30 04:05:54 +00:00
mkaply%us.ibm.com
bf22bc06cf
#287319
...
r=weilbacherm, sr=mkaply (OS/2 only)
From Rich Walsh - create stub version of drag drop functions just in case they get called
2005-03-28 16:33:50 +00:00
dbaron%dbaron.org
b4c59fe534
Followup to 287290 on potential static buffer overruns, and fix GTK2 port too. b=287290 r+sr=brendan
2005-03-25 23:28:17 +00:00
joshmoz%gmail.com
3a5b7566e2
make auto-repeat work with Japanese input. patch by waverider. r=joshmoz sr=smfr b=233288
2005-03-25 18:08:02 +00:00
dbaron%dbaron.org
cda2b96b0e
Fix some minor static buffer overruns detected by Coverity tool, and sync two versions of catttable.h. b=287290 r+sr=brendan
2005-03-23 05:43:39 +00:00
timeless%mozdev.org
10c1d75093
Bug 285974 Crash when we use ATOK on the other of editor[@ nsWindow::OnIMEQueryCharPosition]
...
patch by masayuki@d-toybox.com r=timeless sr=roc
2005-03-18 06:17:59 +00:00
jwatt%jwatt.org
6b831cb703
Fixing bug 286386. Build bustage: declaration with no type forbidden. rs=bsmedberg@covad.net
2005-03-16 16:36:15 +00:00
jst%mozilla.jstenback.com
128919ba42
Fixing possible build bustage due to null-check on nsCOMPtr of incomplete type.
2005-03-16 15:15:52 +00:00
peterv%propagandism.org
7a7494e8ff
Bustage fix.
2005-03-16 12:05:28 +00:00
jst%mozilla.jstenback.com
83db4d1d0a
Fixing the Mac widget portion of bug 285438. r+sr=bryner@brianryner.com
2005-03-16 02:05:59 +00:00
jst%mozilla.jstenback.com
43d4693ae2
Fixing build bustage.
2005-03-16 01:50:15 +00:00
jst%mozilla.jstenback.com
807a222446
Whitespace cleanup.
2005-03-16 01:20:27 +00:00
jst%mozilla.jstenback.com
3d52203396
Fixing bug 285438. Make our drag n' drop code remember what we're dragging even if the user drags outside the initial window and then back, and make the browser code check that the source of a dragged link has the right to load the target of the link (Win32 and Gtk 1 & 2 only so far, Mac on its way). r=bzbarsky@mit.edu, sr=bryner@brianryner.com
2005-03-16 00:40:21 +00:00
cbiesinger%web.de
50e4817fb0
fixing gtk 2.0 bustage from bug 38447
2005-03-15 23:19:01 +00:00
cbiesinger%web.de
2959b2c17b
Bug 38447 implement imgIContainer* version of SetCursor on gtk2 (>= 2.4)
...
r=bryner sr=roc
2005-03-15 22:24:20 +00:00
cbiesinger%web.de
75bbd70202
Bug 38447 implement imgIContainer* version of SetCursor on windows
...
r=ere sr=roc
2005-03-15 22:13:12 +00:00
mkaply%us.ibm.com
f85f1eb451
#286207
...
r=mkaply, sr=blizzard (platform specific)
From Rich Walsh - Hack workaround for OS/2 crash caused by the fix for 125386
2005-03-15 13:56:04 +00:00
jst%mozilla.jstenback.com
10e505ade9
Whitespace cleanup and sanitizing code a bit.
2005-03-15 00:26:15 +00:00
jst%mozilla.jstenback.com
52f4fd06ea
Whitespace cleanup and sanitizing code a bit.
2005-03-15 00:07:46 +00:00
jst%mozilla.jstenback.com
a344605f63
Whitespace cleanup to get some consistency into this code.
2005-03-14 22:49:00 +00:00
emaijala%kolumbus.fi
50d85ee8f2
Attempt to fix VC6 bustage of previous checkin
2005-03-11 19:57:55 +00:00
emaijala%kolumbus.fi
f4e4d32101
Fix for bug 285000: MouseTrailer tweaks and fixes.
...
r+sr=bzbarsky
2005-03-11 18:46:56 +00:00
caillon%redhat.com
a0e07a4bd8
text corresponds with base. Supplementary patch to bug 282141. r=dbaron sr=dmose
2005-03-08 21:54:34 +00:00
timeless%mozdev.org
deb268915a
Bug 278058 non-editable and disappearing character exists on password field when using ATOK
...
patch by masayuki@d-toybox.com r=timeless sr=bz
2005-03-07 12:25:26 +00:00
smontagu%smontagu.org
52ae479fae
Remove obsolete define of MOZ_AIMM. Bug 170852, patch by sdwalker@myrealbox.com, r=bryner, sr=neil
2005-03-06 10:34:01 +00:00
jshin%mailaps.org
e24a4caff3
bug 279816 : Active(Global) IME is not activated on Win 9x/ME patch by masayuk, r=jshin, sr=neil
2005-03-02 08:03:13 +00:00
caillon%redhat.com
78730b5ca0
Making eyes bleed less, one file at a time.
...
rs=blizzard
2005-02-28 20:37:50 +00:00
bzbarsky%mit.edu
c2d5dc3304
Followup fix to bug 125386 -- on Windows, we need to make sure that the
...
MouseTrailer events fire off the Mozilla event queue, so we don't reenter drag
code. Patch by me and ere, r=ere on the parts I wrote, r+sr=me on the parts
ere wrote. This is wallpaper; we need a real fix here.
2005-02-27 17:52:44 +00:00
sergei_d%fi.tartu.ee
df36b2dfa0
bug 283629. Set higher priority for appsehll. r=sergei_d. BeOS-only, no sr required
2005-02-25 18:07:56 +00:00
dougt%meer.net
f821b76ad8
bug 281948. WinCE changes to GFX and Widget. r=ere, sr=darin
2005-02-23 07:07:51 +00:00
cbiesinger%web.de
ebaa137557
283185 [beos] forward-declare BView, since not all versions of Clipboard.h seem
...
to include View.h r=sergei_d
2005-02-22 22:13:24 +00:00
bzbarsky%mit.edu
c3e64cf6a3
Make the IME candidate window show up in the right place on GTK2. Bug 281339,
...
patch by Takuro Ashie and Hiroyuki Ikezoe <poincare@ikezoe.net>, r+sr=blizzard
2005-02-22 18:04:54 +00:00
peterv%propagandism.org
1b5e7a6fd4
OS X part of fix for bug 125386 (flyout menu disappears when mouse passes over scrollable div or iframe). r=jhpedemonte, sr=sfraser.
2005-02-20 09:56:29 +00:00
sergei_d%fi.tartu.ee
4ef6884d91
bug 282031. Use suspend/resume_thread instead syncsem for synchronous events. r=sergei_d. no sr required - BeOS-only
2005-02-19 19:54:43 +00:00
caillon%redhat.com
91b1a1e9ca
Bug 282427
...
Consolidate XInternAtom calls to reduce roundtrips to the X-server.
r+sr=blizzard
2005-02-19 16:11:58 +00:00
jst%mozilla.jstenback.com
48a9ab5e12
Additional changes needed to fix bug 280947 (dragging of images whose extension doesn't map to the right mimetype on the client is broken). r=bzbarsky@mit.edu, sr=dveditz@cruzio.com
2005-02-18 19:18:20 +00:00
aaronleventhal%moonset.net
6f010e6426
Bug 282588. MozillaContentWindowClass on frames and iframes confuses screen readers. r=ere, sr=neil
2005-02-18 14:24:43 +00:00
ginn.chen%sun.com
72445af240
Bug 172203 Use GTK2 setting to determine if textfields should be selected when tabbed to
...
patch=andersca at gnome.org r=blizzard sr=bryner
2005-02-18 06:13:33 +00:00
roc+%cs.cmu.edu
a3660b0433
Backing out bug 278353 since it causes Tdhtml to crash
2005-02-17 20:22:38 +00:00
roc+%cs.cmu.edu
879cf24bf6
Bug 278353. GTK1 needs to fix the z-order of widgets after showing them, because showing them brings them to the top, perhaps undesirably. r+sr=blizzard, a=me
2005-02-17 03:12:46 +00:00
cbiesinger%web.de
fcf9b7c86f
Bug 108170 [gtk2] make GDK_KP_Separator map to ',' rather than '|'
...
patch by Alexander Skwar <askwar@digitalprojects.com> r=blizzard sr=bryner
a=caillon
2005-02-16 14:21:38 +00:00
cbiesinger%web.de
558421784f
Bug 108170 [gtk1] make GDK_KP_Separator map to ',' rather than '|'
...
patch by Andreas M. Schneider <c@c07.de> r=caillon sr=bryner a=dbaron
2005-02-16 14:18:38 +00:00
caillon%redhat.com
5a3456c805
Bug 282141 - Request base, not bg, from gtk2 for the correct window background color.
...
r=marco, sr=blizzard, a=asa
2005-02-16 13:07:13 +00:00
smfr%smfr.org
1bc071b87a
Fix bug 281732: event handling in camino's native popup got broken when screen-relative coordinates in Cocoa widget were fixed (bug 281470), which caused the nsComboboxControlFrame/nsListControlFrame code to start doing mouse capture, and showing the XUL popup. This revealed a bug in nsCocoaWindow, which failed to set the window type in some situations. This change only affects Camino.
2005-02-16 05:14:59 +00:00
jshin%mailaps.org
890a301a7e
bug 281184 : When WXG (a Japanese IME) is used, the composition window stays on even after the composition ends : patch by Masayuki Nakano, r=timeless, sr=bz, a=cailon
2005-02-15 17:33:11 +00:00
smfr%smfr.org
fa4b4472bf
Fix bug 282295: drag feedback uses wrong cooridinates in Camino. Remove Cocoa-only #ifdeffed code that reversed the drag region Y coordinate because it's no longer needed after the fix for bug 281470. r=pink. This change only affects Camino.
2005-02-15 16:52:20 +00:00
marco%gnome.org
3ba394656f
280928 Keep a reference on the window when emitting
...
events that can cause window destruction, and we need to
access the window after emission
r=caillon sr=blizzard
2005-02-14 09:51:25 +00:00
amardare%qnx.com
f49ac0461f
Changes for qnx/photon platform only.
...
Fixed a few compiling error after syncronizing with the head branch.
2005-02-13 18:53:19 +00:00
dougt%meer.net
4b5a2fad7a
bug 271732. Ensures that the file get dialog never returns a dereferenced shortcut. r=bryner, sr/a=dveditz
2005-02-11 23:32:03 +00:00
roc+%cs.cmu.edu
1877818a43
Bug 281743. Don't mess around with vestigial GTK2 widgets. r+sr=blizzard, a=dbaron
2005-02-10 23:39:44 +00:00
sergei_d%fi.tartu.ee
652bb7fae6
*** empty log message ***
2005-02-10 18:55:32 +00:00
pedemont%us.ibm.com
90c4f563aa
Bug 246245 - Fix leak. r=sfraser, sr=peterv.
2005-02-08 19:28:09 +00:00
smfr%smfr.org
fe53b261c5
Fix bug 281470: vertical scrolling is reversed on Google Maps. Fix WidgetToScreen() and ScreenToWidget() to adjust for reversed Cocoa-style screen coords.
...
Also remove pre-10.2 cruft, an unused function, and fix some warnings. r=pinkerton.
2005-02-08 17:34:09 +00:00
cbiesinger%web.de
b5fc00bb20
forward-declare nsIDocShell rather than including the header. 277329 r=roc sr=bz
2005-02-05 18:17:10 +00:00
timeless%mozdev.org
5957d55507
replacing fancy bullets (which chardet incorrectly guesses is a chinese character) with asterisks
...
sr=smfr
not part of the build (the ifdef isn't defined)
2005-02-04 22:15:08 +00:00
bryner%brianryner.com
ed870113ca
Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron.
2005-02-04 21:10:45 +00:00
dveditz%cruzio.com
482ee97b73
bug 280522 misplaced null after WideCharToMultiByte conversion. Thanks to
...
Christian Franke for the nsToolkit.cpp patch (r=dveditz,sr=dbaron).
nsNativeAppSupportWin.cpp patch r/sr=bzbarsky.
2005-02-03 23:28:46 +00:00
bryner%brianryner.com
67dba23ae4
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
smfr%smfr.org
b262a53f86
Fix bug 280200, patch by <waveridervsnrz@yahoo.co.jp> -- improve IME look and feel by tweaking constants. Also standardized method name case. r=josh, sr=me
2005-02-03 07:15:55 +00:00
bzbarsky%mit.edu
949dc5fa14
Add a way for IME to query the caret position. Bug 278061, patch by
...
Masayuki Nakano (Mozilla Japan) <masayuki@d-toybox.com>, r=smontagu,glazou,
sr=bzbarsky
2005-02-01 19:24:59 +00:00
smfr%smfr.org
5516fb204e
Remove obsolete native widget files, and do some minor cleanup. Bug 279510, r=pinkerton
2005-01-29 02:09:21 +00:00
dbaron%dbaron.org
8993baf11c
Convert CR-LF and CR linebreaks to LF.
2005-01-28 20:01:46 +00:00
smfr%smfr.org
8eaec170ab
Fix bug 279510: remove all the pre-Carbon code and TARGET_CARBON #idfefs from widget. Patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net>, r=pink, sr=me
2005-01-28 17:59:37 +00:00
mkaply%us.ibm.com
7512343a24
#280063
...
r=mkaply
Patch from Rich Walsh - fix some OS/2 drag drop issues
2005-01-28 16:10:31 +00:00
roc+%cs.cmu.edu
86e95f1475
Bug 261238. Make widget z-ordering a closer approximation to what CSS2 wants. Also make GTK2 actually implement widget z-ordering. r=bzbarsky,blizzard sr=bzbarsky
2005-01-27 20:49:47 +00:00
smfr%smfr.org
4b070b02ee
Fix bug 278655: we double-dispatched some mouse events because of the middle-click Carbon Event handler. Fix by making that handler only dispatch middle clicks, and returning noErr only when we think the event has been handled. Patch by yours truly and Steven Michaud <smichaud@pobox.com>, sr=me, r=pink.
2005-01-26 04:40:39 +00:00
peterv%propagandism.org
e02251330d
Fix for bug 277845 (live sheet resizing is broken (regression from bug 223545)). r=pedemonte, sr=smfr.
2005-01-25 14:06:59 +00:00
timeless%mozdev.org
33ac720268
Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows) nsFilePicker::ShowW
...
r=neil sr=neil
2005-01-25 11:57:29 +00:00
aaronleventhal%moonset.net
c4206c2511
Bug 279105. International keyboard input completely broken (typed text displays as accented Latin-1). r=ere, sr=roc
2005-01-24 03:29:14 +00:00
smfr%smfr.org
10c42861bc
Fix up the code that gets the "AppleKeyboardUIMode" system pref to look at the second bit of the value, rather than the value itself. Also add scope for the fullKeyboardAccessProperty variable, and check the result of CFNumberGetValue. Bug 187508.
2005-01-22 06:38:31 +00:00
aaronleventhal%moonset.net
42a25db572
Bug 279152. Keys swallowe dwhen tpying into a textarea or input, regression from bug 167145. r=caillon, sr=bryner
2005-01-20 19:55:48 +00:00
bryner%brianryner.com
956ddd5106
Remove nsIXULContent. Bug 276698, r=sicking, sr=jst.
2005-01-19 20:05:02 +00:00
aaronleventhal%moonset.net
e459658839
Fixing bustage
2005-01-19 03:11:34 +00:00
aaronleventhal%moonset.net
84910111ef
Bug 167145. When PreventDefault() called for onkeydown event, do the same for onkeypress that follows. r=bryner, sr=neil
2005-01-19 02:38:59 +00:00
smfr%smfr.org
a08b0e6ae5
Fix bug 269561: orphaned dropdown left after selecting an item in a combo box. Fix some code in nsMacWindow that could erroneously change the visibility of the window from false to true. r=pinkerton, sr=bzbarsky
2005-01-17 23:54:34 +00:00
pedemont%us.ibm.com
796e6589a6
Bug 269480 - Zooming uses wrong rect. Patch by ccarlen. r=pinkerton, sr=sfraser
2005-01-17 23:21:33 +00:00
smfr%smfr.org
8b05973233
Fix part of bug 245623: when doing an objdir build, symlink the 'cursors' directory into the objdir so that the Camino Xcode project can pick it up.
2005-01-16 21:15:43 +00:00
emaijala%kolumbus.fi
030c226593
Fix for bug 277795: Dropdown lists are rolluped by MS-IME
...
Patch by Masayuki Nakano
r=emaijala
sr=bzbarsky
2005-01-14 19:23:06 +00:00
timeless%mozdev.org
65470e27d2
Fixing build bustage (sacrificing macro which doesn't work because some methods are implemented by the base class)
2005-01-14 14:40:17 +00:00
timeless%mozdev.org
e718f98397
Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows)
...
nsFilePicker::ShowW
r=neil sr=neil
removing stray character
2005-01-14 12:02:50 +00:00
timeless%mozdev.org
70be16dcdc
Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows) nsFilePicker::ShowW
...
r=neil sr=neil
2005-01-14 11:41:37 +00:00
timeless%mozdev.org
16e63c0085
Bug 276278 [BeOS] Dropdown boxes are dislocated
...
patch by Niels.Reedijk@gmail.com r=sergei_d
2005-01-14 08:30:53 +00:00
bryner%brianryner.com
cd3200aa40
Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin.
2005-01-13 03:25:28 +00:00
jshin%mailaps.org
3bb6f2cc92
bug 275199 : Cannot reconvert with Japanist(Japanese IME) on WinNT patch by masayuki@d-toybox.com, r=ere, sr=bz, a=asa
2005-01-11 04:31:18 +00:00
smontagu%smontagu.org
aade2a857f
Bug 277467: Memory leak in nsLookAndFeel::GetMetric. patch by Asaf Romano <bugs.mano@mail-central.com>, r=joshmoz, sr=sfraser, a=asa.
2005-01-09 14:07:24 +00:00
neil%parkwaycc.co.uk
533df7b812
Null check followup b=187508 p=bugs.mano@mail-central.com r=pink sr=me a=asa
2005-01-07 20:32:26 +00:00
mkaply%us.ibm.com
e1b8db3044
277339 - Os/2 build bustage - a=mkaply
2005-01-07 01:18:16 +00:00
timeless%mozdev.org
0f16244b59
Bug 187508 Follow "full keyboard access" setting in System Preferences for tabbing navigation
...
patch by bugs.mano@mail-central.com r=aaronl sr=neil a=asa
2005-01-06 23:41:52 +00:00
cbiesinger%web.de
e8e4d3ca60
fixing beos bustage
2005-01-06 22:28:44 +00:00
bzbarsky%mit.edu
99df5c71c0
Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
...
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bzbarsky%mit.edu
cf1a563b1a
Don't do recursive invalidation in the GTK2 widget impl -- the viewmanager
...
already recurses, and does a smarter job of it. Partial fix for bug 266582,
r=blizzard, sr=bryner
2005-01-04 16:34:36 +00:00
bzbarsky%mit.edu
6c0ddda12c
Fixing mac bustage
2005-01-03 23:44:56 +00:00
bzbarsky%mit.edu
1601d80e99
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
timeless%mozdev.org
70a0bf7639
Bug 276136 Duplicate include in nsDataObj.cpp
...
patch by Hans-A.Engel@unibas.ch r=dean_tessman sr=smfr
2005-01-03 19:26:09 +00:00
timeless%mozdev.org
1a55cdb266
More fallout from Bug 237745. ports only build bustage
2004-12-31 20:00:16 +00:00
cbiesinger%web.de
b71e2a3790
38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on
...
CSS "cursor" Properties
for dom,layout,content: r+sr=bz
for widget: r+sr=roc
2004-12-30 21:56:11 +00:00
joshmoz%gmail.com
b5905c1157
Implement nsChildView::CancelIMEComposition() in cocoa widgets. b=272964
2004-12-29 18:27:46 +00:00
smfr%smfr.org
726a1a4b01
Checking in CFRunLoop patch in bug 271050 to test pageload performance in Camino. r=pinkerton
2004-12-29 06:07:31 +00:00
mkaply%us.ibm.com
4dd1f0fc09
OS/2 only updates for CSS3 cursor support
2004-12-28 21:05:27 +00:00
cbiesinger%web.de
47d7110411
Bug 274281 [BeOS] BeOS lets events stay in port through the 'restarts' in LaunchChild causing crashes on faulty events.
...
patch by tqh <thesuckiestemail@yahoo.se> r=sergei_d sr=shaver (for the xpcom/ part)
2004-12-28 13:56:17 +00:00
bmlk%gmx.de
9cf54c76ba
improve directory selection for beos bug 267219 p=Niels.Reedijk@gmail.com r=thesuckiestemail r=sergei_d
2004-12-27 18:51:18 +00:00
gerv%gerv.net
81ac4dc799
iBug 236613: change to MPL/LGPL/GPL tri-license.
2004-12-27 18:45:32 +00:00
pedemont%us.ibm.com
c9a3ca113c
Forgot null check for checkin of bug 257546
2004-12-27 16:09:59 +00:00
bmlk%gmx.de
d3197a9276
remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron
2004-12-26 19:48:54 +00:00
joshmoz%gmail.com
b872391cfa
correct caret behavior during IME input. This patch also apparently fixes bug 264515. b=232406 sr=pinkerton
2004-12-23 17:59:53 +00:00
smontagu%smontagu.org
be39df6daf
Bug 271228: On GTK2, first press of modifier + key sends KEY_PRESS event but no KEY_DOWN. r=aaronleventhal, sr=neil.parkwaycc.co.uk
2004-12-21 12:11:22 +00:00
bsmedberg%covad.net
fff2ac6ea1
Bug 273877 - Embedders should intialize the widget toolkit (XUL apps in nsAppRunner.cpp), instead of using nsIAppShell::Create) r=darin sr=roc
2004-12-20 21:53:33 +00:00
neil%parkwaycc.co.uk
9336df6957
MinGW fix for bug 250392 p=brofield@jellycan.com r=me sr=dmose
2004-12-20 16:27:12 +00:00
ginn.chen%sun.com
0b2951ba2c
Bug 268371 memory leak in nsLookAndFeel::GetMetric()
...
patch maker=brian.lu@sun.com r=blizzard sr=rbs
2004-12-17 05:39:19 +00:00
neil%parkwaycc.co.uk
679739496a
Bug 266513 GTK dependent windows not persisting position correctly, roc suggests backing out part of his patch to bug 264245 r+sr=blizzard
2004-12-16 23:43:42 +00:00
pedemont%us.ibm.com
16e3e0ddd3
Bug 151249 - Middle-click on link doesn't work on Mac. r=pinkerton, sr=sfraser.
2004-12-15 16:32:02 +00:00
bryner%brianryner.com
d9626f6746
Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron.
2004-12-15 05:52:44 +00:00
bsmedberg%covad.net
79241940e8
Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees.
2004-12-09 19:28:35 +00:00
ere%atp.fi
7ddd1f5ea0
Bug 186549: add a pref. that allows different windows to retain their own input locale settings
...
Patch by Masayuki Nakano
r=emaijala
sr=bzbarsky
2004-12-09 19:01:35 +00:00
ere%atp.fi
d46f71b538
Fix for bug 264708: Single-bit transparency not supported on Win98
...
Patch by Dainis Jonitis
r=emaijala
sr=roc
2004-12-09 17:56:46 +00:00
amardare%qnx.com
1ff4a395f8
Change for qnx(photon) platform only. It should not affect runtime/buildig other platforms.
...
Temporary fix until PR:22930 is fixed in libph. The library insist in making any PtRegion widget
sensitive and opaque to key events. Thi shappen if after realizing it, a resource ( like
Pt_ARG_POS or Pt_ARG_DIM ) is set. Such a region will completely block any key events from reaching
any application, if the mouse is in top of it. To test open the url bar, place the mouse in top
of the list and type something. The key events are not reaching anybody.
2004-12-09 14:53:27 +00:00
neil%parkwaycc.co.uk
c4c3378210
Bug 244685 Implement SourceURL for CF_HTML clipboard copy/drag'n'drop p=david.gardiner@unisa.edu.au r=dean_tessman sr=me
2004-12-07 14:13:54 +00:00
ere%atp.fi
d5727b91f0
Oops, backing out previous commit of wrong files.
2004-12-06 15:07:36 +00:00
ere%atp.fi
e9dbf6a0da
Fix for bug 270812: Cannot print after printer was renamed
...
Patch by Masayuki Nakano,
r=emaijala
sr=bzbarsky
2004-12-06 15:03:42 +00:00
aaronleventhal%moonset.net
85653ea54c
Bug 262894. Assistive technology hotkeys that use Alt key trigger Mozilla menu bar. Also fixes Windows 95/98 bug where Alt+tab would focus menu bar. Patch by Neil Rashbrook. r=aaronlev, sr=bryner
2004-12-03 22:32:50 +00:00
zack%kde.org
e3192dfcb6
This fixes most focus issues (br:263927). Propagation of the focus seems
...
very slow though
2004-12-03 22:14:28 +00:00
zack%kde.org
fc7746a6a5
Patch from Michal Ceresna fixing 272593. Good catch, I forgot to update after
...
change which stopped children from propagating events back to the containers
due to which direct invalidation of the children wasn't working.
2004-12-02 22:53:13 +00:00
gerv%gerv.net
670fb87360
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-12-01 22:27:03 +00:00
pedemont%us.ibm.com
15717f0bf7
Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner
2004-12-01 17:33:16 +00:00
pkw%us.ibm.com
473ae34fc0
Bug 264210 - save as, webpage complete doesn't work with gtk2 filepicker
...
r=caillon@gmail.com , sr=blizzard@mozilla.org
2004-11-30 22:07:50 +00:00
zack%kde.org
97c0e697d4
ifdef most of the debugging output
2004-11-29 00:37:59 +00:00
smontagu%smontagu.org
8d29d95760
Mac implementation of nsIBidiKeyboard. Bug 266551, patch by Asaf Romano <mozilla.mano@sent.com>, r=jhpedemonte, sr=bzbarsky
2004-11-28 18:36:23 +00:00
bryner%brianryner.com
29c70cffe8
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
timeless%mozdev.org
d01dd1aa4c
Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
...
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
mkaply%us.ibm.com
8d134e4d51
#269632
...
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Dainis Jonitis - add debug paint flashing for OS/2
2004-11-22 17:36:44 +00:00
zack%kde.org
f6fb51a99f
hmm, i forgot about the lack of rtti. fixes 267626
2004-11-21 23:20:00 +00:00
timeless%mozdev.org
f2bfa0873d
Bug 269925 /Users/timeless/mozilla/widget/src/mac/nsWindow.cpp: warning: `Boolean control_key_down()' and `long long int microseconds()' defined but not used
...
r=pedemonte sr=bz
2004-11-15 18:40:53 +00:00
jshin%mailaps.org
2002afaacf
bug 163572 : converted string is inserted every time space key is pressed patch by masayuki@d-toybox.com (r=pinkerton,bryner,amardare,emaijala,sfraser,roc, sr=bryner,sfraser,roc)
2004-11-13 11:27:09 +00:00
pedemont%us.ibm.com
455bdbf7a0
Bug 257546 - sheet support implemented incorrectly. r=peterv, sr=sfraser.
2004-11-12 16:42:58 +00:00
pedemont%us.ibm.com
435b59e6a3
Bug 204636 - window minimize support. Patch by Asaf Romano. r=jhpedemonte, sr=sfraser.
2004-11-10 18:57:31 +00:00
pedemont%us.ibm.com
121f6b9b36
Bug 237136 - fix zooming on Mac. r=peterv, sr=sfraser
2004-11-10 17:01:59 +00:00
timeless%mozdev.org
fb483e6b15
Bug 106386 Correct misspellings in source code
...
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
darin%meer.net
950a78482d
fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
2004-11-07 23:59:35 +00:00
kjh-5727%comcast.net
a596996192
Bug 267823 - nsWindow.cpp contains ONWORKSPACE instead of nsWindow::ONWORKSPACE - BeOS-only. Patch by Niels.Reedijk@gmail.com, r=sergei_d.
2004-11-06 21:42:01 +00:00
bzbarsky%mit.edu
5680d16cc5
Invalidate the screen position cache on scroll so popups come up in the right
...
places. Bug 64902, r+sr=roc
2004-11-03 15:51:59 +00:00
mkaply%us.ibm.com
e29a6a871d
#267237
...
r=pedemonte, sr=blizzard (platform specific), a=mkaply
OS/2 only - limit length of titlebar text to overcome OS bug
2004-11-03 13:57:16 +00:00
ginn.chen%sun.com
c31abf35ac
bug 265194 Mozilla can't play wav file correctly on solaris sparc
...
patch maker:leon.sha@sun.com r=bryner sr=darin
2004-11-03 09:13:04 +00:00
darin%meer.net
189ba5e5c4
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
2004-11-01 18:50:36 +00:00
roc+%cs.cmu.edu
3b7e30e209
Bug 265983. GTK1 needs GetNativeData(NS_NATIVE_WIDGET) to be passed as the native parent, not NS_NATIVE_WINDOW. r+sr=bzbarsky
2004-10-30 12:57:46 +00:00
bzbarsky%mit.edu
090b486e66
Push view update batching up to the root view manager. Make all associated
...
members only be accessed by the root view manager. Document the invalidation
setup a bit. Bug 244290, r+sr=roc
2004-10-29 20:47:25 +00:00
bsmedberg%covad.net
e08012b8b7
Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil
2004-10-29 19:28:38 +00:00
pedemont%us.ibm.com
7c83ee40aa
Bug 264235 - check for resize to (0,0). r=pinkterton, sr=roc.
2004-10-29 19:01:01 +00:00
pedemont%us.ibm.com
3a19819b54
Bug 264235 - context menus broken. r=pinkerton, sr=roc
2004-10-28 21:22:22 +00:00
timeless%mozdev.org
5e730ee0bc
Bug 265336 GetService klookandfeel instead of CreateInstance
...
r=biesi sr=dmose
2004-10-28 07:25:57 +00:00
mkaply%us.ibm.com
1aa66c92da
#265841
...
r=mkaply, sr=blizzard (platform specific)
Patch from Weilbacher - OS/2 menus are positioned wrong
2004-10-27 17:29:18 +00:00
ginn.chen%sun.com
07450eb9c0
bug 251492 [gnome]selected item text wrong color in high-contrast themes
...
ginn.chen%sun.com r=bryner sr=dbaron
also fix bug 244955 [GNOME] incorrect system colors for the menu item text
2004-10-26 01:45:28 +00:00
darin%meer.net
52ac61d678
landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner
2004-10-25 19:34:45 +00:00
timeless%mozdev.org
5f1b6329f9
Bug 157994 Code in in nsDataObj.cpp prone to buffer overflow , and generally awful
...
patch by daniel_atallah@yahoo.com r=dean_tessman sr=sfraser
2004-10-25 06:15:52 +00:00
roc+%cs.cmu.edu
bb89d768de
Bug 264245. Document requirement that popups have no nsIWidget parent. r+sr=bzbarsky
2004-10-21 18:36:57 +00:00
roc+%cs.cmu.edu
72ab57d855
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
bee1492818
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
3c67eff375
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
81e0d94c08
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
7b8181ffb9
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
9831eb8e75
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
1d7d91ceed
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
507e01d04e
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
7ca16b1dd9
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
8ce77972a9
fixing qt bustage. Bug #264266 , qt-only
2004-10-13 23:04:52 +00:00
zack%kde.org
8ab3d601bb
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
68d2914c4e
Fix gtk warnings on older gtk versions (bug 255656, r+sr=dbaron).
2004-10-13 20:35:06 +00:00
roc+%cs.cmu.edu
407418eef2
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
ca0cd1c767
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
8a0c9d8ce7
fixing popup placemant and switching some method sigs to the proper ones
2004-10-12 19:48:56 +00:00
caillon%redhat.com
ce415704da
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
cc07de278b
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
38667d5d48
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
15514ee519
that's rubbish (removing deprecated headers)
2004-10-11 13:36:10 +00:00
zack%kde.org
462fea1107
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
848adcb31c
Bug 262899 nsITransferableOverride instead of nsIClipboardDragDropHooks in comments
...
p=CTho r=blizzard sr=roc
2004-10-06 16:59:03 +00:00