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

2710 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com 320938329b OS/2 Tinderbox break
Need PR_CALLBACK for VisualAge
2000-07-27 20:40:57 +00:00
dougt%netscape.com 920f29e288 bug 46413. r/a=valeski@netscape.com
Clean up memory leaks.
2000-07-27 06:14:06 +00:00
rjc%netscape.com 2cd7fc48a5 Fix bug # 46211: handle insertion/sorting correctly with mixed static-dynamic content. r=waterson 2000-07-27 00:22:42 +00:00
hyatt%netscape.com 3a140ded51 Fixes to template builder for non-aggressive groveling. r=waterson,a=waterson 2000-07-26 23:56:02 +00:00
bienvenu%netscape.com 1a83ee0a8b turn on warren and waterson's rdf optimization 2000-07-26 23:47:35 +00:00
rjc%netscape.com 0aba552bc6 Fix bug # 46229: get file: URL view to display file sizes and last mod dates. r=waterson 2000-07-26 23:39:49 +00:00
waterson%netscape.com 3b8c9f1a14 Bug 46013. Remove dependency on nsINameSpace and nsINameSpaceManager, so that we do not need to load the layout DLL to parse RDF/XML. r=rjc 2000-07-26 14:08:05 +00:00
blizzard%redhat.com f043461a81 add utility to build a chrome registry from the command line. r=waterson a=waterson/hyatt 2000-07-25 20:21:17 +00:00
hyatt%netscape.com 398a91d272 Fix for bug #45951. r=waterson. 2000-07-24 22:42:34 +00:00
rjc%netscape.com dff9b9ad5b Fix bug # 46181: when getting a nsIFile from a file URL, don't open an nsIFilechannel. Patch from dougt, r/a=me 2000-07-23 06:58:16 +00:00
waterson%netscape.com f0d4936e2e Bug 46079. Fix regression I introduced yesterday; NS_LITERAL_STRING() expands to nsAutoString on Linux, so this would assign a compiler temporary to the 'tag' variable. 2000-07-21 19:59:39 +00:00
waterson%netscape.com d461ba0f97 Fix Mac bustage. I though 'L' was enabled on Win32 for NS_LITERAL_STRING(), too. Guess I was wrong. 2000-07-20 20:15:08 +00:00
waterson%netscape.com 3f97092916 Bug 40817. Modernize string routines; use UTF-8 conversion instead of ASCII conversion on URLs. r=rjc 2000-07-20 19:49:47 +00:00
danm%netscape.com a9f0541762 now holds a strong reference to its chrome data source (mComposite). consequent circular reference is broken with stupid refcounting tricks. bug 44621 r=hyatt 2000-07-19 23:39:50 +00:00
warren%netscape.com de3523d540 Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf 2000-07-19 03:58:25 +00:00
akkana%netscape.com bb904c7bcb 42885: Load browser and editor bindings from
chrome://communicator/content
  rather than chrome://global/content. r=ben
2000-07-18 23:08:36 +00:00
sfraser%netscape.com c41efe2419 Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that UpdateCommands("focus") gets called on window activation, and when unfocussing a wiget in page. r=hyatt, saari 2000-07-14 22:06:31 +00:00
tao%netscape.com c50218030b 42748 After selecting locale for new profile, different profile does not
switch back.(r,a)=hyatt
2000-07-13 22:59:22 +00:00
hyatt%netscape.com 3499d7d56b Fix for XBL being able to execute scripts in skins. Bugzilla is down, so I can't give the number. r=danm 2000-07-12 00:17:07 +00:00
pinkerton%netscape.com 0fcf0b8ca9 landing patch for crash when document goes away after tooltip timer has fired. basically, make mPossibleTooltipNode a strong ref. patch from roc+moz@cs.cmu.edu r=pinkerton, bug# 27828. 2000-07-11 20:55:57 +00:00
waterson%netscape.com 78238f1a40 Remove spurious call to RegisterDataSource(). r=hyatt 2000-07-10 20:42:56 +00:00
bryner%uiuc.edu 47c50cf898 Fixing 44859. r=hyatt. 2000-07-10 20:19:32 +00:00
evaughan%netscape.com 7e980a707b disable gfx scrollbars #44576
grid fixes for tree bugs

-r Hyatt
2000-07-10 20:10:27 +00:00
bienvenu%netscape.com b9323eccf6 fix 41292, r=waterson, problem with rdf factory cache 2000-07-10 02:35:50 +00:00
waterson%netscape.com 095615e661 Bug 37621. Add necessary logic to retract and fire rules in nsXULTemplateBuilder::OnChange(). I lost these when I re-wrote this method :-(. r=rjc 2000-07-07 23:01:14 +00:00
bryner%uiuc.edu f66a19368b Fix for bug 43417. r=pinkerton. 2000-07-06 22:20:32 +00:00
waterson%netscape.com 63073d53d3 Fix silly leak that dbaron found with leaksoup. r=jack,a=lumpy. 2000-07-06 04:27:10 +00:00
cls%seawood.org bca014f1bb Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
dbaron%fas.harvard.edu da67297134 Fix leak of content from trees introduced recently. r=hyatt,waterson 2000-07-01 21:45:06 +00:00
cls%seawood.org 1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
rjc%netscape.com 52b6f1cf49 Fix bug # 43906: non-existant file URLs can cause template failure for bookmarks. R=waterson 2000-06-29 22:47:24 +00:00
pinkerton%netscape.com 6a3dba2312 part of 42250, make sure we close the popup when the listener is removed. just to be safe. r=hyatt. 2000-06-29 22:29:20 +00:00
BlakeR1234%aol.com 1968fc69bf Fix for 42204, a=trudelle 2000-06-29 03:15:05 +00:00
evaughan%netscape.com 4db3654be5 Clean up for autoscrolling menu landing. ScrollBox events need their own type and should not be
on top of menu events.

-r hyatt
2000-06-28 00:00:18 +00:00
bryner%uiuc.edu aeaec0cab9 Patching more (hopefully all) trees to work with the new tree widget (bug
30511).  r=hyatt.
2000-06-23 21:44:48 +00:00
evaughan%netscape.com 969d067559 Autoscrolling menus feature landing #32730
-r hyatt, saari
2000-06-23 05:15:04 +00:00
waterson%netscape.com a282078ef1 Bug 41534. Fix 'style' attribute on XUL elements; use nsXULAtoms instead of hard-coded atoms. r=hyatt 2000-06-22 23:29:43 +00:00
vidur%netscape.com 109a49d66d Fix for bug 38349. Implemented nsIDOMNode::CloneNode() and ImportNode() for XML and HTML documents as part of finishing out our DOM1 and DOM2 implementations. Cleanup of DOMImplementation::createDocument. r=jst 2000-06-21 23:56:52 +00:00
dougt%netscape.com a23a20c4f0 check for null. 2000-06-21 02:29:08 +00:00
hyatt%netscape.com 8072ceb8f8 Fix for 42806. r=waterson 2000-06-21 02:02:24 +00:00
vidur%netscape.com 3be227878d Fix for bug 9392. document.plugins now aliases to window.navigator.plugins. r=nisheeth 2000-06-21 00:53:26 +00:00
hyatt%netscape.com fed27ec38f 33524. r=ben 2000-06-20 09:21:42 +00:00
ben%netscape.com 7c69c70b1b fix for 41657, r=waterson, hyatt 2000-06-20 05:43:52 +00:00
hyatt%netscape.com 2df6998f43 Fix for 41664, r=ben 2000-06-20 04:45:30 +00:00
hyatt%netscape.com 119cf30173 Fix for 41664, r=ben 2000-06-20 04:44:44 +00:00
waterson%netscape.com b266e10dd6 Bug 40868. Check to see if 'docroot == this' before recursing. r=dmose 2000-06-20 03:58:24 +00:00
waterson%netscape.com 6166c3b129 Bug 42991. Get rid of obsolete 'rdf:child' identifier. r=rjc 2000-06-20 02:25:48 +00:00
hyatt%netscape.com 1e8e0acdcc Fix for 42867. r=evaughan 2000-06-20 00:52:57 +00:00
vidur%netscape.com e7abfd8181 Work for bug 33475 - completion of Document related DOM Level 2 support. Load() no longer takes extra unused argument. r=jst,nisheeth 2000-06-17 01:47:02 +00:00
waterson%netscape.com fd39c4187e Bug 39699. Add re-entrancy guards so that we ignore updates while we're in the middle of building content. r=rjc 2000-06-16 21:46:04 +00:00