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

6354 Коммитов

Автор SHA1 Сообщение Дата
smfr%smfr.org 8b05973233 Fix part of bug 245623: when doing an objdir build, symlink the 'cursors' directory into the objdir so that the Camino Xcode project can pick it up. 2005-01-16 21:15:43 +00:00
emaijala%kolumbus.fi 030c226593 Fix for bug 277795: Dropdown lists are rolluped by MS-IME
Patch by Masayuki Nakano
r=emaijala
sr=bzbarsky
2005-01-14 19:23:06 +00:00
timeless%mozdev.org 65470e27d2 Fixing build bustage (sacrificing macro which doesn't work because some methods are implemented by the base class) 2005-01-14 14:40:17 +00:00
timeless%mozdev.org e718f98397 Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows)
nsFilePicker::ShowW
r=neil sr=neil
removing stray character
2005-01-14 12:02:50 +00:00
timeless%mozdev.org 70be16dcdc Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows) nsFilePicker::ShowW
r=neil sr=neil
2005-01-14 11:41:37 +00:00
timeless%mozdev.org 16e63c0085 Bug 276278 [BeOS] Dropdown boxes are dislocated
patch by Niels.Reedijk@gmail.com r=sergei_d
2005-01-14 08:30:53 +00:00
bryner%brianryner.com cd3200aa40 Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin. 2005-01-13 03:25:28 +00:00
jshin%mailaps.org 3bb6f2cc92 bug 275199 : Cannot reconvert with Japanist(Japanese IME) on WinNT patch by masayuki@d-toybox.com, r=ere, sr=bz, a=asa 2005-01-11 04:31:18 +00:00
smontagu%smontagu.org aade2a857f Bug 277467: Memory leak in nsLookAndFeel::GetMetric. patch by Asaf Romano <bugs.mano@mail-central.com>, r=joshmoz, sr=sfraser, a=asa. 2005-01-09 14:07:24 +00:00
neil%parkwaycc.co.uk 533df7b812 Null check followup b=187508 p=bugs.mano@mail-central.com r=pink sr=me a=asa 2005-01-07 20:32:26 +00:00
mkaply%us.ibm.com e1b8db3044 277339 - Os/2 build bustage - a=mkaply 2005-01-07 01:18:16 +00:00
timeless%mozdev.org 0f16244b59 Bug 187508 Follow "full keyboard access" setting in System Preferences for tabbing navigation
patch by bugs.mano@mail-central.com r=aaronl sr=neil a=asa
2005-01-06 23:41:52 +00:00
cbiesinger%web.de e8e4d3ca60 fixing beos bustage 2005-01-06 22:28:44 +00:00
bzbarsky%mit.edu 99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bzbarsky%mit.edu cf1a563b1a Don't do recursive invalidation in the GTK2 widget impl -- the viewmanager
already recurses, and does a smarter job of it.  Partial fix for bug 266582,
r=blizzard, sr=bryner
2005-01-04 16:34:36 +00:00
bzbarsky%mit.edu 6c0ddda12c Fixing mac bustage 2005-01-03 23:44:56 +00:00
bzbarsky%mit.edu 1601d80e99 Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst. 2005-01-03 22:51:17 +00:00
timeless%mozdev.org 70a0bf7639 Bug 276136 Duplicate include in nsDataObj.cpp
patch by Hans-A.Engel@unibas.ch r=dean_tessman sr=smfr
2005-01-03 19:26:09 +00:00
timeless%mozdev.org 1a55cdb266 More fallout from Bug 237745. ports only build bustage 2004-12-31 20:00:16 +00:00
cbiesinger%web.de b71e2a3790 38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on
CSS "cursor" Properties
for dom,layout,content: r+sr=bz
for widget: r+sr=roc
2004-12-30 21:56:11 +00:00
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