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

2550 Коммитов

Автор SHA1 Сообщение Дата
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