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

1028 Коммитов

Автор SHA1 Сообщение Дата
radha%netscape.com 0171f8ebc6 Add shistory to the dirs list 1999-12-22 22:38:00 +00:00
radha%netscape.com c35b184e31 Initial checkin. r=law a=don 1999-12-22 22:35:31 +00:00
radha%netscape.com 8c1b10e10f New Session Hsitory in its own directory.
Initial checkin. r=law a=don
1999-12-22 22:33:16 +00:00
rjc%netscape.com 8ac7b62531 Small search changes. Add description field. Also extend dataset format to support an "alsomatch" field. Review: me 1999-12-22 10:37:21 +00:00
sspitzer%netscape.com a2c775a4b9 fix for #2658, allow the user to set the mailnews start page via prefs.
I'm re-using some of the js in PrefWindow.js to do this, since it very much like
setting the users home page. a=sdagley
1999-12-22 06:09:02 +00:00
valeski%netscape.com 1932f70c57 r=waterson. 22306. symbolic links weren't clickable in dir list view. now they are. 1999-12-22 03:37:57 +00:00
sspitzer%netscape.com 52b2dfb20b sanity check and adding new line to the end of a file. 1999-12-21 22:56:49 +00:00
brade%netscape.com 2b5573f65e color preferences; parts written or reviewed by sspitzer and brade 1999-12-20 16:03:47 +00:00
brade%netscape.com bde89c27ad handle color preferences; optimize memory usage/fix memory leaks 1999-12-20 16:01:51 +00:00
brade%netscape.com 82f66db914 handle color preferences 1999-12-20 16:01:36 +00:00
rjc%netscape.com 4942e5dfe4 Part of fix for bug # 22139: put internet search results for single engines into sidebar. Approval: chofmann 1999-12-19 07:55:15 +00:00
rjc%netscape.com 556d99598a Fix Windows declaration problem. 1999-12-19 07:15:16 +00:00
rjc%netscape.com d4fd9cebc0 Remove const for the moment to fix Unix complaints. 1999-12-19 06:56:47 +00:00
rjc%netscape.com 48bc87c873 Part of fix for bug # 22139: put internet search results for single engines into sidebar. Approval: chofmann 1999-12-19 06:53:18 +00:00
jband%netscape.com 7d0cb0f4bb Landing big set of DOM and XPConnect changes:
DOM: getting rid of JS_GetContextPrivate wherever possible. Use static parent
links where we can. When we do need to find this info about the caller
we call a function that knows how to get that info rather than inline calls
to JS_GetContextPrivate. This is all required for calling DOM objects on
non-DOM JSContexts as we do via xpconnect.

XPConnect: basic refactoring work to disassociate wrappers from the JSContext
that was active when the wrapper was constructed. This allows for calling into
wrapped JS objects on the right JSContext and for proper grouping of wrapped
native objects so that they can share proto objects. This also allows for
better sharing of objects and lays the foundations for threadsafety and
interface flattening.

Also, xpconnect tests are reorganized and improved.

fixes bugs: 13419, 17736, 17746, 17952, 22086

r=vidur r=mccabe r=norris r=cbegle
a=chofmann
1999-12-18 20:29:29 +00:00
rjc%netscape.com 211cec496b Fix LookSmart search dataset regression by updating to latest version. Review/approval: me 1999-12-18 10:13:43 +00:00
rjc%netscape.com e8e77c74f7 Fix Netscape search dataset regression by updating to latest version. Review/approval: me 1999-12-18 09:46:17 +00:00
sspitzer%netscape.com d25013a3d1 changes from bryner@uiuc.edu for the mouse wheel configuration. r=sspitzer
bryner has a final tomorrow at U of I, and yet he hacks on mozilla.
all hail bryner!
1999-12-18 06:45:40 +00:00
rjc%netscape.com f902674f0e Part of fix for bug # 21677: read in bookmarks AFTER trying to get bookmarks string bundle. Approval: chofmann 1999-12-18 05:01:04 +00:00
rjc%netscape.com dcedac7680 Fix bug # 21677: Use a string bundle so that hard-coded strings in nsBookmarksService.cpp can be removed. Approval: chofmann 1999-12-18 04:33:10 +00:00
rjc%netscape.com efff9222b9 Fix bug # 19089: use the correct document's list of RDF datasources, and try and resolve URLs (anonymous, as well as those with "#URL" properties) before loading them in. Approval: chofmann 1999-12-18 04:20:28 +00:00
rjc%netscape.com 6439a438cd Fix bug # 21669: The Related Links datasource needs to observe user preferences, at least for the "skip these domains" list (which can contain wildcards, such as "*.mcom.com") Approval: chofmann 1999-12-18 03:51:16 +00:00
slamm%netscape.com dd386a4784 Remove references to unused dialog entities. r=hyatt a=choffman 1999-12-16 02:54:55 +00:00
slamm%netscape.com b3d567b179 Remove references to unused dialogs. r=hyatt a=choffman 1999-12-15 23:49:12 +00:00
slamm%netscape.com 021bc73f85 Remove references to unused dialogs. 1999-12-15 23:47:19 +00:00
shaver%netscape.com 566b8945c7 remove excess 'Netscape' references from the chrome (r=dmose,a=leaf) 1999-12-15 23:00:34 +00:00
tbogard%aol.net 35420090c8 When opening a "Find" dialog we should assure that a blank window is created. To do that we were passing in null which actually evaluates to the string "null". "_blank" ensures a new window. Fix for bug number 21331. r=law a=chofmann 1999-12-15 00:53:52 +00:00
mcafee%netscape.com 81bce7afe8 Adding pref UI for browser.cache.enable in debug pane. Removed unneeded native/partial/gfx rendering option to allow space for new pref. Re-did layout per evaughan's lead on other pref panes. r=syd, a=chofmann,jar 1999-12-14 07:37:03 +00:00
law%netscape.com e50db1c7c7 Fix for 10613; don't use setTimeout which crashes Mac; r=matt@netscape.com 1999-12-07 23:48:28 +00:00
blizzard%redhat.com 7cfde8d68e add a debugging window utility for gtk 1999-12-07 22:02:40 +00:00
matt%netscape.com f68866bbad fix for bug 20967 r-chris 1999-12-07 00:55:11 +00:00
matt%netscape.com 8b4589fccb fix for bug 20967 1999-12-07 00:53:09 +00:00
brendan%mozilla.org 00700519be Tidy whitespace and bracing (r=slamm@netscape.com). 1999-12-07 00:52:42 +00:00
slamm%netscape.com 3feec473c3 Add dialogs. One to verify that the add should be done. Another to warn that the panel has already been added. 1999-12-07 00:41:41 +00:00
warren%netscape.com 0b77d1dea1 2 fixes for directory listings: I added arguments to NewChannel which needed to be added in directory.js. Travis wacked nsHTTPIndexParser::OnStartRequest and didn't preserve the 'call once' stuff. r=waterson 1999-12-06 23:45:34 +00:00
hyatt%netscape.com 8149310a6e Making sure the find dialog gets skinned. 1999-12-06 22:00:17 +00:00
rjc%netscape.com 91da9a3a68 Fake out the generic builder so that search containers never appear to be "empty" 1999-12-06 13:07:03 +00:00
rjc%netscape.com c122ed1f81 Fix bug where search engines appear twice the first time (due to order of discovery). 1999-12-06 12:50:01 +00:00
rjc%netscape.com 52d88132d3 Fix Win bustage. 1999-12-06 12:03:54 +00:00
rjc%netscape.com 58702c3d2e Make internet search queries stoppable. 1999-12-06 11:56:19 +00:00
rgoodger%ihug.co.nz 3cb92dfe31 making prefs panels skinnable. (bug 19560) 1999-12-06 09:21:10 +00:00
waterson%netscape.com ec535af681 Make prefs skinnable. 1999-12-05 23:57:46 +00:00
rjc%netscape.com da83e4cd53 Small bookmark icon style fix. 1999-12-05 12:15:30 +00:00
rjc%netscape.com cb2c481427 Try and get icons from RDF graph before falling back to CSS styles. (This allows branding of icons for anonymous search nodes, for example.) 1999-12-05 12:11:02 +00:00
rjc%netscape.com 931de7c873 Fix related links & previous search icons 1999-12-05 11:36:21 +00:00
waterson%netscape.com 451838a42f Support skins. r=hyatt 1999-12-05 09:48:41 +00:00
waterson%netscape.com f002ed1a7e Move import outside of comment. 1999-12-05 09:07:11 +00:00
waterson%netscape.com a427b53d5c Remove related-panel.css. 1999-12-05 09:04:02 +00:00
hyatt%netscape.com 6f53d542b5 Making the directory component compliant with master skin file rules. r=goodger 1999-12-05 08:52:26 +00:00
hyatt%netscape.com dd8de33d41 Making history compliant with master skin file rules. 1999-12-05 08:45:01 +00:00