Commit Graph

6377 Commits

Author SHA1 Message Date
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