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

3232 Коммитов

Автор SHA1 Сообщение Дата
scc%mozilla.org 70ad30814f 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 5e581a0556 Backing out chrome registry changes. a=brendan 2000-09-13 03:07:26 +00:00
waterson%netscape.com 083b26da8d 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 2e743c0f75 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 87650f51b9 r=ben, same as prev checkin 2000-09-08 10:02:00 +00:00
dbaron%fas.harvard.edu 3ae3b5bf23 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 7e6c98de52 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 1f5bbf0ea1 use NS_LITERAL_STRING 2000-09-07 23:18:38 +00:00
pinkerton%netscape.com 5cbffb2b65 using NS_LITERAL_STRING 2000-09-07 23:12:41 +00:00
ccarlen%netscape.com b77e163d2c Use nsIDirectoryService instead of nsIFileLocations - bug #38626 r=hyatt 2000-09-07 13:06:28 +00:00
dveditz%netscape.com 2ff9437de0 Turning on JS strict option in debug builds, a/r=brendan, bug 50645 2000-09-07 10:51:59 +00:00
hyatt%netscape.com 4677305721 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 abc29e3936 Fix for 51263. r=ben 2000-09-07 08:26:03 +00:00
hyatt%netscape.com 9d8e03414c C++ fixes for 51263, r=joki 2000-09-07 08:18:11 +00:00
bryner%uiuc.edu e29926f20a 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 3c25610d65 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 cfceba7dca 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 a8c526ae23 Fix bug # 45966 and bug # 51324: need to escape file URLs. r=me 2000-09-06 01:33:01 +00:00
jband%netscape.com f9a5b20560 commenting out dead code that was giving us a useless warning 2000-09-05 20:20:34 +00:00
hyatt%netscape.com 1bb5fdc4fc loadBindingdoc, r=ben 2000-09-05 07:29:01 +00:00
bryner%uiuc.edu 30b37c9413 Making it so everyone doesn't get my debugging output spam. 2000-09-05 04:05:06 +00:00
rjc%netscape.com 85a442b4d8 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 2217def002 fixing up comparison ambiguities for old gcc 2000-09-03 22:45:50 +00:00
bryner%uiuc.edu 25f69ad484 Fixing bug 50058 - too many onSelect firings. r=hyatt. 2000-09-02 18:59:39 +00:00
Peter.VanderBeken%pandora.be d41d21ad60 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 256fb2fdda fixing code that relied on implicit string construction 2000-09-02 05:30:35 +00:00
bryner%uiuc.edu 03e0588595 Checking in the idlc-generated version of this file to go along with vidur's nsIDOMWindow API change. r=vidur. 2000-09-02 01:12:37 +00:00
vidur%netscape.com c7a24147fa Part of fix for bug 46861. Modified idlc generated header file, but forgot to change the idl itself. Doh! r=pollmann 2000-09-01 22:01:33 +00:00
vidur%netscape.com e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
bryner%uiuc.edu 87a69226ec Make the filesystem datasource understand file extensions. Bug 47795 (rdf
filepicker).  r=rjc.
2000-09-01 01:08:23 +00:00
bryner%uiuc.edu 16729fbbbb Protecting against setting an invalid current item on the tree. Prep work
for 47795.  r=hyatt.
2000-09-01 01:07:18 +00:00
bryner%uiuc.edu e596018a21 Fixing 50554 - keep the tree in a consistent state while removing its content.
This is prep work for 47795.  Also fixes chatzilla crash.  r=waterson.
2000-08-31 02:39:48 +00:00
jst%netscape.com ca738093f5 Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com 2000-08-31 00:36:31 +00:00
waterson%netscape.com c9db7beab8 Bug 50499. Fix FMM that was caused by DOM string changes. r=bruce 2000-08-30 04:21:06 +00:00
waterson%netscape.com a5a55e573d Try to fix AIX build bustage... 2000-08-30 04:07:56 +00:00
waterson%netscape.com 4de3aaabdb Bug 46134. Support >1 value in attribute substitution. r=rjc 2000-08-30 01:00:02 +00:00
waterson%netscape.com 788fcedb92 Bug 50381. Avoid writing invalid RDF/XML if we can't get a service; avoid trying to write the file at all if we're in XPCOM shutdown. r=rjc 2000-08-30 00:57:59 +00:00
waterson%netscape.com 890dc87c1e Bug 50548. Handle 4th form of [6.12]. r=rjc 2000-08-30 00:55:46 +00:00
nisheeth%netscape.com b65a3881e0 - Fix for nsbeta3+ bug 10292: ID attribute information is passed up from the parser to the content sink and into the node info objects associated with content objects. nsIXMLContent now inherits from nsIStyledContent which allows
authors to use ID selectors to target elements in an XML document.

- Checking in a P3P related patch to the pres shell, html document, and xml document from Tom Lendacky (toml@us.ibm.com)
2000-08-30 00:35:43 +00:00
hyatt%netscape.com 1d77f5008c Fix for 50668. r=dprice 2000-08-29 22:10:49 +00:00
hyatt%netscape.com 48f021d058 Adjust tooltip offset. r=ben 2000-08-29 09:56:34 +00:00
hyatt%netscape.com ef6474d1ff 43220. r=ben 2000-08-29 08:07:22 +00:00
hyatt%netscape.com 165bb579a5 Checking 46330 fix back in. r=ben 2000-08-29 07:07:46 +00:00
mscott%netscape.com ccae14bc01 back out chrome registry changes to fix smoketest machines that are crashing when launching viewer 2000-08-29 05:49:18 +00:00
hyatt%netscape.com e8381a76bf XBL fix for walling off style (46505). r=ben 2000-08-29 03:08:35 +00:00
hyatt%netscape.com b70d7b5233 Fix for 46330. r=ben 2000-08-29 02:30:07 +00:00
vidur%netscape.com a6fa8885ba Fix for bug 43902. The DOM glue now streamlines the Get/SetProperty methods for the window class. Window.location and title and document.title are now part of the idlc interfaces, rather than special-cased. r=jst@netscape.com 2000-08-29 00:14:23 +00:00
waterson%netscape.com 0e97eca377 Bug 48486. Fuse allocation of LiteralImpl objects; get rid of nsAutoString member. r=scc 2000-08-26 06:43:09 +00:00
beard%netscape.com 81b015f6c9 GetElementAt(), QueryInterface() -> QueryElementAt(). r=waterson 2000-08-26 05:30:45 +00:00
ben%netscape.com 490234ee27 48205 2000-08-26 03:20:44 +00:00
warren%netscape.com 9abf1e4644 Fixed case where chrome selection was failing because the package wasn't yet installed. 2000-08-25 22:51:10 +00:00
hyatt%netscape.com 1be9efcce5 Fix for 50044, 47861, 47471, r=ben 2000-08-25 07:01:53 +00:00
pinkerton%netscape.com b84924359b fix "selectedIndex" attribute with templates (help from Jan Varga). bug# 49985. r=hyatt. 2000-08-25 02:01:25 +00:00
bryner%uiuc.edu 520d624f7c Fixing bug 42109 - make sure to set the current item to something sane when it's deleted. r=hyatt. 2000-08-24 06:14:45 +00:00
saari%netscape.com 0494f09298 make sure to return a value in all code paths from FireFocusOnTargetContent... gave VC5 a headache 2000-08-24 04:00:12 +00:00
cltbld%netscape.com 5a988f63a5 Fixing solaris, AGAIN. jst,mcafee 2000-08-23 22:26:35 +00:00
jst%netscape.com 9abec73fbe DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
hyatt%netscape.com e1913cd0c9 Fix for jar packaging. r=dprice 2000-08-23 07:31:58 +00:00
hyatt%netscape.com 4069c7f384 Fix for 49150, r=ben 2000-08-23 07:18:58 +00:00
hyatt%netscape.com 34392727b5 fix for 49835, r=danm 2000-08-22 22:53:46 +00:00
warren%netscape.com e05eef45e9 Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
dp%netscape.com 7a4e9ced51 bug# 49786 Setting up chrome protocol handler to support weak ref. r=gagan,valeski 2000-08-22 06:11:48 +00:00
warren%netscape.com 4af61cbec5 Fixed warnings. 2000-08-22 04:57:21 +00:00
warren%netscape.com db052b57d3 Bug 49659. Added check to avoid null pointer deref. 2000-08-22 04:41:22 +00:00
rjc%netscape.com 781a0712bc Fix bug # 47336: files with question marks. r=me 2000-08-22 02:11:11 +00:00
mstoltz%netscape.com ea5d41851a Fixing 41876 r=hyatt, also 48724, 49768, and crasher in nsBasePrincipal.cpp, r=jtaylor 2000-08-22 02:06:52 +00:00
warren%netscape.com 676fe96ecd Improved warning message. 2000-08-22 02:06:14 +00:00
rjc%netscape.com 456f4c8a43 Fix bug # 35022: slow bookmark operations. r=waterson 2000-08-22 00:44:07 +00:00
ccarlen%netscape.com 5469d37218 Converted use of nsIFileLocator to nsIDirectoryService r=valeski 2000-08-22 00:14:24 +00:00
hyatt%netscape.com 5de7262960 49012 fix, r=danm 2000-08-21 22:23:15 +00:00
warren%netscape.com e12f238589 Bug 46864 - Embedding needs a name attribute on nsIRequest. 2000-08-21 08:23:54 +00:00
warren%netscape.com 38ee9c46ff Bug 43654. Error checking in chrome registry. r=hyatt 2000-08-21 07:50:39 +00:00
racham%netscape.com 4dcd2b675d Fixing bug 39289. Fixing a crasher at shutdown time when createprofile option is used. r=dougt 2000-08-21 01:36:42 +00:00
saari%netscape.com 48dcaa1bbd Fix for nsbeta3+ 48838; context menus now set focus before coming up. r=hyatt 2000-08-20 00:29:24 +00:00
scc%mozilla.org cca6f9e011 fixing code that relied on implicit string construction 2000-08-19 22:46:00 +00:00
scc%mozilla.org 93f626595d fixing code that relied on implicit string construction 2000-08-19 21:04:10 +00:00
hyatt%netscape.com f224002e62 Fix for 48187, r=danm 2000-08-17 22:44:01 +00:00
hyatt%netscape.com 24b71cc743 First-stage fix for dogfood bug 49012. r=ben 2000-08-17 08:11:11 +00:00
hyatt%netscape.com 715e3f8ccb Fix for 48083. r=danm 2000-08-17 00:10:40 +00:00
akkana%netscape.com 6c14f21233 23587: Make accelerator and menu access keys settable through a pref. r=saari 2000-08-17 00:09:16 +00:00
dbaron%fas.harvard.edu 753d55e902 Fix a leak of the keys used as strings in all cases. r=waterson b=44051 2000-08-16 23:14:08 +00:00
hyatt%netscape.com 62efdcb050 Fix for 45248, r=ben 2000-08-16 08:14:01 +00:00
alecf%netscape.com 1f1df4833b fix a bunch of UMRs r=syd
(no bug but I needed these to get my purify build going)
2000-08-16 07:39:38 +00:00
waterson%netscape.com f7e7ca5d51 Bug 44480. Demote 'width' and 'height' attributes from NSDocument to NSHTMLDocument and XULDocument; make nsHTMLDocument's implementation use the <body> element's frame (instead of the <html> element's frame) to determine metrics. r=jst 2000-08-16 01:04:52 +00:00
hyatt%netscape.com 1ec75c7bd1 Fix that is needed for 46719, r=ducarroz,ben 2000-08-16 00:42:13 +00:00
waterson%netscape.com 2dd8f2d2a0 Bug 48086. Be sure to update XUL document's ID-to-element map when removing generated content. r=rjc 2000-08-14 21:46:04 +00:00
hyatt%netscape.com a489c05fae Work on 48150 and XBL performance (async and arenas). 2000-08-14 04:04:18 +00:00
hyatt%netscape.com d4a7097905 Linux linux linux... will we ever teach you how comptrs work? 2000-08-12 09:00:25 +00:00
hyatt%netscape.com b81655ce0c Linux sucks. 2000-08-12 07:58:54 +00:00
hyatt%netscape.com 8da2baf3ca Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan 2000-08-12 06:28:02 +00:00
jtaylor%netscape.com 4a1f72898b Fixes bug #41571. r=mstoltz. 2000-08-11 02:46:47 +00:00
hyatt%netscape.com c37ff4e02a Fix for 47081. r=ben 2000-08-11 00:05:49 +00:00
warren%netscape.com 84b5fd67e3 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
mkaply%us.ibm.com 9b38138581 r=waterson, a=waterson
OS/2 and AIX tinderbox break - shouldn't NS_IF_ADDREF a member in a const function
2000-08-10 03:39:05 +00:00
brendan%mozilla.org 8194537c7d Whitespace panty raid. 2000-08-09 06:20:13 +00:00
saari%netscape.com 4c09a29ac5 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
alecf%netscape.com 72daa61d47 final part of fix for 46712 - flush the string bundle cache when the locale changes
r=hyatt
2000-08-08 06:24:56 +00:00
rjc%netscape.com a08d78f72c Remove Mac debugging info. r=me 2000-08-08 05:55:22 +00:00
rjc%netscape.com 83eb62c847 Sorting fixes for bug # 26131. r=me, nhotta, putterman 2000-08-08 05:50:10 +00:00
waterson%netscape.com 06818446fd Use nsVoidArray instead of nsISupportsArray to hold kids. r=hyatt 2000-08-08 05:02:07 +00:00
waterson%netscape.com d9cda5ebc1 Bugs 46616, 46964. Clean up RebuildContainer(): factor into two methods to share code better. Maintain a queue of ungenerated elements to scan for generated children. Add tons of comments so I don't have to figure this all out again when I look at it next. r=rjc 2000-08-08 04:57:55 +00:00
waterson%netscape.com d867e404c8 Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm 2000-08-08 00:22:36 +00:00
syd%netscape.com 0ddb1344a0 Undid the rdf changes for 43091 at request of brendan, now doing evil 0666
default permissions. r=dougt
2000-08-07 22:59:40 +00:00
dbaron%fas.harvard.edu 2bc2822994 Fix an inconsequential typo (MOZ_DECL_CTOR_COUNTER does nothing, now). r,a=waterson 2000-08-06 19:19:01 +00:00
hyatt%netscape.com ed96fc9dc0 Plug leak in cache for XBL docs. 2000-08-06 04:57:24 +00:00
hyatt%netscape.com 88189bb26d Fix for XBL portion of 46129 2000-08-05 22:33:29 +00:00
syd%netscape.com d2e0309a69 Set sane permissions on files. Let umask protect the user. r=rjc,dougt
Partial fix for 43091.
2000-08-04 22:13:59 +00:00
warren%netscape.com da15eda254 Getting jar files in shape. Mostly works on unix, status bar missing (not in build yet). 2000-08-02 06:48:45 +00:00
waterson%netscape.com 0800dcc896 Bug 46013, redux. Was leaking RDFContentSinkImpl::NameSpaceEntry objects all over the floor. Thanks to dbaron and beard for wiping my chin. r=beard. 2000-08-02 04:35:52 +00:00
pinkerton%netscape.com 5b08e79e29 Fix for 39078, tooltips not disappearing on mouse clicks in button. when we get a mousedown, close the tooltip and cancel the timer. r=saari. 2000-08-01 01:05:58 +00:00
rjc%netscape.com 330ae57a24 Small sorting fix. (Can't find bug #) r=me 2000-07-29 16:15:48 +00:00
waterson%netscape.com 1d737a5000 Fix off-by-one error that jband found. 2000-07-29 03:34:55 +00:00
waterson%netscape.com 7c561a155d Bug 46702. Move nsFixedSizeAllocator to xpcom/ds so it can be used outside of RDF. 2000-07-29 03:01:46 +00:00
waterson%netscape.com f49e884774 Bug 46702. Move nsFixedSizeAllocator.[h|cpp] to xpcom/ds so that we can use it outside of RDF. 2000-07-29 02:58:43 +00:00
heikki%netscape.com e70fdaeb48 Bugs 38399, 40889. r=jst. 2000-07-28 21:49:42 +00:00
hyatt%netscape.com 7a4716d3f2 Fix for 46129. r=waterson,attinasi,pierre 2000-07-28 09:36:14 +00:00
mcafee%netscape.com 6bbf52740c Ignore generated files. 2000-07-28 09:20:18 +00:00
waterson%netscape.com 3439c2a7ba Bug 46013. Use nsVoidArray to hold observers to avoid extra addref/release when notfying. r=hyatt 2000-07-28 09:20:15 +00:00
waterson%netscape.com 1401d14275 Bug 46013. Make nsChromeRegistry own the UI datasource; clean up the special release method so that it does correct bloat log. r=hyatt 2000-07-28 09:19:42 +00:00
hyatt%netscape.com 6cacaf80c3 Prevent thrashing for nodes that always have display: none in XUL (broadcasters, commands, keys), r=waterson 2000-07-28 06:40:27 +00:00
hyatt%netscape.com e5be1850a1 Fix for 41145, r-waterson 2000-07-28 00:34:22 +00:00
dbaron%fas.harvard.edu 70057bf9f7 Fix leak of keybinding table and keybinding documents. r=waterson b=17390, 24645 2000-07-27 23:31:09 +00:00
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
waterson%netscape.com 4bd0260e2e Bug 39699. Ignore errors from nsIFile, hyatt-style! seriously, though: nsIFile returns random error codes per-platform when you ask if a non-existant file is a directory. This was causing the RDF enumeration to abort prematurely for no good reason. r=rjc 2000-06-16 21:45:00 +00:00
valeski%netscape.com f0fec56b70 42767. AsyncOpen (dead code) removal. 2000-06-16 14:39:19 +00:00
rbs%maths.uq.edu.au 26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
dbaron%fas.harvard.edu dd0c6672be Fix leak of XMLElementFactoryImpl. r=waterson@netscape.com 2000-06-15 02:16:28 +00:00
hyatt%netscape.com 73cd829f46 Fix for bug #41281, r=brendan 2000-06-14 08:12:32 +00:00
axel%pike.org fe14e09553 Code cleanup, XSL->MOZ_XSL, r=nisheeth, a=waterson 2000-06-14 07:35:26 +00:00
hyatt%netscape.com 0248ddd28c 30511. r=ben 2000-06-14 04:50:20 +00:00
alecf%netscape.com 24f352fd2c revive dom viewer enough to get dmose started
(not part of seamonkey - favor for dmose)
2000-06-13 01:50:26 +00:00
scc%mozilla.org 507357239c fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms 2000-06-12 23:52:31 +00:00
scc%mozilla.org 484ee8fb96 don't extract characters from empty strings 2000-06-11 08:19:41 +00:00
scc%mozilla.org 09789effd8 don't try to extract characters from an empty string 2000-06-11 07:23:58 +00:00
bryner%uiuc.edu d1488a1097 Fixing bug 30379, tree multiple-selection problems. r=hyatt. 2000-06-09 21:32:31 +00:00
warren%netscape.com ecc2d9c51c Bug 27971. Better strategy for resource: urls to use less memory. Saves about 0.4% of entire run just bring up one page (home.mozilla.org). r=waterson 2000-06-09 07:51:13 +00:00
tao%netscape.com aee3b0454d Patch NT startup crash when chrome registry is not ready yet. r,a=scc 2000-06-09 03:09:20 +00:00
rginda%netscape.com a0aefff0e9 implement document.height/width for xul documents (copy/paste from nsDocument.cpp) for bug 41638
r=danm
2000-06-08 00:51:13 +00:00
alecf%netscape.com 454a54290e fix typo that was preventing setAttributeNS from working
(incredibly obvious fix, will notify jst/waterson that this went in)
2000-06-07 01:11:05 +00:00
hyatt%netscape.com d69e9db8ca Updating tree selection. bug#30511. r=danm 2000-06-07 00:01:04 +00:00
inaky.gonzalez%intel.com 98157fd5a1 Fixed nsSupportsHashtable behaviour and API to fix leaks in
nsDirectoryService. Fixes bugs #38606 and #39859.

a=waterson; r=rayw,brendan,warren
2000-06-06 22:06:56 +00:00
mkaply%us.ibm.com 03c7ec7c31 # 37239
r = waterson, a = waterson
OS/2 bringup - PR_CALLBACKs for VisualAge
2000-06-05 19:19:14 +00:00
warren%netscape.com 512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
warren%netscape.com d7efda20c4 Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433 2000-06-02 23:41:43 +00:00
tao%netscape.com 5313a86d4e 40801: Need a scriptable API of ChromeRegistry to return current locale provider name.
r=waterson,a=hyatt,msanz.
2000-06-02 23:16:06 +00:00
hyatt%netscape.com b088efb508 Tree/grid foundation work. 2000-06-02 08:13:29 +00:00
waterson%netscape.com 153b47e512 Bug 41182. Set the resource channel's original URI to the 'chrome:' URI that spawned us. r=warren 2000-06-02 03:47:49 +00:00
erik%netscape.com a2ce4fa1be bug 32206; add notifiers for charset changes; r=buster; a=ftang 2000-06-01 23:10:44 +00:00
hyatt%netscape.com 0880610424 Fix win32 bustage. 2000-05-31 08:40:58 +00:00
hyatt%netscape.com a7b9a58f8b Fix win32 bustage. 2000-05-31 08:40:44 +00:00
hyatt%netscape.com a77a851b5b removed files: mozilla/rdf/content/src/nsJSXULPopupElement.cpp, mozilla/rdf/content/src/nsJSXULBrowserElement.cpp, mozilla/rdf/content/src/nsJSXULEditorElement.cpp, mozilla/rdf/content/src/nsJSXULIFrameElement.cpp, mozilla/rdf/content/src/nsXULPopupElement.cpp, mozilla/rdf/content/src/nsXULEditorElement.cpp, mozilla/rdf/content/src/nsXULIFrameElement.cpp, mozilla/rdf/content/src/nsXULBrowserElement.cpp 2000-05-31 07:34:00 +00:00
hyatt%netscape.com 25e2e4c7fb removing four more XUL content elements (moving their impls into XBL). 2000-05-31 07:32:36 +00:00
waterson%netscape.com 84ec5e0e86 Bug 40284. Ensure that 'container' attribute correctly updated for extended templates. r=rjc 2000-05-31 00:03:12 +00:00
jst%netscape.com 88fefdd059 Fixing nsbeta2+ crasher bug 39693, the JS gluecode generated by IDLC did properly check if the parguments passed in from JS were of correct type and properly set the return value if they weren't, but then ignored the error and continued passing along an invalid argument to the native implmentation. r=waterson 2000-05-30 22:55:15 +00:00
hyatt%netscape.com 35f2ec8997 removed files: mozilla/rdf/content/src/nsJSXULRadioElement.cpp, mozilla/rdf/content/src/nsXULRadioElement.cpp, mozilla/rdf/content/src/nsJSXULRadioGroupElement.cpp, mozilla/rdf/content/src/nsXULRadioGroupElement.cpp, mozilla/rdf/content/src/nsJSXULTitledButtonElement.cpp, mozilla/rdf/content/src/nsXULTitledButtonElement.cpp, mozilla/rdf/content/src/nsJSXULCheckboxElement.cpp, mozilla/rdf/content/src/nsXULCheckboxElement.cpp 2000-05-30 08:16:25 +00:00
hyatt%netscape.com 80a477be89 added files: mozilla/rdf/content/src/, removed files: mozilla/rdf/content/src/nsJSXULRadioElement.cpp, mozilla/rdf/content/src/nsXULRadioElement.cpp, mozilla/rdf/content/src/nsJSXULRadioGroupElement.cpp, mozilla/rdf/content/src/nsXULRadioGroupElement.cpp, mozilla/rdf/content/src/nsJSXULTitledButtonElement.cpp, mozilla/rdf/content/src/nsXULTitledButtonElement.cpp, mozilla/rdf/content/src/nsJSXULCheckboxElement.cpp, mozilla/rdf/content/src/nsXULCheckboxElement.cpp 2000-05-30 08:15:30 +00:00
hyatt%netscape.com b962248eca Removing obsolete files from the build. 2000-05-30 08:11:35 +00:00
hyatt%netscape.com c8bc84a0a3 Removing obsolete headers from the build. 2000-05-30 08:07:54 +00:00
hyatt%netscape.com 62b074a8ce Removing obsolete C++ code. 2000-05-30 08:06:59 +00:00
bryner%uiuc.edu 3ac747e4ce Enable the caching of XBL documents in the XUL cache. Not yet
used.  r=hyatt.
2000-05-28 07:30:48 +00:00
hyatt%netscape.com d2920f4ba2 Fix mac bustage. 2000-05-27 22:40:40 +00:00
brendan%mozilla.org 556cebff37 Fix #include filename spelling -- case matters on Unix systems, at least. 2000-05-27 20:54:35 +00:00
hyatt%netscape.com 2bd2b3bce1 Fixing bugs in skin switching. 2000-05-27 20:03:14 +00:00
hyatt%netscape.com c7ccb5a606 Brutal sharing of XBL classes implemented. 2000-05-27 08:20:04 +00:00
waterson%netscape.com 32a0dcba77 Bug 40601. Properly UTF-8 encode a URL that's been handed to us as UCS-2. 2000-05-26 22:57:04 +00:00
hyatt%netscape.com 430af5709b Adding anonymous content getter. r=waterson, a=waterson 2000-05-26 22:45:26 +00:00
waterson%netscape.com b6ac1476df Bug 39876. QI() for nsIXULContent rather than checking the element's namespace. Who knows, some day HTML might support nsIXULContent ;-). r=rjc 2000-05-26 22:26:57 +00:00
ruslan%netscape.com e830ecd6e9 Make res/chrome handlers implement threadsafe_isupports 2000-05-26 21:00:18 +00:00
harishd%netscape.com 7d67e360d4 DumpContent() for parser regression test.
r=rickg
a=rickg
2000-05-26 19:45:59 +00:00
jst%netscape.com 8b0e02f751 Checking in temporary code that lets a user turn on the new DOM Level 2 behavior by setting the 'temp.DOMLevel2update.enabled' preference to true, this is to help with the general DOM update, and it's part of the fix needed for bug 33474. r=vidur@netscape.com, a=pdt@netscape.com 2000-05-25 23:48:45 +00:00
mkaply%us.ibm.com d7086a1fcb # 37239
r = rjc, a = brendan
OS/2 bringup continues on M16 - Adding an XP_OS2 only path
2000-05-25 14:33:17 +00:00
waterson%netscape.com 27dd808be5 Bug 39037. Feeble attempt to fix: if for some reason we never got a parser, or the SetParser(nsnull) is called before calling DidBuildModel(). 2000-05-25 06:58:34 +00:00
waterson%netscape.com 61b8da1f41 Bug 38887. Fix import of IE bookmarks, patch courtesy m_kato@ga2.so-net.ne.jp (Makoto Kato). r=rjc 2000-05-25 06:43:01 +00:00
waterson%netscape.com 370f6ffba7 Bug 38887. Fix import of IE bookmarks, patch courtesy m_kato@ga2.so-net.ne.jp (Makoto Kato). r=waterson 2000-05-25 06:42:33 +00:00
hyatt%netscape.com c8d446d250 XBL fixes r=ben 2000-05-24 08:18:38 +00:00
danm%netscape.com afa832a154 make processing of installed-chrome more robust. bugs 38198, 40186 2000-05-24 01:25:54 +00:00
hyatt%netscape.com 4f2cfa71c1 adding debug printfs 2000-05-23 06:57:17 +00:00
hyatt%netscape.com f4b0b08faf support for multiple insertion points r=ben 2000-05-22 08:23:46 +00:00
cls%seawood.org cb31f6e62d More OS/2 changes. Batches 19 & 20 of Bug #34106 r=pavlov 2000-05-21 13:32:11 +00:00
waterson%netscape.com 7a041f7f12 Remove obsolete file that is no longer part of the build. 2000-05-19 22:15:23 +00:00
hyatt%netscape.com 21e5ef59a2 fix for making skins script-safe. r=scc 2000-05-19 04:48:43 +00:00
danm%netscape.com 66e62e50d6 remove Mac-specific chrome hierarchy hack, now that the Mac is using the new hierarchy. bug 39248. r=hyatt 2000-05-19 02:59:35 +00:00
hyatt%netscape.com ca087e0898 fix for chrome registry bugs. r=danm,waterson, a=waterson 2000-05-18 20:27:37 +00:00
sfraser%netscape.com 52cb98d91d Remove linkage with NetworkModular.shlb, and add timer files. 2000-05-17 07:32:04 +00:00
cls%seawood.org 07c20ed291 The rdf test uses nsSetupRegistry.cpp from webshell/tests ????? Add MOZ_TOOLKIT_REGISTRY_CFLAGS to CXXFLAGS to get this to build on beos. 2000-05-17 06:26:41 +00:00
waterson%netscape.com 6211387630 Flush miscellaneous comment changes. 2000-05-17 05:59:10 +00:00
waterson%netscape.com ed96d6b94a Fix misleading comments. 2000-05-17 05:58:33 +00:00
waterson%netscape.com 9cf221295f Bug 35818. Add support for 'tag' attribute on 'content' condition. 2000-05-17 05:57:09 +00:00
dveditz%netscape.com 4053fb47b8 fixing copy/paste bug in (De)SelectLocale 2000-05-17 05:44:35 +00:00
waterson%netscape.com 219e7b6f2e Bug 39512. Remember the last match; support 'container=' and 'member=' attributes on 'template' tag; deduce them if they're not present. 2000-05-17 05:33:23 +00:00
jst%netscape.com a3033059a1 Store XUL attribute names as nsINodeInfos. 2000-05-17 04:53:16 +00:00
pavlov%netscape.com 803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
danm%netscape.com c1c67552c9 teach new chrome registration to handle urls and jar files 2000-05-17 02:01:08 +00:00
pinkerton%netscape.com 037f62f55f another tweak for tooltips to work on html content. thanks to Robert O'Callahan for the patch. 2000-05-17 01:02:36 +00:00
jst%netscape.com 930a889eb7 Updating nsIContent to allow accessin the attribute prefix and not only the attribute name and value. 2000-05-17 00:21:53 +00:00
joki%netscape.com a743e2b38b Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
waterson%netscape.com 3a4aff8db2 Bug 29284. Be sure to escape quotes! Other serialization cleanup. 2000-05-16 05:58:48 +00:00
danm%netscape.com f600ade45c store generated overlays in their own directory. force overlay list node to be a seq. r=hyatt@netscape.com 2000-05-16 03:16:58 +00:00
danm%netscape.com 7e4c91e708 create directory in Flush. r=waterson@netscape.com 2000-05-16 03:09:34 +00:00
jst%netscape.com 798ded8a8e Checking in DOM Level 2 version of the DOM interface Element. 2000-05-15 20:31:55 +00:00
jst%netscape.com dc1f400d01 Fixing build bustage if PR_LOGGING was defined. 2000-05-15 19:15:14 +00:00
waterson%netscape.com 9cd4a2aa44 Bug 39305. Do not add 'xmlns=' and 'xmlns:foo=' as properties to the RDF graph. 2000-05-15 19:12:14 +00:00
jst%netscape.com 8130b732fa Adding support for document.createElementNS() for XUL documents. 2000-05-15 19:02:30 +00:00
dbaron%fas.harvard.edu 15a4c992b7 Fix leak of namespace manager. r=waterson@netscape.com 2000-05-15 13:11:06 +00:00
brendan%mozilla.org d342c244b9 Warning abatement. 2000-05-15 06:20:14 +00:00
hyatt%netscape.com c05e656358 Better form. 2000-05-15 02:49:56 +00:00
hyatt%netscape.com ebf7c3559a Better form. 2000-05-15 02:42:37 +00:00
hyatt%netscape.com 036f7a95f0 Changing convertChromeURL 2000-05-15 01:40:52 +00:00
hyatt%netscape.com 258558c1a2 making nightlies sane again 2000-05-15 00:48:51 +00:00
jst%netscape.com 371b328515 Support wildcard ('*') for namespaceURI in getElementsByTagNameNS(). 2000-05-14 19:37:40 +00:00
jst%netscape.com dc3303e559 Implementing getElementsByTagNameNS() in the XUL document. 2000-05-14 18:14:30 +00:00
mjudge%netscape.com 6dc5b7a120 removing warning 2000-05-13 22:59:43 +00:00
danm%netscape.com 178936af94 load newly installed chrome 2000-05-13 21:42:56 +00:00
danm%netscape.com a2312bf2f1 new method checkForNewChrome 2000-05-13 21:42:00 +00:00
danm%netscape.com c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
mjudge%netscape.com e9b9d825b4 xuldocument now will output xif/text also changing references from nsXifconverter to nsIXIFConverter 2000-05-13 08:13:54 +00:00
mkaply%us.ibm.com 4c8a84ce2c # 37239
r= waterson
OS/2 bring up continues - add PR_CALLBACK for VisualAge
2000-05-12 22:23:36 +00:00
jst%netscape.com f9fe8d6f06 Add GetNodeInfo() to nsIContent. 2000-05-12 14:09:28 +00:00
jst%netscape.com f0dce37b28 Add a SetAttribute method to nsIContent that takes a nsINodeInfo parameter. 2000-05-12 13:46:59 +00:00
scc%netscape.com 383fdc142e string backsliding. r=mjudge 2000-05-12 07:53:02 +00:00
saari%netscape.com 6d85c44bba missed this file 2000-05-11 23:08:13 +00:00
saari%netscape.com 127a21c2fc more for 29800 2000-05-11 22:43:32 +00:00
cls%seawood.org 5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
sspitzer%netscape.com fab9214a26 no longer a pref, it is hard coded to be on and set to modern.
remove temporary code.
2000-05-11 05:19:21 +00:00
sspitzer%netscape.com 03942386c2 it's skins/modern, not modern. 2000-05-11 02:57:31 +00:00
nisheeth%netscape.com 2277ba5c45 Add support for loading an XML document from script within a XUL document also. 2000-05-10 23:02:32 +00:00
jst%netscape.com ee4b181034 Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com. 2000-05-10 13:13:39 +00:00
hyatt%netscape.com 06785d71b0 Fix my bigass leak. 2000-05-10 08:19:43 +00:00
rjc%netscape.com 1a44d56fe9 Fix silly warnings. 2000-05-10 07:26:13 +00:00
sspitzer%netscape.com b9d24def8a make the skin switching code turned on/off by a pref. off by default for now. 2000-05-09 23:28:57 +00:00
hyatt%netscape.com 11c8e7cf5c XBL now works with HTML, SVG, MathML, XML, and XUL. 2000-05-09 21:41:01 +00:00
heikki%citec.fi 14cbdd72a2 Implemented actuate=onLoad for simple XLinks. r=nisheeth. 2000-05-09 07:30:21 +00:00
alecf%netscape.com 7abd68a450 switch to onkeypress for ftang 2000-05-09 04:48:59 +00:00
saari%netscape.com 21a17acf81 adding preventDefault to the mousedown event if it pops up a xul popup. This works around a bug where it is possible to have multiple popup listeners for different elements called for one mousedown event. This is a work around for bug 35100. r=hyatt 2000-05-08 23:43:35 +00:00
pinkerton%netscape.com 35f27e9461 fix for 38132, assert when mouse was over html element and a tooltip was registered. two things: make sure we always find the xul document using where the popup is registered not the event target, and try/catch around asking for the attribute since DOM Elements won't have attributes. 2000-05-08 23:21:57 +00:00
pinkerton%netscape.com 2499624f31 don't let context menu show up under mouse so that clicks can more easily dismiss it. bug 27364, thanks dean_tessman@hotmail.com. 2000-05-08 21:24:51 +00:00
rjc%netscape.com 4b6d90b76b Fix bug # 37682: use nsIFile instead of nsFileSpec. 2000-05-07 10:15:48 +00:00
rjc%netscape.com b0f9f4a94a Whitespace cleanup. 2000-05-07 08:43:42 +00:00
rjc%netscape.com b447daaa6c Tweak MakeContainer() to always call NS_NewRDFContainer() if the caller asks for one. 2000-05-07 08:38:45 +00:00
warren%netscape.com 41c657d98e Removed unnecessary dependance on NetworkModular library (really just the Timer library now). 2000-05-06 09:20:44 +00:00
rjc%netscape.com 9ac436086f Fix bug # 20795: can now to specify order of template generated vs. XUL content. 2000-05-06 00:01:01 +00:00
waterson%netscape.com 3a3b744651 Bug 34623. Add 'rebuild()' API to XUL elements. 2000-05-05 23:39:59 +00:00
andreas.otte%primus-online.de e365632082 first round of checkins to fix bug 37616, Retire SetRelativePath, r=warren@netscape.com 2000-05-05 23:39:25 +00:00
waterson%netscape.com 3e2175aa29 Add nsIXULTemplateBuilder.idl 2000-05-05 21:00:42 +00:00
waterson%netscape.com 799b5beee6 Bug 34623. Add nsIXULTemplateBuilder.idl. 2000-05-05 20:42:21 +00:00
dveditz%netscape.com 3982325c1b Fixing repeated 'skin' provider types 2000-05-05 03:44:58 +00:00
waterson%netscape.com 5a99d555f5 Remove gratuitous NS_WARNING()s. 2000-05-04 23:34:25 +00:00
waterson%netscape.com 8743489395 Bug 38185. Fix ports build bustage. a=brade 2000-05-04 19:57:31 +00:00
rjc%netscape.com 40f7929750 Comment change. 2000-05-04 12:54:11 +00:00
waterson%netscape.com b833debf12 Bug 37290. Fix 'bindings' implementation to avoid excessive update when re-computing: only index sources that participate in a binding, using bindings rather than lookup to maintain values even for 'simple' rules, lazily compute bindings. Rename 'nsBinding' to 'nsAssertion' to clarify difference. 2000-05-04 09:57:59 +00:00
waterson%netscape.com 6af30c5a92 Bug 37639. Be sure to send notifications about document change down to anonymous content elements. r=hyatt 2000-05-04 04:25:50 +00:00
sfraser%netscape.com 170f02a59e Print to the console when loading a JS file fails. This cause us to print a message when a JS file included by XUL is missing. 2000-05-03 22:47:48 +00:00
hyatt%netscape.com 83eefb1df0 Fixing viewer's scrollbars. 2000-05-03 09:15:50 +00:00
sspitzer%netscape.com 41a27221ed temporary hack for skin switching, so I can test mozilla/themes.
not turned on yet.
2000-05-03 00:55:58 +00:00
danm%netscape.com 65d7396a48 add search of anonymous content to previous checkin. code=hyatt 2000-05-02 22:48:17 +00:00
pavlov%netscape.com 172152feed fixes for package installation bug #34399 r=hyatt 2000-05-01 23:08:00 +00:00
danm%netscape.com a1c1e3f535 fix initialization bug that fails loading files from the installation dir. code=hyatt 2000-05-01 22:08:25 +00:00
nisheeth%netscape.com 7e37fb4356 1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
hyatt%netscape.com fce7f9645b Fixing chrome registry leak. r=scc 2000-05-01 06:07:52 +00:00
sfraser%netscape.com 18e706dc0d Add an UpdateCommandState method to the command maanger. 2000-05-01 01:33:22 +00:00
cls%seawood.org d99610fc89 More nsString fixes for BeOS 2000-04-29 01:14:31 +00:00
hyatt%netscape.com 7742d5f229 Adding support for backstop style sheets 2000-04-28 23:34:12 +00:00
danm%netscape.com 2ede8155e7 add popup and popupset atoms. bug 33675 2000-04-28 20:33:52 +00:00
danm%netscape.com 399e50832e implement _child popup content. bug 33675. code=hyatt 2000-04-28 20:31:26 +00:00
mjudge%netscape.com ab335c2318 fixed str bustage. 2000-04-28 07:51:09 +00:00
hyatt%netscape.com 140f02ceaf Tweak. 2000-04-28 06:35:49 +00:00
mjudge%netscape.com 64d7efcbdb small change to the way you get selection 2000-04-28 06:22:07 +00:00
pavlov%netscape.com f59144e62c fix string stupidness 2000-04-27 23:08:11 +00:00
waterson%netscape.com 53247daf40 Fix memory churn caused by implicit nsString ctor. 2000-04-27 06:44:13 +00:00
waterson%netscape.com d6cae7298a Fix memory churn caused by implicit nsString ctor. 2000-04-27 05:53:36 +00:00
hyatt%netscape.com b380c3bf04 Dynamic skin switching lives, baby. 2000-04-27 02:10:43 +00:00
waterson%netscape.com 8f606badd7 Move template builder 'release' to SetScriptGlobalObject() so that we'll always release the template builders regardless of whether someone else leaks the nsXULDocument object. 2000-04-27 00:32:02 +00:00
jst%netscape.com af8646bbb5 Landing DOM Level 2 CSS and Views interfaces and implementation. 2000-04-26 13:58:56 +00:00
sfraser%netscape.com 6c4ec7544f Implemented new calls on the command manager which are callthroughs from the controller, with a context parameter. 2000-04-26 06:15:40 +00:00
sfraser%netscape.com 24fb5d77cf Lots of new comments, added interface for nsIStateUpdatingControllerCommand, and added calls on the command manager which are callthroughs from the controller, with a context parameter. 2000-04-26 06:15:23 +00:00
waterson%netscape.com 100ae07bb5 Remove assertions so that you can set properties on XUL elements. 2000-04-26 03:49:39 +00:00
waterson%netscape.com b7a3e69134 Remove XIF assertions. akk and mjudge say this is ok. 2000-04-26 03:47:15 +00:00
mjudge%netscape.com 2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
sfraser%netscape.com a171ece905 Add some null checks to prevent crashes if calling GetControllerAt with an index that is too large. 2000-04-26 00:58:14 +00:00
waterson%netscape.com 079ecb2f99 Bug 34619. Fixed-size allocators for nsXULTemplateBuilder, try numero dos, with egcs fixed. 2000-04-25 04:11:53 +00:00
waterson%netscape.com 5051f62fad Back out changes: they broke egcs. 2000-04-25 01:28:09 +00:00
waterson%netscape.com ae8d8c7160 Bug 34619. Judicious use of fixed size allocators to reduce overhead. 2000-04-25 01:24:24 +00:00
waterson%netscape.com 6ed7f258ec Use fixed size arena allocator for element map. 2000-04-25 01:21:57 +00:00
waterson%netscape.com 17d001cafb Clean up pool initialization. 2000-04-25 01:20:00 +00:00
waterson%netscape.com 0b06dff716 Change from an array of sizes to a linked list so it can handle new sizes after initialization. 2000-04-25 01:18:56 +00:00
waterson%netscape.com 05bfe47153 Bug 35815. Implement <bindings> for XUL templates. 2000-04-24 04:22:26 +00:00
joki%netscape.com c534678c60 Fix for bug 23373, allow prevention of context menu via mousedown handler 2000-04-24 02:07:06 +00:00
cls%seawood.org 8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
anthonyd%netscape.com 815b66f915 drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge 2000-04-20 23:11:41 +00:00
jdunn%netscape.com 71dc5185e3 Structs are inheritently private, so friend is required
r= waterson@netscape.com
2000-04-20 01:33:29 +00:00
danm%netscape.com d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
waterson%netscape.com bdcb7aec30 Bug 10208. Correctly update 'empty' attribute when a container's contents are changed. 2000-04-19 05:39:26 +00:00
waterson%netscape.com 635af0d08a Bug 24762. Use arena-based fixed-size allocator for enumerator objects. r=scc 2000-04-19 04:37:41 +00:00
waterson%netscape.com 3b69f7a3e7 Bug 24762. Use arena-based fixed-size allocator for Assertion, PLHashEntry, and enumerator objects. r=scc 2000-04-19 04:36:28 +00:00
waterson%netscape.com a40381ac0f Add nsFixedSizeAllocator.cpp to the build. 2000-04-19 03:27:42 +00:00
waterson%netscape.com dad49631db Add nsFixedSizeAllocator.cpp to build. 2000-04-19 03:17:32 +00:00
waterson%netscape.com 41c9ebd71a Initial revision. 2000-04-19 03:15:25 +00:00
cls%seawood.org ad1dd19d63 Latest batch of OS/2 makefile changes. Batch 09. Bug #34106 2000-04-18 10:27:21 +00:00
waterson%netscape.com 86af0698db Fix resource leak because of flow-of-control changes. r=rjc 2000-04-18 04:40:56 +00:00
pinkerton%netscape.com f8160f1400 set the popup node on tooltips. 2000-04-18 02:34:32 +00:00
waterson%netscape.com 323fb9085e Fix build bustage. 2000-04-17 17:51:01 +00:00
scc%netscape.com c709f689ab making string conversions explicit 2000-04-17 14:47:33 +00:00
scc%netscape.com ee58499ab3 making string conversions explicit 2000-04-17 14:40:25 +00:00
scc%netscape.com 8495fc494c making string conversions explicit 2000-04-17 14:30:23 +00:00
rjc%netscape.com afb16b6383 Comment out oftenhit assertion in ArcLabelsIn(). 2000-04-17 05:26:25 +00:00
waterson%netscape.com 6170746169 Fix uninitialized variable, caught by shalabh@pspl.co.in 2000-04-17 02:07:00 +00:00
scc%netscape.com c666d0582c making string conversions explicit 2000-04-15 10:10:02 +00:00
mccabe%netscape.com 71eac1e422 Modify nsIScriptGlobalObjectOwner::ReportScriptError to take an nsIScriptError interface, rather than separate message, file, line arguments.
Fix implementations and their callers, and restore error printing to stderr even when the error is successfully logged to the console service, to make life easier for people who go to the trouble to invoke Mozilla with -console.
2000-04-15 01:56:47 +00:00
alecf%netscape.com 09dbfb6137 make the rdf delegate progid accessable from a header file, and switch to the cutting-edge progid schema
r=waterson
2000-04-13 23:37:41 +00:00
jst%netscape.com 5cd69c3154 Update the DOM interface to DOM Level 2, only stubs so far. 2000-04-13 21:21:02 +00:00
waterson%netscape.com 7fc48dcee5 Bug 34565. Initial support for extended <template> syntax. 2000-04-13 21:13:00 +00:00
waterson%netscape.com 25a338cc46 Fix compiler warning; use of uninitialized variable. 2000-04-13 20:04:13 +00:00
waterson%netscape.com 8c1fa57510 Add commentary, Value::GetType() method. 2000-04-13 20:03:39 +00:00
waterson%netscape.com 2464cb88da Be sure to initialize out parameter when FindChildByTag() doesn't find anything. 2000-04-13 20:02:38 +00:00
sspitzer%netscape.com 9d87bda031 bulletproofing fix for bug #35568. r=waterson. 2000-04-12 07:38:17 +00:00
waterson%netscape.com aa23398ba7 Add nsXULAtoms.cpp to the build. 2000-04-12 05:00:32 +00:00
waterson%netscape.com 0cd1973ec7 Initial revision. 2000-04-12 04:49:28 +00:00
tbogard%aol.net 1fbf6ea566 Changed to use the enumeration rather than the string based parameter to the parser loading mode. 2000-04-11 23:48:37 +00:00
waterson%netscape.com 71dff3183c Bug 35360. Fix UMRs in MatchList discovered by bruce@cybersight.com. 2000-04-11 22:36:53 +00:00
waterson%netscape.com 0b9683de47 Bug 35392. Fix leaking MemoryElement when already in set. r=beard -- thanks for wiping my chin. 2000-04-11 22:35:43 +00:00
mscott%netscape.com 70b70cf844 Bug #34769 (this change is actually dougt's). Don't allow the chrome cache channel to stomp on it's original
uri if it's already been set.
r=waterson,mscott
a=leaf
2000-04-10 00:25:22 +00:00
waterson%netscape.com 315557d12e Bug 34726. Add an out parameter to ConflictSet::Add() that indicates whether the new instantiation triggered any new rules to be matched. The caller then uses this parameter to decide whether or not to add the key of a rule cluster to the 'newkeys' set. r=rjc, a=leaf 2000-04-07 19:22:59 +00:00
waterson%netscape.com 15adcd65d2 Bug 34408. Fix botched checkin that left '#if 0' in the code. a=leaf 2000-04-07 18:24:15 +00:00
saari%netscape.com 8642c8be3a Checking in fix for Waterson for M15 bug #34464, Mac menus crashing after you close a window. Waterson did the work, I just reviewed. r=saari, a=leaf 2000-04-06 22:43:18 +00:00
waterson%netscape.com 3133985689 Bug 34714. Only add 'default' containment properties if the 'containment' attribute *isn't* set on the root. r=rjc, a=leaf 2000-04-06 22:01:32 +00:00
waterson%netscape.com 1b703e36d5 Bug 34408. Force <treeitem> to reframe when open/close attribute changes. r=hyatt 2000-04-06 21:53:12 +00:00
cls%seawood.org adef1ac6f6 Minor changes to incoporate OS/2 into our build system. Bug #34106
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
waterson%netscape.com 7b851fb8ab Fix windows bustage introduced trying to fix solaris bustage. 2000-04-05 05:48:33 +00:00
waterson%netscape.com 921a7f1697 Renamed to nsXULTemplatebuilder.cpp 2000-04-05 05:22:14 +00:00
waterson%netscape.com 79215cf024 Fix build bustage on Solaris Workshop compiler. 2000-04-05 05:18:42 +00:00
waterson%netscape.com f835a34327 Bug 29507. Clean up PresShell refcounting. r=troy 2000-04-05 05:17:36 +00:00
mkaply%us.ibm.com cedcce6c59 # 34082
r= waterson@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
2000-04-05 02:39:51 +00:00
sspitzer%netscape.com 965bee004d fix for #34443. fix by waterson, r=sspitzer. now, it just asserts. 2000-04-05 00:50:20 +00:00
hyatt%netscape.com ea2d786aaa Eliminating nsIFocusableContent 2000-04-04 23:54:06 +00:00
waterson%netscape.com 713bcb8c56 Remove redundant class forward decls that were causing VC++ internal compiler errors. 2000-04-04 08:32:58 +00:00
waterson%netscape.com f070169ada Ok, really fix HP-UX this time. 2000-04-04 08:19:51 +00:00
waterson%netscape.com c0d96583c0 Fix build bustage on HP-UX. Access to protected classes only allowed by 'friends'. 2000-04-04 07:28:31 +00:00
cls%seawood.org f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
waterson%netscape.com 03acc506a2 Add new XUL template builder to the build. 2000-04-04 00:47:20 +00:00
waterson%netscape.com 4f51782966 Add new template builder to the Mac build. 2000-04-04 00:46:44 +00:00
waterson%netscape.com 4624cf597f Add new XUL template builder to the windows build. 2000-04-04 00:44:18 +00:00
waterson%netscape.com 62b54345cf Rename Key::Hash(const void*) to avoid ambiguity on Mac. 2000-04-04 00:40:41 +00:00
mkaply%us.ibm.com ee4cad8887 # 33859
r= waterson@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:47:44 +00:00
jst%netscape.com 44d3c72ca2 Updating the DOM Attr interface to match the DOM Level 2 spec. r=waterson@netscape.com 2000-04-03 13:40:04 +00:00
waterson%netscape.com e0626a8313 Reduce allocation overhead in ConflictSet; lazily create hashtable in MatchSet. NOT YET IN THE BUILD. 2000-04-03 07:55:35 +00:00
waterson%netscape.com 5fd1e516f9 Leak fixes. NOT YET IN THE BUILD. 2000-04-03 06:44:41 +00:00
waterson%netscape.com ea9019498e Bug 26402, try number two. Do event handler recompilation and 'style' attribute fixup in nsXULElement::SetDocument(). Fix uninitialized out params in nsXULElement::GetAttribute() and nsXULElement::GetClasses(). 2000-04-03 05:36:17 +00:00
scc%netscape.com 8ffaada718 making string conversions explicit 2000-04-03 05:28:56 +00:00
scc%netscape.com 49201b0040 making string conversions explicit 2000-04-03 05:13:05 +00:00
jst%netscape.com 94e684ba9d Updating the interfaces Document and HTMLDocument to comply with DOM Level 2, only stubs for new methods for now. 2000-04-02 17:46:30 +00:00
waterson%netscape.com 37ec600551 Fix nsCOMPtr bustage on Linux. NOT YET PART OF THE BUILD. 2000-04-02 09:22:50 +00:00
waterson%netscape.com 37e1e5cda4 Fix memory leaks, problems with incrmental update. NOT YET IN THE BUILD. 2000-04-02 09:11:00 +00:00
waterson%netscape.com d3d9596fe6 Fix performance problem with KeySet, removing content from a container. NOT YET IN THE BUILD. 2000-04-02 01:55:46 +00:00
jst%netscape.com 9f4e5b9940 Updating the DOM Node interface to match the DOM Level 2 interface, only stub implemetations so far. 2000-04-01 13:31:23 +00:00
waterson%netscape.com f3fc4cb99b Check in new and improved rule matching for XUL templates. NOT YET IN THE BUILD. a=leaf 2000-04-01 01:38:55 +00:00
waterson%netscape.com d29d5f9d44 Bug 34061. Fix uninitialized memory problems when called from nsXULDocument::AddSubtreeToDocument(). 2000-03-31 19:01:56 +00:00
hyatt%netscape.com b6dec09958 Fumbling around trying to fix 800K leak. 2000-03-31 10:26:25 +00:00
attinasi%netscape.com 1621b39d9e Implemented Style Size Dump. r=rickg b=26565 2000-03-31 07:08:36 +00:00
waterson%netscape.com 93fb73ad56 Bug 26402. Compile event handlers when content is inserted into the document. r=hyatt 2000-03-31 04:03:25 +00:00
waterson%netscape.com e703ba7bc1 Fix off-by-one error that could occur if you try to inspect an RDF container during renumbering. 2000-03-31 03:52:55 +00:00
jim_nance%yahoo.com dc0e139673 Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on.  r=troy@netscape.com
2000-03-30 03:21:26 +00:00
tbogard%aol.net beaea69674 Set the command using the enumerated type rather than the string type. 2000-03-29 06:10:04 +00:00
tbogard%aol.net 35bdf3c6fd Do the GetDocShell using the nsIScriptGlobalObject interface instead of the nsPIDOMWindow interface. 2000-03-29 05:39:04 +00:00
warren%netscape.com 727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
hyatt%netscape.com 14a3084ba3 Fixing radio element crasher. Duh. 2000-03-29 01:17:24 +00:00
sspitzer%netscape.com e15055f154 fix a typo in the comment. 2000-03-28 04:53:57 +00:00
rickg%netscape.com c9b2e5d794 removed reference to nsString2 2000-03-26 23:17:01 +00:00
scc%netscape.com 210cd384fb small changes to clients of string converting APIs 2000-03-26 10:52:00 +00:00
rjc%netscape.com 0091b3af6e Clean up: functions which return booleans should not return nsresults. 2000-03-26 09:16:58 +00:00
rjc%netscape.com 9ae6ccb84d Fix a simple signed/unsigned warning, as well as a bad return. 2000-03-26 09:07:16 +00:00
scc%netscape.com dc583b4b31 small changes to clients of string converting APIs 2000-03-26 08:19:48 +00:00
rickg%netscape.com e79a132325 changed Parser(stream) to accept mimetype 2000-03-25 03:32:55 +00:00
jim_nance%yahoo.com bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
rjc%netscape.com 45b03ef51e Do not strip out duplicate RDF commands here (we need multiple separators to pass through.) 2000-03-24 02:40:24 +00:00
hyatt%netscape.com 88438460a7 XUL <textfield> lives! 2000-03-23 22:17:37 +00:00
hyatt%netscape.com 20ae9f7e3c Adding support for new XUL widgets. 2000-03-23 09:58:49 +00:00
mstoltz%netscape.com 319b923a3a Changed UpdatePrincipal to AddPrincipal; it takes an input parameter now instead of an inout parameter; this is clearer. r=norris 2000-03-23 04:53:16 +00:00
hyatt%netscape.com 6dcde80980 Giving XUL a <script> tag. r=danm 2000-03-23 01:17:08 +00:00
hyatt%netscape.com 36d4b3240a Fix for 32699. Dynamic overlays should work once more. 2000-03-22 23:56:56 +00:00
hyatt%netscape.com 11ec7eda8a Changing XUL template syntax to use <textnode> for wrapped text creation rather
than <text>, which is now a genuine XUL element.
2000-03-22 21:57:35 +00:00
hyatt%netscape.com 845130e95a Fixing a bug in the skin/locale installation function. 2000-03-22 09:28:42 +00:00
hyatt%netscape.com 5495e7d940 Implemented chrome installation APIs. 2000-03-22 01:30:04 +00:00
leaf%mozilla.org 8e5c168460 adding newline to end of file to fix workshop compiler. r=granrose 2000-03-21 21:51:55 +00:00
hyatt%netscape.com 48c294c136 Marking my territory. ;) 2000-03-21 13:15:24 +00:00
hyatt%netscape.com 14b45dd3a4 removed files: mozilla/rdf/chrome/public/nsIChromeEntry.idl 2000-03-21 12:55:53 +00:00
hyatt%netscape.com 9cd675cfab removed files: mozilla/rdf/chrome/src/nsChromeEntry.cpp 2000-03-21 12:50:25 +00:00
hyatt%netscape.com fca7ca2b94 Patching my hideous chrome registry leaks. 2000-03-21 12:43:25 +00:00
hyatt%netscape.com 6f6ed819cb added files: mozilla/rdf/chrome/src/nsChromeUIDataSource.cpp 2000-03-21 12:00:30 +00:00
hyatt%netscape.com 3544bbff63 Adding support for UI display of installed skins and locales. 2000-03-21 11:57:39 +00:00
hyatt%netscape.com f6309c86b7 Adding per package skin/locale-switching capabilities. 2000-03-21 11:01:58 +00:00
hyatt%netscape.com 6e3f4c5b2e Stubbing out the installation/uninstallation APIs for the chrome registry. 2000-03-21 10:49:21 +00:00
hyatt%netscape.com 1f899f3314 Landing the new chrome registry with skin/locale switching support. 2000-03-21 10:42:22 +00:00
norris%netscape.com c093b2538b added updatePrincipal function to nsDocument. r=norris (this is mstoltz's checkin) 2000-03-21 04:20:04 +00:00
nisheeth%netscape.com 77b74c100d r=pollmann. Bug 30916. Content IDs are created for HTML elements created in the HTML content sink, XML content sink and dynamically via JS. The content ID counter is maintained by the document. 2000-03-21 03:25:16 +00:00
hyatt%netscape.com eb590233a8 Fix for bug #32587. 2000-03-21 02:05:15 +00:00
nhotta%netscape.com fa26301684 Removed headers and constants for nsFactory, bug 11880, r=rjc. 2000-03-20 23:58:40 +00:00
nhotta%netscape.com 367e07ec52 Changed to use nsILocaleService instead of nsLocaleFactory, bug 18338, r=rjc. 2000-03-20 22:48:39 +00:00
rjc%netscape.com 87b21b797a Add support for #IEFavoriteFolder 2000-03-20 07:58:30 +00:00
waterson%netscape.com 975a57065b Bug 21006, 30710. Reference count |Assertion| objects to avoid clobbering them from beneath an active assertion enumerator. r=rjc, a=jar. 2000-03-20 00:51:57 +00:00
tonyr%fbdesigns.com 7d368f5633 Make nsISupports interfaces threadsafe so proxy objects can be created. r=waterson 2000-03-18 18:38:14 +00:00
waterson%netscape.com 0413d7071d Doh! I checked in the wrong patch onto the tip. Thanks for wiping my chin, rjc. 2000-03-18 06:24:19 +00:00