Commit Graph

6006 Commits

Author SHA1 Message Date
flamingice%sourmilk.net
622c76486a Bug 297636, crash on dnd to self-closing window, r+sr=roc, a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@209956 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-13 00:49:47 +00:00
sayrer%gmail.com
c77701af65 bug 348669. swap out nsCRT::free where necessary. r=timeless, sr=dbaron, a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@209878 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-12 18:26:49 +00:00
neil%parkwaycc.co.uk
27cfa96162 Bug 313927 - win32: opening a transparent/tranlucent window with "popup" shows taskbar item r=Dainis_Jonitis sr=me a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@209255 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-06 09:11:14 +00:00
bent.mozilla%gmail.com
5610eea8f2 Bug 347626 - "Touchpad (two-finger) scrolling way too fast in trees". Disable pixel scrolling. Patch by Mark Mentovai <mark@moxienet.com>. r+sr=roc, a=schrep.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@209012 18797224-902f-48f8-a5cc-f745e15eee43
2006-09-01 19:10:14 +00:00
mark%moxienet.com
8aaff4f256 345388 Crashes frequently on 10.3, often related to manipulating popup windows. Crashes [@ CoreGraphics.203.30.0 + 0x13ceb0] [@ nsImageMac::DrawToImage] [@ CGImageGetData] [@ CGImageEPSRepRelease] due to memory corruption. Don't fade out pop-ups to hide them on 10.3. r=josh a/1.8.1=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208723 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-29 18:03:27 +00:00
roc+%cs.cmu.edu
e3cb14f3b8 Bug 349790. Don't crash when GTK2's 'confirm ovewrite' prompt API is not available. Patch by jst, r+sr=roc,a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208686 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-29 01:31:00 +00:00
roc+%cs.cmu.edu
aa45d11b39 Bug 341218. Use GTK2's built-in 'confirm overwrite' prompt if available. r+sr=bryner,a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208685 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-29 01:30:08 +00:00
flamingice%sourmilk.net
2fd6a865a4 Bug 68804, Sound output cracks, r+sr=roc a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208457 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-25 20:29:26 +00:00
mark%moxienet.com
24ae782d96 348398 Double-clicking deselected tree item in background window opens previously selected item. Kill double-clicks when activating or deactivating a window, or on keypresses or text input. r=josh sr=pink a/1.8.1=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208447 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-25 19:46:31 +00:00
mark%moxienet.com
4563520393 339346 Proper CJK input in Flash impossible (NS_KEY_DOWN events sent during IME input). Watch the TSM document during keydown. If it doesn't belong to the window, send events to TSM before dispatching keydown to give plugins a crack at the data. Send keydowns if TSM doesn't handle the event. r=josh sr=pink a/1.8.1=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208446 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-25 19:43:05 +00:00
mark%moxienet.com
481368b671 345564 Hang during login to financial institution site: yet another sheet contention problem. r=josh sr=pink a/1.8.1=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208302 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-24 16:44:25 +00:00
smontagu%smontagu.org
625684a3c1 Set the caret direction marker from gdk_keymap_get_direction(). Branch-only fix, author Behnam Esfahbod <behnam@zwnj.org>. Bug 348712, r=smontagu, sr=roc, a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208279 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-24 03:34:14 +00:00
dougt%meer.net
53a7688046 Bug 349106. Using nsIObserver service to push event instead of keybd_event due to some devices not responding as expected. r=dveditz, a=beltzner, wince only.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208218 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-23 19:39:58 +00:00
dougt%meer.net
a785186d38 Bug 349106. Allow back key to repeat and softkeys to context click when held. r=dveditz, a=beltzner, wince only.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@208190 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-23 16:50:21 +00:00
dougt%meer.net
cb5b561c1a Windows CE ONLY
1. Use PostMessages as we do not care about the immediate result nor wish to
wait.

2. Remove gSoftKeyMenuBar as we want all toplevel, dialog, and popup windows to
have a softkey menu bar.

3. Reverting the SWP_NOACTIVATE flag to SetWindowPos.  It really seams that we
can't click on the popup's without this.  Because of this change, I also
reverting the check in DealWithPopups for the WM_ACTIVATE flag.

4. When handling the gesture in left mouse down, we always want to return zero.
Enabling WM_IME_ on windows ce.  The APIs are present, we just were ifdef'ing
out the messaging handling.

sr=dveditz, a=mconnor


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@207487 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-15 20:14:37 +00:00
joshmoz%gmail.com
41afcf697b fix XUL menu rollup when accessing native menu items. b=348371 r=mento sr=pinkerton a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@207392 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-14 23:40:33 +00:00
silver%warwickcompsoc.co.uk
ad1e7627de Bug 300689 - Activate another window when minimizing and using the trim hack. r=ere sr=bryner a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@207329 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-14 17:50:41 +00:00
sergei_d%fi.tartu.ee
4f0d1fecb0 [BeOS]Bug 315906, landing to FF 1.8.1 branch, p=sergei_d, r=thesuckiestmail, a=dbaron, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@207062 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-10 18:09:03 +00:00
gavin%gavinsharp.com
17e1f9ef95 Bug 340314: Sound is played to random file descriptors, corrupting mailboxes, address books, cert DBs, patch by Michael Wu <michael.wu@mozilla.com>, r+sr=roc, a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@207023 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-09 23:52:51 +00:00
dougt%meer.net
51a329e354 bug 297683. r=dveditz, a=drivers.
window ce only.

This fixes a regression caused my the last check-in (patch v.A1).  The
regression caused WM_HOTKEY events from never occuring when a popup window
(such as a xul menu) was displayed.  The reason for this is that the activation
state on windows ce differs a bit from windows 32 (do to the lack of a
cancelable mouse activation message).  Short story is that it seams we have to
mask any activation events during popup handling.

problems still exist with multiple menus (for example, a menu containing a menu
)


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206985 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-09 17:39:04 +00:00
sergei_d%fi.tartu.ee
4a6785d3f5 [BeOS]Bug 129411, landing to 1.8.1 branch, p=sergei_d, r=thesuckiestmail, a=beltzner, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206917 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-08 19:10:52 +00:00
mark%moxienet.com
2bc1320fa0 346878 Leaking menu items and toplevel windows due to differences between trunk and branch APIs after bug 344238. r=josh sr=darin a/1.8.1=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206752 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-07 21:00:02 +00:00
mark%moxienet.com
f02625bb89 46177 Show icons in native Mac menu items. r=josh sr=bryner a/1.8.1=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206611 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-04 18:52:26 +00:00
sergei_d%fi.tartu.ee
7985211c90 [BeOS]Bug 314792, landing to 1.8.1 branch, p=sergei_d, r=thesuckiestmail, a=mtschrep, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206600 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-04 18:23:04 +00:00
sergei_d%fi.tartu.ee
61c33dab8f [BeOS]Bug 313326, landing to 1.8.1 branch, p=sergei_d, r=cbiesinger, a=mtschrep, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206593 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-04 18:13:21 +00:00
(no author)
5993cbb669 This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206576 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-04 16:14:08 +00:00
sergei_d%fi.tartu.ee
fb0ea872da [BeOS]Bug 314110, r=sergei_d, a=drivers, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206534 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-04 00:14:36 +00:00
sergei_d%fi.tartu.ee
b999bc17b4 [BeOS]Bug 315726, r=thesuckiestemail, a=drivers, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206531 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-04 00:07:24 +00:00
mark%moxienet.com
ed6db8464e 344006, 344150, 338642 Activate and deactivate events can come in strange sequences and quantities, causing bad effects such as loss of text input. Maintain state and fill in the gaps. r=josh sr=pink a/1.8.1=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206424 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-02 18:51:11 +00:00
mark%moxienet.com
af157fb1b5 337545 Images can draw in the wrong location immediately after resizing a window. Don't call LockPortBits in an update. Optimize update handling. Should also fix 314900. r=josh sr=bryner a/1.8.1=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206423 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-02 18:49:38 +00:00
sergei_d%fi.tartu.ee
a7a8e92710 [BeOS]Bug 315542, landing to 1.8.1 branch,r=thesuckiestemail, p=sergei_d, a=mconnor, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206406 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-02 17:14:41 +00:00
mark%moxienet.com
c7989e4bd0 26269 Send NS_KEY_DOWN and NS_KEY_UP events when modifier keys are pressed and released on the Mac. r=josh sr=pink a/1.8.1=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206138 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-31 15:20:24 +00:00
gavin%gavinsharp.com
94794bfe2a Bug 345538: Can no longer drag extensions or themes into Add-ons manager to install them (drags from outside Mozilla don't work), patch by Michael Wu <michael.wu@mozilla.com>, r+sr=roc, a=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206077 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-30 04:47:03 +00:00
sergei_d%fi.tartu.ee
8151faa6c8 [BeOS]Bug 315576, landing to 1.8.1 branch,r=thesuckiestemail, p=sergei_d, a=mtschrep, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@204969 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-27 19:49:49 +00:00
sergei_d%fi.tartu.ee
99ed90836b [BeOS]Bug 229603, landing to 1.8.1 branch,r=thesuckiestemail, p=sergei_d, a=mtschrep, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@204968 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-27 19:47:03 +00:00
sergei_d%fi.tartu.ee
16159341ec [BeOS]Bug 315208, landing to 1.8.1 branch,r=thesuckiestemail, p=Niels.Reedijk@gmail.com, a=mtschrep, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@204967 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-27 19:38:45 +00:00
joshmoz%gmail.com
6e8aa05af3 Using a key shortcut should 'flash' the menu title. b=50590 r=mento sr=pinkerton a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@204938 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-27 17:25:10 +00:00
emaijala%kolumbus.fi
d1c634844b Additional fix for bug 259816: Browser steals focus from program selected in 'Open With' dialog
r=neil
sr=roc
a=beltzner


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203747 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-26 19:06:59 +00:00
dougt%meer.net
7c0d353442 fixing copy and paste and crash during popup closing. r=dveditz, b=343002, a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203650 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-25 18:48:49 +00:00
mark%moxienet.com
b9db3dbb09 345425 onDragExit in tabbrowser.xml is called with aDragSession.sourceNode null when a tab is dropped on itself. Eliminate extra call to EndDragSession. r=josh sr=pink a/1.8.1=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203648 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-25 18:47:04 +00:00
sergei_d%fi.tartu.ee
4400a159bd [BeOS]Bug 242315, landing to 1.8.1 branch,r=sergei_d, p=koki@digintrans.com, a=darin, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203625 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-25 12:02:52 +00:00
sergei_d%fi.tartu.ee
6370bd02b6 [BeOS]Bug 312660, landing to 1.8.1 branch,r=sergei_d, p=thesuckiestemail, a=darin, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203624 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-25 11:21:12 +00:00
sergei_d%fi.tartu.ee
0563c064a0 [BeOS]Bug 314687, landing to 1.8.1 branch,p=sergei_d, r=thesuckiestemail, a=beltzner, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203551 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-24 21:19:10 +00:00
sergei_d%fi.tartu.ee
6cd8ca1f1e [BeOS]Bug 312638, landing to 1.8.1 branch, p=sergei_d, r=thesuckiestemail, a=beltzner. BeOS-only
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203519 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-24 18:13:56 +00:00
sergei_d%fi.tartu.ee
908bab8bc6 [BeOS], Bug 312636, p=sergei_d, r=thesuckiestemail, a1.81=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203435 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-22 10:50:53 +00:00
mark%moxienet.com
c3b684bb76 319078 Handle smooth mousewheel (and two-finger touchpad) scrolling. r=josh sr=darin r,sr=roc a/1.8.1=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203366 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-21 15:25:03 +00:00
mark%moxienet.com
b0b8b42ef7 338642 Minimized window doesn't expand when opened from external app when Gecko is the foreground app. Expand collapsed windows on Show(PR_TRUE). r=josh a/1.8.1=dbaron
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203288 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 20:45:16 +00:00
gavin%gavinsharp.com
82b0de1317 Bug 312921: The window pixels for translucent windows are already premultiplied, don't premultiply them again in Windows, patch by Dainis Jonitis <Dainis_Jonitis@exigengroup.lv>, r=ere, sr=roc, a=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203211 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 01:11:51 +00:00
gavin%gavinsharp.com
4dc1c3b5d5 Bug 281551: [gtk2] Drop down lists do not open immediatly with certain CSS configuration, patch by Robin Lu <iamawalrus@gmail.com>, r=bryner, sr=roc, a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203209 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 00:55:38 +00:00
mark%moxienet.com
4930366841 344570 Make contextual menus look more native on the Mac. r=josh sr=bryner a/1.8.1=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202566 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-18 15:54:11 +00:00