hwaara%gmail.com
51151c49ea
Remove comment that is now addressed. b=354288
2006-09-27 08:04:03 +00:00
hwaara%gmail.com
0daf929b95
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
983f5d71b5
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
ef284497fc
bug 353873 - build bustage
2006-09-25 17:14:57 +00:00
sergei_d%fi.tartu.ee
8c283e5ddb
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
ce94a01351
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
2535023043
fix spelling mistakes, no bug. r=bent sr=pink
2006-09-22 17:08:17 +00:00
timeless%mozdev.org
c0c03f173c
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
6b4f6f4880
(Last fix was for bug 350018.)
2006-09-21 16:25:01 +00:00
hwaara%gmail.com
77bf2a30f0
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
c93100ab43
build fix for gtk1 for 344323
2006-09-20 22:01:16 +00:00
vladimir%pobox.com
fbf7442607
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
cbb97d3c3d
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
e00d8c4fb4
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
6981350ca5
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
739ab5b4ec
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
b0eaa6562b
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
a7bfad8871
reverting changes from bug 347208 due to regression 357208
2006-09-14 22:39:58 +00:00
joshmoz%gmail.com
dba174161a
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
7897f48b51
Bug 351479 - Make nsIChangeObserver and nsIChangeManager be non-scriptable. r=joshmoz
2006-09-14 15:33:53 +00:00
hwaara%gmail.com
37d8dd8111
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
715aac3145
fixing cocoa widget painting too often bug 34708. r=mento sr=vlad
2006-09-13 21:45:47 +00:00
scott%scott-macgregor.org
f9a080c633
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
a2ad576c37
make popup windows slightly transparent in Cocoa widgets. b=351656
2006-09-13 17:26:58 +00:00
hwaara%gmail.com
4062512a1b
#DEBUG-only change. r=josh
2006-09-13 16:07:14 +00:00
flamingice%sourmilk.net
66b58457b9
Bug 297636, crash on dnd to self-closing window, r+sr=roc
2006-09-12 03:22:00 +00:00
joshmoz%gmail.com
902c6025e3
fix up some ugly bracing for clarity.
2006-09-11 17:09:47 +00:00
hwaara%gmail.com
7a8095aba3
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
ea5ec8b0a2
Bug 348669. use delete[]. r+sr=biesi
2006-09-10 22:42:19 +00:00
sayrer%gmail.com
70dead147a
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
c27a5a75b2
Bug 352049 Kill the font download dialog
...
r=smontagu sr=bz
2006-09-10 19:15:09 +00:00
Olli.Pettay%helsinki.fi
2506709457
Back out Bug 344986 to fix tp regression
2006-09-10 11:53:55 +00:00
Olli.Pettay%helsinki.fi
6b5035723b
Bug 344986, Simplify nsEventListenerManager, r=sicking, sr=jst
2006-09-09 17:28:57 +00:00
masayuki%d-toybox.com
22be9717df
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
c249dc7837
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
2006-09-08 04:35:17 +00:00
hwaara%gmail.com
efe9678860
* 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
0731b188ef
reduce some logging in debug builds. b=349651
2006-09-06 17:35:02 +00:00
Olli.Pettay%helsinki.fi
09f169f5d8
Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst
2006-09-02 10:00:26 +00:00
ginn.chen%sun.com
1bb811a59c
Bug 349522 all dialogs fires no a11y events
...
patch by evan.yan at sun.com r=arronlev
2006-09-01 09:33:12 +00:00
mark%moxienet.com
f7f4a3f024
350647 Tinderbox orange, can't launch trunk universal suite builds on 10.4 ppc, link order needs fixing. Move system libs after Mozilla libs. r=bsmedberg
2006-08-31 21:24:43 +00:00
Olli.Pettay%helsinki.fi
642281d53f
Bug 350846, Combine NS_***_LOAD events, r+sr=jst
2006-08-31 19:33:01 +00:00
enndeakin%sympatico.ca
4d7cd05a97
Bug 348614, support dropmarker theming, r=roc
2006-08-31 18:51:18 +00:00
vladimir%pobox.com
001a0f46e8
10.3.9 cocoa hitheme fix
2006-08-30 23:35:41 +00:00
vladimir%pobox.com
f8cd9b12d6
b=348645, part of cocoa-cairo native theme stuff, just enough to get cairo builds working, r=me
2006-08-30 22:06:44 +00:00
vladimir%pobox.com
241121ae10
b=350763, add IsFirstTab/IsLastTab predicates to native theme xpwidget code, r=stuart
2006-08-30 21:47:16 +00:00
ginn.chen%sun.com
c09b1a0dd3
Bug 332660 GTK file picker as used in Firefox is not accessibile for GOK
...
r=aaronleventhal sr=roc
2006-08-30 05:19:06 +00:00
mark%moxienet.com
de2b150d7d
349189 Can't change Page Setup from portrait to landscape on x86 Mac. (Other Page Setup changes might have been a problem on ppc Macs, too.) Encode length of frozen page setup data to avoid decoding too much when thawing. r=josh sr=pink
2006-08-29 19:01:31 +00:00
mark%moxienet.com
47cbf31096
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
2006-08-29 18:00:32 +00:00
masayuki%d-toybox.com
5388e22a66
Bug 349727 random crash due to trashed nsWindow::mIMEData r=masaki.katakai, sr=roc
2006-08-29 16:05:49 +00:00
mark%moxienet.com
c07a68c81c
Tree closed, backing out
2006-08-29 15:31:07 +00:00