Commit Graph

7850 Commits

Author SHA1 Message Date
hwaara%gmail.com
621d5e29e4 Fix leak of EventRef when firing menuitem command, and fix leak of empty string. Some general cleanup from CF -> Carbon. r=josh, b=358563 2006-10-31 10:29:30 +00:00
joshmoz%gmail.com
aa6fd6a6cf bidi impl for cocoa widgets. b=299228 r=mano sr=pinkerton 2006-10-31 10:13:17 +00:00
masayuki%d-toybox.com
2042b9c0f9 Bug 357568 The composition/preedit string of IM is not committed by mouse click if the editor is content of the web pages 2006-10-29 05:47:22 +00:00
neil%parkwaycc.co.uk
9f6c2a9b15 Windows version of bug 97811 use bullets as password masking chars r=ere sr=roc 2006-10-26 22:32:30 +00:00
joshmoz%gmail.com
971ab33afc use static variables and class methods for resource loading. b=358165 r=hwaara 2006-10-26 12:26:52 +00:00
joshmoz%gmail.com
457a7bb799 remove dependencies on nsMacNativeUnicodeConverter and nsMacResources. b=358165 r=hwaara 2006-10-26 11:58:09 +00:00
joshmoz%gmail.com
07a857bf4e cocoa drag and drop implementation. b=332913 r=smorgan sr=pinkerton 2006-10-25 22:45:22 +00:00
joshmoz%gmail.com
5f2ef762ea followup for bug 354954, address more review comments. 2006-10-25 20:56:32 +00:00
joshmoz%gmail.com
c678f2c614 fix "Save As" functionality in cocoa widgets, also add save type options in save dialog. b=354954 r=smorgan sr=pav 2006-10-25 20:47:14 +00:00
masayuki%d-toybox.com
586c39ce5a Bug 355971 [10.4] cannot type Japanese in fields r=josh 2006-10-25 11:49:49 +00:00
hwaara%gmail.com
096528640d Make mac password textfields use a unicode bullet char, instead of asterisk. r=josh, b=97811 2006-10-24 10:52:32 +00:00
caillon%redhat.com
9d1d420c3f Bug 97811.
Add nsILookAndFeel::GetPasswordCharacter() to allow toolkits to specify their platform password character.
Implement this for GTK+ 2 by grabbing the property from GtkEntry.
Make editor ask nsILookAndFeel for the platform password character.
r+sr=roc
2006-10-23 20:48:05 +00:00
joshmoz%gmail.com
ee5b63147a remove dead code. no bug. r=smorgan 2006-10-23 20:31:53 +00:00
cbiesinger%web.de
2126b80dfa Bug 357616 Remove remaining traces of nsIPref from widget/
r+sr=roc
2006-10-23 15:29:09 +00:00
joshmoz%gmail.com
f183b6a702 cleanup. b=356528 r=mento sr=pav 2006-10-19 23:19:50 +00:00
pavlov%pavlov.net
bd162fbaf7 implement beep. r=josh 2006-10-19 21:10:25 +00:00
pavlov%pavlov.net
50242832e6 cocoa nsSound impl. bug 357307. r=vlad 2006-10-19 21:05:54 +00:00
neil%parkwaycc.co.uk
3ee1ef853e Bug 347513 Windows are erroneously becoming topmost r=ere sr=roc 2006-10-19 20:01:11 +00:00
vladimir%pobox.com
364a6a3459 b=357307, nsSound for cairo-cocoa builds [bandaid dummy nssound impl], r=johs 2006-10-19 19:52:34 +00:00
redfive%acm.org
4e71dcf716 bug357057 apply transperancy on window resize
proxy for skrulx@gmail.com
r/sr=roc
2006-10-19 01:22:21 +00:00
gavin%gavinsharp.com
d9fe36a7d1 Back out bug 191400 to fix regressions (bug 356429, bug 356441) 2006-10-16 16:44:37 +00:00
timeless%mozdev.org
ec43dba5a2 Bug 356182 Crash when resizing transparent window using xul:resizer [@ nsWindow::ResizeTransparencyBitmap]
patch by skrulx@gmail.com r=roc sr=roc
2006-10-16 12:13:54 +00:00
joshmoz%gmail.com
642ffa92fb implement SetSizeMode for top-level Cocoa windows. b=356219 r=mano sr=pinkerton 2006-10-13 20:27:56 +00:00
mats.palmgren%bredband.net
e0b9c619d4 Fix early activation/focus problem on Windows, patch by Oliver Yeoh. b=220900 r=me r=robert sr=brendan 2006-10-11 17:30:01 +00:00
joshmoz%gmail.com
39136fb875 Disabled-state for menuitems with a command set is never updated. b=356080 r=mano sr=pinkerton 2006-10-11 15:53:24 +00:00
joshmoz%gmail.com
57a1991423 submenus are always enabled under cocoa widget menus. b=356078 r=mano sr=pinkerton 2006-10-10 21:15:45 +00:00
hwaara%gmail.com
1115a7ce7f Make filepicker understand "*" filter as "all files" in the OS X filepicker. b=355894 r=josh 2006-10-10 20:14:27 +00:00
gavin%gavinsharp.com
1727070bc1 Fix mistake from the patch for bug 243215, found by jlurz24@gmail.com 2006-10-10 14:29:49 +00:00
gavin%gavinsharp.com
73cb633be3 Bug 243215: use proper API calls instead of the registry to obtain system parameters, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=roc 2006-10-10 13:18:25 +00:00
gavin%gavinsharp.com
0394e3a0c6 Bug 191400: don't return DRAG_MOVE after html drag to browser window (return DRAG_NONE instead, to prevent dataloss), patch by Son Le <son.le0@gmail.com>, r=dean_tessman, sr=roc 2006-10-10 13:09:02 +00:00
joshmoz%gmail.com
9a8a1eda77 Better enum names for last checkin, bug 346883. 2006-10-06 17:56:47 +00:00
joshmoz%gmail.com
76e8dfc747 can only open preferences once in cocoa firefox via mouse. b=346883 r=mento sr=pinkerton 2006-10-06 17:50:47 +00:00
Olli.Pettay%helsinki.fi
9420558128 Bug 344986, Simplify nsEventListenerManager, r+sr=sicking+jst (relanding) 2006-10-06 05:24:02 +00:00
joshmoz%gmail.com
3de686bedc don't pass byte order marks into gecko when pulling unicode strings from the system clipboard. b=355311 r=mento sr=pinkerton 2006-10-05 23:15:11 +00:00
mhammond%skippinet.com.au
43a8cdaf19 [Bug 348426] Python extensions fail to build with libxul
r=benjamin@smedbergs.us, sr=jst
2006-10-05 10:44:03 +00:00
mozilla.mano%sent.com
41d24c853f Bug 355354 - [Mac] native-styling for html content should be enabled only in Camino builds. r=josh, sr=dbaron. 2006-10-05 07:05:58 +00:00
joshmoz%gmail.com
fa8cd74d6f opening new blank tab "flashes" the pinstripe background before showing white. b=354863 r=mento sr=pinkerton 2006-10-04 20:03:59 +00:00
joshmoz%gmail.com
e627057181 send z-level events when appropriate. among other things this fixes external link load behavior. b=355091 r=mento rs=pinkerton 2006-10-03 20:38:38 +00:00
pedemont%us.ibm.com
5d079eb8f8 Bug 351479 - Missed equivalent fix in Cocoa file. This should fix XULRunner tbox bustage. r=joshmoz. 2006-10-03 15:08:03 +00:00
joshmoz%gmail.com
d3ddba45c1 This might fix some bustage, but I'm not sure how likely that is. In any case we should not be including cocoa from the nsClipboard header file. Followup for 332912. 2006-10-03 00:00:18 +00:00
joshmoz%gmail.com
920e6a5af5 cocoa implementation of nsIClipboard. b=332912 r=smorgan sr=pav 2006-10-02 20:28:40 +00:00
mozilla%weilbacher.org
81dc9da85d [OS/2] Bug 351474: No reaction to WM_QUIT, r=mkaply 2006-10-02 08:11:37 +00:00
hwaara%gmail.com
4f88892c3d Remove comment that is now addressed. b=354288 2006-09-27 08:04:03 +00:00
hwaara%gmail.com
8376393938 Use a cached weak reference to a childview's corresponding accessible, to improve performance.
r=josh, b=354288
2006-09-27 07:53:07 +00:00
mattwillis%gmail.com
ea1b2bcb00 bug 346318 - Stop fading out popups on 10.4+ so datepicker works. r=joshaas,mento 2006-09-25 18:45:21 +00:00
mkaply%us.ibm.com
ed4eddb5d4 bug 353873 - build bustage 2006-09-25 17:14:57 +00:00
sergei_d%fi.tartu.ee
1a195a0846 Bug 353960,nsScreenManagerBeOS broken, p=doug@sheltonfamily.org, r=sergei_d. BeOS-only change 2006-09-25 13:30:23 +00:00
timeless%mozdev.org
8dd725cdce Bug 321279 Drag+drop of link to location bar broken, anchor node text gets included
patch by ted.mielczarek@gmail.com r=neil sr=roc
2006-09-25 12:12:43 +00:00
joshmoz%gmail.com
4b56a02099 fix spelling mistakes, no bug. r=bent sr=pink 2006-09-22 17:08:17 +00:00
timeless%mozdev.org
493b4b18cd Bug 353686 Firefox crashes when gtk_key_theme (gconf) changes [@ nsLookAndFeel::InitColors]
patch by ispiked@gmail.com r=dbaron sr=dbaron
thanks to mclasen@redhat.com for the report
2006-09-22 07:24:24 +00:00