Commit Graph

7820 Commits

Author SHA1 Message Date
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
hwaara%gmail.com
7a95915e2c (Last fix was for bug 350018.) 2006-09-21 16:25:01 +00:00
hwaara%gmail.com
894c4a4cec Take account of the fact that NSView's convertRect:toView:nil does not respect that our custom view (ChildView) is flipped. We do this by adding the height of the view's rect, to correctly place the view's origin in the top-left.
This fixes WidgetToScreen() and in effect makes nsIFrame::GetScreenRect() and nsIFrame::GetScreenRectExternal() behave correctly on cocoa widgets.
r=josh, sr=pinkerton
2006-09-21 16:22:44 +00:00
vladimir%pobox.com
0e0cc83741 build fix for gtk1 for 344323 2006-09-20 22:01:16 +00:00
vladimir%pobox.com
80e42601ba b=344323, allow nsCocoaWindow instances to be displayed on secondary monitors [correctly determine the screen for a given window under Cocoa], sr=stuart 2006-09-20 21:08:24 +00:00
martijn.martijn%gmail.com
dd78e2b9c0 Bug 352936 - Download manager window not focused properly when already open and using Do this automatically, patch by Adam Guthrie, r+sr=roc 2006-09-20 19:16:19 +00:00
martijn.martijn%gmail.com
d26cfa8f62 Bug 350766 - Need to move scrollbar width/height code into widget/, patch by Adam Guthrie, r+sr=roc 2006-09-20 19:12:06 +00:00
hwaara%gmail.com
8bd6cd94b4 Make ChildView use the new |isRoot| method to see if its associated mozAccessible is the root accessible. b=352327, r=josh 2006-09-19 08:44:03 +00:00
dbaron%dbaron.org
af1c0a6a6b Pick up dynamic changes in screen size (although some other things still cache them per-window). b=256646 r+sr=roc 2006-09-18 23:37:21 +00:00
bzbarsky%mit.edu
9e96ce4079 Initialize both x and y, not just y. Bug 334782, patch by Bruno 'Aqualon'
Escherl <aqualon@aquachan.de>, r+sr=roc
2006-09-15 19:55:09 +00:00
pavlov%pavlov.net
22b21deaf6 reverting changes from bug 347208 due to regression 357208 2006-09-14 22:39:58 +00:00
joshmoz%gmail.com
dda64c23fb unimplemented functions shouldn't return NS_OK (mac menu code). b=294317 r=hwaara 2006-09-14 17:47:24 +00:00
pedemont%us.ibm.com
3804955158 Bug 351479 - Make nsIChangeObserver and nsIChangeManager be non-scriptable. r=joshmoz 2006-09-14 15:33:53 +00:00
hwaara%gmail.com
7712a19aee Address additional review comments for bug 342146. Remove DispatchAccessibleEvent(), and fix some spacing nits. r=mento 2006-09-14 09:29:28 +00:00
pavlov%pavlov.net
08f0ea13d6 fixing cocoa widget painting too often bug 34708. r=mento sr=vlad 2006-09-13 21:45:47 +00:00
scott%scott-macgregor.org
8d329e6a55 Bug #223909 --> widget support for copying and pasting windows clipboard images.Add code to decode windows bitmaps from the clipboard, encoding them into jpegs using the new encoding APIs and passing them back to clipboard consumers as nsIInputStreams.
r=pav
sr=vlad
2006-09-13 19:52:44 +00:00
joshmoz%gmail.com
42d7142b7b make popup windows slightly transparent in Cocoa widgets. b=351656 2006-09-13 17:26:58 +00:00
hwaara%gmail.com
d8424ef3c7 #DEBUG-only change. r=josh 2006-09-13 16:07:14 +00:00
flamingice%sourmilk.net
b8f73f5f01 Bug 297636, crash on dnd to self-closing window, r+sr=roc 2006-09-12 03:22:00 +00:00
joshmoz%gmail.com
96613c0808 fix up some ugly bracing for clarity. 2006-09-11 17:09:47 +00:00
hwaara%gmail.com
1c6b969cf5 Hookup cocoa widgets to new accessibility support. r=josh, b=342146
Off by default, and cocoa-only.
2006-09-11 15:47:35 +00:00
sayrer%gmail.com
da7c598cf6 Bug 348669. use delete[]. r+sr=biesi 2006-09-10 22:42:19 +00:00
sayrer%gmail.com
664c3c7226 Bug 348669. use delete, not nsCRT::free. Thanks to Alfred Kayser <alfredkayser@nl.ibm.com> for spotting this. r+sr=biesi 2006-09-10 19:17:10 +00:00
cbiesinger%web.de
18a14d01d3 Bug 352049 Kill the font download dialog
r=smontagu sr=bz
2006-09-10 19:15:09 +00:00
Olli.Pettay%helsinki.fi
302031f738 Back out Bug 344986 to fix tp regression 2006-09-10 11:53:55 +00:00
Olli.Pettay%helsinki.fi
72a64308b9 Bug 344986, Simplify nsEventListenerManager, r=sicking, sr=jst 2006-09-09 17:28:57 +00:00
masayuki%d-toybox.com
a27a1c2b4c Bug 347875 Support WM_MOUSEHWHEEL for tilt wheel mouse. the patch based on the patch of Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp>. r=ere+Kimura-san, sr=roc 2006-09-08 06:04:44 +00:00
sayrer%gmail.com
9395f31ee3 bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron 2006-09-08 04:35:17 +00:00
hwaara%gmail.com
669fb20ece * Share some code to flip a bottom-left (cocoa) point to a top-left screen point.
* Rename some existing utility functions to clarify that no coordinate conversion is done.
r=josh, b=350018
2006-09-07 18:53:59 +00:00
joshmoz%gmail.com
b20e41e8c4 reduce some logging in debug builds. b=349651 2006-09-06 17:35:02 +00:00
Olli.Pettay%helsinki.fi
64e491c833 Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst 2006-09-02 10:00:26 +00:00