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

2532 Коммитов

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