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

5785 Коммитов

Автор SHA1 Сообщение Дата
aaronl%netscape.com abed095192 Backout out bug 196946. It turns out we should not merge static accessibility libs into widget 2003-03-22 05:29:37 +00:00
mkaply%us.ibm.com 69951a8548 #188249
r=me, sr=blizzard (platform specific)
Start landing GCC support for OS/2 - mainly cleanup to start
2003-03-21 22:09:31 +00:00
alecf%netscape.com b6584a77fb backout my static atom patch for now until I figure out the performance loss! :(
bug 195262
2003-03-21 20:13:08 +00:00
mkaply%us.ibm.com 2b448aeebc #197411
r=me, sr=blizzard (platform specific code)
Code from Jessica Blanco - remove nsModule.cpp (hack place to store globals) and reliance on DLL
initialization code so we can get embedding working.
2003-03-21 14:17:59 +00:00
alecf%netscape.com ecf24a2b78 fix for bug 195262:
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin

this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
blizzard%redhat.com 29b41625ef Fix a couple of compiler warnings. No bugs or reviews here - it's pretty simple. 2003-03-21 03:43:33 +00:00
blizzard%redhat.com 9ccf1e1d07 Bug #198284 and other problems like maximization not being forgotten. r=hp 2003-03-20 05:24:25 +00:00
pinkerton%netscape.com 8d4055c77a a better fix for 197230 2003-03-18 19:13:47 +00:00
pinkerton%netscape.com b6ca176a9b give focus to gecko view on drag-scrolling. r=pink/sr=sfraser. bug#197230 2003-03-18 18:57:17 +00:00
mkaply%us.ibm.com 5f8cf54ddb Properly placed commas help 2003-03-17 16:30:17 +00:00
sfraser%netscape.com 72ba8f65b0 Remove errant typo. 2003-03-17 05:07:36 +00:00
aaronl%netscape.com d36d376ebf More bustage fixes, need REQUIRES += accessibility in a lot of Makfiles 2003-03-17 00:47:25 +00:00
varga%netscape.com cea40cdaaf trying to fix mac bustage 2003-03-16 23:41:47 +00:00
varga%netscape.com 83d128877f Fix for bug 117954. Auto-close springloaded folders except the destination
folder.
r=bryner, sr=dmose
- added a value array to store indexes of rows, currently only used for auto
closing of spring loaded folders
- added several tree related settings to nsILookAndFeel service
- made all timers use this service
2003-03-16 23:26:31 +00:00
aaronl%netscape.com fc0c6f4305 Bug 196946. Combine static accessibility libs into widget library. r=kyle, sr=alecf 2003-03-16 20:22:51 +00:00
mkaply%us.ibm.com a3f9865571 OS/2 bustage - need nsILocalFile.h 2003-03-15 15:40:59 +00:00
dougt%netscape.com 0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
cls%seawood.org c00160a696 Landing mingw changes for widget
Bug #134113 r=kmcclusk sr=blizzard
2003-03-14 23:35:18 +00:00
kyle.yuan%sun.com d53c9da12d Bug 196388 crash when using shift-F10 in composer to bring up context menu
using NS_IF_RELEASE instead of NS_RELEASE
2003-03-14 05:12:48 +00:00
pinkerton%netscape.com c85f25f24c when cmd-option is down in the content area, change cursor to hand and
drag-scroll on click. handles vert and horiz scrolling like the finder.
(bug 150297, from nhamblen@mac.com. r=pink/sr=sfraser).
2003-03-13 20:37:32 +00:00
bryner%netscape.com f3a28e9f42 Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser. 2003-03-12 04:57:33 +00:00
roc+%cs.cmu.edu 210e29411b Bug 183905. Allow horizontal scrolling with mouse sticks. Patch by Dainis_Jonitis, r+sr=roc+moz 2003-03-12 03:22:11 +00:00
bryner%netscape.com 4605c9bd2f These files are copied from gfx during the build; they shouldn't be checked into CVS in this directory. 2003-03-11 22:36:35 +00:00
sfraser%netscape.com b6e7d646c5 Fix Camino crash when leaving a page with a plugin, bug 196459. r/sr=me 2003-03-11 06:51:20 +00:00
bryner%netscape.com 80c279f74c Ensure that mWindowType is initialized. Fixes intermittent gray windows on mac (bug 181293). r=pinkerton, sr=roc. 2003-03-10 01:23:32 +00:00
dean_tessman%hotmail.com 00a714a684 70274 - right-clicking should cancel link/text drag on Windows
r=ere@atp.fi  sr=jag
2003-03-07 03:53:31 +00:00
arougthopher%lizardland.net ebf4493625 Bug#175285
nsWidget::~nsWidget() crashes when view changes

r=arougthopher
2003-03-07 02:35:47 +00:00
aaronl%netscape.com 20117a7edc Bug 194968. Use content id properly to expose whether window is content vs. UI. r/sr=roc+moz 2003-03-06 23:07:00 +00:00
seawood%netscape.com 8cce7c2ae8 Removing GLE support.
Thanks to Kenji Irie <gelsoft@mx4.tiki.ne.jp> for the patch.
Bug #195865 r=cls
2003-03-06 22:39:14 +00:00
ere%atp.fi 32c983d2e3 Fix for bug 195954: Old position incorrectly checked in nsWindow::Move().
r=danm, sr=jag
2003-03-06 10:38:30 +00:00
blizzard%redhat.com 8a59af932a Bug #196008. crash when dynamically creating iframe using js+DOM. Make sure that the window has been created before setting the cursor. 2003-03-05 23:17:28 +00:00
kyle.yuan%sun.com f0ad469279 Bug 193987 need ability to fire event in any accObjects
r=aaronl, sr=henry.jia
2003-03-05 02:10:57 +00:00
bryner%netscape.com 9c58a59069 Consolidate gtk initialization to main(), which fixes inconsistencies with not calling gtk_set_locale(). We can do this now that we're not worrying about drop-in toolkit support. Bug 118478, patch by gelsoft@mx4.tiki.ne.jp, r=me, sr=blizzard. 2003-03-03 08:57:12 +00:00
bryner%netscape.com 37173ab4d0 Fix a memory leak, and a compiler warning (bug 195591). r/sr=blizzard. 2003-03-02 22:14:20 +00:00
sfraser%netscape.com 89316e747e Fix bug 195471: fix cocoa widget code for new version of nsIPluginWidget. r/sr=bryner 2003-02-28 22:59:12 +00:00
seawood%netscape.com c73a696f3b Dropping build infrastructure for supporting building with mulitple toolkits.
Bug #191528 r=pavlov
2003-02-28 22:02:21 +00:00
sfraser%netscape.com 1263b6d208 Bug 191821: implement nsIPluginWidget in the mac carbon widget code, to handle mac-specific plugin placement issues. r=peterl, sr=bryner 2003-02-27 23:31:54 +00:00
smontagu%netscape.com c1af0dc63d Accept directly encoded Unicode characters sent instead of keysyms by some keymaps (e.g. Arabic). Bug 188538, r=jag, sr=blizzard. 2003-02-27 00:19:42 +00:00
danm%netscape.com f2d773dbfd suppress processing of blur events with filepicker showing. bug 68454 r=bryner,kmcclusk,jst 2003-02-24 20:15:59 +00:00
danm%netscape.com d8c581eae0 suppress blur events to parent widget. bug 68454 r=bryner,jst,kmcclusk 2003-02-24 20:15:48 +00:00
danm%netscape.com 906b9521c1 add new property blurSuppression. bug 68454 r=bryner,jst 2003-02-24 20:15:19 +00:00
danm%netscape.com ad23fbba79 back out last revision; waiting for more opportune time 2003-02-24 16:00:08 +00:00
danm%netscape.com 068babfff7 add new property blurSuppression. bug 68454 r=bryner,jst 2003-02-24 15:57:07 +00:00
kyle.yuan%sun.com e04e31b8c0 Bug 181233 [gtk2] nsEvent::time need to be set for key event
r=blizzard
not in the default build
2003-02-24 06:16:56 +00:00
ere%atp.fi f8a47b6c45 Bug 189085: Windows focus handling semi-rewrite
r=danm, sr=jag
2003-02-22 19:50:38 +00:00
katakai%japan.sun.com 80f0f4ad5b bug 192369
gtk widget: set _NET_WM_ICON_NAME for mShell->window
r=bryner, sr=blizzard
2003-02-22 12:32:16 +00:00
seawood%netscape.com b44c065b1d Remove qt toolkit support from the tree.
Use the QT_LAST_RITES tag to pull the last known "good" tree to continue work on the port.
Bug #178987 r=bryner
2003-02-22 07:14:37 +00:00
robin.lu%sun.com 69f94daa4e fix bug 194180 [gtk2] OnContainerFocusOut may find wrong nswindow to
dispatch deactive event. r=blizzard. Not part of default build.
2003-02-21 01:09:17 +00:00
mkaply%us.ibm.com 718374691b #149079
r=pedemont, sr=blizzard (platform specific), a=asa
OS/2 only - make mouse chord actions do copy and paste
2003-02-20 23:14:27 +00:00
bryner%netscape.com 06102c3ac5 more #ifdef's to get this to build until simon's dnd changes land. not part of the build, a=dbaron. 2003-02-20 00:02:25 +00:00
danm%netscape.com 5fa8726542 notify container of position upon return to user state and softwire window border widths. bug 193295 r=pinkerton,sfraser a=asa 2003-02-19 23:20:34 +00:00
amardare%qnx.com d3ddf84e0b Added "photon" to the list of platforms requiring the nsBaseFilePicker.cpp file. 2003-02-19 00:20:04 +00:00
amardare%qnx.com fd6bbfae14 Photon specific changes.
Added a nsFilePicker for photon.
2003-02-19 00:16:42 +00:00
blizzard%redhat.com 5d219b9e49 Bug #183370. Mouse pointer changes when dragging text and locks up X. Not part of the default build. 2003-02-17 18:50:01 +00:00
blizzard%redhat.com a8f66c1626 Bug #191072. Fixing focus for plugins. Patch from robin.lu@sun.com r=me 2003-02-17 15:36:37 +00:00
blizzard%redhat.com c1611a7f67 Bug #185160. Crashes due to uninitialized drawing area. Patch from robin.lu@sun.com. Cleaned up by me. Not part of the default build. 2003-02-14 15:11:42 +00:00
blizzard%redhat.com 8f66288f79 Bug #192718. mozilla-xremote-client links against xpcom when it doesn't need to (round 2.) r/a=dbaron 2003-02-14 13:17:50 +00:00
aaronl%netscape.com e4e243b7f7 Bug 189775. First keypress cancels currently playing sound. r=neil, sr=alecf, a=dbaron 2003-02-14 07:50:09 +00:00
aaronl%netscape.com 7da68e788f Bug 166504. Crash when closing down with accessibility running because of late object release from third party apps. r=jgaunt, sr=jst, a=dbaron 2003-02-13 22:56:18 +00:00
blizzard%redhat.com 34f5251faa Backout my patch to fix bustage. 2003-02-13 19:59:22 +00:00
blizzard%redhat.com 1853e2d568 Bug #192718. mozilla-xremote-client links against xpcom when it doesn't need to. r=dougt, a=dbaron 2003-02-13 18:57:03 +00:00
bryner%netscape.com c2ebb735d9 Landing changes from CHIMERA_M1_0_1_BRANCH. Code that depends on other mozilla changes is #ifdef'd BRANCH_CHANGES_NEED_MERGED. 2003-02-13 10:29:21 +00:00
mkaply%us.ibm.com 61ecb2a700 #192486
r=pedemont, sr=blizzard (platform specific code), a=dbaron
OS/2 only - set owner of frame windows
2003-02-11 20:18:40 +00:00
mkaply%us.ibm.com df180bf287 #191785
r=pedemont, sr=blizzard (platform specific), a=asa
OS/2 only - rewrite dir dialog
2003-02-06 05:31:41 +00:00
smontagu%netscape.com ae35546699 Corruption of Unicode keyboard input in chrome text fields on WinXP and 2000. Bug 191184. r=yokoyama, sr=kin, a=dbaron. 2003-02-06 00:29:27 +00:00
mkaply%us.ibm.com 050ac8d5bf #168643
r=pedemont, sr=blizzard (platform specific), a=asa
OS/2 only - rewrite of frame window creation code to fix window positioning issues
2003-01-31 15:38:21 +00:00
cbiesinger%web.de e83d6e3643 186936 r=kmcclusk sr=roc+moz move stuff out of gfx/public/ 2003-01-21 20:38:19 +00:00
timeless%mozdev.org 78bf2dbe0f Bug 80242 "Save As" doesn't check that the directory exists
patch by law r=timeless sr=jst
2003-01-20 15:19:45 +00:00
timeless%mozdev.org a3dc90f2ee Bug #144428 [Qt] Qt-Mozilla hangs in nsASingleFragmentCString::GetReadableFragment (?) on startup, before bringing up the UI.
r=biesi sr=blizzard (ports)
2003-01-19 15:06:43 +00:00
darin%netscape.com 685a7af468 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
cbiesinger%web.de 02f8e83e7a remove ifdef IBMBIDI from widget, r+sr=roc+moz bug 89203 2003-01-17 11:40:13 +00:00
roc+%cs.cmu.edu 7128e98adb Bug 126592. GTK1 widgets are limited to 16-bit coordinates, so hack around their limitations by hiding widgets which are completely scrolled offscreen (so they don't wrap back onscreen) 2003-01-17 00:27:13 +00:00
mkaply%us.ibm.com 11d3b76aed #140683
r=pedemont, sr=blizzard (OS/2 only)
OS/2 only - Add 256 color support
2003-01-16 00:23:32 +00:00
mkaply%us.ibm.com 96b8e2fdb1 #135795
r=cls
Turn on mkdepend for OS/2
2003-01-15 21:36:53 +00:00
dougt%netscape.com 6508e0713e move nsTraceMalloc out of XPCOM. Factory out stackwalking code into new files. 189221 r=chak, 186585 r=blythe sr=dbaron. Most of this patch was contributed by seawood. 2003-01-15 20:40:06 +00:00
mkaply%us.ibm.com 2b3a0c6903 #188425
r=pedemont, sr=blizzard (platform specific code)
Inserting a frame window in client Z order is bad. Very bad.
2003-01-14 22:29:58 +00:00
pkw%us.ibm.com 6828db1eae Bug 188527 - AIX: Linker errors when building GTK2 as default toolkit.
r=seawood@netscape.com
2003-01-13 23:33:54 +00:00
kyle.yuan%sun.com d6f85aa10a Bug 187208 give more information for menu
r=kyle.yuan, sr=bryner
2003-01-13 06:26:11 +00:00
timeless%mozdev.org c31ef979ac Bug 185676 Back/Forward Buttons on MS IntelliMouse Moving Back/Forward Twice
patch by yonigilad@yahoo.com r=dean_tessman sr=bryner
2003-01-13 04:10:57 +00:00
pkw%us.ibm.com a0e9007d87 Backout Bug 188527. 2003-01-10 22:36:09 +00:00
pkw%us.ibm.com c17d285207 Bug 188527 - Fix linker errors when building GTK2 Mozilla on AIX.
r=seawood@netscape.com
2003-01-10 20:50:43 +00:00
dbaron%dbaron.org bc98f431d6 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. sr=jag 2003-01-10 20:02:04 +00:00
bolian.yin%sun.com d82163c531 Bug 187209, role for toplevel should be "frame"
patch by simford.dong@sun.com, r=bolian. This is NOT for the default build.
2003-01-10 07:20:11 +00:00
bolian.yin%sun.com 973ec39f14 Bug 184088, Error compiling nsMaiTopLevel.cpp with gcc 3.2.1
patch by joshk@mspencer.net. This is NOT for the default build.
2003-01-10 03:51:55 +00:00
bolian.yin%sun.com 30a1ef9784 backout the patch for bug 187209. gtk2 build is broken by it. This is NOT for the default build 2003-01-09 05:22:17 +00:00
dbaron%dbaron.org b9083989bb Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
bolian.yin%sun.com 28ac1b3138 Bug 187209, role for toplevel should be "frame".
patch by simford.dong@sun.com r=bolian. This is NOT for default build.
2003-01-08 10:13:19 +00:00
caillon%returnzero.com 1684c93156 Updating pref caller. r=timeless sr=bzbarsky 2003-01-08 07:30:58 +00:00
bryner%netscape.com b23c2d541b Merging changes from CHIMERA_M1_0_1_BRANCH. Not part of the build. 2003-01-08 06:43:08 +00:00
bryner%netscape.com 9794e6261a Prevent right and middle click from triggering onclick handlers by making sure NS_EVENT_FLAG_NO_CONTENT_DISPATCH doesn't get inadvertently cleared during dispatch (don't put it into aFlags). r=saari, sr=jst. 2003-01-08 03:08:46 +00:00
seawood%netscape.com 16e7da2837 nobrainer changes while thinking about mingw support
Bug #134113 r=dmose
2003-01-03 08:58:59 +00:00
dbaron%fas.harvard.edu a34c46af22 Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only. 2003-01-01 23:53:20 +00:00
robin.lu%sun.com a81178ab49 Bug 186621 [gtk2] after click on plugin, mozilla can't get focus anymore.
Dispatchactive after button press if we does not have focus.
patched by robin.lu@sun.com r=blizzard
2002-12-31 01:50:40 +00:00
seawood%netscape.com d5efcdfb6d Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
blythe%netscape.com 8887a0af98 Fix bug 170621
Static build changes to support viewer, mfcembed, winembed
r=cls
2002-12-23 22:32:22 +00:00
ccarlen%netscape.com 4b4e0bbc8e Bug 44678 - On Mac, use a custom Carbon event to signal that the PLEvent queue needs to be processed. r=sdagley/sr=sfraser 2002-12-19 15:25:57 +00:00
mkaply%us.ibm.com 56a79bca6a No bug - rewrite how we play system sounds since the mailnews/pref code changed 2002-12-18 06:32:10 +00:00
yokoyama%netscape.com d56bd5aa99 bug 180333 multiselect pickers don't work on 9x
-allow to select multiple files in Comdlg
-impact only on windows 9x platforms.
/r=shanjian; /sr=kin
2002-12-17 19:47:14 +00:00
bolian.yin%sun.com a35f526766 fix a error for previous bug 183841 checkin: add inline at the declaration 2002-12-17 06:02:59 +00:00
cbiesinger%web.de 3db3fc8480 185465 mismatched free in nsWidget
QT ONLY - r=timeless rs=bz
2002-12-15 22:04:19 +00:00