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

6450 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de ebaa137557 283185 [beos] forward-declare BView, since not all versions of Clipboard.h seem
to include View.h r=sergei_d
2005-02-22 22:13:24 +00:00
bzbarsky%mit.edu c3e64cf6a3 Make the IME candidate window show up in the right place on GTK2. Bug 281339,
patch by Takuro Ashie and Hiroyuki Ikezoe <poincare@ikezoe.net>, r+sr=blizzard
2005-02-22 18:04:54 +00:00
peterv%propagandism.org 1b5e7a6fd4 OS X part of fix for bug 125386 (flyout menu disappears when mouse passes over scrollable div or iframe). r=jhpedemonte, sr=sfraser. 2005-02-20 09:56:29 +00:00
sergei_d%fi.tartu.ee 4ef6884d91 bug 282031. Use suspend/resume_thread instead syncsem for synchronous events. r=sergei_d. no sr required - BeOS-only 2005-02-19 19:54:43 +00:00
caillon%redhat.com 91b1a1e9ca Bug 282427
Consolidate XInternAtom calls to reduce roundtrips to the X-server.
r+sr=blizzard
2005-02-19 16:11:58 +00:00
jst%mozilla.jstenback.com 48a9ab5e12 Additional changes needed to fix bug 280947 (dragging of images whose extension doesn't map to the right mimetype on the client is broken). r=bzbarsky@mit.edu, sr=dveditz@cruzio.com 2005-02-18 19:18:20 +00:00
aaronleventhal%moonset.net 6f010e6426 Bug 282588. MozillaContentWindowClass on frames and iframes confuses screen readers. r=ere, sr=neil 2005-02-18 14:24:43 +00:00
ginn.chen%sun.com 72445af240 Bug 172203 Use GTK2 setting to determine if textfields should be selected when tabbed to
patch=andersca at gnome.org r=blizzard sr=bryner
2005-02-18 06:13:33 +00:00
roc+%cs.cmu.edu a3660b0433 Backing out bug 278353 since it causes Tdhtml to crash 2005-02-17 20:22:38 +00:00
roc+%cs.cmu.edu 879cf24bf6 Bug 278353. GTK1 needs to fix the z-order of widgets after showing them, because showing them brings them to the top, perhaps undesirably. r+sr=blizzard, a=me 2005-02-17 03:12:46 +00:00
cbiesinger%web.de fcf9b7c86f Bug 108170 [gtk2] make GDK_KP_Separator map to ',' rather than '|'
patch by Alexander Skwar <askwar@digitalprojects.com> r=blizzard sr=bryner
a=caillon
2005-02-16 14:21:38 +00:00
cbiesinger%web.de 558421784f Bug 108170 [gtk1] make GDK_KP_Separator map to ',' rather than '|'
patch by Andreas M. Schneider <c@c07.de> r=caillon sr=bryner a=dbaron
2005-02-16 14:18:38 +00:00
caillon%redhat.com 5a3456c805 Bug 282141 - Request base, not bg, from gtk2 for the correct window background color.
r=marco, sr=blizzard, a=asa
2005-02-16 13:07:13 +00:00
smfr%smfr.org 1bc071b87a Fix bug 281732: event handling in camino's native popup got broken when screen-relative coordinates in Cocoa widget were fixed (bug 281470), which caused the nsComboboxControlFrame/nsListControlFrame code to start doing mouse capture, and showing the XUL popup. This revealed a bug in nsCocoaWindow, which failed to set the window type in some situations. This change only affects Camino. 2005-02-16 05:14:59 +00:00
jshin%mailaps.org 890a301a7e bug 281184 : When WXG (a Japanese IME) is used, the composition window stays on even after the composition ends : patch by Masayuki Nakano, r=timeless, sr=bz, a=cailon 2005-02-15 17:33:11 +00:00
smfr%smfr.org fa4b4472bf Fix bug 282295: drag feedback uses wrong cooridinates in Camino. Remove Cocoa-only #ifdeffed code that reversed the drag region Y coordinate because it's no longer needed after the fix for bug 281470. r=pink. This change only affects Camino. 2005-02-15 16:52:20 +00:00
marco%gnome.org 3ba394656f 280928 Keep a reference on the window when emitting
events that can cause window destruction, and we need to
access the window after emission
r=caillon sr=blizzard
2005-02-14 09:51:25 +00:00
amardare%qnx.com f49ac0461f Changes for qnx/photon platform only.
Fixed a few compiling error after syncronizing with the head branch.
2005-02-13 18:53:19 +00:00
dougt%meer.net 4b5a2fad7a bug 271732. Ensures that the file get dialog never returns a dereferenced shortcut. r=bryner, sr/a=dveditz 2005-02-11 23:32:03 +00:00
roc+%cs.cmu.edu 1877818a43 Bug 281743. Don't mess around with vestigial GTK2 widgets. r+sr=blizzard, a=dbaron 2005-02-10 23:39:44 +00:00
sergei_d%fi.tartu.ee 652bb7fae6 *** empty log message *** 2005-02-10 18:55:32 +00:00
pedemont%us.ibm.com 90c4f563aa Bug 246245 - Fix leak. r=sfraser, sr=peterv. 2005-02-08 19:28:09 +00:00
smfr%smfr.org fe53b261c5 Fix bug 281470: vertical scrolling is reversed on Google Maps. Fix WidgetToScreen() and ScreenToWidget() to adjust for reversed Cocoa-style screen coords.
Also remove pre-10.2 cruft, an unused function, and fix some warnings. r=pinkerton.
2005-02-08 17:34:09 +00:00
cbiesinger%web.de b5fc00bb20 forward-declare nsIDocShell rather than including the header. 277329 r=roc sr=bz 2005-02-05 18:17:10 +00:00
timeless%mozdev.org 5957d55507 replacing fancy bullets (which chardet incorrectly guesses is a chinese character) with asterisks
sr=smfr
not part of the build (the ifdef isn't defined)
2005-02-04 22:15:08 +00:00
bryner%brianryner.com ed870113ca Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron. 2005-02-04 21:10:45 +00:00
dveditz%cruzio.com 482ee97b73 bug 280522 misplaced null after WideCharToMultiByte conversion. Thanks to
Christian Franke for the nsToolkit.cpp patch (r=dveditz,sr=dbaron).
nsNativeAppSupportWin.cpp patch r/sr=bzbarsky.
2005-02-03 23:28:46 +00:00
bryner%brianryner.com 67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
smfr%smfr.org b262a53f86 Fix bug 280200, patch by <waveridervsnrz@yahoo.co.jp> -- improve IME look and feel by tweaking constants. Also standardized method name case. r=josh, sr=me 2005-02-03 07:15:55 +00:00
bzbarsky%mit.edu 949dc5fa14 Add a way for IME to query the caret position. Bug 278061, patch by
Masayuki Nakano (Mozilla Japan) <masayuki@d-toybox.com>, r=smontagu,glazou,
sr=bzbarsky
2005-02-01 19:24:59 +00:00
smfr%smfr.org 5516fb204e Remove obsolete native widget files, and do some minor cleanup. Bug 279510, r=pinkerton 2005-01-29 02:09:21 +00:00
dbaron%dbaron.org 8993baf11c Convert CR-LF and CR linebreaks to LF. 2005-01-28 20:01:46 +00:00
smfr%smfr.org 8eaec170ab Fix bug 279510: remove all the pre-Carbon code and TARGET_CARBON #idfefs from widget. Patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net>, r=pink, sr=me 2005-01-28 17:59:37 +00:00
mkaply%us.ibm.com 7512343a24 #280063
r=mkaply
Patch from Rich Walsh - fix some OS/2 drag drop issues
2005-01-28 16:10:31 +00:00
roc+%cs.cmu.edu 86e95f1475 Bug 261238. Make widget z-ordering a closer approximation to what CSS2 wants. Also make GTK2 actually implement widget z-ordering. r=bzbarsky,blizzard sr=bzbarsky 2005-01-27 20:49:47 +00:00
smfr%smfr.org 4b070b02ee Fix bug 278655: we double-dispatched some mouse events because of the middle-click Carbon Event handler. Fix by making that handler only dispatch middle clicks, and returning noErr only when we think the event has been handled. Patch by yours truly and Steven Michaud <smichaud@pobox.com>, sr=me, r=pink. 2005-01-26 04:40:39 +00:00
peterv%propagandism.org e02251330d Fix for bug 277845 (live sheet resizing is broken (regression from bug 223545)). r=pedemonte, sr=smfr. 2005-01-25 14:06:59 +00:00
timeless%mozdev.org 33ac720268 Bug 268311 Rewrite nsIFilePicker.displayDirectory handling and (windows) nsFilePicker::ShowW
r=neil sr=neil
2005-01-25 11:57:29 +00:00
aaronleventhal%moonset.net c4206c2511 Bug 279105. International keyboard input completely broken (typed text displays as accented Latin-1). r=ere, sr=roc 2005-01-24 03:29:14 +00:00
smfr%smfr.org 10c42861bc Fix up the code that gets the "AppleKeyboardUIMode" system pref to look at the second bit of the value, rather than the value itself. Also add scope for the fullKeyboardAccessProperty variable, and check the result of CFNumberGetValue. Bug 187508. 2005-01-22 06:38:31 +00:00
aaronleventhal%moonset.net 42a25db572 Bug 279152. Keys swallowe dwhen tpying into a textarea or input, regression from bug 167145. r=caillon, sr=bryner 2005-01-20 19:55:48 +00:00
bryner%brianryner.com 956ddd5106 Remove nsIXULContent. Bug 276698, r=sicking, sr=jst. 2005-01-19 20:05:02 +00:00
aaronleventhal%moonset.net e459658839 Fixing bustage 2005-01-19 03:11:34 +00:00
aaronleventhal%moonset.net 84910111ef Bug 167145. When PreventDefault() called for onkeydown event, do the same for onkeypress that follows. r=bryner, sr=neil 2005-01-19 02:38:59 +00:00
smfr%smfr.org a08b0e6ae5 Fix bug 269561: orphaned dropdown left after selecting an item in a combo box. Fix some code in nsMacWindow that could erroneously change the visibility of the window from false to true. r=pinkerton, sr=bzbarsky 2005-01-17 23:54:34 +00:00
pedemont%us.ibm.com 796e6589a6 Bug 269480 - Zooming uses wrong rect. Patch by ccarlen. r=pinkerton, sr=sfraser 2005-01-17 23:21:33 +00:00
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
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