Commit Graph

469 Commits

Author SHA1 Message Date
tingley%sundell.net
3a2cbc292e bug 217620: ensure that the history is loaded before doing any RDF
operations on it.  r=bzbarsky sr=alecf
2004-02-05 01:13:47 +00:00
cbiesinger%web.de
72f2665a25 Bug 230349
Adding multiple history entries to bookmarks fails and context menu reads
      "Bookmark this Page(L)"
patch by durbacher@gmx.de (Andreas Kunz) r=neil.parkwaycc.co.uk sr=alecf
2004-01-20 21:44:00 +00:00
cbiesinger%web.de
282f052092 Bug 133590
[RFE] in history, add right-click > open in new tab
patch by durbacher@gmx.de (Andreas Kunz) r=neil.parkwaycc.co.uk sr=alecf
2004-01-18 12:52:42 +00:00
cbiesinger%web.de
5a0c2c2389 bug 215590 "Copy Link Location", "Delete", "Select All" in history sidebar do
not work/are inactive/greyed out
patch by durbacher@gmx.de (Andreas Kunz) r=neil.parkwaycc.co.uk sr=alecf
2004-01-17 15:43:29 +00:00
neil%parkwaycc.co.uk
85eee6017d Supplementary patch in bug 227053 fixing exception when switching group mode r=timeless sr=alecf 2004-01-15 20:17:04 +00:00
neil%parkwaycc.co.uk
c17702b3da Bug 227053 history sidebar issues: gHistoryStatus has no properties; correctly extract the hostname from a url; don't leak observers r=timeless sr=alecf 2004-01-13 16:25:03 +00:00
cbiesinger%web.de
6217b4e655 Bug 230357 gHistoryGrouping in history.js is not updated
patch by durbacher@gmx.de (Andreas Kunz)
neil.parkwaycc.co.uk: review+
alecf: superreview+
2004-01-11 14:47:48 +00:00
jst%mozilla.jstenback.com
c000ae86e8 General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org 2004-01-09 23:54:21 +00:00
neil%parkwaycc.co.uk
a12d85bc5f Bug 131182 empty line in the history sidebar day/site context menu p=durbacher@gmx.de r=me sr=alecf 2004-01-09 01:02:32 +00:00
timeless%mozdev.org
b292076e17 Bug 131470 - Case insensitive history search
patch by borggraefe@despammed.com r=neil sr=alecf
2003-12-23 09:04:07 +00:00
jshin%mailaps.org
5684182912 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2003-12-03 21:41:37 +00:00
peter%propagandism.org
f9f591a28f Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron. 2003-11-01 10:57:41 +00:00
pinkerton%netscape.com
1ddd219db3 speedups for large histories. from camino branch. (r=bryner/sr=sfraser, bug
180109)
2003-10-09 01:01:44 +00:00
neil%parkwaycc.co.uk
eaf1b8f138 Bug 144158 No Group by Site option in History r=timeless sr=alecf 2003-10-07 15:48:41 +00:00
cls%seawood.org
19d1d413c2 Fix misc build issues for mingw gcc 3.3.1:
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
bryner%brianryner.com
06c7c1b2b4 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
cls%seawood.org
1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
cls%seawood.org
44e9eecf91 Split XUL layers (xpfe & toolkit) into a separate tier class.
Make the history component its own module.
Bug #107302 r=bryner sr=leaf
2003-07-16 00:33:50 +00:00
bzbarsky%mit.edu
b4fbe0ee60 Fixing mingw bustage. 2003-07-15 03:40:31 +00:00
bzbarsky%mit.edu
17603e534e Make history database store the endianness of the page titles as metadata so
when a single profile is shared among machines of different endianness the
database doesn't get all garbled.  Bug 108134, patch by rbasch@mit.edu (Robert
Basch), r=alecf, sr=bzbarsky
2003-07-14 21:29:47 +00:00
jaggernaut%netscape.com
817298ce0b Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky 2003-07-14 07:37:39 +00:00
timeless%mozdev.org
c8e1cc4cb0 Bug 58613 "last page visited" cannot handle framed pages properly
patch by ian@arlen.demon.co.uk r=timeless sr=alecf
2003-06-22 17:46:13 +00:00
mkaply%us.ibm.com
2ed91a4ab1 Better fix for 206775 per jag 2003-06-11 22:34:07 +00:00
seawood%netscape.com
97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
mkaply%us.ibm.com
6c434e3246 #206775
r=pedemonte, sr=alecf
Allow history search to work with NLS chars and special chars
2003-06-10 18:29:23 +00:00
neil%parkwaycc.co.uk
26d205a46f Bug 206092 New window from Composer/MailNews only opens blank page p=ian@arlen.demon.co.uk r=me sr=jag 2003-06-02 14:31:52 +00:00
dwitte%stanford.edu
270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
varga%netscape.com
717feaab4a Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa

The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
nisheeth%netscape.com
7053f3fe21 Fix for bug 161546. r=alecf, sr=heikki. JS and data urls can no longer be loaded from the history window or sidebar. An alert with an error will pop up if a user tries to load such urls from the history window/sidebar. a=asa. 2003-03-27 20:17:20 +00:00
chanial%noos.fr
b48f18de19 missing file 2003-03-25 04:56:13 +00:00
dougt%netscape.com
0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
cbiesinger%web.de
aef5f111c8 oops, forgot to remove a conflict here 2003-02-25 19:04:19 +00:00
cbiesinger%web.de
9405eda256 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
kairo%kairo.at
a2d46b6f18 bug 134935 - Collapse and Expand in History context menu share the same accesskey entry, r=dean_tessman, sr=dmose, checking in for piersc@cogs.susx.ac.uk 2003-02-22 13:54:28 +00:00
nisheeth%netscape.com
8180f7e5ba Fix bug 193347. r/sr=alecf. a=dbaron. Remove autocomplete learning and data collection code from nsGlobalHistory.cpp now that it is no longer needed. 2003-02-21 05:08:12 +00:00
nisheeth%netscape.com
5148c126fa Fix for bug 184167. Regression caused by checkin on patch on bug 182366. Initialize pref variables to default values. The r/sr on bug 182366 applies to this checkin. 2003-01-14 22:36:51 +00:00
nisheeth%netscape.com
99c390f2cf Fix Irix bustage. Remove Windows linefeeds from file. 2003-01-14 04:41:53 +00:00
nisheeth%netscape.com
7b38fab678 Ongoing work for bug 182366. Use machine learning techniques to sort autocomplete results. r=heikki. sr=hewitt. 2003-01-13 22:23:41 +00:00
dbaron%dbaron.org
b9083989bb Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 23:19:20 +00:00
neil%parkwaycc.co.uk
ef7dc45a07 Bug 80970 offline indicator for history not working patch by r.pronk@its.tudelft.nl r=me sr=alecf 2003-01-03 13:51:16 +00:00
seawood%netscape.com
d5efcdfb6d Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
bzbarsky%mit.edu
8133625a6d Backing out nisheeth. The orange all over (leak/bloat tests, ports) is his.
a=drivers@mozilla.org speaking through the oracle of blizzard
2002-12-06 20:40:13 +00:00
caillon%returnzero.com
4ca7273854 gcc 3.2 bustage fix. r=sicking,timeless 2002-12-06 15:15:45 +00:00
bzbarsky%mit.edu
1ab335f6b4 Fixing more of nisheeth's bustage 2002-12-06 06:15:16 +00:00
cmanske%netscape.com
781d9fb879 Fix MacOSX build bustage 2002-12-06 04:42:28 +00:00
heikki%netscape.com
150e9c6250 Build bustage fix. Missed function return types. 2002-12-06 02:21:49 +00:00
nisheeth%netscape.com
cf59388a02 Checkin for bug 182366. r=heikki. sr=hewitt. a=asa. Start of project to use machine learning to better order results shown in the autocomplete dropdown. 2002-12-06 01:15:22 +00:00
rjc%netscape.com
70497db352 Fix bug # 180423: implement nsIRDFRemoteDataSource::FlushTo() which enables, among other things, serializing bookmarks as RDF. r=pavlov sr=ben 2002-11-22 07:55:59 +00:00
timeless%mozdev.org
2d64a97bb3 Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-20 08:10:37 +00:00
kaie%netscape.com
121aaaffaa b=175888 Calling nsGlobalHistory::CloseDB() must be safe
r=timeless sr=alecf
2002-11-14 01:13:37 +00:00
dbradley%netscape.com
8551e0d0a5 bug 164385 - SetDiry() often uses uninitialized rv. r=dbradley, sr=alecf, patch=ajschult@eos.ncsu.edu 2002-11-13 13:29:00 +00:00
blakeross%telocity.com
cad25420a7 Removing an #ifdef MOZ_PHOENIX. 2002-11-06 21:56:02 +00:00
timeless%mozdev.org
e621565ddb backing out. 2002-11-06 16:49:13 +00:00
timeless%mozdev.org
96218c8ecc Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
r=rjc,bienvenu sr=alecf
2002-11-06 15:31:02 +00:00
bzbarsky%mit.edu
14eef3c97a History sort order should persist. Bug 91417, patch by Oswald Fischer
<osfischer@gmx.de> and Wesha <wesha@mail.ru>, r=jag, sr=bzbarsky, a=roc+moz
2002-10-22 04:02:25 +00:00
cbiesinger%web.de
94c4f86575 bug 141481 patch by Morten@Nilsen.com r=timeless sr=jag
strict warning in contextHelp.js
2002-09-12 23:24:47 +00:00
dougt%netscape.com
68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
dougt%netscape.com
fae89c4077 Fixes up the timer interface. b157136, r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 05:38:16 +00:00
alecf%netscape.com
60f2285756 fix for bug 166681 - fix leak and lame string usage in global history
r=blake, sr=jag, a=asa
2002-09-05 22:14:51 +00:00
timeless%mac.com
07671c37b5 Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless rs=jag 2002-09-02 03:36:38 +00:00
dougt%netscape.com
22ffaadb79 exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec 2002-08-27 01:05:21 +00:00
alecf%netscape.com
4f32767773 fix bug 161701 - stop using prefs to save the last page visited
instead, use mork's MetaRow and store it in the kLastVisitedPage token
r=bnesse, sr=bienvenu
2002-08-21 21:00:49 +00:00
darin%netscape.com
d86e3064ab second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf 2002-08-15 18:38:46 +00:00
blakeross%telocity.com
cc4792feca #ifdef for phoenix, NPOB. 2002-08-13 01:21:48 +00:00
seawood%netscape.com
322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
leaf%mozilla.org
fdcde43318 backout darin's checkin from around noon yesterday to remove the regression
in 161921
2002-08-09 23:46:19 +00:00
darin%netscape.com
45e59826d8 changes to nsIIOService in preparation for freezing, b=157131
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00
caillon%returnzero.com
e25635a6a8 Don't set the last page visited pref if unneeded (privacy).
Don't fetch a new prefservice every pageload.
Disable navigator pref buttons that do nothing.

Bug 114782
r=alecf sr=blake
2002-08-08 07:49:09 +00:00
alecf%netscape.com
9d46c7a238 fix for bug 12493 - layout should canonicalize urls before asking global history for visited status
r=radha, sr=darin
2002-08-06 23:51:42 +00:00
kyle.yuan%sun.com
1f697dbdbd Bug 154914 Press Enter on collapsed history tree item causes page load.
r=timeless, sr=blake
2002-07-03 09:38:47 +00:00
dean_tessman%hotmail.com
7d82d98f37 Bug 112308 - "2M history.dat file adds 30% to startup time and 1MB or more to RAM"
Check-in for jrgm@netscape.com, r=blaker@netscape.com, sr=bienvenu@netscape.com
2002-07-03 06:39:33 +00:00
blakeross%telocity.com
b75f5ca232 152910 - setting global history expiration to 0 doesn't actually disable global history. r=adamlock sr=alecf 2002-06-22 20:06:37 +00:00
cbiesinger%web.de
15a321ca78 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
blakeross%telocity.com
a9c4e64169 128322 - history sidebar opens topmost link automatically. patch by neil and me. r=andreww/hewitt sr=blake/hewitt 2002-06-03 01:49:19 +00:00
bryner%netscape.com
ebfc9aa0cc Don't let sidebar panels take focus unless the user just selected the panel (i.e. don't focus them when a new window is opened). Bug 76621. r=blake, sr=jag. 2002-05-29 05:06:42 +00:00
rpotts%netscape.com
73de225b01 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
alecf%netscape.com
58ad7ad612 Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
darin%netscape.com
e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
alecf%netscape.com
8d5e9bfc4c bug 136235 - comment-only change - update nsIGlobalHistory to use javadoc format, and properly document the API
r=chak, sr=dveditz
2002-04-27 01:21:09 +00:00
michael.lowe%bigfoot.com
99159f5a84 Order autocomplete completion candidates by time or frequency. bug 78270. author=me, cbsears_sf@yahoo.com, alecf; r=blake; sr=alecf 2002-04-25 06:10:42 +00:00
varga%utcru.sk
673d331b1b Landing Neil's fix for bug 132682 - Twisties aren't clickable in History Sidebar
r=varga, sr=alecf
2002-04-24 21:30:16 +00:00
michael.lowe%bigfoot.com
939a57107b backout last checkin 2002-04-24 11:55:00 +00:00
michael.lowe%bigfoot.com
6e19841747 Order autocomplete completion candidates by time or frequency. bug 78270. author=me, cbsears_sf@yahoo.com, alecf; r=blake; sr=alecf 2002-04-24 11:12:45 +00:00
blakeross%telocity.com
5e34851046 108099, 75338 - overhaul of main menu and context menus. r=ben sr=hewitt a=asa/brendan 2002-04-03 04:16:28 +00:00
hewitt%netscape.com
d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
dbaron%fas.harvard.edu
b280e94dfe Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:23:50 +00:00
alecf%netscape.com
411c9631e7 global history warnings
sr=alecf
r=timeless
a=asa
patch thanks to xan@dimensis.com
2002-03-22 00:18:11 +00:00
alecf%netscape.com
451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
ben%netscape.com
996f63020a Fix for 128815 - numerous bookmarks improvements, including fixes for bugs: 77411, 114142, 126748, 128571.
r=blake, sr=hyatt, a=asa
2002-03-12 22:44:04 +00:00
andreww%netscape.com
2a5a094dd4 68961 (r=varada, sr=ben/alecf, a=asa) "sort" options on view menu of history should have mnemonics 2002-03-08 20:46:30 +00:00
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
blakeross%telocity.com
dde8b9cc0a 91022 - searching in history doesn't work. r=jag sr=alecf 2002-02-28 00:35:37 +00:00
blakeross%telocity.com
744ce56314 127506 - typed urls don't appear in global history. r=hewitt sr=alecf a=asa 2002-02-27 21:27:23 +00:00
ben%netscape.com
099bafaaab blocker 126704 - can't load history items. removing some unnecessary code. 2002-02-20 20:55:28 +00:00
ben%netscape.com
43b4c965df 114142 - uniform twisty & click behaviour. ensure correct style is used. r=blake, sr=hyatt 2002-02-20 04:33:43 +00:00
blakeross%telocity.com
d7530223ec 78749 - only show history folders that contain entries.
77935 - make autocomplete from global history optional.

126320 - invalid typed urls should be hidden and expire quickly.

126127 - custom keyword with :// doesn't work.

r=hewitt sr=alecf
2002-02-19 02:47:08 +00:00
blakeross%telocity.com
aeb894b48f 118572 - extended delete functions don't work with login:password urls. r=ben sr=hewitt
95462 - uncaught exceptions in nsOutlinerController.js. r/sr=hewitt
2002-02-18 00:35:38 +00:00
blakeross%telocity.com
2633911ced 55293 - pages in history don't expire after x days while mozilla is running. r=hewitt sr=alecf 2002-02-13 23:53:59 +00:00
blakeross%telocity.com
8645415d78 112208 - Autocomplete doesn't match against redirected urls (like amazon.com, hotmail.com). r=hewitt sr=alecf 2002-02-13 22:07:31 +00:00