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