bryner%brianryner.com
9c81944cb6
Eliminate nsIStyleSet as an XPCOM interface, making the implementation internal to layout. Frame constructor ownership moves to the pres shell, and the style set methods that forward to the frame constructor are gone. Rewrote style set sheet add/remove to reduce code size. For more details, see bug 64116. r+sr=dbaron.
2004-01-07 22:30:53 +00:00
bsmedberg%covad.net
1f4ab81acd
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
peter%propagandism.org
a42e149448
Patch for bug 209699 (convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
2003-12-23 16:48:40 +00:00
bryner%brianryner.com
7264501b7b
Change all callers of nsIPresContext::GetShell() to use the non-refcounting versions. Most callers now use PresShell(), a few that were checking for null conditions are using GetPresShell() -- this will be remedied once we can ensure that a prescontext never has a null pres shell. Bug 227690, r+sr=bzbarsky.
2003-12-21 05:36:36 +00:00
jst%mozilla.jstenback.com
6380d7fd12
Fixing bug 225837. DeCOMtaminating nsIContent more, making GetTag() return a weak raw pointer, and renaming GetTag() to Tag(), and making GetRangeList() return an const nsVoidArray*, and changing GetContentID() to return the id, and renaming it to ContentID(). r=jonas@sicking.cc, sr=bryner@brianryner.com.
2003-11-19 01:20:56 +00:00
bzbarsky%mit.edu
df5e91f3e3
Fix some CSS errors
2003-11-07 01:26:51 +00:00
bzbarsky%mit.edu
d10d197f9a
Fixing invalid CSS
2003-11-06 16:20:15 +00:00
dwitte%stanford.edu
48e1ec0204
remove nsCCookieManager.h in favor of nsNetCID.h.
...
b=221886, r+sr=darin
2003-10-30 02:59:31 +00:00
bryner%brianryner.com
a0e219b348
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
bmlk%gmx.de
cb190dd9e1
layout regression test pain relief, bug 221598 r=bzbarsky
2003-10-15 19:08:35 +00:00
dwitte%stanford.edu
8addfb1f6c
trivial #include fixes (mostly removing deprecated nsIEnumerator uses)
...
no bug, r=timeless, sr=bz
2003-10-10 07:06:05 +00:00
bryner%brianryner.com
cd60efa8ac
Updating my email address
2003-09-29 06:04:02 +00:00
jst%mozilla.jstenback.com
8aa7b563d2
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
2003-09-27 04:18:26 +00:00
timeless%mozdev.org
ab23757917
Bug 204518 `void * GetItemsNativeData(class nsISupports *)' defined but not used
...
r=bz sr=bz
2003-09-22 21:45:15 +00:00
cls%seawood.org
bfca537521
Fix misc build issues for mingw gcc 3.3.1:
...
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
bryner%brianryner.com
9822c742df
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-08 00:31:50 +00:00
dougt%meer.net
2457226054
Fix for 205023. Adds nsTraceRefcnt stubs that access a global to allow tracing refcnt to work with the GRE/xpcom glue builds. r=dbaron
2003-08-05 05:29:10 +00:00
cls%seawood.org
1f93d3bd4e
Link generated .res files into mingw builds.
...
Use -mwindows when linking GUI mingw programs.
Bug #203443 r=leaf sr=bryner
2003-08-02 19:39:02 +00:00
jaggernaut%netscape.com
f1efc20ae6
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +00:00
jaggernaut%netscape.com
ef99140d6d
Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron
2003-07-24 04:53:13 +00:00
dbaron%dbaron.org
37c7ec5d1f
Remove unused content quality stubs. b=111346
2003-07-23 17:43:25 +00:00
mkaply%us.ibm.com
6fe32627a5
rs=leaf
...
Remove XP_OS2_VACPP from the tree
2003-07-21 22:10:08 +00:00
chanial%noos.fr
cf47340a57
bug 213158: fix mispelling s/attatch/attach
...
r/sr=dbaron
2003-07-20 21:08:42 +00:00
jaggernaut%netscape.com
f008bc2bad
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
bzbarsky%mit.edu
fd6654ba6d
Move to the double-'::' notation for various pseudo-elements.
...
Bug 211657, r+sr=dbaron
2003-07-07 21:57:01 +00:00
caillon%returnzero.com
36a00e95c1
Bug 209852. Remove |dont_QueryInterface|.
...
r=dbaron, sr=jag
2003-06-21 00:15:41 +00:00
caillon%returnzero.com
ba75de772b
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
seawood%netscape.com
8f112a4226
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
jaggernaut%netscape.com
4002381d41
Bug 198333: Get rid of nsDispatchListener. r=darin, sr=bryner, a=Asa
2003-05-13 04:25:01 +00:00
bryner%netscape.com
4e18cb33f7
Remove now-unused nsScrollingView and nsIScrollbar implementations. Removed unused widget/public/nsWidgetSupport.h. Bug 201624, r+sr=roc.
2003-04-21 23:01:36 +00:00
cls%seawood.org
b53777e378
Fix mingw debug build
2003-04-21 03:43:11 +00:00
cbiesinger%web.de
32b722c132
170852 patch by yokoyama@netscape.com r=shanjian sr=roc+moz Remove #ifdef MOZ_UNICODE and MOZ_AIMM (no makefile changes yet)
2003-04-19 12:20:18 +00:00
seawood%netscape.com
44aa1b8475
Implement mozcomps static build variant.
...
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-18 10:36:42 +00:00
seawood%netscape.com
5e2dd72a02
Implement mozcomps static build variant.
...
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
timeless%mozdev.org
965ba28bb1
Bug 106386 rid source of misspellings
...
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
mkaply%us.ibm.com
5efa0d76a8
#188249
...
r=cls, sr=bz
Start landing GCC support for OS/2 - mainly cleanup to start
2003-03-21 21:21:56 +00:00
cls%seawood.org
4f6809b0cf
Landing mingw gfx-viewer changes.
...
Bug #134113 r=pavlov sr=blizzard
2003-03-18 22:32:25 +00:00
dougt%netscape.com
be629223b6
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
seawood%netscape.com
b8baa00a2a
Use EXTRA_DSO_LIBS to clear up link issue on OS/2.
2003-03-12 08:53:48 +00:00
cls%seawood.org
3ef3c029af
The one that got away.
...
Bug #134113
2003-03-08 07:50:19 +00:00
seawood%netscape.com
4a51bf01a8
Fix cocoa static build viewer bustage.
2003-03-05 23:39:08 +00:00
mkaply%us.ibm.com
1729f67528
#164122
...
r=mkaply
Add code to viewer to set the max text length since on OS/2 entryfields default to 32.
30000 was picked because that is how big Windows text fields are.
This is not #ifdef OS/2 because we should be setting things to some default.
2003-03-05 23:13:04 +00:00
seawood%netscape.com
105ae7a8d2
Add support for building against X11-based toolkits on OS X.
...
Bug #191447 r=pavlov
2003-03-04 04:06:33 +00:00
bryner%netscape.com
6e07197c8a
fixing orange -- need to initialize gtk from viewer's main now, too.
2003-03-03 09:47:09 +00:00
seawood%netscape.com
a3cec745da
Force in-tree zlib to be built using -fPIC.
...
Re-order linking of mozilla-bin & viewer so that TK_LIBS, which bring in an implicit dependency upon the system zlib on Darwin, is linked in after the in-tree version of zlib.
Bug #194662 r=pavlov
2003-02-27 02:21:59 +00:00
seawood%netscape.com
63ffaa111b
Fix mach-o static builds by forcing all code that's linked into a shared lib to build with -fPIC.
...
Bug #194662 r=ccarlen
2003-02-26 04:17:40 +00:00
seawood%netscape.com
012b7ccb2f
Missed one.
...
Bug #178987
2003-02-26 01:11:25 +00:00
danm%netscape.com
5657505b12
implement new property nsIBaseWindow::blurSuppression. bug 68454 r=bryner,jst
2003-02-24 20:15:39 +00:00
dbaron%dbaron.org
754d904cda
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
2003-02-22 15:34:38 +00:00