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

62305 Коммитов

Автор SHA1 Сообщение Дата
cmanske%netscape.com 18456d5d95 Fixed debug selection output command 2000-05-16 05:12:57 +00:00
rayw%netscape.com 18fabd3cae Added the fixes for 35866 and one older bug to the js component loader.
This means it is more careful about how it writes binary filenames in
the registry and it calls an observer to report autoregistrations.

This should have gone out with equivalent Native Component Loader fixes,
but it didn't.
2000-05-16 05:09:31 +00:00
av%netscape.com 35546bb744 Adding xpcom.lib to the plugin DK 2000-05-16 05:07:47 +00:00
av%netscape.com 4e57025d20 Adding xpcom.lib to the plugin DK 2000-05-16 05:00:34 +00:00
ben%netscape.com eef7bb0a26 fixing navigation buttons 2000-05-16 04:46:53 +00:00
cls%seawood.org 8a94c9df50 Latest OS/2 makefile changes. Bug 34106. Batch 14, 15, & 16. 2000-05-16 04:41:54 +00:00
bryner%uiuc.edu ebfe5bd795 Adding text size enlarge/reduce radio button to the mousewheel prefs
panel.  r=shaver.
2000-05-16 04:37:42 +00:00
av%netscape.com 27a1a5c764 Removing wrong file 2000-05-16 04:36:29 +00:00
av%netscape.com 6c9b20c4e9 Adding xpcom.lib to the plugin DK 2000-05-16 04:30:46 +00:00
av%netscape.com 466d39a7bd Removing wrong file 2000-05-16 04:25:20 +00:00
bryner%uiuc.edu 2ace62c20a Removing this file, it's empty. 2000-05-16 04:24:07 +00:00
bryner%uiuc.edu fc8693e5f0 Removing pref-mousewheel.js from the build, it's empty. 2000-05-16 04:23:25 +00:00
mstoltz%netscape.com e260596697 Fixing bustage in nsCertificatePrincipal.cpp 2000-05-16 04:15:56 +00:00
cls%seawood.org f3413e059d Added TK_LIBS to tests to resolve gtk dependencies. Bug 22673 2000-05-16 04:11:14 +00:00
av%netscape.com 1e86e07e29 Adding new project file 2000-05-16 04:07:02 +00:00
av%netscape.com e63d20b897 removing old project file 2000-05-16 04:06:07 +00:00
sgehani%netscape.com 418368ea28 Only switch to additions window if additional components were detected at parse time. 2000-05-16 04:05:21 +00:00
av%netscape.com 2c6565607d Adding makefile to the plugin DK which would allow to pull headers from appropriate places 2000-05-16 03:59:14 +00:00
gordon%netscape.com ddbe0a590f adding back an old friend. 2000-05-16 03:58:58 +00:00
sgehani%netscape.com 59d27bc698 Land "Additions Window" for the Mac installer. [b=21039] 2000-05-16 03:57:46 +00:00
av%netscape.com 6eb96c8643 Adding xpcom.lib to the plugin DK 2000-05-16 03:55:35 +00:00
waterson%netscape.com 6f338f818c string fixes r=waterson 2000-05-16 03:55:20 +00:00
bryner%uiuc.edu 52b0655c88 Hide the mousewheel prefs panel on Macintosh, since we do not have
mousewheel scrolling implemented there.  r=ben.
2000-05-16 03:51:46 +00:00
av%netscape.com 0c1b8af7ce Adding idl compiler to the plugin DK 2000-05-16 03:49:31 +00:00
mstoltz%netscape.com e0fc50a6d4 Fixes for 32878, 37739. Added PR_CALLBACK macros. Changed security.principal pref syntax to a nicer syntax. Removed "security.checkxpconnect" hack. 2000-05-16 03:40:51 +00:00
mjudge%netscape.com 6c96b883c7 textareas are also special cases where some data is added in create anonymous frames 2000-05-16 03:40:02 +00:00
mjudge%netscape.com 6939611619 not in build yet. default text now works.. 2000-05-16 03:38:26 +00:00
erik%netscape.com 3612792eea checking in the previous changes again since I fixed the bug in
nsFontMetricsGTK.cpp and checked that in again too
2000-05-16 03:31:51 +00:00
cmanske%netscape.com 7bc7684765 Changed comments to accurately describe HandleTableSelection parameters 2000-05-16 03:31:28 +00:00
erik%netscape.com 38643317f7 checking in the previous changes again, this time with 3 more bugs fixed 2000-05-16 03:31:05 +00:00
ben%netscape.com 682a6e57bf preparation for new <radiogroup> widget 2000-05-16 03:26:34 +00:00
jst%netscape.com 780fa4b8f1 Cleaning up GetNodeName() in preparation for swiching mozilla over to a DOM Level 2 compliant .nodeName property. 2000-05-16 03:22:25 +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
ben%netscape.com b7e52ec705 preparation for new <radiogroup> widget 2000-05-16 03:13:19 +00:00
danm%netscape.com 7e4c91e708 create directory in Flush. r=waterson@netscape.com 2000-05-16 03:09:34 +00:00
danm%netscape.com 83a681e4b2 adding navExtraOverlay.xul 2000-05-16 03:07:57 +00:00
danm%netscape.com 4edbfde8cc an empty overlay file which can be overridden in custom builds 2000-05-16 03:06:44 +00:00
cmanske%netscape.com acad8adcca Select table column and row support (20973). r=mjudge 2000-05-16 03:03:13 +00:00
brendan%mozilla.org 98af3bcf58 Fix GC request debiting to cope with multiple JSContexts on the same thread (39321, r=shaver). 2000-05-16 02:44:27 +00:00
shaver%mozilla.org 2da0ab457d Significantly reduce the amount of time we blow on style reresolution by
tracking the attributes which appear in CSS selectors, and only firing
a complete reresolution when we change one of those.  In the irrelevant-attr
case, we just let the frame update itself and get on with our lives right
away.  Fixed 38378, r=brendan, booyah.

Also, when setting an attribute to the same value that it currently holds,
don't think about it especially hard, and _don't_ go anywhere near the
style code.  Fixed 21879, r=brendan, boo_yah_.
2000-05-16 02:43:33 +00:00
brendan%mozilla.org a061017ba7 Remove JS request API usage, it's wrong and unnecessary in the main thread (38780, r=alecf). 2000-05-16 02:40:38 +00:00
alecf%netscape.com 8e580c3a90 try to persist this window 2000-05-16 02:19:02 +00:00
alecf%netscape.com 148bee5a63 less->fewer per discussion on IRC 2000-05-16 02:18:28 +00:00
alecf%netscape.com a249255880 get rid of excess constructor calls 2000-05-16 02:17:46 +00:00
jst%netscape.com adab725bd3 Make .localName always return the local name, even if there's no namespace on the node. 2000-05-16 02:17:14 +00:00
bryner%uiuc.edu 6d4585bbfe Removing a makefile that isn't in the tree. r=sspitzer@netscape.com. 2000-05-16 02:04:42 +00:00
pavlov%netscape.com 39b93d2eb3 decrement sWidgetCount since i removed it in my last checkin 2000-05-16 02:03:47 +00:00
roeber%netscape.com 3cb835685f sync the database after writes 2000-05-16 01:55:20 +00:00
roeber%netscape.com 4c6e020a10 Properly deregister shadow objects of session objects 2000-05-16 01:54:46 +00:00
rhp%netscape.com 9eec0984a5 Fix for phone issues 2000-05-16 01:50:55 +00:00