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

584 Коммитов

Автор SHA1 Сообщение Дата
ccarlen%netscape.com 4b14f2ddc4 Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com 2001-03-11 22:12:21 +00:00
timeless%mac.com 0d00eb70d8 fix Bug 65428 language="javascript" should be type="application/x-javascript"
r=kerz a=ben
2001-03-11 12:17:34 +00:00
disttsc%bart.nl 8b43034cef Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|

to explicit |get()|.

Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).

Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
blakeross%telocity.com 53215b7c51 Search cleanup (70102). r=timeless sr=alecf 2001-03-05 23:30:07 +00:00
blakeross%telocity.com 38794d139f UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2001-03-02 03:07:53 +00:00
blakeross%telocity.com 160abd03ef The rest of the fix for 52308. Forgot to check this in earlier with something else, was r=timeless sr=erik. 2001-02-24 23:16:39 +00:00
tao%netscape.com 90bfcacfe5 62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
dbaron%fas.harvard.edu fbfec1ac64 Fix MOZ_TRACK_MODULE_DEPS bustage (senna tinderbox) by updating requires. 2001-02-23 00:52:11 +00:00
timeless%mac.com 3ef7958974 fix bug "Bookmark Search Results" wrongly worded
fix by stephend@netscape.com r=hewitt a=ben
2001-02-23 00:07:16 +00:00
blakeross%telocity.com 5bf8cf2ae4 Search filtering options aren't localizable (52308). r=timeless sr=erik 2001-02-22 23:38:02 +00:00
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
blakeross%telocity.com 8753e39db5 ack...missed the t'box message asking to hold off on checkins. Maybe it should be in red or something. Oh, it is... 2001-02-22 05:03:32 +00:00
blakeross%telocity.com 036b720cac Search options aren't localizable (52308). r=timeless sr=erik 2001-02-22 05:01:20 +00:00
waterson%netscape.com 9fe59f23f0 Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2001-02-22 03:01:34 +00:00
dougt%netscape.com 128f95aa9b Relanding Necko Changes.
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:

1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
morse%netscape.com 719611f102 bug 55052 (r=nhotta, sr= alecf) search text field changes what user types, and bug 28137 (r=sgehani, sr=alecf, URL search bar should reset category popup 2001-02-12 08:09:54 +00:00
morse%netscape.com 36a30c6e5b bug 55052 (r=nhotta, sr= alecf) search text field changes what user types, and bug 28137 (r=sgehani, sr=alecf, URL search bar should reset category popup 2001-02-12 08:02:58 +00:00
disttsc%bart.nl 3d2d80d536 Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
dougt%netscape.com 1b9ca82439 Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.

This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols).  The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.

The full details of the change on written up in the netlib newsgroup.

r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
matt%netscape.com 4190e86cc1 r=law
sr=ben
adding focus to search panel when opened
2001-02-06 23:13:37 +00:00
blakeross%telocity.com ba7e8f62dc Fix 66212: some accessibility/tab order/focus stuff. r=timeless sr=alecf 2001-01-24 02:12:26 +00:00
alecf%netscape.com 3681a7e4de fix for #65865 - add date and integer support to local search, so that
we can search history and bookmarks by last visited/etc.
sr=ben@netscape.com
2001-01-19 20:47:32 +00:00
blakeross%telocity.com 29d05bd7a1 more dump() removal (65127) 2001-01-12 04:54:06 +00:00
blakeross%telocity.com 80bc9df5e6 Fix 57653: search cleanup, skinability, random fixes, optimization, and more. r=jag a=ben 2001-01-10 23:02:57 +00:00
jgmyers%netscape.com 8935d7e70b cleanup, fix TRUE/FALSE refs: bug 63834 r=bryner sr=brendan@mozilla.org 2001-01-10 06:12:15 +00:00
bryner%uiuc.edu f579bca00b Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build. 2001-01-05 23:51:45 +00:00
bryner%uiuc.edu 69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
bryner%uiuc.edu cc136ead8f Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls. 2000-12-15 07:32:25 +00:00
blakeross%telocity.com 3819bb3271 Fix 61834: context menu with no items appears on right click of tree column header in search panel, and other minor cleanup. r=jag sr=alecf 2000-12-05 21:56:43 +00:00
disttsc%bart.nl 574f197b29 More appCore removal, bug=46200, r=alecf, a=ben 2000-11-29 16:09:01 +00:00
blakeross%telocity.com 840b8acefa Fix 18787: sidebar panels need context menus. r=jag sr=alecf 2000-11-23 05:50:34 +00:00
cls%seawood.org 434edd6f33 Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +00:00
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
alecf%netscape.com e749fbab7e fix BeOS bustage (this code not part of mac/win/unix builds) 2000-11-18 03:08:57 +00:00
alecf%netscape.com 4c22bc7a46 fix the orange by changing the timers to member variables of the service singletons, rather
than static nsCOMPtrs!
r=sspitzer
a=fixing bustage
2000-11-18 02:01:29 +00:00
alecf%netscape.com 68d3515b46 #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz
2000-11-17 20:54:21 +00:00
disttsc%bart.nl 116bbeadfe Change <titledbutton> to <button>, bug 57751, r=adamlock,blake,erik,racham,rginda,rjc, a=ben 2000-11-16 23:50:00 +00:00
waterson%netscape.com 4660c16995 Bug 58252. Make sure that local store and internet search service match RegisterDataSource() calls with UnregisterDataSource(). Make RDFServiceImpl support weak references. r=rjc,scc; sr=alecf 2000-10-31 07:27:49 +00:00
rjc%netscape.com b03f4074b8 Fix bug # 58428: first round search file update fix. r=gagan sr=waterson 2000-10-31 06:38:11 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
rjc%netscape.com bf2eee44b8 Search file removal for bug # 57997: r=gagan sr=ben 2000-10-26 00:14:31 +00:00
rjc%netscape.com 433257ff5f Search file update for bug # 57997: r=gagan sr=ben 2000-10-26 00:07:45 +00:00
rjc%netscape.com dba8046559 Fix bug # 55277: searching with multiple engines. r= danm sr=ben 2000-10-18 23:41:46 +00:00
blakeross%telocity.com 09ee0dbfb1 sorry, 55952 in last checkin. 2000-10-11 21:57:59 +00:00
blakeross%telocity.com 97b0497ee2 Fix 55592, clicking on blank tree in Sidebar tries to load http://advanceddeck/ r=rjc a=waterson 2000-10-11 21:52:51 +00:00
ben%netscape.com db1afd767a fix for instructional text in search panel not wrapping for narrow sidebar widths, bug 53159,
r=matt, sr=hangas
2000-09-21 07:04:03 +00:00
ben%netscape.com 99f2177e04 Fix for 53154, search customize dialog tidy up. r=hewitt, sr=hangas 2000-09-21 07:02:38 +00:00
disttsc%bart.nl f51344add2 Remove incorrect 'rdf:' from 'rdf:resource', 'rdf:resource2' and 'rdf:containment'. Part of bug=53297, more to follow. r=rjc, a=waterson. This particular checkin should fix bug=52789 (column sorting in bookmarks and history) and bug=52547 (sidebar bookmarks panel not showing sort triangle). 2000-09-20 10:16:53 +00:00
rjc%netscape.com a7a32e6fd8 New search files for Netcenter. a=johng 2000-09-14 06:37:40 +00:00
matt%netscape.com f326039fe4 Fixing bugs 52213 52214
all sorts of UI changes see in bugs
r=ben
2000-09-14 05:15:45 +00:00
blakeross%telocity.com db9e733c75 Fix bug 46592, wording change. r=matt a=brendan 2000-09-14 05:05:49 +00:00
blakeross%telocity.com 26c397c1f6 Fix nsbeta3+ bug 52208, just a wording change to a bookmarks button. r=matt a=brendan 2000-09-14 05:03:24 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
valeski%netscape.com c41fae5a69 46775. consolodating xpfe components into a root module to reduce system overhead bloat. built on win, linux, mac. precheckin tests on windows. general testing on mac and linux. 2000-09-06 00:58:06 +00:00
ben%netscape.com 27f526d5ab 46613, classic skin polish and other fixes for message compose window 2000-09-03 05:39:33 +00:00
scc%mozilla.org 76831430c2 fixing bustage. I didn't realize what a common (and mistaken) pattern it was to compare a |nsString| to |nsnull|. Better to say |IsEmpty()|. 2000-09-03 04:27:17 +00:00
ben%netscape.com b1aee567a0 fix for search in mail, allow search to run in an existing navigator window. partial fix for 32034 2000-09-01 04:40:29 +00:00
ben%netscape.com c1f9dff58d partial fix for 32034 - sidebar search doesnt work from mail 2000-08-31 07:52:32 +00:00
nhotta%netscape.com 13c48ba459 Changed to remember the query charset in GetInternetSearchURL(). Then use it to convert from that charset to UTF-8 in FindInternetSearchResults(), bug 42221, r=rjc. 2000-08-31 00:37:39 +00:00
nhotta%netscape.com 74974b7d81 Added Latin1 CER support, bug 42221, r=rjc. 2000-08-28 22:37:15 +00:00
dbaron%fas.harvard.edu c95c3dd7fd Adding newline to end of file to fix nebiros (SunOS/sparc 5.7) bustage from valeski's checkin. 2000-08-26 17:53:09 +00:00
mkaply%us.ibm.com 4edb2a3beb OS/2 Tinderbox break
One more PR_CALLBACK needed here
2000-08-26 15:08:05 +00:00
valeski%netscape.com ba69299fdd 46775. preparing for linkage changes. these changes move class definitions into their own .h files so they can be used in other directories (not exported) for building purposes. I also utilized module/factory macros when possible 2000-08-26 07:37:59 +00:00
rjc%netscape.com fb5b239182 Fix bug # 28087: Search Bookmarks and History now works with non-ASCII characters. r=me 2000-08-24 09:28:33 +00:00
ccarlen%netscape.com c46b135e04 Convert use of nsIFileLocator to nsIDirectoryService. r=valeski 2000-08-22 00:42:46 +00:00
ben%netscape.com 3963ae2d5f fix for 46613 (classic skin polish) and 47636 (cannot go back to multiple
search engine listing)
2000-08-16 03:30:24 +00:00
nbhatla%netscape.com c4313fb656 #46518 -> Mac Classic Skin Polish. #46178 -> search editor now has arrow buttons. r=andreww 2000-08-09 23:18:30 +00:00
saari%netscape.com 4c09a29ac5 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
ben%netscape.com 2831e732ac fix for mac bustage. oops 2000-08-08 06:53:21 +00:00
ben%netscape.com 1f046e8ee7 nsbeta3+ bug 45085, move search results 'default.htm' file into locale. 2000-08-08 06:07:25 +00:00
waterson%netscape.com d867e404c8 Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm 2000-08-08 00:22:36 +00:00
rjc%netscape.com 6465ad9905 Specify query encoding string for this search engine. r=me a=johng 2000-08-02 10:47:52 +00:00
rjc%netscape.com 8b7f8e6614 Various small fixes for nsbeta3+ bug # 41357: enable column resigning for various trees. r=me 2000-08-02 10:31:37 +00:00
rjc%netscape.com ece494211a Putting fix for nsbeta2+ bug # 47126 into tip: fix simple mode searching. r=ben 2000-08-02 05:30:08 +00:00
rjc%netscape.com 829ea9d34d Specify query encoding string for this search engine. r=me a=johng 2000-08-01 02:47:17 +00:00
BlakeR1234%aol.com afd98df213 Fix for bug 43617, small regression patch. 2000-07-29 22:34:47 +00:00
pollmann%netscape.com 289eee7f72 Bug 35875: Display sidebar search results when single engine selected after multiple engines selected. r=rjc 2000-07-25 21:06:40 +00:00
ben%netscape.com f35042debf fixing some of the broken search functionality for 45221, so that nsbeta2 doesnt go out with a broken search feature. 2000-07-24 23:46:26 +00:00
warren%netscape.com de3523d540 Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf 2000-07-19 03:58:25 +00:00
tao%netscape.com 6f4e225a79 41054: Bundle 2-3 langpacks w/ Seamonkey. Move all URLs to the bottom of
the file. r=amasri.
2000-07-18 01:46:17 +00:00
tao%netscape.com f2d58c4153 39790 : [L12y] Move all localizable prefs into chrome://.r=rjc 2000-07-14 00:06:38 +00:00
ben%netscape.com d3e0de7b06 fixes for 32034 (sidebar search won't work from mail) and other search
problems (cannot sort search engines, etc)
2000-07-12 05:01:34 +00:00
ben%netscape.com 46fe9bb7cb search editor dialog was busted because of:
a) current engine list wasn't properly converted to new tree syntax
b) sizing of widgets was making it look really odd in the Classic skin
2000-07-11 03:30:25 +00:00
bryner%uiuc.edu f66a19368b Fix for bug 43417. r=pinkerton. 2000-07-06 22:20:32 +00:00
BlakeR1234%aol.com 3bfeaee6ed Fix bug 43277 r=me 2000-07-06 07:43:50 +00:00
rjc%netscape.com d6603872d4 Fix nsbeta2+ bug # 43498: search file update. R/A=me 2000-06-26 05:24:45 +00:00
rjc%netscape.com f6c2130a9d Fix nsbeta2+ bug # 42887: allow charset specification in a search dataset. Code: nhotta R/A: me 2000-06-26 05:08:23 +00:00
bryner%uiuc.edu aeaec0cab9 Patching more (hopefully all) trees to work with the new tree widget (bug
30511).  r=hyatt.
2000-06-23 21:44:48 +00:00
matt%netscape.com 51b91b3bfb pulling out search string from JS to a properties file.
R:law
bug:35124
2000-06-23 21:23:44 +00:00
danm%netscape.com 03ea82871a tracking change of name of window.content to _content. (bug 33650) r=hyatt 2000-06-22 00:48:45 +00:00
BlakeR1234%aol.com 43e5372138 Fix for bug 40591. r=scc, alecf a=pink 2000-06-21 07:08:10 +00:00
ben%netscape.com 8c779983f3 oops, part of earlier fix to find panel (remove html:selects from UI to unblock rods), forgot to check in associated js file that makes the bm search work 2000-06-20 04:21:08 +00:00
ben%netscape.com 8e9ce675c6 fix for 38027 - remove html:select from find in bookmarks/history dialog 2000-06-20 00:46:49 +00:00
hyatt%netscape.com 82bb9f27e5 30511 2000-06-19 23:29:51 +00:00
bryner%uiuc.edu 6156d432ab Updating trees for new tree widget. bug 30511. r=hyatt. 2000-06-19 23:03:40 +00:00
rjc%netscape.com e5376d0994 Fix nsbeta2+ bug # 40365: update search files from Netcenter. r/a=me 2000-06-16 08:26:36 +00:00
rjc%netscape.com bfc3c68663 Fix nsbeta2+ bug # 40367: auto-updating of search files. r=gagan,sdagley a=don 2000-06-15 10:36:40 +00:00
rbs%maths.uq.edu.au 26742e611c Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
kin%netscape.com 0d3af6b241 Checking in patch from BlakeR1234@aol.com for
bug #41283: Incorrect Dialog for 'New' category in Customize search window

    mozilla/xpfe/components/search/resources/search-editor.js
    mozilla/xpfe/components/search/resources/locale/en-US/search-editor.properties

r=ben@netscape.com a=waterson@mozilla.org
2000-06-08 21:30:21 +00:00
mkaply%us.ibm.com 1309193457 # 37239
r = rjc, a = brendan
OS/2 bringup - PR_CALLBACK for VisualAge
2000-06-07 01:08:27 +00:00
rjc%netscape.com d2acff6427 Small search fix: r=ben a=don (Past of last search checkin) 2000-06-02 01:56:04 +00:00
rjc%netscape.com 9ecd834e1a Fix PDT bug # 40369 & 39029: search UI changes to enable mode switching, and proper alias resolution. r=pavlov, a=dveditz,don 2000-06-02 01:40:20 +00:00
jbetak%netscape.com 14aec52d3b 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:27:18 +00:00
jbetak%netscape.com d5d399e4ba 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:08:28 +00:00
rjc%netscape.com 5839bd125c Fix PDT+ bug # 40199: default to ISO-8859-1 encoding instead of UTF-8. Review: waterson 2000-05-31 00:28:48 +00:00
alecf%netscape.com 8a645dedd3 removing conflicting files 2000-05-25 03:59:34 +00:00
blizzard%redhat.com 8972abaef5 add google search service from Amit Patel <amitp@google.com>. bug #32586. r=rjc a=brendan 2000-05-25 03:37:35 +00:00
blizzard%redhat.com 9be6adf6d5 fix searching from the search sidebar. fix css for Customize dialog. r=rjc,waterson a=waterson,brendan 2000-05-24 22:52:39 +00:00
tao%netscape.com 644a6420d7 Back out change to 35121 (searchplugins/); move it back to bin/ r=rjc. 2000-05-18 22:37:50 +00:00
cls%seawood.org 04af6e67ca Make --without-dbgrinfo-modules work properly.
Fixes for platforms without REPEATING_TIMERS (BeOS).  r=pavlov a=leaf
2000-05-18 20:10:59 +00:00
sfraser%netscape.com 86b786390b Remove linkage with NetworkModular.shlb 2000-05-17 08:05:14 +00:00
cls%seawood.org a8000b8bb5 Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency. 2000-05-17 06:45:45 +00:00
sfraser%netscape.com 71e3d8597a Fix some string badness caused by tao. 2000-05-17 05:19:51 +00:00
pavlov%netscape.com 803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
tao%netscape.com 53c333dd76 35121: move sherlock files to chrome/locales/en-US/... 2000-05-17 00:31:06 +00:00
tao%netscape.com 99799e379f 35121: move sherlock files to chrome/locales/en-US/... 2000-05-17 00:24:53 +00:00
ben%netscape.com d38082b473 search sidebar skinnability 2000-05-16 21:56:12 +00:00
joki%netscape.com a743e2b38b Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed. 2000-05-16 11:35:12 +00:00
brendan%mozilla.org 44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
rjc%netscape.com c354aeae41 Add PR_CALLBACK. 2000-05-14 10:06:50 +00:00
rjc%netscape.com 24bd230331 Add support for search modes. 2000-05-14 10:01:12 +00:00
ben%netscape.com 8d3f099fa1 foopy. 2000-05-14 04:37:08 +00:00
ben%netscape.com c453696318 fix button arrow directions 2000-05-14 04:02:31 +00:00
danm%netscape.com c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
ben%netscape.com 30c4a0f372 remove annoying alerts when adding/removing engines 2000-05-12 02:14:50 +00:00
ben%netscape.com 00762edb87 search customize dialog tidy up 2000-05-12 02:13:49 +00:00
rjc%netscape.com 7752768426 Get full name from category results. 2000-05-11 09:34:37 +00:00
sspitzer%netscape.com 7b87a12750 removing obsolete files. 2000-05-11 07:02:34 +00:00
ben%netscape.com aba08c4c47 removing redundant skin files 2000-05-11 04:27:29 +00:00
ben%netscape.com 6ec8006b8c removing redundant skins directories 2000-05-11 04:19:28 +00:00
rjc%netscape.com 9e45d8cce4 Fix bug # 38635: double-click bug fix. 2000-05-09 21:02:39 +00:00
rjc%netscape.com 3258cd4851 Fix bug # 38545 and bug # 38570: use onkeypress instead of onkeyup for CR detection. 2000-05-08 21:38:52 +00:00
rjc%netscape.com b91dc8ad5d Fix memory leak (of an atom) which ruslan introduced. 2000-05-07 09:47:46 +00:00
rjc%netscape.com b69acb77b2 If we encounter a stale search engine reference (i.e. a search engine which has been removed from the "Search Plugins" folder) then forget about it in "search.rdf". 2000-05-07 08:45:48 +00:00
rjc%netscape.com 5627a17082 AddBookmark() now takes an additional type parameter. 2000-05-04 11:40:28 +00:00
rjc%netscape.com 24fe80105b Use proper CSS to indicate when a sort is active. 2000-05-04 10:31:07 +00:00
rjc%netscape.com db129ac5e3 Comment out debugging info. 2000-05-03 02:25:37 +00:00
rjc%netscape.com 2044ff043d Get branding icons back. 2000-05-03 02:06:23 +00:00
rjc%netscape.com 1b608418d5 Use <button> instead of <titledbutton> in various spots. 2000-05-03 01:59:01 +00:00
rjc%netscape.com 063dce6862 Small XUL change to get branding icons back. 2000-05-03 01:41:53 +00:00
rjc%netscape.com b4c322b221 Small XUL changes (flex on boxes) to get things visible again. 2000-05-03 01:38:16 +00:00
ruslan%netscape.com 8895c8a160 Fix 37800 2000-05-03 00:21:51 +00:00
rjc%netscape.com 25a1ed3936 Update search file for better parsing results. 2000-05-02 03:38:42 +00:00
rjc%netscape.com 3820003aee Small search changes. Allow "alsoMatch" to contain multiple items. If search file has multiple <INTERPRET> sections, but can't find one of them, just go to the next instead of trying to search the entire document for URLs. 2000-05-02 03:36:06 +00:00
rjc%netscape.com 26213d46fe Add support for "interpret/charset". 2000-05-02 01:44:50 +00:00
rjc%netscape.com 8aeb6464b8 Add ShopNetscape file/image. (From Netcenter) 2000-05-02 01:23:02 +00:00
rjc%netscape.com 830d1df7c6 Add in ClassifiedPlus search file/image. (From Netcenter) 2000-05-02 01:04:53 +00:00
rjc%netscape.com 769a4afdb3 Small text changes in various search files. (Changes from Netcenter.) 2000-05-02 00:35:47 +00:00
rjc%netscape.com f32e1a9481 Small text changes in various search files. (Changes from Netcenter.) 2000-05-02 00:26:30 +00:00
rjc%netscape.com bc91e92621 Search cleanup: pass around PRUnichar*s more instead of relying on nsAutoStrings. Implement "nameStart" & "nameEnd" tags. Fix "#URL" resolution (for when search engines are dynamically added via the JavaScript URL) 2000-05-01 00:33:32 +00:00
sspitzer%netscape.com e91ba41e12 fix assertion reported in bug #37645. 2000-04-30 10:01:43 +00:00
rjc%netscape.com 607a4a039f Fix bug # 37199: small search file parsing fix. 2000-04-27 08:29:02 +00:00
danm%netscape.com 2aeb01376b use preference for browser chrome url (aka navigator.xul). bug 31867 2000-04-26 02:25:28 +00:00
mjudge%netscape.com 2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
cls%seawood.org 4f56fe6a2e Changed nsinstall to fail if the file to link against does not exist. Objdir build breakage should become more apparent when it happens. Thanks to Greg Noel <GregNoel@san.rr.com> for the patch. 2000-04-25 10:52:11 +00:00
rjc%netscape.com fc8da5b029 Remove "category.rdf"... its been replaced with "search.rdf" which is now in the default profile directory. 2000-04-24 09:39:40 +00:00
rjc%netscape.com 27b2ab9c87 When downloading new search engines/images, check HTTP status against 200 level success. 2000-04-24 08:49:59 +00:00
rjc%netscape.com 17557d077d Use "Search Plugins" folder. 2000-04-23 06:33:35 +00:00
rjc%netscape.com e49aaee5b0 Place search files into "Search Plugins" folder. 2000-04-23 06:31:29 +00:00
gagan%netscape.com bcbe936dbd Small HTTP api change. 2000-04-22 00:40:21 +00:00
rjc%netscape.com c2405d60b7 New Jobs image file from Netcenter. 2000-04-21 23:39:48 +00:00
rjc%netscape.com 2be14b3082 New Jobs search file from Netcenter. 2000-04-21 23:39:34 +00:00
scc%netscape.com 8d5a2627d8 making string conversions explicit 2000-04-21 06:56:47 +00:00
saari%netscape.com c8cba35690 First Checked In. 2000-04-19 21:53:22 +00:00
danm%netscape.com d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
nhotta%netscape.com ab73b6ac2c Added more mapping for encodings, bug 27394, r=ftang. 2000-04-18 21:09:52 +00:00
scc%netscape.com 5ec875b655 making string conversions explicit 2000-04-18 11:00:16 +00:00
dp%netscape.com 6d694e6903 Converting to generic module. r=rjc 2000-04-18 06:23:37 +00:00
rjc%netscape.com c4b40329c0 Small "Search Editor" changes. 2000-04-14 12:03:39 +00:00
rjc%netscape.com 7b5ced3733 Implement the "New Category" and "Remove Category" functions. 2000-04-14 11:52:48 +00:00
rjc%netscape.com de20def74f Implement the "Add Engine" function. 2000-04-14 10:47:00 +00:00
rjc%netscape.com 1b67ecadca Implement RemoveEngine() function in "Search Editor". 2000-04-14 10:34:09 +00:00
rjc%netscape.com 99122cf331 Allow multiple item selections in "Search Editor". 2000-04-14 10:33:10 +00:00
rjc%netscape.com 3e7061e00a Small "Search Editor" changes. 2000-04-14 10:17:14 +00:00
rjc%netscape.com 7929299bfa Small "Search Editor" changes. 2000-04-14 10:07:54 +00:00
rjc%netscape.com ff29427bd7 Small "Search Editor" changes. 2000-04-14 09:58:05 +00:00
rjc%netscape.com e12baad72a Small changes. 2000-04-14 08:18:43 +00:00
rjc%netscape.com e06277db7b Add support for "Search Editor". 2000-04-14 08:00:49 +00:00
rjc%netscape.com e7ee535788 Use <xul:textfield> instead of <html:input> 2000-04-14 02:46:01 +00:00
rjc%netscape.com 72993c1b62 Small search changes. 2000-04-12 08:07:10 +00:00
rjc%netscape.com 2726faffee Fix bug # 34557: choosing a new search category needs to update the list of engines. Review: waterson Approval: leaf 2000-04-05 23:16:22 +00:00
rjc%netscape.com 92e44d39e8 Fix a couple of signed/unsigned warnings. 2000-04-04 04:52:33 +00:00
cls%seawood.org f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
rjc%netscape.com 379258deea Expose support for adding a search engine via JavaScript (with appropriate user acceptance). 2000-04-04 04:42:50 +00:00
rjc%netscape.com bce0926e19 Reduce amount of string allocations/copies when doing a search. 2000-04-03 09:02:16 +00:00
rjc%netscape.com 553472a1f1 Skinnability: use <xul:menulist> instead of <html:select>. Convert pluses to spaces before calling unescape(). 2000-04-03 04:23:38 +00:00
colin%theblakes.com 123ed06b15 Add MOZ_TIMER_LIBS to resolve NS_NewTimer. r=cls 2000-04-02 23:35:56 +00:00
rjc%netscape.com f621262cee Small sorting changes on search results. 2000-04-01 10:23:31 +00:00
rjc%netscape.com 2c8f992926 Need to link search service against timers (on Windows). 2000-03-31 01:08:18 +00:00
rjc%netscape.com ea113f728b Preparation for update/updateCheckDays support. Also, when creating a nsIChannel to get the HTML, set the VALIDATE_NEVER option so that, if data is in the cache, we'll just use it, don't bother checking the server. 2000-03-31 01:01:32 +00:00
rjc%netscape.com 95da0e12ac Strip out any bogus CRs or LFs from HREFs. (Yes, some silly search engines do this... we won't mention names, to protect the guilty.) 2000-03-29 08:24:28 +00:00
warren%netscape.com 727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
rjc%netscape.com 0fda1b264a Bug # 26334: Small fixes for search datasets. 2000-03-28 04:16:43 +00:00
rjc%netscape.com 96737f2db8 Small fix for "skipLocalFlag" usage, and ignore case of "category"/"result" strings when checking for them. 2000-03-28 03:49:20 +00:00
scc%netscape.com 311b9df6bb small changes to clients of string converting APIs 2000-03-27 01:11:01 +00:00
rjc%netscape.com 7b3f7b5762 Add support for "Dates" as per search spec. 2000-03-26 08:51:34 +00:00
rjc%netscape.com ba0c5e30ce Fix simple signed/unsigned comparison warning. 2000-03-26 06:38:46 +00:00
rjc%netscape.com 75f2b682ba Fix simple signed/unsigned comparison warning. 2000-03-26 06:29:44 +00:00
rjc%netscape.com cb136446bf Check for any existing search filters before enabling "Clear Filter" command. 2000-03-26 06:11:52 +00:00