pete%alphanumerica.com
f65c767018
Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
...
Renamed all Delete methods to Remove.
--pete
2001-07-24 18:38:25 +00:00
jaggernaut%netscape.com
4d73a251ab
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
timeless%mac.com
d85f0a7154
Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
...
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
jaggernaut%netscape.com
03ab87e4a1
Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
...
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.
nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
vidur%netscape.com
59a48b8d8a
Fix for bug 81253. We now sniff upto the first 2k of the first buffer of any HTML stream, looking for a META tag with charset information. If charset information is found, we use it for unicode conversion. This deals with the bulk of cases where we used to do a reload based on charset information in the document. In the worst case (if charset information exists but isn't found during sniffing) we fall back to the reload case. This fix improves initial page load performance for pages with a charset. Degradation in performance for pages loaded out of the cache is still being investigated. r=harishd, sr=waterson
2001-06-29 22:56:58 +00:00
jat%princeton.edu
c3b7d57e81
Improves perf of filesystem datasource for bug 73214. r=jtaylor sr=dougt.
2001-06-27 23:28:12 +00:00
ben%netscape.com
00e2170331
fix build bustage due to merge conflict screwup
2001-06-22 05:08:34 +00:00
ben%netscape.com
f14fe97860
84344 - make chrome registry select skin in its profile changed callback (i.e. at startup).
...
r=danm, sr=hyatt, a=chofmann.
2001-06-22 04:20:58 +00:00
dougt%netscape.com
c306e0513b
Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
...
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
waterson%netscape.com
0877b1a573
Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs.
2001-06-20 20:21:49 +00:00
dbaron%fas.harvard.edu
688519fb0c
Fix bad getters on nsIDocument and nsIScriptContext to use out params rather than return |AddRef|ed pointers. b=81289 r=jaggernaut sr=jst a=asa
2001-06-20 03:27:48 +00:00
cls%seawood.org
80f526179f
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
...
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
scc%mozilla.org
526604e2d8
bug #85271 : avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316
2001-06-18 03:50:12 +00:00
scc%mozilla.org
2e8b3e9481
bug #85271 : sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process.
2001-06-17 05:23:38 +00:00
dougt%netscape.com
9174af6517
Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko
2001-06-06 00:10:09 +00:00
jband%netscape.com
256d476b84
fix part of bug 83367 by fixing the crazy 'delete this' case after making a call out which could result in a reference being added. sr=vidur r=waterson,dbradley a=drivers
2001-06-05 00:51:29 +00:00
waterson%netscape.com
26e1bb42db
Bug 80589. Ensure that NS_NewLocalStore() will not return success unless it actually returns a component. r=alecf, sr=hyatt, a=asa.
2001-05-25 15:58:09 +00:00
anatoliya%netscape.com
b30e1af9ae
bug 76512 r=pchen sr=hyatt
2001-05-17 02:31:28 +00:00
anatoliya%netscape.com
c91d6776b7
bug 76512 r=pchen sr=hyatt
2001-05-17 02:02:51 +00:00
anatoliya%netscape.com
0abb2d5778
bug 76512 r=pchen sr=hyatt
2001-05-17 01:31:18 +00:00
blakeross%telocity.com
e56459194d
Backing out anatoliya to fix build bustage. The compiler is your friend. It will help you catch errors.
2001-05-16 00:07:52 +00:00
dmose%netscape.com
2f7a4f8d40
Fix for MOZ_TRACK_MODULE_DEPS build (eg senna tinderbox) build bustage
2001-05-15 22:22:59 +00:00
anatoliya%netscape.com
0eca2a9a1b
bug 76512 r=pchen sr=hyatt
2001-05-15 22:03:51 +00:00
waterson%netscape.com
29c0c2f4e3
Be sure to use .get() when passing nsXPIDLCString to PR_LOG().
2001-05-15 20:00:29 +00:00
waterson%netscape.com
a16f52a8fd
Bug 35816. Minimize size of serialized RDF/XML and improve its quality. Break parser and serializer into XPConnect-addressable components. r=hyatt, sr=shaver
2001-05-15 19:56:28 +00:00
waterson%netscape.com
10a11ceb13
Bug 35816. Add new interfaces, not yet part of the build. r=hyatt, sr=shaver.
2001-05-15 18:48:17 +00:00
sfraser%netscape.com
84b181f904
Fix for blocker bug 62787; xulBindings.xml load was being cancelled when dismissing the profile picker. sr=hyatt, a=attinasi
2001-05-10 23:18:49 +00:00
dbaron%fas.harvard.edu
1326c82680
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES.
2001-05-08 19:19:03 +00:00
jst%netscape.com
621060c4fd
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
kandrot%netscape.com
d5bd552195
Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775 .
2001-05-05 05:33:37 +00:00
mcafee%netscape.com
8293f50840
Backing out waterson to fix (78718), chrome restart blocker. Thanks to sspitzer for finding this. r=sspitzer,waterson
2001-05-03 21:11:45 +00:00
waterson%netscape.com
8959d815c1
Bug 78013. Remove nsFileSpec usage. r=dougt, sr=shaver
2001-05-03 00:03:39 +00:00
cls%seawood.org
c06c69763c
Remove unneeded LOST_SYM_LIBS defines.
2001-04-30 01:13:22 +00:00
cls%seawood.org
25c6dc1c7e
Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775
2001-04-28 19:48:12 +00:00
waterson%netscape.com
2eb272a65c
Bug 74448. Fix acceptable URI schemes using table-driven implementation. r=dmose, sr=shaver.
2001-04-28 02:12:10 +00:00
mkaply%us.ibm.com
99fc229b57
Don't need to make this change if pref isn't in
2001-04-20 12:19:23 +00:00
mkaply%us.ibm.com
7ea8208ac6
OS/2 TB bustage
...
OS/2 only change needed with the OS/2 change to nsCom.h
2001-04-20 03:45:19 +00:00
maolson%earthlink.net
202a5aaa2e
bug 11623 - change CSS file comments from // to /* */
...
r=dbaron, sr=hewitt
2001-04-16 23:11:27 +00:00
disttsc%bart.nl
05347e1a5b
Fix senna bustage (MOZ_TRACK_MODULE_DEPS)
2001-04-13 13:08:44 +00:00
valeski%netscape.com
6dd19605b8
sr=darin. no bug. just dead wood static cid cleanup
2001-04-13 11:23:11 +00:00
pavlov%netscape.com
9e0b654007
fix images not changing during skin switching bug 75181 r=brendan sr=hyatt
2001-04-13 09:07:12 +00:00
shaver%mozilla.org
e2dc3d6d88
75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
...
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
hyatt%netscape.com
fa4db35568
Half-size scrollbar fix. Enable relative urls in addition to absolute urls. r=danm, sr=hewitt
2001-04-11 03:56:12 +00:00
disttsc%bart.nl
2a17fe7653
Fix MOZ_TRACK_MODULE_DEPS bustage (senna)
2001-04-10 12:14:46 +00:00
darin%netscape.com
41efbc6217
Necko API changes, bug 74221. r=valeski, sr=rpotts.
2001-04-10 06:01:08 +00:00
hyatt%netscape.com
b246224594
Fix win32 bustage.
2001-04-10 03:29:23 +00:00
hyatt%netscape.com
d1b3648857
Fix for 73137. r=danm, sr=hewitt.
2001-04-10 02:09:29 +00:00
dprice%netscape.com
3e31ab9946
65845 - new order files
2001-04-05 06:02:32 +00:00
disttsc%bart.nl
c9dbc12bfd
Provide default userChrome.css and userContent.css with sample (commented out) content for discoverability, bug=37642, author=Boris Zbarsky <bzbarsky@mit.edu>, r=timeless, sr=shaver
2001-04-05 03:20:46 +00:00
hyatt%netscape.com
c47ca11417
Fix for 53670.
2001-04-04 23:15:02 +00:00
waterson%netscape.com
d58e80f657
Another wild stab at fixing ports bustage.
2001-04-04 09:09:58 +00:00
waterson%netscape.com
9558d5bb62
Bug 68213. Require users of nsFixedSizeAllocator to specify object size at Free() time to avoid 8 byte overhead per allocation. r=harishd, brendan, shaver, hyatt; sr=scc
2001-04-04 05:00:08 +00:00
rickg%netscape.com
c1ce80ae83
preloader update. r=peterl, sr=attinasi
2001-04-03 22:58:59 +00:00
waterson%netscape.com
78c15db0e5
Bug 69973. Use NC_EXTENSION on Win32, too. Patch submitted by william.cook@crocodile-clips.com, r=bryner, ksosez@softhome.net; sr=waterson
2001-04-01 20:10:37 +00:00
waterson%netscape.com
7384f4c5d7
Bug 71530. Put the wraps on the RDF outliner for now. Implement 'natural order' sorting. Also, fix off-by-one in the enumerator. r=ben, sr=hyatt
2001-03-28 22:42:49 +00:00
pinkerton%netscape.com
57dab27cad
allow macs with low memory to build optimized by setting the |lowmem| option. bug 72945. r=peterv/sr=shaver.
2001-03-27 23:08:32 +00:00
disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
blakeross%telocity.com
7b5a59b32d
Removing non-compliant text/xul mimetype, replacing with application/vnd.mozilla.xul+xml (28237, patch by gerv@gerv.net). r=blake sr=hyatt
2001-03-25 16:49:38 +00:00
waterson%netscape.com
053e003e7b
Bug 71530. Preflight required changes for RDF outliner. Need to include 'rdf.h' for progid prefixes. r=hyatt, sr=ben
2001-03-23 07:45:02 +00:00
blakeross%telocity.com
eaa6754a0a
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
maolson%earthlink.net
cf7a9d0f56
fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
...
r=blake, a=ben
2001-03-22 00:15:47 +00:00
dprice%netscape.com
1b42d68e45
71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD
2001-03-13 10:47:37 +00:00
valeski%netscape.com
a8e9bc5bd5
sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api
2001-03-13 02:02:05 +00:00
dougt%netscape.com
9c5d760307
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00
ccarlen%netscape.com
3972e66a0f
Along with bug 65212 - removing unnescesary dependencies on profile. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:15:22 +00:00
ccarlen%netscape.com
8d27bb9639
Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:12:21 +00:00
Peter.VanderBeken%pandora.be
ede8756d78
Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst.
2001-03-10 21:02:12 +00:00
disttsc%bart.nl
aebc676048
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
hyatt%netscape.com
d1adf31a79
More skin uninstallation foo. Same.
2001-03-08 02:36:01 +00:00
hyatt%netscape.com
f57e94e8bd
Skin uninstallation. r=danm, sr=brendan.
2001-03-08 01:50:36 +00:00
shaver%mozilla.org
43d328786a
71102: remove archaic and unused browsing profile code (r=waterson,sr=brendan)
2001-03-07 01:15:04 +00:00
hyatt%netscape.com
81411470a4
Fix for 59558, r=brendan, sr=waterson
2001-03-06 01:42:34 +00:00
disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
dprice%netscape.com
5184a7104b
# 65845 sr=waterson, new order files will greatly reduce the number of link warnings.
2001-02-27 04:38:19 +00:00
waterson%netscape.com
f1bd54ae15
Bug 43121. Remove some cruft left over from landing last night.
2001-02-22 23:37:22 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
waterson%netscape.com
2cd62f503b
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
dougt%netscape.com
eab041f43f
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
waterson%netscape.com
2e504b1438
Bug 69475. Fix bogo checking for last night. Not sure how I lost this line. a=leaf
2001-02-20 20:07:10 +00:00
waterson%netscape.com
c5f51b58c1
Bug 15586. Call nsIRDFXMLSinkObservers on synchronous load, too. r=dougt, sr=alecf
2001-02-20 03:31:24 +00:00
waterson%netscape.com
0c9ae9b94a
Bug 39054, redux. Hack around problem (?) with XBL child nodes: we'll just query for the list of real kids up front. Also, need to break 'AddSubtreeToDocument()' into pre- and post-order steps. r=hyatt, sr=brendan
2001-02-20 01:05:34 +00:00
heikki%netscape.com
fa72c631ce
Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com
2001-02-19 21:50:04 +00:00
dbaron%fas.harvard.edu
8c9a2cc5c8
Remove static constructors from nsXULSortService and nsXULTemplateBuilder. r=waterson@netscape.com sr=brendan@mozilla.org b=67310
2001-02-18 17:04:11 +00:00
waterson%netscape.com
21dd0fbd7b
Add logging instructions.
2001-02-16 20:34:30 +00:00
hyatt%netscape.com
c7223b0dcd
Fix for 68103. r=the world
2001-02-14 20:21:04 +00:00
waterson%netscape.com
e3455f87dc
Backing out changes for 39054, which caused several template regressions.
2001-02-13 19:22:56 +00:00
waterson%netscape.com
b8af99ce50
Fix linux bustage.
2001-02-13 07:55:34 +00:00
waterson%netscape.com
bf8a4eb521
Bug 39054. Make XUL templates work properly inside XBL. r=hyatt,alecf; sr=ben
2001-02-13 07:04:55 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dbaron%fas.harvard.edu
bf9edfaae5
Update REQUIRES to fix senna bustage.
2001-02-10 03:12:32 +00:00
dougt%netscape.com
69415757ab
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
waterson%netscape.com
eaa15fddef
Bug 67900. Unitialized bare pointer with nsCOMPtr, avoiding crash if GetElementResource() fails, and fixing a leak to boot. r=scottip,rjesup; sr=alecf; a=blizzard
2001-02-08 21:25:13 +00:00
hyatt%netscape.com
8d353f7cfa
Fix for 67435. sr=ben
2001-02-07 07:45:36 +00:00
blakeross%telocity.com
7126863515
Just moving a variable declaration to declare it only when needed...
2001-02-06 05:50:31 +00:00
pollmann%netscape.com
acc42b588c
Bug 42892: Split FlushPendingNotifications in to content and content+frames cases (speed up content list access), r=jst@netscape.com, sr=vidur@netscape.com
2001-02-06 05:46:46 +00:00
heikki%netscape.com
0d215946ad
Bugs 53615 and 51815. XHTML title element did not change window title, and textarea did not have default text. r=harishd, sr=vidur.
2001-02-03 01:16:20 +00:00
mkaply%us.ibm.com
7065b5e742
#66450
...
r=timeless, sr=hyatt
Don't open installed-chrome.txt read/write unnecessarily - just open it read
2001-02-03 00:01:52 +00:00
hyatt%netscape.com
90b8800096
Fix for 55292, r=ben, sr=brendan
2001-02-02 00:54:47 +00:00
gagan%netscape.com
cded3e2f30
Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org
2001-01-31 01:33:03 +00:00
dbaron%fas.harvard.edu
7a97a55d82
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:06:33 +00:00
hyatt%netscape.com
086bf919ba
Impl getAnonymousElementByAttr, r=jst, sr=ben
2001-01-27 00:43:54 +00:00
timeless%mac.com
9d1cf982f5
fix bug 66357 fatal error building rdf\chrome\tools\chromereg\regchrome.cpp
...
r=leaf, sr=waterson
2001-01-25 20:08:43 +00:00
dbaron%fas.harvard.edu
ec5e79e673
Change the way nsDocument stores its children by replacing separate nsVoidArrays for prolog and epilog with a single nsISupportsArray that also holds the root element. Using this change, simplify many of the child handling methods in nsDocument (and fix some bugs in them). Since nsDocument no longer uses prolog and epilog, remove AppendToProlog and AppendToEpilog from nsIDocument. b=47850 r=jst@netscape.com sr=vidur@netscape.com
2001-01-25 14:19:38 +00:00
dmose%mozilla.org
67503016b4
fix bug 66238: buggy datasources could indirectly cause the delegates list for a resource to be corrupted. added sanity-checking. r=waterson@netscape.com, sr=alecf@netscape.com
2001-01-23 23:10:53 +00:00
darin%netscape.com
6bfaf3912c
Bug 62566. nsIChannel::AsyncWrite interface revision and related cleanup.
...
r=dougt@netcape.com , sr=mscott@netscape.com .
2001-01-23 22:10:34 +00:00
pinkerton%netscape.com
ad57c1b83b
updating some comments r=saari, sr=sfraser
2001-01-23 00:40:24 +00:00
cls%seawood.org
712dd5a56c
If folders have META:title attribute, then use it as the name of the folder. NetPositive feature matching.
...
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65185 . r=cls
2001-01-21 23:21:11 +00:00
jst%netscape.com
e0b5ef51b5
Padding hexadecimal numbers in IID's with zero's to make my life a bit easier when converting the DOM to use XPConnect.
2001-01-21 06:11:05 +00:00
dr%netscape.com
70ecbda43d
fix for 55115, removing last usage of nsFileSpec from chrome registry. r=jag, sr=ben
2001-01-20 00:17:07 +00:00
ccarlen%netscape.com
15ac5b144d
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
2001-01-18 22:51:57 +00:00
timeless%mac.com
74d1977b1c
fix bug 65371 need makefile.win to build regchrome.exe
...
r=hewitt sr=leaf
2001-01-17 19:26:04 +00:00
cls%seawood.org
12849e890c
Make sure that we initialize the netPostive variables used in association with imported bookmarks. Marking importing bookmarks work on BeOS.
...
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65185 . r=cls
2001-01-13 05:28:12 +00:00
dbaron%fas.harvard.edu
0359c6e59a
Add layout to REQUIRES to fix senna tinderbox bustage.
2001-01-11 01:06:17 +00:00
dbaron%fas.harvard.edu
0384f5602a
Fixing senna tinderbox bustage by adding profile to REQUIRES.
2001-01-11 00:29:25 +00:00
ccarlen%netscape.com
4ba4499a39
Part of 35559 - dynamic profile switching
r=valeski,sr=hyatt
2001-01-10 20:22:17 +00:00
ben%netscape.com
4c4aa35276
bug 56719, support deep merging for XUL overlays; 57108, remove the hidden form
...
from all XUL documents and remove the document.controls collection that
referenced hidden form's elements collection. r=waterson@netscape.com ,
a=hyatt@netscape.com
2001-01-10 01:08:23 +00:00
bryner%uiuc.edu
6862b07fb9
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00
dbaron%fas.harvard.edu
9430a92e06
Clean up easily fixed unnecessary includes and exports of implementation header files in layout. b=63766 r=jst@netscape.com sr=buster@netscape.com
2000-12-30 19:22:22 +00:00
bryner%uiuc.edu
3a4f2282bb
Dead .cvsignore removal. Not part of build.
2000-12-28 21:42:17 +00:00
waterson%netscape.com
49e31fe89d
Bug 61339. Change idlc to generate NS_DEFINE_STATIC_IID_ACCESSOR() macro instead of 'hand rolled' GetIID(). r=jst, sr=brendan
2000-12-21 00:41:00 +00:00
hyatt%netscape.com
2d7640417e
Fix numerous embedding install issues and 62757 crasher. r=danm, a=dougt
2000-12-21 00:08:28 +00:00
waterson%netscape.com
db77a47909
Bug 61424. Use NS_NO_VTABLE for all idlc-generated interfaces. r=jst, sr=jband
2000-12-19 21:08:55 +00:00
dbaron%fas.harvard.edu
12d46e3f6a
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=brendan@mozilla.org
2000-12-17 16:02:58 +00:00
bryner%uiuc.edu
db51fc636e
Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
2000-12-15 07:32:25 +00:00
hyatt%netscape.com
9b98d450cc
Fix mutation events in XUL. r=hewitt, a=ben
2000-12-14 10:14:02 +00:00
hyatt%netscape.com
90528a03a3
Fix for 62301. r=hewitt, sr=ben
2000-12-14 09:32:39 +00:00
vidur%netscape.com
01bf191f42
Change to token and parser node interfaces in conjunction with less copying in the parser. r=harishd,heikki sr=jst
2000-12-12 21:58:13 +00:00
hyatt%netscape.com
da4450ca46
Fixing linux build bustage
2000-12-10 09:47:05 +00:00
hyatt%netscape.com
3bf852974a
Adding support for box objects to XML and HTML. Reduced size of XUL content nodes by
...
4 bytes. r=jst@netscape.com , a=ben@netscape.com
2000-12-10 09:18:57 +00:00
dbaron%fas.harvard.edu
2eea32ae2b
Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
2000-12-09 04:21:51 +00:00
hyatt%netscape.com
f3c8929488
Fix for smoketest blocker 61946, r=pink
2000-12-05 21:17:30 +00:00
cls%seawood.org
f518d8fb8f
Update REQUIRES.
2000-12-03 22:33:51 +00:00
hyatt%netscape.com
e9ae905e45
adding new XBL form widget stylesheets. a=ben@netscape.com
2000-12-01 08:47:19 +00:00
hyatt%netscape.com
bcd5465f20
breaking out html forms into their own stylesheet, a=ben@netscape.com
2000-12-01 08:27:34 +00:00
waterson%netscape.com
1b06e81b19
Bug 57360. Handle non-ASCII characters as IDs and for document URLs. r=rjc, sr=alecf
2000-11-30 21:45:56 +00:00
ben%netscape.com
e0c7f57dd3
Hyatt removing files from build. a=hyatt
2000-11-28 08:56:06 +00:00
hyatt%netscape.com
e4f2c01c73
Move menulist entirely into XBL. a=ben
2000-11-28 08:52:36 +00:00
hyatt%netscape.com
fa2cd93fb7
Removing dead code. Not part of build.
2000-11-28 06:54:01 +00:00
hyatt%netscape.com
56d558b610
Patch for 55595. r=joki, a=brendan
2000-11-27 07:55:20 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
alecf%netscape.com
deff2e336c
#45797 - fix consumers of NS_IMPL_ISUPPORTS
...
r=dveditz
2000-11-17 20:54:21 +00:00
disttsc%bart.nl
a515bead9b
Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben
2000-11-16 23:50:00 +00:00
pinkerton%netscape.com
129d47bd9c
make the tooltip go away when the mouse moves. Also fix a problem for win32 where the tooltip auto-hiding would cause the timer to show again. r=blake/sr=sfraser. bug# 59917.
2000-11-13 18:18:38 +00:00
mkaply%us.ibm.com
6cfc9cc0a4
OS/2 TB breakage
...
PR_CALLBACK only applies if it is a C function, not a member of a C++ class
2000-11-13 05:28:27 +00:00
pinkerton%netscape.com
2b3cb81708
register tooltip listener to listen for keypresses. r=danm, a=hyatt.
2000-11-12 22:38:07 +00:00
pinkerton%netscape.com
b848418321
fix a slew of tooltip annoyances. pref to turn them off, they time out after 5 seconds, and they go away when you start typing. r=danm, a=hyatt. bugs 56920, 46544, 53653, 45530.
2000-11-12 22:09:13 +00:00
disttsc%bart.nl
5371547095
Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf
2000-11-09 20:30:35 +00:00
alecf%netscape.com
03014b4ce6
fix for #58103 - implement nsXULDocument::CreateRange()
...
sr=waterson
2000-11-09 00:32:27 +00:00
heikki%netscape.com
da42f8f899
Bug 59389, eliminate nsIContent::IsSynthetic(). r=jst, a=vidur.
2000-11-08 00:42:42 +00:00
waterson%netscape.com
9ca33f516e
Bug 59102, redux. After discussing with jar and rjc, we determined that the correct thing to do in this case is to continue to loop so long as either 1) the current enumerator mCurrent is still valid, or 2) there are more indices to try.
2000-11-06 04:52:58 +00:00
waterson%netscape.com
28d742b952
Bug 59102. RDF containers are one-indexed; need to remember that when counting through them. Fix provided by hyatt, r=waterson. No sr= because we want to spin new builds with it.
2000-11-05 02:28:20 +00:00
hyatt%netscape.com
e0c292d77e
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00
hyatt%netscape.com
364dae89c6
Fix for 57897, r=dveditz, a=ben
2000-11-02 21:28:00 +00:00
waterson%netscape.com
21632ddeb9
Bug 58252. Make sure that local store and internet search service match RegisterDataSource() calls with UnregisterDataSource(). Make RDFServiceImpl support weak references. r=rjc,scc; sr=alecf
2000-10-31 07:27:49 +00:00
hyatt%netscape.com
2ddcf9c3cb
Fix for 57139, a=ben
2000-10-30 09:24:11 +00:00
hyatt%netscape.com
d41b94a492
Fix for 53218. r-pav, a=ben
2000-10-30 01:50:20 +00:00
dbaron%fas.harvard.edu
f348f493fa
Fix CompositeDatasourceImpl::Release so it works all the time, including when |mDataSources.Count() == 0|. Use refcount stabilization by one more than the number of elements in mDataSources so that the |mRefCnt == mDataSources.Count()| is not hit on any recursive calls. r=waterson@netscape.com sr=scc@mozilla.org b=56744
2000-10-29 21:32:42 +00:00
waterson%netscape.com
375ed41613
Bug 56713. Rework bulletproofing that sspitzer and I put in aeons ago: text nodes can wind up at the top level in an overlay. In this case we'll just ignore them instead of completely bailing, which'd put us into a bad state the next time around. r=hyatt, sr=brendan
2000-10-29 17:58:21 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
4e1ac5ce9d
Removed extra 0 arg
2000-10-27 23:21:30 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
hyatt%netscape.com
766de69a8c
Fix for 57733.
2000-10-25 03:03:08 +00:00
bryner%uiuc.edu
d6dfb514e5
Bug 56779 - dangling symlinks cause remainder of directory to not show up in filepicker. r=rjc, sr=shaver.
2000-10-24 02:51:08 +00:00
waterson%netscape.com
ae6a28360e
Bugscape 2856. Use NS_ConvertUTF8toUCS2() when inflating URIs. r=rjc,jelwell sr=hyatt
2000-10-21 00:19:56 +00:00
waterson%netscape.com
d8ea7ca037
Bug 57246. Need to ampersand-escape literals that are written in nsRDFXMLDataSource::SerializeMember(), too. r=rjc, sr=scc
2000-10-20 00:55:55 +00:00
ccarlen%netscape.com
aeddacdac9
Fix for 54097 - Use nsIFileURL to build file URLs instead of nsFileSpec and nsFileURL.
r=dougt@netscape.com, a=hyatt@netscape.com
2000-10-18 12:55:22 +00:00
waterson%netscape.com
edb8978f31
Bug 54715. Use iterators instead of CharAt() in ParseAttribute(). r=scc, a=hyatt
2000-10-18 02:05:57 +00:00
waterson%netscape.com
0d20a36693
Bug 56349. Be more conservative in RemoveMember(): use new function IsDirectlyContainedBy() to walk template and generated tree in parallel. r=rjc, a=hyatt
2000-10-18 02:01:45 +00:00
bryner%uiuc.edu
7a5aca5d0e
Bug 56570 - tree crash doing shift-click after deleting selected item. r=brendan, sr/a=hyatt.
2000-10-17 01:23:28 +00:00
mstoltz%netscape.com
99a2b79580
Fixing 56009, exploit allowing XPConnect access. r,a=hyatt, sr=scc
2000-10-13 22:59:47 +00:00
disttsc%bart.nl
f0a6f28dde
rdf:datasources --> datasources in DOMDataSourceViewer.xul, bug=53297, r=rjc, a=waterson
2000-10-13 05:28:04 +00:00
hyatt%netscape.com
f9816f3351
Fix for 50846, a=waterson
2000-10-12 20:52:52 +00:00
ccarlen%netscape.com
be620c58c4
Bug 38626 - remove use of nsIFileLocator
r=hyatt@netscape.com, a=hyatt@netscape.com
2000-10-12 14:48:33 +00:00
hyatt%netscape.com
c2a12a598e
Backing out pinkerton's unapproved checkin to nsChromeRegistry.cpp, since it caused a regression.
2000-10-12 07:21:11 +00:00
pinkerton%netscape.com
46fde1e8d5
update of chrome registry to use nsIFile to better work with paths with slashes. Fixes hang at startup on mac if the path had a '/' anywhere in it. r=waterson,a=sfraser. bug#54097
2000-10-12 04:01:35 +00:00
waterson%netscape.com
a7cd71757d
Bug 53627. Use nsAutoString to get around bug with nsPromiseFlatString; don't clobber positive result in IsVarInSet(). r=rjc, sr=hyatt
2000-10-09 20:28:04 +00:00
waterson%netscape.com
82b4ab1f0d
Bug 53969. Move anonymous content storage to pres shell; remove obsolete methods from nsIAnonymousContentCreator. r=dbaron, a=hyatt
2000-10-09 03:08:41 +00:00
jst%netscape.com
d8314c08e0
Forgot these files in my last checkin.
2000-10-07 11:56:09 +00:00
bryner%uiuc.edu
874a6926c9
bug 54306 - fix extending the current selection using shift-click. sr/a=hyatt.
2000-10-05 01:13:56 +00:00
mkaply%us.ibm.com
bb5201f941
OS/2 Tinderbox break continued
...
Better fix for breakage per waterson
2000-09-29 20:48:04 +00:00
mkaply%us.ibm.com
afc291fb8d
OS/2 Tinderbox breakage
...
Need to make these values really PRUint32 for VisualAge
If you guys thought your changes to get gcc to work were bad, wait until you see these
2000-09-29 14:36:46 +00:00
waterson%netscape.com
ac21e2db19
Better fix, with explicit temporary for gcc-2.7.2.3's lame self. (thanks for the assist, scc.)
2000-09-29 06:45:22 +00:00
waterson%netscape.com
f3e462848f
Temporary fix orange on gcc-2.7.2.3 build.
2000-09-29 06:29:44 +00:00
dougt%netscape.com
be1770579e
removing annoying unneeded assertion. r/a=warren@netscape.com
2000-09-29 05:30:02 +00:00
waterson%netscape.com
2752e0ca2d
Bug 46134, the final chapter. Factor funky attribute parsing logic into a separate routine, ParseAttribute(), add callbacks to make SubstituteText() and IsAttrImpactedByVars() use this. Also (the real fix), make sure that we call it from AddSimpleRuleBindings() so we don't drop old-sk00l bindings on the floor when multiple substitutions present in an attribute. r=rjc, sr=hyatt
2000-09-29 04:09:42 +00:00
waterson%netscape.com
9daa3c0dff
Bug 54475. Don't mark leaf nodes as 'requiring more work'. We know they're leaves! r=rjc, sr=hyatt
2000-09-28 23:25:10 +00:00
hyatt%netscape.com
6bff3e832f
Attempting to plug the leak. I assume I'm allowed to check in leak fixes.
2000-09-27 23:27:13 +00:00
waterson%netscape.com
f0ad06937c
Bug 53608. Avoid creating atoms in nsXULContentUtils. r,a=hyatt
2000-09-26 03:53:21 +00:00
jst%netscape.com
50cb267dc7
Redoing how 'replaceable' properties on DOM objects are resolved to be compatible with 4.x, with this change named frames in framesets override 'replaceable' properties so that window.toolbar (or any replaceable property) in a frameset document with a frame named 'toolbar' actually resolves to the frame, and not the native toolbar. r/a=brendan, r=rpotts&scc
2000-09-22 10:18:07 +00:00
hyatt%netscape.com
51a64bbde5
removed files: mozilla/rdf/content/src/nsXULKeyListener.cpp
2000-09-22 05:47:47 +00:00
hyatt%netscape.com
66c84b80cc
added files: mozilla/rdf/content/src/nsXULKeyListener.cpp
2000-09-22 05:45:45 +00:00
hyatt%netscape.com
957c151659
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00
rjc%netscape.com
74ad845803
Fix bug # 52789: bookmark sorting fix. r=jag, brendan, scc
2000-09-22 00:42:21 +00:00
bryner%uiuc.edu
90f72d3fbd
Fixing 52749 - unset the currentitem attribute on the old current item
...
when a new one is selected. sr,a=hyatt.
2000-09-21 06:33:55 +00:00
warren%netscape.com
075350b1c8
Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
2000-09-20 19:35:24 +00:00
disttsc%bart.nl
c3541bd970
Remove incorrect 'rdf:' from 'rdf:resource', 'rdf:resource2' and 'rdf:containment'. Part of bug=53297, more to follow. r=rjc, a=waterson. This particular checkin should fix bug=52789 (column sorting in bookmarks and history) and bug=52547 (sidebar bookmarks panel not showing sort triangle).
2000-09-20 10:16:53 +00:00
waterson%netscape.com
bf722e10a6
Bug 50999. Make nsBindingManager keep track of nsIAnonymousContentCreator-generated content; simplify anonymous content cleanup dance by making nsIBindingManager::ChangeDocumentFor() method. r=dbaron,hyatt a=hyatt
2000-09-20 00:14:04 +00:00
mkaply%us.ibm.com
2f286a1708
#53096
...
r=akkana, a=brendan
Can't override accelerators properly which we will be doing on OS/2
2000-09-18 23:04:07 +00:00
warren%netscape.com
7f7b39fc95
Improving debug messages for contents.rdf.
2000-09-18 02:07:06 +00:00
Peter.VanderBeken%pandora.be
f019ffd8cf
Enabling XSLT hooks in layout in default build. Bug #42228 . r=axel@pike.org, a=waterson@mozilla.org.
2000-09-16 20:53:08 +00:00
jdunn%netscape.com
27ef20dd5e
fixing AIX Tinderbox bustage:
...
PRBool's need PR_TRUE's or PR_FALSE's not 'false'
2000-09-15 12:23:15 +00:00
kandrot%netscape.com
11c19dc6e8
Missed a file for the bloat fix.
2000-09-15 07:11:03 +00:00
kandrot%netscape.com
db0b0031f0
Fix for 370k of bloat.
...
r=waterson
2000-09-15 06:52:17 +00:00
alecf%netscape.com
6a75d8b881
rdf side of fix for #52644 r=waterson
...
generate contractIDs appropriately for delegate factories
2000-09-15 06:43:40 +00:00
sfraser%netscape.com
0ba0e742d3
Adding file to RDF project for kandrot.
2000-09-15 06:42:42 +00:00
hyatt%netscape.com
b13684d2e9
Fix for bad contractid. r=rayw
2000-09-15 06:39:29 +00:00
saari%netscape.com
9e1940cb6f
fix for 49975. r=pinkerton and hyatt
2000-09-15 06:28:26 +00:00
kandrot%netscape.com
e5cb4e7684
Added to remove around 370k of bloat.
...
r=waterson
2000-09-15 06:25:54 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
waterson%netscape.com
f7f68ebaf4
Tune arena sizes, per news://news.mozilla.org/39BEC105.5090206%40netscape.com.
2000-09-14 23:11:40 +00:00
waterson%netscape.com
fd3637116f
Fix 'const' bustage.
2000-09-14 23:10:37 +00:00
pnunn%netscape.com
f5a85b19d2
bug#51249: add chrome to FlushCache. pnunn r:syd.
2000-09-14 23:10:30 +00:00
waterson%netscape.com
4560bf89be
Bug 51813. The change in r1.194 made it so that we respect a XUL element's lazy state. Because of this, we no longer need to check for 'new' matches in InstantiationNode::Propogate() -- *all* matches should be returned. Re-constify methods that should be const, and add NS_CONST_CAST() to call out where we're doing naughty things. r=rjc
2000-09-14 23:07:29 +00:00
hyatt%netscape.com
6c9ee6b5a9
New smarter chrome registry. r=warren
2000-09-14 19:25:13 +00:00
mjudge%netscape.com
a2fa9edcb5
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +00:00
warren%netscape.com
837f118d65
Fixed to not delete installed-chrome.txt -- checks mod dates instead.
2000-09-14 08:50:14 +00:00
jst%netscape.com
87fb181ba8
Fixing nsbeta3+ bug 48161. Fixing getAttribute() on a XUL element to conform to the DOM Level 2 spec. This requires some changes in XUL files where various attributes incorrectly have a 'rdf:' prefix. r=waterson@netscape.com & scottip@netscape.com
2000-09-14 05:36:52 +00:00
jst%netscape.com
0031679c0b
Fixing nsbeta3+ bug 52572. Updating the DOM intefaces in mozilla to match the current DOM Level 2 PR. r=kandrot@netscape.com
2000-09-14 05:19:00 +00:00
waterson%netscape.com
5236588b1c
Bug 46134, redux. Fix another piece o' code affected by the '^' character. r=rjc
2000-09-14 04:39:59 +00:00
rayw%netscape.com
d26db63cdc
*** empty log message ***
2000-09-14 03:42:35 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
jdunn%netscape.com
1622c11a3a
Specify that the base class is indeed 'public' since some compilers (AIX)
...
assumes 'private'. I ok'd each of these with the appropriate module
owners (see bug)
r= scc@mozilla.org & brendan@mozilla.org + everyone listed in bug
#= 52254
2000-09-13 13:50:30 +00:00
scc%mozilla.org
a48ea31a0c
if you want a pointer to the characters, you're going to have to |.get()| it
2000-09-13 04:50:55 +00:00
hyatt%netscape.com
1eeb23bf98
Backing out chrome registry changes. a=brendan
2000-09-13 03:07:26 +00:00
waterson%netscape.com
2bda07ad8c
Bugs 46134. Use caret ('^') character to concatenate text. Fix nsPromiseSubstring usage. r=rjc. Bug 46686. Update container attrs *before* we nuke the bestmatch. r=rjc
2000-09-12 23:12:40 +00:00
blizzard%redhat.com
855646ac2a
fix for bug #51778 . Hand a provider to the directory service. This should get regchrome working again. r=dougt a=brendan
2000-09-11 19:13:27 +00:00
hyatt%netscape.com
e9b40f4610
r=ben, same as prev checkin
2000-09-08 10:02:00 +00:00
dbaron%fas.harvard.edu
bf55edb8b4
Make idlc run correctly in an objdir build. This taints the srcdir, but that's the way idlc is supposed to work.
...
Make idlc-generated files not be made executable.
r=jst,cls
Not part of the build (used only by people making DOM idl changes)
2000-09-08 01:59:22 +00:00
sfraser%netscape.com
bd36696b9f
Removed an nsIAtom* that was never initialized or used, but NS_RELEASED. Found in the build warnings. r=jag.
2000-09-08 01:25:10 +00:00
pinkerton%netscape.com
1cf18fcdf2
use NS_LITERAL_STRING
2000-09-07 23:18:38 +00:00
pinkerton%netscape.com
1d951eac72
using NS_LITERAL_STRING
2000-09-07 23:12:41 +00:00
ccarlen%netscape.com
cb1205c756
Use nsIDirectoryService instead of nsIFileLocations - bug #38626
r=hyatt
2000-09-07 13:06:28 +00:00
dveditz%netscape.com
05d632dff6
Turning on JS strict option in debug builds, a/r=brendan, bug 50645
2000-09-07 10:51:59 +00:00
hyatt%netscape.com
2f51e7701f
Ensuring that column header cells don't also persist accidentally (along with the columns themselves. r=ben
2000-09-07 08:42:49 +00:00
hyatt%netscape.com
e40ff5451b
Fix for 51263. r=ben
2000-09-07 08:26:03 +00:00
hyatt%netscape.com
f89d4eddd9
C++ fixes for 51263, r=joki
2000-09-07 08:18:11 +00:00
bryner%uiuc.edu
2837d3a03b
Fixing 42109 (again) - I missed a case on my first attempt. r=disttsc@bart.nl.
2000-09-07 05:49:04 +00:00
disttsc%bart.nl
16d9ea1ee3
Make nsXULElement inherit directly from nsXMLElement and remove dead internal code ((Get|Set)NameSpacePrefix from nsIXMLContent.h, nsIXULContent.h, nsXMLElement.h, nsGenericXMLElement.(h|cpp) and nsXULElement.(h|cpp). Hints & tips by jst (thanks!), r=jst, a=brendan.
2000-09-06 20:39:29 +00:00
dbaron%fas.harvard.edu
7bb3956df6
Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
...
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00
rjc%netscape.com
c38f12c238
Fix bug # 45966 and bug # 51324: need to escape file URLs. r=me
2000-09-06 01:33:01 +00:00
jband%netscape.com
e3318a244d
commenting out dead code that was giving us a useless warning
2000-09-05 20:20:34 +00:00
hyatt%netscape.com
98a7a1f1b4
loadBindingdoc, r=ben
2000-09-05 07:29:01 +00:00
bryner%uiuc.edu
349ff61cd4
Making it so everyone doesn't get my debugging output spam.
2000-09-05 04:05:06 +00:00
rjc%netscape.com
e65c5f20f5
Have FSDS tell nsIFile's to be less eager... shouldn't resolve aliases on Mac, for example. Preparation for additional work by ccarlsen. r=me
2000-09-05 00:15:22 +00:00
scc%mozilla.org
ccbf587369
fixing up comparison ambiguities for old gcc
2000-09-03 22:45:50 +00:00
bryner%uiuc.edu
a378511c85
Fixing bug 50058 - too many onSelect firings. r=hyatt.
2000-09-02 18:59:39 +00:00
Peter.VanderBeken%pandora.be
ec2cf7fc4a
Fix XSLT hooks (Preparation for bug #42228 ). r=jst@netscape.com, a=waterson@netscape.com.
2000-09-02 15:35:19 +00:00
scc%mozilla.org
8bde0b933b
fixing code that relied on implicit string construction
2000-09-02 05:30:35 +00:00