Граф коммитов

8061 Коммитов

Автор SHA1 Сообщение Дата
joshmoz%gmail.com 0e061110c7 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 4e6b8c78ec cocoa implementation of nsIClipboard. b=332912 r=smorgan sr=pav 2006-10-02 20:28:40 +00:00
mozilla%weilbacher.org dcc07f0b24 [OS/2] Bug 351474: No reaction to WM_QUIT, r=mkaply 2006-10-02 08:11:37 +00:00
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
mark%moxienet.com 3631f317e3 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 15:28:33 +00:00
timeless%mozdev.org 9975414f7c Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:17:01 +00:00
mark%moxienet.com 70915a821f 347626 Touchpad (two-finger) scrolling too fast in trees, lists, and web apps. Disable pixel-scrolling until we can come up with a better plan. r=roc sr=roc 2006-08-28 15:31:07 +00:00
joshmoz%gmail.com cae5c498cf do native widget visibility check in addition to gecko widget, use that when deciding if plugin views are visible. b=350140 r=mento 2006-08-25 20:36:18 +00:00
pedemont%us.ibm.com a60a16e9ab Bug 350080 - make nsPIWidgetMac non-scriptable. r=mento/josh 2006-08-24 21:05:49 +00:00
jst%mozilla.jstenback.com 51318abdbf Fixing bug 349790. Make the file picker not fail if some optional function symbols can't be found in the GTK libraries on the system. r+sr=roc@ocallahan.org. 2006-08-24 20:21:50 +00:00
ginn.chen%sun.com 4829508750 Bug 347983 [atk]Build properly when libatk < 1.12.1 on build platform
r=aaronlev, bsd, Frank Hecker
2006-08-24 03:22:00 +00:00
mark%moxienet.com dad87dd248 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 2006-08-22 20:04:11 +00:00
mark%moxienet.com c8fbb884c0 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 2006-08-22 19:48:36 +00:00
joshmoz%gmail.com fdcbb04638 clean up nsDeleteObserver, fix comment. no actual code changes. 2006-08-22 15:56:41 +00:00
timeless%mozdev.org a53fda1e55 Bug 203307 Implement drag/drop via IStream interface
fix 64bit longs
r=cls
2006-08-20 09:20:23 +00:00
joshmoz%gmail.com 6c16509257 we should check for changes to the label on menu item nodes so if people are messing with that via js we pick it up. fixes menu item labels in Places. b=347672 r=mento 2006-08-17 21:21:57 +00:00
pavlov%pavlov.net abda357711 fixing copy image on windows. bug 329564. r=vlad 2006-08-17 19:10:40 +00:00
flamingice%sourmilk.net fb16f6c4b1 Bug 68804: Properly parse WAV files, r+sr=roc 2006-08-17 16:52:41 +00:00
timeless%mozdev.org 80c71f51e8 Bug 203307 Implement drag/drop via IStream interface
patch by kovalchuk77@list.ru r=roc sr=roc
2006-08-15 07:16:10 +00:00
joshmoz%gmail.com 0d5de6bb27 Rollup code for native menu interaction is sensitive to runloop changes. Adding this code isn't really necessary right now, but it ensures the correct behavior even if native runloop handling changes. b=348371 r=mark sr=pinkerton 2006-08-15 05:59:37 +00:00
sergei_d%fi.tartu.ee 8450d870cd [BeOS]Bug 347825, p=sergei_d r=thesuckiestemal, BeOS-only 2006-08-12 12:12:29 +00:00
silver%warwickcompsoc.co.uk ea5e5575ed Bug 300689 - Focus next window on trim-protected minimze r=ere sr=bryner 2006-08-12 11:39:05 +00:00
vladimir%pobox.com c650d4c22c b=348223, form controls have lines through them (win32 native theme rendering), r=stuart 2006-08-10 21:56:15 +00:00
pavlov%pavlov.net e12c06eb8b fixing build bustage 2006-08-09 21:54:52 +00:00
pavlov%pavlov.net 3866d8b63e speed up windows text rendering by avoiding using cairo when possible. also avoid save/restore dc when doing native themes. bug 342366. r=vlad 2006-08-09 20:25:07 +00:00
joshmoz%gmail.com 05c8bd2517 kill unnecessary cast. no bug. 2006-08-09 01:51:49 +00:00
joshmoz%gmail.com 578f16cdcd When resizing a window, top-left of window should be left in the same place, not bottom left. plus cleanup. b=346085 r=mento 2006-08-09 01:50:21 +00:00
sayrer%gmail.com 34661a2a8c 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 2006-08-08 15:43:27 +00:00
gavin%gavinsharp.com e1a3a87748 Bug 284550: Firefox scroll bar positioning goes against Fitts' Law (Windows XP/Luna), patch by Simon B�nzli <zeniko@gmail.com>, r=neil, sr=roc 2006-08-07 22:45:56 +00:00
roc+%cs.cmu.edu 44e4948570 Bug 341218. Use GTK's builtin overwrite checking for save dialogs, when available. r+sr=bryner 2006-08-06 21:40:03 +00:00
dbaron%dbaron.org eb567f3b01 Backing out since gdk_screen_get_default, gdk_screen_get_width, and gdk_screen_get_height don't exist on older version of GTK+ (lhasa tinderbox). 2006-08-03 06:32:31 +00:00
dbaron%dbaron.org ccd157ea37 Pick up dynamic changes in screen size (although some other things still cache them per-window). b=256646 r+sr=roc 2006-08-03 05:18:49 +00:00
aaronleventhal%moonset.net 1902f15696 Bug 347022. Use ATK_ROLE_EMBEDDED for wairole:application. r=evan.yan 2006-08-03 03:25:37 +00:00
mark%moxienet.com 4806ca872c 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 2006-08-01 17:37:24 +00:00
mark%moxienet.com 7de92f2ad2 Cocoa widget bustage fix following bug 46177 2006-08-01 01:25:43 +00:00
mark%moxienet.com 958ab21d5a 46177 Address review comment by fixing spelling in a comment. 2006-08-01 00:36:00 +00:00
mark%moxienet.com 553b503658 46177 Show icons in native Mac menu items. r=josh sr=bryner 2006-08-01 00:13:24 +00:00
mark%moxienet.com a8b0a40853 Fixing comment after checkin of bug 337545. 2006-07-31 21:10:58 +00:00
mark%moxienet.com 01c948fa88 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 2006-07-31 20:53:01 +00:00
joshmoz%gmail.com 665feb41d2 clean up memory mgmt for rollup widgets. no bug. r=mento 2006-07-31 19:19:39 +00:00
joshmoz%gmail.com de0e0f7dca rename "getFoo" methods in mozView protocol to "foo". b=343542 r=mento 2006-07-30 22:55:37 +00:00
jag%tty.nl e6de714dd7 Bug 339576: [Modern theme] No arrows at end of scrollbars
Assumptions were broken by a recent change. Drop assumptions for an explicit mapping. r=josh, sr=Neil
2006-07-28 17:39:35 +00:00
mark%moxienet.com 4427657dfc 26269 Remvoe bogus assertions to fix debug build bustage. 2006-07-27 23:41:26 +00:00
mark%moxienet.com 9a0be85654 26269 Send NS_KEY_DOWN and NS_KEY_UP events when modifier keys are pressed and released on the Mac. r=josh sr=pink 2006-07-27 21:36:29 +00:00
joshmoz%gmail.com 6d3acd26c3 fix missing return introduced by the patch for bug 332917. no bug. r=sparky 2006-07-27 14:42:28 +00:00
nick.kreeger%park.edu ea2bbb8c00 Fixing bug 343892, context menu windows flash in bottom left of screen before opening. patch by me <nick.kreeger@park.edu>, r=josh,mento, sr=pink. 2006-07-26 21:08:42 +00:00
gavin%gavinsharp.com 9f8391cbb5 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 2006-07-25 21:32:26 +00:00
dougt%meer.net c5816edd94 fix for 343003. r=dveditz 2006-07-25 18:53:38 +00:00
pavlov%pavlov.net e7e58a1541 fixing cocoa widget bug causing popup menus to not draw. bug 332917. r=mento sr=roc 2006-07-25 18:51:41 +00:00
mark%moxienet.com 7dddcd9996 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 2006-07-23 15:22:16 +00:00
mark%moxienet.com 2f0b3a5d95 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 2006-07-20 19:03:52 +00:00
mark%moxienet.com a844b938c3 319078 Handle smooth mousewheel (and two-finger touchpad) scrolling. r=josh sr=darin r,sr=roc 2006-07-20 15:38:43 +00:00
emaijala%kolumbus.fi 99ab9fd711 Additional fixes for bug 259816: Browser steals focus from program selected in 'Open With' dialog
r=neil
sr=roc
2006-07-20 04:01:52 +00:00
martijn.martijn%gmail.com 35635dee14 Bug 345141 - arrows on scrollbars do nothing. Patch by Adam Guthrie, r+sr=roc 2006-07-19 22:13:18 +00:00
gavin%gavinsharp.com 3f769b18b6 Bug 133527: New mail notification banner at wrong place (always pops up at bottom right hand corner), patch by Jens Bannmann <jens.b@web.de>, r=biesi, r=bsmedberg, sr=neil 2006-07-19 19:47:19 +00:00
gavin%gavinsharp.com d6cf5f2e52 Bug 335068: Firefox and Thunderbird windows grouped under "Mozilla" rather than in separate groups, patch by Tuukka Tolvanen <tuukka.tolvanen@gmail.com>, r+sr=roc 2006-07-19 12:56:40 +00:00
gavin%gavinsharp.com 9b59b77e88 Bug 303048: GTK scrollbar does not have normal GTK right-click behavior, patch by Adam Guthrie <ispiked@gmail.com>, r=neil, sr=roc 2006-07-18 17:13:21 +00:00
gavin%gavinsharp.com b3d292772f Bug 303048: GTK scrollbar does not have normal GTK right-click behavior, patch by Adam Guthrie <ispiked@gmail.com>, r=neil, sr=roc 2006-07-18 17:01:40 +00:00
smontagu%smontagu.org f0174cbd3a Never display a bidi caret marker if all installed keyboards have the same principal directionality. Bug 288839, r+sr=roc 2006-07-17 15:30:09 +00:00
masayuki%d-toybox.com e64d53f989 Bug 339723 Ctrl++ doesn't work with JIS keyboard (second patch, this fixes Bug 341308 Tilde (~) key broken when using German keyboard layout, Bug 342197 Can't type '}' with a french keyboard) r=ere, sr=roc 2006-07-17 14:08:27 +00:00
masayuki%d-toybox.com 91408d22d0 back out previous patch because the tree is closed, sorry. 2006-07-17 09:30:49 +00:00
masayuki%d-toybox.com 84432cc48f Bug 339723 Ctrl++ doesn't work with JIS keyboard (second patch, this fixes Bug 341308 Tilde (~) key broken when using German keyboard layout, Bug 342197 Can't type '}' with a french keyboard) r=ere, sr=roc 2006-07-17 09:22:22 +00:00
mark%moxienet.com cbe54e6677 344238 <marquee> causes contextual menu highlight to flicker. Share event dispatch handler between top-level windows and their associated pop-up windows. r=josh sr=bryner 2006-07-14 20:23:46 +00:00
mark%moxienet.com 73c9714273 344570 Make contextual menus look more native on the Mac. r=josh sr=bryner 2006-07-14 19:54:08 +00:00
mark%moxienet.com 257a794a5a 344701 Leaking nsMacWindow objects for top-level windows. r=josh 2006-07-14 18:27:44 +00:00
gavin%gavinsharp.com 0c0955bd66 Back out the patch from bug 267426 to fix Thunderbird (prometheus) build bustage. 2006-07-14 01:48:51 +00:00
gavin%gavinsharp.com f142534c0c Bug 267426: revert second bustage fix that also didn't work 2006-07-14 01:31:27 +00:00
gavin%gavinsharp.com eec988184d Bug 267426: revert bustage fix that didn't work 2006-07-13 23:37:12 +00:00
gavin%gavinsharp.com ed12341aac Bug 267426: Additional bustage fix for prometheus (Thunderbird) 2006-07-13 22:22:42 +00:00
gavin%gavinsharp.com 72de6f6a57 Bug 267426: Attempted bustage fix for prometheus (Thunderbird) 2006-07-13 22:03:21 +00:00
enndeakin%sympatico.ca 9cd7d5d3df bug 155053, add spinbuttons widget, with native theming, r+sr=neil and roc 2006-07-13 17:40:49 +00:00
gavin%gavinsharp.com db4a82fac5 Bug 267426: use IStream and IAsyncOperation for Windows dragging, patch by Yuri Kovalchuk <kovalchuk77@list.ru>, r+sr=roc 2006-07-13 10:30:28 +00:00
Olli.Pettay%helsinki.fi 324417e9aa Bug 324011, initMouseEvent does not set relatedTarget property, r+sr=jst 2006-07-13 07:51:54 +00:00
ginn.chen%sun.com 83279181b2 Bug 339554 at-poke gets a focus-event for a blank panel
r=aaronleventhal sr=roc
2006-07-13 05:49:45 +00:00
ginn.chen%sun.com e096ea33d3 Bug 341463 Firefox emits focus event before "window:activate" event
nsWindow.cpp r+sr=roc a11y part r=aaronleventhal
2006-07-13 05:42:32 +00:00
darin%meer.net f8657d04f5 fixes bug 344309 "PostMessage WM_QUIT to FirefoxMessageWindow does not quit the app on the trunk since Bug 326273 landed" r=bsmedberg 2006-07-12 22:43:15 +00:00
jwalden%mit.edu 23a72fcdb1 Bug 307184 - activating tabs (fast mouse movement) produces accidently dragging of tabs (drag and drop). Patch by Michael Wu <michael.wu@mozilla.com>, r+sr=roc 2006-07-12 17:30:16 +00:00
vladimir%pobox.com cb1c5b5629 b=336312, scrollbar stipple pattern is offset when scrolling on windows, r=stuart 2006-07-11 23:13:21 +00:00
joshmoz%gmail.com f1166f226c implement GetAttention in top-level windows. fixes attention request for session restore, probably other stuff. b=342962 r=mento 2006-07-11 19:51:56 +00:00
joshmoz%gmail.com ea853560c4 fix a comment in mac window code. r=mento 2006-07-11 16:08:53 +00:00
hwaara%gmail.com 3ea9870abe fix bug 344107, don't export platform-native headers to all platforms. r=mento 2006-07-11 09:06:24 +00:00
joshmoz%gmail.com 6f38e3936a followup to 222488 - instead of making default dialog windows use kMovableModalWindowClass, use kDocumentWindowClass so we're not forcing modality on people. 2006-07-10 23:56:52 +00:00
joshmoz%gmail.com 8fb8c1950f dialogs with the default style mask bit set (and only that bit) should have a reasonable window class. b=222488 r=mento 2006-07-10 22:22:57 +00:00
joshmoz%gmail.com 41b026c9b3 actively update native menu items based on command node content instead of menu item node content. makes menu blinking work when using keyboard commands. also, remove some old native help menu code. b=50590 r=mento sr=pinkerton 2006-07-10 17:50:30 +00:00
sergei_d%fi.tartu.ee 55f5505840 [BeOS]Bug 343569, fixing typo from previous checkin,r=sergei_d, r=thesuckiestemail, BeOS-only 2006-07-08 21:46:21 +00:00
neil%parkwaycc.co.uk ba8d4dae1f Mouse exit should not generate spurious mouse move event b=319099 r=ere sr=roc 2006-07-08 12:32:40 +00:00
sergei_d%fi.tartu.ee d813688164 [BeOS]Fixing dragging rect bounds, Bug 343569, p=sergei_d, r=thesuckiestemail, BeOS-only 2006-07-06 11:44:51 +00:00
smontagu%smontagu.org 596fb2c114 Only display a bidirectional caret on platforms that implement nsIBidiKeyboard. Bug 272096, r+sr=roc 2006-07-06 08:29:53 +00:00
sergei_d%fi.tartu.ee 331190bef2 [BeOS] DND in BeOS - set drag action in widget, Bug 343569, p=sergei_d, r=thesuckiestemail, BeOS-only 2006-07-05 11:18:50 +00:00
cvshook%sicking.cc cf07d96809 Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
sergei_d%fi.tartu.ee 7b5d3fbd3c [BeOS] Take in account mayWait parameter in nsAppShell::ProcessNextNativeEvent(). Bug 343100. p=sergei_d, r=thesuckiestemail, BeOS-only 2006-06-30 22:25:31 +00:00
wr%rosenauer.org c7f9d314fc Bug 342950 - crash when trying to print, r+sr=roc 2006-06-29 18:22:15 +00:00
leon.sha%sun.com d6539107b8 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
alfred.peng@sun.com
dbaron: review+
roc: superreview+
2006-06-29 03:42:54 +00:00
joshmoz%gmail.com 9e52e9d530 get rid of rollup code we don't need, clean up some OS function calls and a debug macro. no bug. r=mento 2006-06-29 01:33:57 +00:00
joshmoz%gmail.com 4fd6c96c5c no need to send pres context with menu events in mac widget code. b=343040 r=mento 2006-06-28 22:41:33 +00:00
leon.sha%sun.com 3ba0b177cf Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
Patch by alfred.peng@sun.com.
dbaron: review+
roc: superreview+
2006-06-28 09:00:03 +00:00
leon.sha%sun.com 1735234903 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
mark: review+
roc: review+
roc: superreview+
Patch by alfred.peng@sun.com
2006-06-28 05:38:18 +00:00
dbaron%dbaron.org a21cf3f6c6 Back out checkin for bug 333896 which causes tinderbox orange since nsWidgetAtoms aren't initialized. 2006-06-28 05:38:17 +00:00
leon.sha%sun.com 719f10cdf4 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn
Patch by alfred.peng@sun.com.
roc: review+
mark: review+
roc: superreview+
2006-06-28 05:38:16 +00:00
gerv%gerv.net d22c1dd3ea Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-06-28 05:38:15 +00:00
alecf%netscape.com 41024e59c5 another part of the fix for bug 199170 - converting mac widget stuff over to static atoms
r=pinkerton, sr=sfraser
2006-06-28 05:38:14 +00:00
peterv%netscape.com 96a5b79ec9 Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst. 2006-06-28 05:38:13 +00:00
hyatt%mozilla.org 3a8aeff66d Fix for 204672, Mac OS X menus don't respect autocheck, r/sr=bryner, a=asa 2006-06-28 05:38:12 +00:00
pinkerton%netscape.com f9b29aa796 rewrite to use a view instead of tracking frame resize/moves ourselves. when the view moves, the attached widget is moved automatically. r=ben/sr=hyatt/a=asa. bug# 135436 2006-06-28 05:38:11 +00:00
pinkerton%netscape.com 218d128fce new atoms needed for native scrollbars r=sdagley/sr=beard/a=valeski. bug# 121440 2006-06-28 05:38:10 +00:00
gerv%gerv.net effcc1da1e Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2006-06-28 05:38:09 +00:00
pinkerton%netscape.com 8470cb8f91 adding atom lists for widget, can't use the ones in content because of linkage. r=saari/sr=sfraser. 2006-06-28 05:38:08 +00:00
sergei_d%fi.tartu.ee a07852f494 [BeOS]widget code, Bug 342613, fixing performance regression, p=sergei_d, r=thesuckiestemail. Pure BeOS-only patch 2006-06-27 18:05:37 +00:00
mark%moxienet.com 753dfe5699 342361 NS_DRAGDROP_ENTER/EXIT events should be sent as drags enter and exit widgets. r=josh sr=bryner 2006-06-26 20:50:33 +00:00
mark%moxienet.com 0107903b81 342229 NS_DRAGDROP_OVER/ondragover should fire repeatedly when performing a drag, even when the mouse is not moving. r=josh sr=bryner 2006-06-26 20:45:55 +00:00
mozilla%weilbacher.org 4578273740 [OS/2] Bug 301367: Tag Files with Source URL, p=Rich Walsh, r=me, sr=darin 2006-06-26 20:40:08 +00:00
sergei_d%fi.tartu.ee cee7c8ed83 [BeOS] nsWidget::Update() is flacky in BeOS, Bug 342613, p=sergei_d, r=thesuckiestemail. BeOS-only 2006-06-26 13:39:05 +00:00
emaijala%kolumbus.fi 0c58ce80db Bug 259816: made the callback static as it should have been. 2006-06-24 16:49:17 +00:00
joshmoz%gmail.com 91832e4be3 make sure native events can't get through once a gecko widget has been destroyed, cocoa widgets. b=342142 r=mento 2006-06-22 21:34:30 +00:00
dveditz%cruzio.com f3e1ecabf0 Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
sergei_d%fi.tartu.ee 2156448a46 Bug 342408. [BeOS] Mouse handling for IFRAMEs is broken after scroll.p=sergei_d, r=thesuckiestemail. BeOS-only 2006-06-22 15:14:05 +00:00
Olli.Pettay%helsinki.fi 1bd276205e Bug 342352, set mHiddenWidget to null after it has been destroyed, r+sr=roc 2006-06-22 14:36:11 +00:00
joshmoz%gmail.com 92d5382f53 if a context menu is open, clicking on the menu bar should not open a menu item, it should just close the context menu. b=341175 r=mento 2006-06-21 22:02:23 +00:00
joshmoz%gmail.com e63f55aa4f use correct null macros for mach ports. b=342192 r=mento 2006-06-20 20:38:59 +00:00
joshmoz%gmail.com 09f290feed fix cursor and status bar flickering if window opened underneath mouse. b=336472 r=mento 2006-06-20 16:52:31 +00:00
emaijala%kolumbus.fi 742fd39d36 Additional patch for bug 259816 to make it less aggressive.
r=neil
sr=roc
2006-06-19 05:58:00 +00:00
hwaara%gmail.com dfb5d642fd Fix bug 335683, Use kThemeMenuItemFont for -moz-pull-down-menu. r=mento, sr=roc, a181=mento. Patch by Stefan (stefanh@bluebottle.com) 2006-06-18 12:17:32 +00:00
sergei_d%fi.tartu.ee 4620257e57 [BEOS]Need implementation of ArgvReceived and RefsReceived, Bug 129411, p=sergei_d, r=thesuckiestmail. Pure BeOS-only change 2006-06-18 11:48:31 +00:00
dougt%meer.net a2bafd1f1e Windows CE ONLY. We do not want to hide the keyboard during focus, only the SIP button. If you do hide the keyboard, when you application goes from in-active to active, you may not have a keyboard to use. r=dougt 2006-06-16 22:13:36 +00:00
cbiesinger%web.de d3739263ee Bug 333178 fix image cursors for cairo-gtk2 builds
r=bryner sr=roc
2006-06-16 18:38:39 +00:00
mark%moxienet.com fe0887f519 Remove PINK_PROFILING_ACTIVATE. No bug, but mentioned in 340592. 2006-06-16 17:25:26 +00:00
mark%moxienet.com 39224b12da 340592 Make the mouse focus model more Mac-like. r=josh sr=pink 2006-06-16 17:23:07 +00:00
joshmoz%gmail.com 3c185bb8b3 bustage fix, account for api change in 332949 in carbon widgets. 2006-06-16 16:14:19 +00:00
joshmoz%gmail.com ca8f23f1e3 pull initial enabled state for menu items from command node, not their own DOM node. fixes keyboard command crashes. b=332949 r=mento sr=pinkerton 2006-06-16 15:05:43 +00:00
roc+%cs.cmu.edu 03cbe42cc8 Bug 339715. Paint layered (translucent) windows asynchronously to avoid bugs where paint timing is diferent for translucent windows. patch by Dainis Jonitis, r+sr=roc 2006-06-16 02:27:37 +00:00
mark%moxienet.com bebfb9b5b1 338728 Don't dispatch native events after [NSApplication terminate:] is called. r=josh sr=darin 2006-06-15 17:24:25 +00:00
mark%moxienet.com 34b5a77a24 Copy'n'paste (340071) and drag'n'drop (340890) between Mozilla app running natively and Mozilla app running under Rosetta translation does not work [properly]. Byte-swap UTF-16 text in private flavors when running under Rosetta. r=josh sr=pink a/1.8.1=me 2006-06-15 17:13:59 +00:00
mark%moxienet.com 638b6f066d 338728 Don't dispatch native events after [NSApplication terminate:] is called. r=josh sr=darin 2006-06-15 16:51:51 +00:00
joshmoz%gmail.com 025c0f645c menu item enabled state needs to be actively updated based on DOM activity. b=341528 r=mento 2006-06-15 15:54:58 +00:00
joshmoz%gmail.com 3eb0916861 make control-click bring up a context menu. b=340870 r=mento 2006-06-12 21:05:36 +00:00
joshmoz%gmail.com 527a7a9793 selection highlight color changed in 0.5+ to no longer use system selection color. b=240320 r=josh sr=roc 2006-06-12 19:33:07 +00:00
mark%moxienet.com 66e1ef7a58 336012 Copying content from browser and pasting into (Mac) Terminal results in URL instead of selected text, URL contains 0-bytes. Part 1: don't map the URL of a page that text was copied from to a public flavor on Mac. r=David.R.Gardiner sr=roc 2006-06-12 17:30:22 +00:00
silver%warwickcompsoc.co.uk e436234e2c Bug 322424 - use the right variable for disabled combobox background. r=josh sr=neil 2006-06-11 19:36:02 +00:00
sergei_d%fi.tartu.ee 867a38f570 [BeOS]Bug 339031 DND of bookmarks in Places window crashes Minefield in ZETA [@ BRegion::~BRegion], p=thesuckiestemail, r=sergei_d. 2006-06-09 19:27:52 +00:00
leon.sha%sun.com a4dba50a0c Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
mark: review+
roc: review+
roc: superreview+
Patch by alfred.peng@sun.com
2006-06-09 06:02:30 +00:00
mark%moxienet.com ba670f1f61 336012 Fix typo. Last comment should have specified r=hwaara. 2006-06-08 21:34:57 +00:00
mark%moxienet.com 7e47cdada4 336012 Copying content from browser and pasting into Terminal results in URL instead of selected text, URL contains 0-bytes. Part 2: use UTF-8 when copying and pasting 'url ' and 'urld'-flavor data. The URL will still be pasted instead of the copied text (see the "part 1" patch on bug 336012). r=josh sr=pink a/1.8.1=me 2006-06-08 21:32:26 +00:00
joshmoz%gmail.com e4914a2538 fix popup rollup during right-click events, prevents us from allowing multiple popup windows (context menus) from opening at once. b=339957 r=mento 2006-06-08 21:11:18 +00:00
mark%moxienet.com 2959e931b2 339705 Using the scroll wheel over autocomplete popup closes it. Check whether widgetToScroll is a child of the rollup widget. r=josh a/1.8.1=me 2006-06-08 19:04:31 +00:00
joshmoz%gmail.com 033feef50a add support for sheets to Cocoa widgets. b=330587 r=mento sr=pinkerton 2006-06-08 17:29:18 +00:00
mark%moxienet.com 62727bab27 340032 nsIThreadObserver needs a method called after processing an event to support Cocoa autorelease pools. r=darin sr=bryner 2006-06-07 00:06:11 +00:00
vladimir%pobox.com 3ee4b82173 b=340517, classic windows native themes broken; r=stuart 2006-06-06 19:01:58 +00:00
mark%moxienet.com e7d91b9269 340436 Cocoafox crashes when opening preferences. Native scrollbar view's parent is not a mozView and does not implement getNativeWindow. Initialize new horizontal scrollbar's nativeWindow based on the existing (dummy vertical) scrollbar's nativeWindow, not the parent. r=josh sr=pink 2006-06-06 17:41:24 +00:00
gavin%gavinsharp.com dfb51a3b6c Bug 339192: Readonly textboxes shouldn't look active, patch by Phil Ringnalda <philringnalda@gmail.com>, r=hwaara, sr=pink 2006-06-06 16:34:16 +00:00
masayuki%d-toybox.com 94170c719b Bug 339723 Ctrl++ doesn't work with JIS keyboard r=ere, sr=roc 2006-06-06 01:52:46 +00:00
vladimir%pobox.com 7a6404a89a b=340452, update cairo on trunk to 2006-06-03, r=stuart 2006-06-05 23:16:25 +00:00
masayuki%d-toybox.com e36742e79f backout previous check-in because the tree is closed 2006-06-05 15:41:05 +00:00
masayuki%d-toybox.com 41f0907095 Bug 339723 Ctrl++ doesn't work with JIS keyboard r=ere, sr=roc 2006-06-05 15:31:42 +00:00
dougt%meer.net 6f82611a94 Fixing regression on Windows Ce. b=259816. r=ere. WINCE only. 2006-06-04 16:08:50 +00:00
timeless%mozdev.org 25faaa6896 Bug 337917 Make consumers stop using cids from other modules
r=neil sr=darin
2006-06-03 23:42:13 +00:00
timeless%mozdev.org f24522c8fd Bug 337917 Make consumers stop using cids from other modules
r=dveditz sr=darin
2006-06-03 23:38:55 +00:00
timeless%mozdev.org 9391198a55 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
joshmoz%gmail.com bcf9861191 fix a comment, no code changes. r=sparky 2006-06-02 17:48:34 +00:00
ginn.chen%sun.com 1ea5dd728a back out Bug 339554 fix failed 2006-06-02 03:47:34 +00:00
mark%moxienet.com 5bb39b9e7e 340027 Phantom scrollbars appear after activating/deactivating a window. Don't call HiliteControl on controls that are not supposed to be visible. r=josh a/1.8.1=me 2006-06-02 01:07:41 +00:00
mark%moxienet.com 13212e493a 339371 Need [NSApp run] on the stack. r=josh sr=darin 2006-06-01 18:35:47 +00:00
joshmoz%gmail.com 2b0c4224da remove unnecessary code from Carbon sheet impl. b=339866 r=mento 2006-06-01 01:48:24 +00:00
joshmoz%gmail.com fc1a3e45a0 Linking against the Cocoa framework in Carbon widgets is no longer necessary since we don't call NSApplicationLoad() any more. b=339389 r=sparky 2006-05-31 16:20:41 +00:00
joshmoz%gmail.com b316d4e87f Cocoa builds broken on case-sensitive file systems, fix includes filename. b=339682 2006-05-30 23:26:56 +00:00
dougt%meer.net f8eecefa2a Wince only. Enables IME on windows ce. this is required for any wince application to use IME. bug 297683. r/sr = dveditz 2006-05-30 20:57:07 +00:00
mark%moxienet.com 16b1ce0ce3 339640 Activate/deactivate events being processed twice. r=josh 2006-05-30 15:55:25 +00:00
joshmoz%gmail.com 8fbc20e4e9 add the Carbon icon decoder back, alongside the Cocoa icon decoder. Use Carbon decoder for Carbon builds, Cocoa for Cocoa builds. We can't use the Cocoa API from Carbon due to runtime conflicts (that aren't completely resolved by calling NSApplicationLoad). Also, removing call to NSApplicationLoad. b=339389 r=mento sr=stuart 2006-05-30 15:54:28 +00:00
mark%moxienet.com d6975ae807 337646 Trouble with multiple sheets: going from a parent sheet to a child sheet back to a parent sheet puts the window in a bad state, causes blank sheet to appear and effectively hangs the app. Take care to not call ShowSheetWindow except when absolutely necessary. r=josh 2006-05-30 15:45:23 +00:00
mark%moxienet.com 3db89b7d24 339370 Scrollbars in popup windows appear inactive. r=josh
339482 Bad app behavior caused by removing event handlers based on random stack garbage.  r=josh
2006-05-30 15:40:50 +00:00
enndeakin%sympatico.ca 89257db6ee Bug 290255, add xul scale widget, r=mconnor,roc sr=neil,roc 2006-05-30 13:50:48 +00:00
ginn.chen%sun.com acf98a8c31 Bugzilla 339554 at-poke gets a focus-event for a blank panel
r+sr=roc
2006-05-30 06:10:34 +00:00
joshmoz%gmail.com fb731537ab add null check, kill unused function, spacing/comment cleanup. r=mento 2006-05-26 19:57:41 +00:00
mark%moxienet.com 9f9f907af2 338249 Embedding and plugin users restrict the ability to let the system run the event loop. Always receive and dispatch events manually. Cocoa. r=josh sr=darin 2006-05-26 18:38:19 +00:00
mark%moxienet.com 2438c5405c 339051 Embedding and plugin users restrict the ability to let the system run the event loop. Always receive and dispatch events manually. Carbon. r=josh sr=darin 2006-05-26 18:12:46 +00:00
joshmoz%gmail.com 9eb05a2816 Call NSApplicationLoad() to initialize Cocoa even in Carbon builds because if anyone uses Cocoa without it being called (other components or plugins), the app goes crazy. b=337334 r=mento 2006-05-25 18:15:01 +00:00
bryner%brianryner.com c4d4d075ec Fix up mac widget callsites for bug 336696, r=pinkerton sr=neil 2006-05-25 17:52:45 +00:00
mark%moxienet.com bceabf4c0d 54488 Scrollbars in inactive windows should also be inactive. r=josh 2006-05-25 17:42:40 +00:00
joshmoz%gmail.com 1be731589a make sound work on Intel Macs, endian problems looking at file bytes. b=339124 r=mento sr=pinkerton 2006-05-24 22:06:37 +00:00
mark%moxienet.com 2853914fcf 106695 Rewrite activate/update events as Carbon events. These are implemented a
s window-scope event handlers.  The unnecessary application-scope handlers are r
emoved.  r=josh sr=pink
2006-05-24 20:29:00 +00:00
benjamin%smedbergs.us 3077fe2500 Bug 339023 - Static strings in widget/windows, rs=roc 2006-05-24 13:48:01 +00:00
ginn.chen%sun.com e1c4f6768f Bug 337859 Firefox windows open very small initially, then expand to
regular size
r+sr=roc
2006-05-24 03:45:30 +00:00
joshmoz%gmail.com 967c1c7ddf set minimum size on all windows, also keep invisible windows out of Expos��.b=338723 r=mento 2006-05-23 19:47:43 +00:00
bryner%brianryner.com 14c8ade4c5 Make command= event retargeting dispatch a new event rather than reusing the old one. Add a new interface for command events that supports a sourceEvent property for accessing the original event. Bug 336696, r=neil sr=jst. 2006-05-22 20:37:32 +00:00
mark%moxienet.com cb4aad3b2e 338724 Get rid of nsQDFlushManager/nsIQDFlushManager, it's been rendered obsolete. Ha. Cocoa-only. r=josh 2006-05-22 20:25:08 +00:00
mark%moxienet.com 107703cc8e 338759 Remove dead key event/text input code from widget/src/mac following bug 337199. r=josh a/1.8.1=me 2006-05-22 19:21:10 +00:00
benjamin%smedbergs.us 99edde7f0d Bug 305949 (almost done!) - Stop exporting some nonfrozen functions (widget and libreg) r=bryner 2006-05-22 19:13:03 +00:00
emaijala%kolumbus.fi 52a6d84dcd Fix for bug 259816: Browser steals focus from program selected in 'Open With' dialog
r=neil
sr=roc
2006-05-22 18:35:56 +00:00
mark%moxienet.com 123365c90a 338357 Crash in AppKit display when interleaved with layout. Use [NSView setHidden:] to implement show/hide. r=josh sr=pink 2006-05-22 18:15:06 +00:00
bryner%brianryner.com de811b24ec backing out 336696, I checked in the wrong version of the patch 2006-05-22 18:03:16 +00:00
bryner%brianryner.com ac1c3b1456 Make command= event retargeting dispatch a new event rather than reusing the old one. Add a new interface for command events that supports a sourceEvent property for accessing the original event. Bug 336696, r=neil sr=jst. 2006-05-22 16:18:45 +00:00
mark%moxienet.com 0898bef714 Bustage fix for cocoa widgets following bug 337199. Cocoa never even used this file. 2006-05-22 01:19:56 +00:00
mark%moxienet.com 51999bb9af 337199 Key event/text input regressions on Mac after bug 332579, RETURN key events double-processed. Also: 337277 Typed characters appear twice after visiting site with Java applet, 337338 Typing special characters (accents) and symbols with Option fails, 337370 Japanese IME broken, 336357 Keystrokes inserted twice into text input fields. Rework key event and TSM handlers. r=josh sr=shaver a/1.8.1=me&shaver 2006-05-22 00:34:35 +00:00
masayuki%d-toybox.com cce1d49d68 Bug 314130 input numbers twice when using Unispim IME at chinese input mode r=ere, sr=roc 2006-05-21 08:16:27 +00:00
sergei_d%fi.tartu.ee 6b3838945c [BeOS] Implement HideWindowChrome, Bug 338326, p=sergei_d, r=thesuckiestmail, BeOS-only 2006-05-18 18:26:43 +00:00
sergei_d%fi.tartu.ee 387522fa83 [BEOS] Bug 164498, new Quit/Destroy code, p=sergei_d, r=thesuckiestmail, BeOS-only 2006-05-17 19:35:21 +00:00
mark%moxienet.com 461734c0de 338289 Reverting previous reversion, this wasn't the cause of the Camino Tp/Ts regression. 2006-05-17 19:30:23 +00:00
mark%moxienet.com 5e118c84e1 338153 Frontport bug 332579 to trunk, consolidating the native event improvements made on the 1.8 branch (332579) and trunk (326273). r=josh sr=darin 2006-05-17 19:07:05 +00:00
joshmoz%gmail.com a292c60276 Add nsPIWidgetCocoa interface to top-level window Cocoa widgets. This is part of bug 330587, sheet support. r=mento 2006-05-17 18:53:58 +00:00
sergei_d%fi.tartu.ee a8901b85f0 [BeOS]Bug 337489. BeOS follow-up for bug 326273. p=sergei_d, r=thesuckiestemail. BeOS-only 2006-05-17 16:09:29 +00:00
mark%moxienet.com 84f16c81b6 338289 Attempting to solve Camino performance regression by backing out a portion of 337824. 2006-05-17 15:43:26 +00:00
darin%meer.net 48c8241579 re-landing patch for bug 337824 "Profile Manager completely horked in Mac build" with the portion that causes Ts and Txul regressions temporarily disabled 2006-05-17 00:25:35 +00:00
darin%meer.net 94f61b0842 reverting fix for bug 337824 in the hopes of clearing tinderbox orange 2006-05-16 21:11:54 +00:00
darin%meer.net 57c400891a fixes bug 337824 "Mac OSX event processing problems related to threadmanager landing (Profile Manager completely horked)" patch and reviews by darin and mark respectively 2006-05-16 20:16:04 +00:00
joshmoz%gmail.com fe4070c28d don't register for Carbon events we don't need. b=338166 r=mento 2006-05-16 18:13:02 +00:00
dbaron%dbaron.org 263241629b Back out checkin for bug 333896 which causes tinderbox orange since nsWidgetAtoms aren't initialized. 2006-05-16 13:35:27 +00:00
leon.sha%sun.com bb088fc7f5 Fix for the bustage for the last check in for bug 333896
Patch by alfred.peng@sun.com.
a=#developers
2006-05-16 06:44:30 +00:00
leon.sha%sun.com 48f147c574 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn
Patch by alfred.peng@sun.com.
roc: review+
mark: review+
roc: superreview+
2006-05-16 05:40:33 +00:00
mkaply%us.ibm.com 4813c76fe7 #326273
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
After this change, OS/2 appears to work...
2006-05-15 21:22:18 +00:00
mkaply%us.ibm.com 8d922ab068 #326273
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
After this change, OS/2 appears to work...
2006-05-15 21:18:54 +00:00
joshmoz%gmail.com 90bc7b47f2 no need to include "nsSupportsArray.h" in this file. 2006-05-15 19:29:58 +00:00
masayuki%d-toybox.com 6670030b01 Bug 337036 Crashes in IM_get_owning_window r=katakai, sr=roc 2006-05-12 08:46:54 +00:00
bzbarsky%mit.edu 8d98ec57b0 Fix crash bug 336586. r=ere, sr=darin 2006-05-12 03:39:34 +00:00
mkaply%us.ibm.com edb8aed0a5 #326273
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
Note OS/2 does not work after these changes, it just builds.
Need to look at nsAppShell
2006-05-11 17:24:22 +00:00
joshmoz%gmail.com 660ca844a0 Fix modal dialogs in Cocoa widgets. If they don't have the titled window attribute dialogs cannot become key windows. part of bug 330587, though this fixes the non-sheet case as well. a=bsmedberg for closed tree. 2006-05-11 15:14:29 +00:00
timeless%mozdev.org 5327b587c9 Bug 336983 OOM crash [@ ConvertHTMLtoUCS2] unicodeData Pointer allocated by nsMemory::Alloc dereferenced without NULL check
r=bz sr=bz
2006-05-11 13:24:42 +00:00
darin%meer.net 23020cd35d Use ReceiveNextEvent instead of AcquireFirstMatchingEventInQueue in order to continue supporting Mac OS X 10.2. Concept reviewed by Josh ;-) 2006-05-10 19:17:40 +00:00
darin%meer.net 1519a8b026 removing empty files 2006-05-10 19:06:35 +00:00
darin%meer.net e69253fa55 Make nsBaseAppShell::mRunWasCalled accessible to subclasses. Fixes mac bustage. 2006-05-10 17:56:10 +00:00
darin%meer.net 7d3e7d7acd landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
smontagu%smontagu.org 02a1d9001c Bug 334205: nsPrimitiveHelpers::ConvertPlatformPlainTextToUnicode returns unitialized value if outUnicodeLen = 0, r=timeless, sr=jag 2006-05-07 09:06:58 +00:00
timeless%mozdev.org 64818410ec Bug 331023 Cleanup of IDL files; fixing type inconsistencies
r=neil sr=bz
2006-05-07 01:33:38 +00:00
cbiesinger%web.de 1fe4516c9f bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.

r=bsmedberg
2006-05-06 17:53:51 +00:00
cvshook%sicking.cc 36f352636c Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
joshmoz%gmail.com d0ccf5c95f fix the way we handle menu counts in the menu bar. b=336651 r=mento 2006-05-04 21:15:47 +00:00
benjamin%smedbergs.us f51d6ee9c7 Bug 78081 - don't export intermediate libraries, prelimiary work blanket-r=mento 2006-05-03 22:18:39 +00:00
bugzilla%arlen.demon.co.uk 999fb60b94 Bug 324072 Paper size and printer selection in printdialog are reflected incorrectly in preferences
p=me/kherron r=kherron sr=roc
2006-05-02 23:03:22 +00:00
masayuki%d-toybox.com 79d9fd9989 Bug 194067 support unicode file name on drag and drop(D&D). patch by Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp> r=ere, sr=roc 2006-05-02 06:20:16 +00:00
masayuki%d-toybox.com 46b6364e2c Bug 333166 When mouse cursor is on the plug-in but not focused, focused element will receive wheel event instead of plug-in. patch by Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp> r=ere, sr=roc 2006-05-02 06:17:55 +00:00
roc+%cs.cmu.edu 171e5d95f2 Bug 263444. Allow nsILookAndFeel to request any combination of scrollbar arrows (up and/or down (or neither) at each end of the scrollbar) on all platforms. Get the arrow settings from the GTK2 style in GTK2 builds. r+sr=bryner 2006-05-01 23:23:33 +00:00
mark%moxienet.com 19a37839ee 335166 When libwidget.rsrc is a symbolic link, it's not loaded, causing missing cursors and nsWindow assertions. Death to FSSpec, use CFBundle/CFURL to locate libwidget.rsrc. r=josh sr=pink 2006-05-01 21:10:13 +00:00
joshmoz%gmail.com aad5097a48 remove unused Mac widget code, detab the file. no bug. 2006-04-28 21:58:04 +00:00
joshmoz%gmail.com 0c04fe5fda don't call First() on an empty string. b=326874 r=mento 2006-04-28 21:06:59 +00:00
dougt%meer.net 0dcce402e1 Using F21 or F22 on some PPC generate a key that pops up the software keyboard. window ce only 2006-04-27 19:22:33 +00:00
roc+%cs.cmu.edu b9d2515023 Bug 335432. Link to Xinerama from widget/src/gtk2. r=vlad 2006-04-25 22:49:29 +00:00
joshmoz%gmail.com 2018612fd5 fix focus/activate for non-embedders when windows are first created. b=330587 r=mento 2006-04-25 19:20:31 +00:00
dougt%meer.net 991924f87d reverting the change to the size of the soft key menu bar as it causes visable problems on some PPC devices. wince only 2006-04-25 18:34:31 +00:00
dougt%meer.net 4e058e4551 Changing the key we use. some phones actually map lower FKeys to applications. WINCE ONLY. 2006-04-25 18:18:36 +00:00
mark%moxienet.com 02e31d257d 305479 Cmd-, needs to be pressed twice to access Preferences. Enable the preferences command when it's known that one exists, don't defer it until asked to update the menus. r=josh sr=pink 2006-04-24 18:31:23 +00:00
masayuki%d-toybox.com 1f6633c549 Bug 314130 input numbers twice when using Unispim IME at chinese input mode r=ere, sr=roc 2006-04-24 13:58:38 +00:00
joshmoz%gmail.com 5ee4b1fe2c In bug 334551, we added NS_ACTIVATE/NS_DEACTIVATE messages to windows in order to fix a focus problem. However, we were already sending NS_ACTIVATE following NS_GOTFOCUS somewhere else and the real problem was that immediately afterwords we sent another NS_GOTFOCUS. Adding another NS_ACTIVATE seemed to fix the problem because instead of sending NS_GOTFOCUS/NS_ACTIVATE/NS_GOTFOCUS, we sent NS_GOTFOCUS/NS_ACTIVATE/NS_GOTFOCUS/NS_ACTIVATE which meant that each focus message had an activate paired with it. The real fix here however is to not send the second NS_GOTFOCUS message. b=334551 2006-04-24 07:19:10 +00:00
wr%rosenauer.org 924133e9b3 Bug 289897 - huge memory leak when klipper is running (leak part), p=roc, r+sr=darin 2006-04-24 06:10:26 +00:00
joshmoz%gmail.com 1a2393f393 fix insertion point wackiness due to not sending top-level window gecko activation events. Also some cleanup. b=334551 r=mento 2006-04-21 20:35:00 +00:00
gavin%gavinsharp.com 0d15456926 Bug 315370: text Copy/Paste from Firefox to Outlook will be created as attachment, patch by David Gardiner <David.R.Gardiner@gmail.com>, r+sr=roc 2006-04-21 15:16:22 +00:00
cls%seawood.org 9d3fb5f3b1 Align mingw libs linkage with msvc.
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> for the patch.
Bug #334542 r=cls
2006-04-20 12:59:02 +00:00
sharparrow1%yahoo.com f7c5538a64 Bug 334547: unused code removal 2006-04-20 03:15:02 +00:00
mark%moxienet.com 10e5e87ec7 334197 VPATH interferes with trunk universal build. Build .rsrc in local dir, then symlink into $(DIST)/bin. r=bsmedberg 2006-04-19 23:32:07 +00:00
martijn.martijn%gmail.com 637b1cc109 Bug 324414 - caret blinking not themed. Patch by chpe@gnome.org,r+sr=roc 2006-04-19 20:03:30 +00:00
cls%seawood.org a793596959 mingw w32api (as of 3.7) only defines WM_APPCOMMAND so cleanup ifdefs.
Bug #333460 r=emaijala sr=bz
2006-04-19 04:25:16 +00:00
jshin%mailaps.org 5dd820cae4 bug 234946 : Windows File Picker Issues on Win2k or later (full Unicode support) : r=emaijala, sr=neil 2006-04-19 00:41:22 +00:00
mark%moxienet.com 722ec70d37 334537 nsMenuBarX installs an event handler poorly, fix installation and eliminate unnecessary baggage in event handler. r=josh 2006-04-18 21:25:05 +00:00
aaronleventhal%moonset.net dee0dd6a20 Bug 330624. Leaks in mozilla/accessible. r=ginn.chen, sr=dbaron 2006-04-18 19:08:34 +00:00