Commit Graph

288 Commits

Author SHA1 Message Date
rjc%netscape.com
be27b3e382 Temporary fix for build bustage. 1999-07-14 22:50:41 +00:00
law%netscape.com
949267c07c Adding nsISearchContext to win/unix builds 1999-07-14 22:42:13 +00:00
sfraser%netscape.com
6d55ac9f49 Beep on search failure now. 1999-07-14 22:22:12 +00:00
sfraser%netscape.com
b5a44ccc41 Make file dialog localizable, and try to set focus to the edit field. 1999-07-14 22:21:59 +00:00
gordon%netscape.com
bed996ead3 Changed value returned inside #ifdef NECKO. 1999-07-14 21:17:40 +00:00
rjc%netscape.com
98c077f371 Cleanup. 1999-07-14 21:16:33 +00:00
rjc%netscape.com
671aaabe6a Add various date columns as well as support for inline editing (just on the name column for the moment, until some content model issues are resolved.) 1999-07-14 21:15:35 +00:00
rjc%netscape.com
66391f92ea Add support for int and date Literals. 1999-07-14 21:14:56 +00:00
slamm%netscape.com
1dbffc0d51 Use chrome url to find xul.css 1999-07-14 16:53:41 +00:00
slamm%netscape.com
033a49841f Remove column headers 1999-07-14 15:49:18 +00:00
cltbld%netscape.com
287ce533a9 capital M. 1999-07-14 03:00:30 +00:00
matt%netscape.com
ebeb19eca2 chromifying for xul.css 1999-07-14 00:54:38 +00:00
matt%netscape.com
11a86eadb4 chromifying 1999-07-14 00:53:40 +00:00
matt%netscape.com
1f8d081f5b fix for bug 9330. Appoved. Reviewed by bill 1999-07-12 19:36:59 +00:00
waterson%netscape.com
703695bef6 Bug 9506. Make a single column until we get column pushers for the tree widget. 1999-07-12 18:26:31 +00:00
waterson%netscape.com
1fc35b0481 Bug 9546. Hard code width of window so window doesn't grow without bound when intrinsically sized. 1999-07-09 23:12:43 +00:00
waterson%netscape.com
fab7044180 Bug 9431. Don't return failure if can't find bookmarks file. 1999-07-09 23:09:59 +00:00
law%netscape.com
6d95163e0e Fix for bug #5635; reviewed by hyatt, approved by chofmann 1999-07-09 21:39:29 +00:00
warren%netscape.com
61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
sdagley%netscape.com
ed43893377 Part deux of the fix for #8491. Had to add the ability to externally re-init NSPR's log feature as we were reading the environemnt vars on the Mac after the initial init. Reviewed saari. 1999-07-09 04:03:51 +00:00
sdagley%netscape.com
b74558da9b Fix for bug #8491. Reviewed scc, approved chofmann. Provide support for environment variables on the Mac so PR_Log can query for what modules are actually supposed to be logged. See the bug comments for a description of how to set the enviroment variables. 1999-07-09 02:44:31 +00:00
law%netscape.com
33a150df97 Fix for bug #8539; reviwed by sfraser, approved by chofmann 1999-07-09 01:25:03 +00:00
hyatt%netscape.com
585b17e31d Fixing the sidebar panels to work with boxes. 1999-07-09 00:17:07 +00:00
waterson%netscape.com
f878219d03 Bug 9401. Don't include debug backstop bookmarks in a release build. a=chofmann. 1999-07-08 01:23:12 +00:00
law%netscape.com
48745e9216 Add html:div to get buttons working 1999-07-08 00:59:29 +00:00
law%netscape.com
1b346d5dc3 Updating; not part of the build 1999-07-08 00:49:34 +00:00
waterson%netscape.com
5db0a27c71 Duh. Write them to the correct place, as well. 1999-07-07 08:32:53 +00:00
waterson%netscape.com
0145bb9a12 Bug 7921. Look in profile directory _first_ before falling back to 'default' bookmarks file. 1999-07-07 08:22:30 +00:00
warren%netscape.com
9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
rjc%netscape.com
efb6e44f18 Starting to implement DoCommand(). [Doesn't seem to work 100% yet... can't find DoCommand() method for some reason that isn't clear to me yet.] 1999-07-07 05:33:38 +00:00
hyatt%netscape.com
73b08a974d Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
sspitzer%netscape.com
8977322293 changes to get prefs working again. add div tag to all windows. still more to be done here, but at least it (somewhat) works again. 1999-07-03 18:00:43 +00:00
rjc%netscape.com
6f04287e9f In bookmark properties panel, containers shouldn't be allowed to have shortcut URLs, so disable that input field 1999-07-03 11:35:11 +00:00
rjc%netscape.com
19258641ce More Search cleanup. 1999-07-03 11:20:10 +00:00
rjc%netscape.com
e5e54d70ff Get search XUL/CSS working with latest XUL tree changes. 1999-07-03 11:02:09 +00:00
rjc%netscape.com
8c54f70547 Fix bug #9232. 1999-07-03 07:53:46 +00:00
waterson%netscape.com
066b0c616e Rewrite bookmarks to use JS and RDF where possible. Got rid of dependency on appcores (except RDFCore b/c of sorting). Fix bugs 5221, 7921. 1999-07-03 07:20:08 +00:00
waterson%netscape.com
e4e07af757 Fix a bunch of whitespace as an experiment in pleasing RJC's broken editor. More importantly, fix 7144, 5221, 7921. 1999-07-03 07:19:24 +00:00
law%netscape.com
3dcc30c321 Delay loading of app shell components till required 1999-07-03 00:39:37 +00:00
slamm%netscape.com
fbdd6c0e04 Fix for bug 8764. Highlighting color was wrong. 1999-07-02 19:17:10 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
rjc%netscape.com
e4d10a9406 Don't lose CRs in bookmark descriptions. 1999-07-02 02:30:41 +00:00
rjc%netscape.com
f176924dcb Handle bookmark descriptions properly (including escaping text before writing out, and unescaping when reading back in.) 1999-07-02 01:35:49 +00:00
slamm%netscape.com
b520c2acaf Fix case to match cvs. IEFavorite.gif --> iefavorite.gif. 1999-07-01 23:54:28 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
sspitzer%netscape.com
1524cb704a fix warnings 1999-07-01 08:07:54 +00:00
scc%netscape.com
f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
sspitzer%netscape.com
9efe123e2a make the test prettier. dump the results to a text area. dump errors to the console 1999-06-29 03:10:36 +00:00
gagan%netscape.com
4983176d41 Argh.... missed a +. 1999-06-29 02:24:25 +00:00
gagan%netscape.com
dc1680b25c Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00