Commit Graph

6334 Commits

Author SHA1 Message Date
joshmoz%gmail.com
b5905c1157 Implement nsChildView::CancelIMEComposition() in cocoa widgets. b=272964 2004-12-29 18:27:46 +00:00
smfr%smfr.org
726a1a4b01 Checking in CFRunLoop patch in bug 271050 to test pageload performance in Camino. r=pinkerton 2004-12-29 06:07:31 +00:00
mkaply%us.ibm.com
4dd1f0fc09 OS/2 only updates for CSS3 cursor support 2004-12-28 21:05:27 +00:00
cbiesinger%web.de
47d7110411 Bug 274281 [BeOS] BeOS lets events stay in port through the 'restarts' in LaunchChild causing crashes on faulty events.
patch by tqh <thesuckiestemail@yahoo.se> r=sergei_d sr=shaver (for the xpcom/ part)
2004-12-28 13:56:17 +00:00
bmlk%gmx.de
9cf54c76ba improve directory selection for beos bug 267219 p=Niels.Reedijk@gmail.com r=thesuckiestemail r=sergei_d 2004-12-27 18:51:18 +00:00
gerv%gerv.net
81ac4dc799 iBug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-27 18:45:32 +00:00
pedemont%us.ibm.com
c9a3ca113c Forgot null check for checkin of bug 257546 2004-12-27 16:09:59 +00:00
bmlk%gmx.de
d3197a9276 remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron 2004-12-26 19:48:54 +00:00
joshmoz%gmail.com
b872391cfa correct caret behavior during IME input. This patch also apparently fixes bug 264515. b=232406 sr=pinkerton 2004-12-23 17:59:53 +00:00
smontagu%smontagu.org
be39df6daf Bug 271228: On GTK2, first press of modifier + key sends KEY_PRESS event but no KEY_DOWN. r=aaronleventhal, sr=neil.parkwaycc.co.uk 2004-12-21 12:11:22 +00:00
bsmedberg%covad.net
fff2ac6ea1 Bug 273877 - Embedders should intialize the widget toolkit (XUL apps in nsAppRunner.cpp), instead of using nsIAppShell::Create) r=darin sr=roc 2004-12-20 21:53:33 +00:00
neil%parkwaycc.co.uk
9336df6957 MinGW fix for bug 250392 p=brofield@jellycan.com r=me sr=dmose 2004-12-20 16:27:12 +00:00
ginn.chen%sun.com
0b2951ba2c Bug 268371 memory leak in nsLookAndFeel::GetMetric()
patch maker=brian.lu@sun.com r=blizzard sr=rbs
2004-12-17 05:39:19 +00:00
neil%parkwaycc.co.uk
679739496a Bug 266513 GTK dependent windows not persisting position correctly, roc suggests backing out part of his patch to bug 264245 r+sr=blizzard 2004-12-16 23:43:42 +00:00
pedemont%us.ibm.com
16e3e0ddd3 Bug 151249 - Middle-click on link doesn't work on Mac. r=pinkerton, sr=sfraser. 2004-12-15 16:32:02 +00:00
bryner%brianryner.com
d9626f6746 Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron. 2004-12-15 05:52:44 +00:00
bsmedberg%covad.net
79241940e8 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
ere%atp.fi
7ddd1f5ea0 Bug 186549: add a pref. that allows different windows to retain their own input locale settings
Patch by Masayuki Nakano
r=emaijala
sr=bzbarsky
2004-12-09 19:01:35 +00:00
ere%atp.fi
d46f71b538 Fix for bug 264708: Single-bit transparency not supported on Win98
Patch by Dainis Jonitis
r=emaijala
sr=roc
2004-12-09 17:56:46 +00:00
amardare%qnx.com
1ff4a395f8 Change for qnx(photon) platform only. It should not affect runtime/buildig other platforms.
Temporary fix until PR:22930 is fixed in libph. The library insist in making any PtRegion widget
sensitive and opaque to key events. Thi shappen if after realizing it, a resource ( like
Pt_ARG_POS or Pt_ARG_DIM ) is set. Such a region will completely block any key events from reaching
any application, if the mouse is in top of it. To test open the url bar, place the mouse in top
of the list and type something. The key events are not reaching anybody.
2004-12-09 14:53:27 +00:00
neil%parkwaycc.co.uk
c4c3378210 Bug 244685 Implement SourceURL for CF_HTML clipboard copy/drag'n'drop p=david.gardiner@unisa.edu.au r=dean_tessman sr=me 2004-12-07 14:13:54 +00:00
ere%atp.fi
d5727b91f0 Oops, backing out previous commit of wrong files. 2004-12-06 15:07:36 +00:00
ere%atp.fi
e9dbf6a0da Fix for bug 270812: Cannot print after printer was renamed
Patch by Masayuki Nakano,
r=emaijala
sr=bzbarsky
2004-12-06 15:03:42 +00:00
aaronleventhal%moonset.net
85653ea54c Bug 262894. Assistive technology hotkeys that use Alt key trigger Mozilla menu bar. Also fixes Windows 95/98 bug where Alt+tab would focus menu bar. Patch by Neil Rashbrook. r=aaronlev, sr=bryner 2004-12-03 22:32:50 +00:00
zack%kde.org
e3192dfcb6 This fixes most focus issues (br:263927). Propagation of the focus seems
very slow though
2004-12-03 22:14:28 +00:00
zack%kde.org
fc7746a6a5 Patch from Michal Ceresna fixing 272593. Good catch, I forgot to update after
change which stopped children from propagating events back to the containers
due to which direct invalidation of the children wasn't working.
2004-12-02 22:53:13 +00:00
gerv%gerv.net
670fb87360 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-01 22:27:03 +00:00
pedemont%us.ibm.com
15717f0bf7 Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner 2004-12-01 17:33:16 +00:00
pkw%us.ibm.com
473ae34fc0 Bug 264210 - save as, webpage complete doesn't work with gtk2 filepicker
r=caillon@gmail.com, sr=blizzard@mozilla.org
2004-11-30 22:07:50 +00:00
zack%kde.org
97c0e697d4 ifdef most of the debugging output 2004-11-29 00:37:59 +00:00
smontagu%smontagu.org
8d29d95760 Mac implementation of nsIBidiKeyboard. Bug 266551, patch by Asaf Romano <mozilla.mano@sent.com>, r=jhpedemonte, sr=bzbarsky 2004-11-28 18:36:23 +00:00
bryner%brianryner.com
29c70cffe8 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
timeless%mozdev.org
d01dd1aa4c Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
mkaply%us.ibm.com
8d134e4d51 #269632
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Dainis Jonitis - add debug paint flashing for OS/2
2004-11-22 17:36:44 +00:00
zack%kde.org
f6fb51a99f hmm, i forgot about the lack of rtti. fixes 267626 2004-11-21 23:20:00 +00:00
timeless%mozdev.org
f2bfa0873d Bug 269925 /Users/timeless/mozilla/widget/src/mac/nsWindow.cpp: warning: Boolean control_key_down()' and long long int microseconds()' defined but not used
r=pedemonte sr=bz
2004-11-15 18:40:53 +00:00
jshin%mailaps.org
2002afaacf bug 163572 : converted string is inserted every time space key is pressed patch by masayuki@d-toybox.com (r=pinkerton,bryner,amardare,emaijala,sfraser,roc, sr=bryner,sfraser,roc) 2004-11-13 11:27:09 +00:00
pedemont%us.ibm.com
455bdbf7a0 Bug 257546 - sheet support implemented incorrectly. r=peterv, sr=sfraser. 2004-11-12 16:42:58 +00:00
pedemont%us.ibm.com
435b59e6a3 Bug 204636 - window minimize support. Patch by Asaf Romano. r=jhpedemonte, sr=sfraser. 2004-11-10 18:57:31 +00:00
pedemont%us.ibm.com
121f6b9b36 Bug 237136 - fix zooming on Mac. r=peterv, sr=sfraser 2004-11-10 17:01:59 +00:00
timeless%mozdev.org
fb483e6b15 Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=dbradley rs=brendan
2004-11-10 07:27:11 +00:00
darin%meer.net
950a78482d fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
kjh-5727%comcast.net
a596996192 Bug 267823 - nsWindow.cpp contains ONWORKSPACE instead of nsWindow::ONWORKSPACE - BeOS-only. Patch by Niels.Reedijk@gmail.com, r=sergei_d. 2004-11-06 21:42:01 +00:00
bzbarsky%mit.edu
5680d16cc5 Invalidate the screen position cache on scroll so popups come up in the right
places.  Bug 64902, r+sr=roc
2004-11-03 15:51:59 +00:00
mkaply%us.ibm.com
e29a6a871d #267237
r=pedemonte, sr=blizzard (platform specific), a=mkaply
OS/2 only - limit length of titlebar text to overcome OS bug
2004-11-03 13:57:16 +00:00
ginn.chen%sun.com
c31abf35ac bug 265194 Mozilla can't play wav file correctly on solaris sparc
patch maker:leon.sha@sun.com r=bryner sr=darin
2004-11-03 09:13:04 +00:00
darin%meer.net
189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
roc+%cs.cmu.edu
3b7e30e209 Bug 265983. GTK1 needs GetNativeData(NS_NATIVE_WIDGET) to be passed as the native parent, not NS_NATIVE_WINDOW. r+sr=bzbarsky 2004-10-30 12:57:46 +00:00
bzbarsky%mit.edu
090b486e66 Push view update batching up to the root view manager. Make all associated
members only be accessed by the root view manager.  Document the invalidation
setup a bit.  Bug 244290, r+sr=roc
2004-10-29 20:47:25 +00:00
bsmedberg%covad.net
e08012b8b7 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00