Commit Graph

475 Commits

Author SHA1 Message Date
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
blakeross%telocity.com
a3e409704c Fix js strict warning about function not always returning a value... 2001-10-01 21:05:12 +00:00
stephend%netscape.com
6d11609c79 Bug 80120. Implement tooltips for toolbar's expand/collapse widgets. r=german,jglick,sspitzer,robinf,cmanske sr=sspitzer 2001-10-01 04:54:14 +00:00
jaggernaut%netscape.com
ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
hewitt%netscape.com
989692bdd6 9656 - outliner column drag and drop rearranging, r=sspitzer, sr=hyatt 2001-09-25 22:17:47 +00:00
jaggernaut%netscape.com
d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
alecf%netscape.com
4f6cd62f72 oops, back out this line - didn't mean to check it in 2001-09-12 22:32:19 +00:00
alecf%netscape.com
1e0e7dd033 Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 20:32:40 +00:00
mkaply%us.ibm.com
2823217a4e #76856
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 04:45:47 +00:00
hewitt%netscape.com
6ad6ce43c3 94870 - Autocomplete ignores history entires starting with www, r=dmose, sr=waterson 2001-08-22 03:49:31 +00:00
blakeross%telocity.com
3e8c1d5338 Send Link and Send Page in Manage Bookmarks do nothing, and some history polish (73904). r=hewitt sr=ben 2001-08-22 02:52:30 +00:00
sfraser%netscape.com
95d7ff160d Add error-checking code which we hope will fix bug 88961, a top-crasher in __ptr_glue. r=bnesse, sr=blake 2001-08-17 00:48:46 +00:00
hewitt%netscape.com
af7f16666d 84809 - autocomplete prefs customization, r=matt, sr=blake 2001-08-09 06:41:11 +00:00
blakeross%telocity.com
5b8d34821f hyatt is a little bitch. 2001-08-07 08:33:43 +00:00
blakeross%telocity.com
6124491fa3 Fixing problem with my previous patch that caused two of the items not to work in the sidebar panel. r=kerz sr=hewitt 2001-08-07 04:16:11 +00:00
blakeross%telocity.com
9b0332584d Add a context menu to global history items (48039). r=hewitt sr=ben 2001-08-07 03:46:53 +00:00
hyatt%netscape.com
0c296a706a Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
hewitt%netscape.com
3203d18be2 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2001-08-04 06:21:59 +00:00
jaggernaut%netscape.com
e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
blakeross%telocity.com
90345ad705 History date/time of new pages is the date/time of the first url added in the session (91717). This will likely also help page loading time and hierarchical history folder opening (as well as item deletion). Would you believe we've been firing a timer every three seconds that flushes and recommits all of the user's global history (when all we meant to do was set a boolean to PR_TRUE) because of a copy and paste error Alec made in march? :-) r=jag sr=ben 2001-07-25 06:18:06 +00:00
pete%alphanumerica.com
f020dcc1cd Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
Renamed all Delete methods to Remove.

--pete
2001-07-24 18:38:25 +00:00
jaggernaut%netscape.com
cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
timeless%mac.com
1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
blakeross%telocity.com
cebd533e91 This is the rest of the history searching not working bug, which had r=ben sr=alecf... 2001-07-08 17:11:46 +00:00
blakeross%telocity.com
4622150699 History searching no longer works (89093). r=ben sr=alecf 2001-07-05 18:04:55 +00:00
blakeross%telocity.com
8fd0623da7 History should use outliner, provide a way to sort/view history the old way, win32 classic should use +/- twisties (73857, 71947, 80846, also fixes 66907, 59814, 71029, 48864, 69260, others). r=alecf sr=ben 2001-07-03 01:46:22 +00:00
jaggernaut%netscape.com
5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
dougt%netscape.com
758f79ff72 Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
cls%seawood.org
bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
scc%mozilla.org
a8fb409c6e bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
alecf%netscape.com
39e1e2e1d1 fix for bug 81258 r=bienvenu, sr=waterson a=asa
correctly update the UI when items are deleted from history.. also update the FindRow semantics so it actually returns an error when the row isn't found, and fix callers who were thus doing unnecessary checks
2001-06-14 23:43:49 +00:00
hewitt%netscape.com
612cd55264 80663 - Column picker not working, r=andreww, sr=blake, a=asa 2001-06-13 03:44:48 +00:00
alecf%netscape.com
9b7e999bef fix for bug 71903 (search history broken), bug 82277 (fix string allocation in mIgnorePrefixes), bug 83490 (non-allocating accessor for autocomplete), bug 85364 (switching to nsAutoString)
sr=hewitt
r=ben
a=asa
2001-06-12 23:59:01 +00:00
ben%netscape.com
6996b0610b Fix history D&D again. r=kerz, sr=blake, a=asa 2001-05-24 03:30:02 +00:00
ben%netscape.com
0ded6e1344 Fix broken history drag and drop. I broke this ages ago when I changed the way the D&D wrapper library worked.
patch from blake, sr=me, r=Hixie.
2001-05-23 05:44:34 +00:00
scc%mozilla.org
cd7dbf28a9 bug #82208: sr=sfraser, r=dbaron. Treat entries of |mIgnorePrefixes| consistently, dont' leak |mIgnorePrefixes|, don't |new NS_LITERAL_STRING|. Filed bug #82277 for further cleanup. 2001-05-23 01:11:30 +00:00
jst%netscape.com
77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
ben%netscape.com
70c78eb3f6 Forgot to make history window set its windowtype to history:searchresults when the window is opened in search mode.
r=matt, sr=blake
2001-05-19 03:33:21 +00:00
ben%netscape.com
1980e31d1b Fix for 81575, Implement a new find in history dialog. This replaces the ugly old dual Bookmarks/History search, which had problems.
- Duplicate bookmarks find dialog code (since it's so small it's not worth factoring)
- Make the history window know how to root its tree on a given URI
- Add Find in History dialog XUL, JS, etc
2001-05-19 01:54:10 +00:00
scc%mozilla.org
7dbfdc16f4 bug #75220: sr=jst, r=dr; rename |nsCommon[C]String| to |nsSharable[C]String|. Fix all users of the old name. 2001-05-16 04:52:43 +00:00
scc%mozilla.org
c4bd966c8f bug #74726, partial fix, r=vidur, sr=jst: make |nsCommon[C]String| re-bindable; make constructors |explicit|; fix clients. bug #75169, r=jst, sr=waterson: fix string warnings on Windows; fix some typos 2001-05-11 08:41:21 +00:00
alecf%netscape.com
cf108c4d95 oops, fix my previous checkin to this file so it works in the sidebar 2001-05-03 03:56:25 +00:00
alecf%netscape.com
52292ba581 fix for bug 54422 sr=ben/waterson - update status when user clicks on history items 2001-05-02 22:31:26 +00:00
alecf%netscape.com
1c191fb847 fix for bug 77604 and bug 78243, r=hewitt, sr=sspitzer - load the history db when the url bar kicks off an autocomplete, and make sure that we answer to the sorted name property for non-find URLs 2001-05-01 23:02:40 +00:00
alecf%netscape.com
eeceeded3d fix for bug 77674 sr=sspitzer - real simple fix, just use the value of the "observes" attribute instead of the id, to determine the column we are sorting 2001-05-01 23:01:13 +00:00
mkaply%us.ibm.com
812b81fa9b OS/2 and AIX breakage - use of true instead of PR_TRUE 2001-05-01 02:58:50 +00:00
hewitt%netscape.com
615f81f105 43189 - autocomplete, r=matt, sr=alecf 2001-04-30 18:37:04 +00:00
valeski%netscape.com
00bca056ef mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2001-04-27 21:30:24 +00:00
alecf%netscape.com
6bc346cff6 fix for bug 71660 sr=ben, r=blake - use deep merging to set default hidden state on history columns in the history sidebar panel 2001-04-17 07:24:01 +00:00
darin%netscape.com
00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
blakeross%telocity.com
c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
mcafee%netscape.com
b847909064 Adding ctrl+f for edit|search history (67908). r=blake, sr=ben 2001-04-01 11:43:06 +00:00
alecf%netscape.com
d83725990e fix bustage 2001-03-29 00:38:11 +00:00
alecf%netscape.com
b04c1c9d1c fix assert-on-exit as well as a crash when switching profiles
sr=darin, r=dmose
2001-03-28 23:59:44 +00:00
disttsc%bart.nl
f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
valeski%netscape.com
169a5140b5 r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
alecf%netscape.com
0558bc4667 defer history loading until the first page is added to history for percieved performance improvement
sr=waterson bug=38621
2001-03-23 15:23:40 +00:00
disttsc%bart.nl
807baffc4a Add |const| to nsGlobalHistory::GetFindUriPrefix's second parameter as per .h definition to fix OS/2 bustage. author=|lou|, r=jag, sr=jst 2001-03-22 10:52:57 +00:00
blakeross%telocity.com
0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
alecf%netscape.com
3a67dc577b fix mac bustage 2001-03-21 20:17:24 +00:00
alecf%netscape.com
73c6fffbe8 fix for bug 71871 - group history by day, not by age, by normalizing the AgeInDays property to the current local day's midnight.
... and bug 66906 - update history UI while surfing - this ensures that visited URIs get added to any open history windows/sidebars by asserting against all sorts of expected find URIs
sr=shaver
2001-03-21 19:26:10 +00:00
alecf%netscape.com
0aec721091 fix today's pseudo-blocker by initializing a variable which determined if the "Now" value was valid or not
r=pchen, sr=blizzard
2001-03-14 18:34:57 +00:00
alecf%netscape.com
b3e6a3e098 oops! I didn't mean to checkt this change in with my last landing 2001-03-13 07:25:04 +00:00
alecf%netscape.com
596e75a30a fix for 71511 - clean up nsIGlobalHistory even further by refactoring setTitle i
nto nsIBrowserHistory, cleaning up extra addPage() parameters, and fixing all co
nsumers
r=valeski, sr=shaver
2001-03-13 06:19:40 +00:00
ccarlen%netscape.com
c819a81536 Along with bug 65212 - removing unnescesary dependencies on profile. r=valeski@netscape.com, sr=alecf@netscape.com 2001-03-11 22:15:22 +00:00
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
alecf%netscape.com
5355236f68 fix for bug 70929 - refactor history into public/private interfaces
sr=waterson
2001-03-09 14:49:28 +00:00
alecf%netscape.com
f23a6ad8b2 clean up history after hewitt's changes (no reviewer, just a file he missed) 2001-03-09 14:25:12 +00:00
alecf%netscape.com
c58d0464b8 add nsIBrowserHistory to unix build (not used yet) 2001-03-09 00:44:34 +00:00
alecf%netscape.com
c4b6a4374d add nsIBrowserHistory.idl to build (not used yet) 2001-03-09 00:44:11 +00:00
pinkerton%netscape.com
8b063df807 adding nsIBrowserHistory.idl for alecf. 2001-03-09 00:43:32 +00:00
alecf%netscape.com
4d7a47fa5b add refactored browser history - not part of build
these are all the functions that won't be in the slushy nsIGlobalHistory
2001-03-08 22:37:49 +00:00
alecf%netscape.com
a9e521b87c augh - back out my change to disable hierachical history, and undo the typo that got added right before I checked in yesterday - this was the intended version of this file! 2001-03-08 22:07:51 +00:00
alecf%netscape.com
232001e4cf workaround history blocker by switching back to non-hierarchical history 2001-03-08 19:22:38 +00:00
disttsc%bart.nl
ac546183d0 Fix speedracer bustage, r=dbaron, sr=scc, fall-out from bug 53057 2001-03-08 14:52:51 +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
disttsc%bart.nl
f9b05c7ff2 Fix MOZ_TRACK_MODULE_DEPS builds (e.g. senna) bustage, add "intl locale timer" to REQUIRES line 2001-03-08 07:15:34 +00:00
alecf%netscape.com
d3b787642e change GetLastVisitDate semantics back to the way they were before - avoids a runtime assertion in nsWebShell.cpp 2001-03-08 07:07:19 +00:00
alecf%netscape.com
b8299fff2b argh, forgot two more lines
curse PRInt64!
2001-03-08 06:34:55 +00:00
alecf%netscape.com
07ac306ff1 oops, better attempt 2001-03-08 06:16:02 +00:00
alecf%netscape.com
2406cc2ec0 attempt to fix mac bustage 2001-03-08 06:14:30 +00:00
alecf%netscape.com
95fe84f3bc use nsCAutoString instead of nsLiteralCString to avoid stupid compiler ambiguity
lame! causes an extra copy.
fixes sun bustage
2001-03-08 06:02:34 +00:00
alecf%netscape.com
780cd8507d implement hierarchical history!
bug 65862
sr=waterson
2001-03-08 05:15:24 +00:00
alecf%netscape.com
e3241c1d90 fix for #66908 r=timeless, a=ben
make history history sidebar urls open in the current window, if possible
2001-03-06 00:41:41 +00:00
disttsc%bart.nl
277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +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
timeless%mac.com
bef2b2afaa fix bug 68959 Wording Mismatch between History and Bookmarks
r=lordpixel, sr=alecf
2001-02-28 23:47:19 +00:00
alecf%netscape.com
177ee80750 fix for bug 58631 r=jag, a=ben
fix warnings in history.js and initialize history panel
2001-02-27 01:40:07 +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
mcafee%netscape.com
28bdf1fa0e Renaming Find menu item to Search (44733) r=matt, sr=ben 2001-02-06 23:56:38 +00:00
disttsc%bart.nl
490b0fb21f Update REQUIRES (add necko) to fix senna bustage. r=bryner 2001-01-31 23:15:42 +00:00
alecf%netscape.com
369607b9ae fix for #64060 - bulk delete history entries by hostname & domainname
also add a new history controller for future history coolness
a=ben, r=jag, and a bit of r=timeless
2001-01-31 20:21:37 +00:00
alecf%netscape.com
831cbf5a07 fix for 55791 a=ben 2001-01-18 08:24:42 +00:00
blakeross%telocity.com
d4c8771cfe Fix 64479, 57191, an unreported bug: lots of search bookmarks/history cleanup/fixes. r=timeless sr=alecf 2001-01-17 20:39:59 +00:00
alecf%netscape.com
e839941b69 fix for 64218 - implement history sidebar panel
a=ben@netscape.com
2001-01-17 06:06:50 +00:00
blakeross%telocity.com
b3a0e8ab88 Fix 58631: JS strict warnings in history.js, and more dump() removal (65127). r=jag sr=alecf 2001-01-17 00:11:00 +00:00
danm%netscape.com
c30ab11584 fix position and zoom state persistence for bm-find.xul and history.xul. bug 65262 (32148) r=ben,mscott,pchen 2001-01-13 01:25:42 +00:00
ccarlen%netscape.com
339b836f64 Part of bug 35559 - dynamic profile switching r=valeski@netscape.com, sr=waterson@netscape.com 2001-01-12 15:04:58 +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
alecf%netscape.com
52d7407235 add null pointer checks to avoid crashing during history commit - avoid crash described in bug 62968
r=blake
(no sr= cuz it's so freakin simple)
2001-01-02 05:27:13 +00:00
alecf%netscape.com
ae13f19e7b fix for blocker #63603 - forgot to implement OpenURL r=timeless
a=blocker-baby
2000-12-22 17:35:39 +00:00
alecf%netscape.com
4e1dababf6 - move bookmarks over to the generic nsTreeUtils.js for stuff like sorting/menus
- convert history to use the new nsTreeController
- update history to support removing of individual items (bug #11412)
a=ben
2000-12-21 21:59:39 +00:00
alecf%netscape.com
3a0f56bfce allow removal of history items via RDF
sr=waterson, bug #11412
2000-12-21 07:39:43 +00:00
danm%netscape.com
59ed8b95b7 fix mac bustage, and probably a logic error 2000-12-16 02:41:26 +00:00
alecf%netscape.com
9d1b9b674f attempt to fix bustage by explicitly using a PRBool 2000-12-16 01:41:43 +00:00
alecf%netscape.com
5f1a1465ce backend side of fix for 11412 r=radha, sr=waterson
Also:
- refactor deleting of rows to have a "matching" callback which tells us if we should delete a row
- refactor FindRow into FindUrl to share more code & error handling
- fix handling of PRInt64's to pass them by reference, not value for faster param passing on certain processors
- implement GetRowValue so we can refactor future AliasCellYarns into it, and eventually switch to UTF8 instead of unicode to make history faster
- random little cleanups
2000-12-16 00:48:31 +00:00
danm%netscape.com
c7fb008754 check for empty db in Commit. bug 62968 r=alecf 2000-12-16 00:17:17 +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
alecf%netscape.com
fb9d22bcf6 re-checkin all my changes from yesterday, plus some fix-ups so that history doesn't get
corrupted and we don't get lots of assertions at startup
sr=bienvenu
2000-12-12 21:07:30 +00:00
alecf%netscape.com
2a6014490c back out my other changes to history, I don't know what's going on. 2000-12-12 09:15:25 +00:00
cls%seawood.org
333772c04b Backing out alecf's changes that were causing a crash on startup on unix builds. 2000-12-12 04:39:23 +00:00
alecf%netscape.com
a7b08e468a initial fix for 55293 - expire pages in history on shutdown
mostly stuff submitted by bienvenu, r=alecf, the rest by me, r=bienvenu
sr=waterson
2000-12-12 00:41:42 +00:00
alecf%netscape.com
933fd1dfc0 fixes for:
#61140 - delete history.dat if it gets corrupted
 #56867 - implement "First Visited"
 #19370 - implement "Visit Count"
 #33697 - clean up nsGlobalHistory::OpenDB a bit more (doesn't fix the leak yet)
sr=waterson
2000-12-11 21:39:05 +00:00
mscott%netscape.com
5609cb30af Bug # --> 59956 --> add a null ptr check for mTable.
sr=alecf
2000-12-07 08:03:33 +00:00
alecf%netscape.com
4b4d577ef0 fix for strict warnings #58631
r=blake
sr=alecf
submitted by=jarrod.k.gray@rose-hulman.edu
2000-12-05 22:12:19 +00:00
blakeross%telocity.com
6d06c41584 Fix 58633 and 49744: a typo in GetLastVisited() and improving a cmd line help description. r=jag sr=alecf 2000-11-30 21:17:15 +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
68d3515b46 #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz
2000-11-17 20:54:21 +00:00
alecf%netscape.com
f526cb3b67 big rewrite of drag & drop code to fix #52519
- fix warnings
- change title/url separator to "\n"
- clean up image dragging
- consolidate code
r=jag, a=ben
2000-11-10 02:54:17 +00:00
alecf%netscape.com
c3160b6c5c back out my dumb-ass fix for 52519 - it only worked for like a day, then died. 2000-11-03 02:58:58 +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
waterson%netscape.com
125c4ee71e Bug 42001, redux, with feedback from bienvenu. r=bienvenu, sr=brendan 2000-10-24 03:49:02 +00:00
waterson%netscape.com
400f2ce002 Bug 42001. Implement 'clear history'. r=ben,brendan,alecf, sr=shaver 2000-10-20 01:00:11 +00:00
alecf%netscape.com
d9c0ca3d7e second part of fix for #52519 - unescape text/x-moz-url URLs when they are dropped into bookmarks and history
r=law@netscape.com
a=ben@netscape.com
2000-10-19 21:40:09 +00:00
pchen%netscape.com
8e1a7dbe7b bugscape 2269, r=danm, sr=scc, include communicatorOverlay.xul to get
complete help menu
2000-10-12 21:38:55 +00:00
rjc%netscape.com
71429f3911 Fix RTM++ bug # 52789: history window sorting on URL fix. r=waterson sr=scc 2000-10-04 20:31:49 +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
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
pinkerton%netscape.com
c38ffbda24 better fix for the "dragging scrollbars" bug 2000-09-02 03:53:19 +00:00
pinkerton%netscape.com
5c14ffe779 make sure we have a tree item before we drag. prevents dragging of the scrollbar. r=ben, bug#49094 2000-09-01 05:43:27 +00:00
putterman%netscape.com
66af1b0e33 Fix for 48985. remove reference to newMessage since it's coming from an overlay. Makes Ctrl+M work. r= bienvenu. 2000-08-26 20:58:20 +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
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
ccarlen%netscape.com
5469d37218 Converted use of nsIFileLocator to nsIDirectoryService r=valeski 2000-08-22 00:14:24 +00:00
ben%netscape.com
24717ecaca remove dependency on mailnews from history/navigator 2000-08-13 06:02:01 +00:00
ben%netscape.com
0f3ce50488 fix for nsbeta3+ bug 44229, can't drag urls out of history window 2000-08-08 05:46:32 +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
8b7f8e6614 Various small fixes for nsbeta3+ bug # 41357: enable column resigning for various trees. r=me 2000-08-02 10:31:37 +00:00
BlakeR1234%aol.com
605f12e7d3 Fix bug 43257 2000-07-30 18:21:06 +00:00
BlakeR1234%aol.com
cba2c4a5e4 Bug 44694 2000-07-30 06:14:55 +00:00
BlakeR1234%aol.com
6a307035db Clean up history window... 2000-07-30 06:09:06 +00:00
BlakeR1234%aol.com
116f16f78b Clean up history window. Also fixes bug 44732. 2000-07-30 06:04:58 +00:00
waterson%netscape.com
bc732f5844 Bug 45668. Use Mork's 'row level APIs' instead of the cell level APIs to avoid excess object creation. r=bienvenu. 2000-07-26 23:54:37 +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
mcafee%netscape.com
f032ce1b50 History was loading tasksOverlay.xul from the wrong place. (43043) r=akkana,jrgm 2000-06-22 00:07:42 +00:00
hyatt%netscape.com
3bae878045 30511 2000-06-19 23:39:43 +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
slamm%netscape.com
17220d2b8d Fix launching. bug 37243 r=pavlov 2000-06-07 00:57:33 +00:00
slamm%netscape.com
c566e998b6 Fix bookmark and history menus. Bug 37078 r=pavlov 2000-06-07 00:39:47 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
slamm%netscape.com
4b1b8db220 Include globalOverlay.js to fix dispatching. bug 37243. r=mcafee 2000-05-18 22:10:42 +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
danm%netscape.com
c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
sspitzer%netscape.com
7b87a12750 removing obsolete files. 2000-05-11 07:02:34 +00:00
ben%netscape.com
6ec8006b8c removing redundant skins directories 2000-05-11 04:19:28 +00:00
slamm%netscape.com
4d1d45a228 Fix history window xul that made it blank (bug 37737) 2000-05-08 21:50:03 +00:00
ben%netscape.com
f726629132 skinnable history 2000-04-30 08:23:26 +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
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
hyatt%netscape.com
ed7eedafdf Beginning the process of massaging the CSS and XUL to conform to the new
directory org.
2000-04-21 09:40:38 +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
dp%netscape.com
5875d92f08 Converting to generic module. 2000-04-18 06:51:21 +00:00
tbogard%aol.net
6be9ab4645 Removed the URLShouldBeInHistory function to resolve bug 29604. DocShell now properly calls only when it should to add a page to history. 2000-04-17 05:38:22 +00:00
waterson%netscape.com
a06a8ee723 Bug 12493. Change nsILinkHandler interface to take an nsIURI object instead of a string. This allows necko to canonify URIs before passing them back to global history. r=travis,pierre 2000-04-13 19:55:47 +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
slamm%netscape.com
8ba923bbdd Use simplified CHROME rules. Use default dirs for install locations. 2000-03-14 03:01:26 +00:00
sspitzer%netscape.com
ba1405a966 better, simpler fix for #27984, r=mscott. a=phil
may also fix #29666, since we aren't calling SetCharPref on exit.
2000-02-29 22:11:29 +00:00
sspitzer%netscape.com
f34360612a fix for #27984, r=alecf, a=rickg. implement GetLastPageVisited.
also, for now, don't stuff the url in the history db (or use it for GetLastPageVisited)
if it is not http: or https:.  There is a bug here, we call AddPage() too often and with
url that should not be in the history db.  this makes history usuable for beta, and
prevents mailnews, about:blank, javascript:, file: and chrome: urls from getting in the history db.
2000-02-29 00:26:51 +00:00
dp%netscape.com
8494b2f6e0 bug# 13732 Removing brprof from the build. r=akkanna 2000-02-12 18:50:36 +00:00
slamm%netscape.com
984af01259 Turn multiple select back on. 2000-02-11 01:23:05 +00:00
rjc%netscape.com
6cd9f54a84 Fix bug # 20542: make global history flush-able, and try and flush in on Shutdown() 2000-02-11 00:51:33 +00:00
scc%netscape.com
73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
pp%ludusdesign.com
0106d94d4c Converting ::GetIID() to NS_GET_IID(). Bug #20232. r=scc@netscape.com 2000-02-01 22:27:48 +00:00
scc%netscape.com
8424ac3d64 removed errant |QueryInterface()|s in favor of appropriate macros, as part of bug#23737. Changed |NS_DEFINE_IID| to |NS_DEFINE_CID| where appropriate; or else removed it, and fixed up clients to use |NS_GET_IID| in the appropriate spots. Built and ran pre-checkin tests. r=pinkerton 2000-01-31 23:45:42 +00:00
dougt%netscape.com
0b0346079c Landing nsIFile. 2000-01-24 21:28:28 +00:00
bienvenu%netscape.com
631db5d616 fix mork cell leaks in history, r=waterson 2000-01-13 23:35:00 +00:00
pp%ludusdesign.com
698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
waterson%netscape.com
be3e3ef47b Nitpicky cleanup. 2000-01-11 05:12:36 +00:00
waterson%netscape.com
89e0ac5f08 Make sure we can handle queries for -negative- assertions. (Failure to do so was causing history title's not to show up.) 2000-01-11 05:08:30 +00:00
waterson%netscape.com
7e5711a8b0 Fix separator rule. 2000-01-11 04:58:16 +00:00
waterson%netscape.com
defe75dc6b Replace raw QueryInterface() calls with CallQueryInterface(). Other misc cleanup. 2000-01-11 04:58:05 +00:00
waterson%netscape.com
e1f1e5b7fa Use '0' instead of '-1' to mean 'a real column'. Fixes Unix warnings. 2000-01-11 01:20:19 +00:00
waterson%netscape.com
3b5e918c07 Bug 22294. Reject empty URLs; support ArcLabelsIn() and GetSource[s](). r=rjc 2000-01-11 01:12:12 +00:00
radha%netscape.com
cb8f66c3e4 Obsolete files. remove from repository. 2000-01-07 00:26:07 +00:00
radha%netscape.com
95ae05cd42 remove from repository. obsolete files 2000-01-07 00:25:21 +00:00
slamm%netscape.com
4491f0077b Name window type to support making History window non-modal. Fix #20830. 2000-01-06 22:41:21 +00:00
mscott%netscape.com
316b5e984e fix mac breakage for radha by removing two obsolete files from the debug project. 2000-01-06 04:31:15 +00:00
radha%netscape.com
8b2c3d2156 Initial checkin for New SH component r=danm a=don 1999-12-22 23:16:49 +00:00
radha%netscape.com
2b6bd8cbb4 Remove Session History from the build list r=law a=don 1999-12-22 22:41:30 +00:00
radha%netscape.com
805c89d77a Remove session hsitory files from the build list 1999-12-22 22:41:00 +00:00
radha%netscape.com
343fb14632 Remove Session History files from the build list. r=law a=don 1999-12-22 22:39:21 +00:00
hyatt%netscape.com
5d0154142c Making history compliant with master skin file rules. 1999-12-05 08:45:01 +00:00
slamm%netscape.com
f24e1ae1fc Model history after bookmarks. Share the css and js files with bookmarks.
Fix overlaping columns, bug #17975. r=mcafee
1999-11-30 01:03:28 +00:00
mcafee%netscape.com
4dde2d814b These files got checked in with win32 EOL characters, re-checking these in. r=radha,akkana 1999-11-23 01:07:29 +00:00
davidm%netscape.com
7d89acbd3f Added nsISHEntry.idl nsISHContainer.idl nsISHTransaction.idl and nsSHEntry.cpp nsSHTransaction.cpp for radha@netscape.com 1999-11-22 22:59:34 +00:00
radha%netscape.com
ecdb31ade4 Initial checkin for new SessionHistory component 1999-11-22 22:49:01 +00:00
radha%netscape.com
2b6820d99b IDL files for new SessionHistory component.Initial checkin 1999-11-22 22:47:09 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
tbogard%aol.net
10ded258a5 Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
slamm%netscape.com
b95ce6697b Handle clicks properly. Fix for 14857 and 11986. r=rjc 1999-10-19 21:11:39 +00:00
waterson%netscape.com
11ab383f8f Fix up commentary to reflect reality; remove some confusing stylistic changes. r=bienvenu 1999-10-13 00:45:57 +00:00
tao%netscape.com
dfc5dc1b02 Move da-DK files to l10n/lang; r=leaf 1999-10-08 01:06:56 +00:00
tao%netscape.com
452378ee8a Move localized resource files to mozilla/l10n/lang. 1999-10-07 23:59:32 +00:00
bienvenu%netscape.com
bb0be78f52 fix mork factory r=waterson 12326 1999-10-07 14:27:50 +00:00
sspitzer%netscape.com
e3cdd7da27 a bunch of changes, all reviewed by mscott.
fix some bugs with next, back, and cancel in the profile manager.
(#15223, #15271)
re-write all callers of nsProfile::GetCurrentProfileDir() to use the file locator.
(#15063)
more profile code clean up. (#15042)
rename the old 4.x history.dat file.  it's called history.dat in 5.0, but the file
formats are different.  (binary in 4.x, vs mork in 5.0)
1999-10-05 04:12:58 +00:00
beard%netscape.com
9eae33066d changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
hyatt%netscape.com
0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
dp%netscape.com
e15380e6c1 Converter to nsIModule to prepare for memory leaks fixing.
Bug# 14034 r=waterson
1999-10-01 20:04:34 +00:00
davidm%netscape.com
2c352d8185 13344 New browser windows generated by Manage Bookmarks too small 1999-10-01 03:31:17 +00:00
alecf%netscape.com
28e7b3ebb4 fix for #14699, history tree should be inside divs r=waterson, a=leaf 1999-09-24 00:13:02 +00:00
briano%netscape.com
cd3098a8ae General cleanup. 1999-09-18 03:45:06 +00:00
tao%netscape.com
9692b43571 Hook up da-DK. 1999-09-18 00:27:49 +00:00
tao%netscape.com
2eb4e7f6a0 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-18 00:27:03 +00:00
tao%netscape.com
4661727893 First checkin of da-DK resource files contributed by
Henrik Lynggaard<Lynggaard@netscape.net>
1999-09-17 23:35:55 +00:00
rjc%netscape.com
e477157a1b "rdf:find" is now called "rdf:localsearch" 1999-09-15 10:21:47 +00:00
rjc%netscape.com
b3859006a5 Don't return URLs from history that begin with "NC:". In truth, the history datasource should not return answers about anything that isn't in its "space"... but til that day, this hack works. 1999-09-09 00:59:20 +00:00
davidmc%netscape.com
c1b86c3728 file API changes 1999-09-03 22:27:25 +00:00
rickg%netscape.com
571880b551 try to make mac build happy 1999-08-30 08:15:47 +00:00
rickg%netscape.com
2d6546db25 changed usage from deprecated nsString API 1999-08-30 06:56:31 +00:00
slamm%netscape.com
321aec9c42 Use chrome urls for history.css and history.js 1999-08-24 22:52:37 +00:00
waterson%netscape.com
fc037fdd5e Fix VC5.0 bustage. 1999-08-23 05:33:20 +00:00
ramiro%netscape.com
ca708111c1 Fix for gcc 2.7. 1999-08-23 03:54:04 +00:00
mccabe%netscape.com
ed5a2f8522 Move uses xpfe/components interfaces to using NS_DECL_NSIFOO macro. Several interfaces in xpfe/components declared their own NS_DECL_IFOO macros; I moved those to generated NS_DECL_NSIFOO and will remove the definitions in a subsequent checkin to prevent any risk of mid-checkin skew. 1999-08-23 01:07:33 +00:00
hyatt%netscape.com
d819a08a33 Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
slamm%netscape.com
08385d293e Open history items in new chromed window. Bug #11986. 1999-08-19 22:02:40 +00:00
waterson%netscape.com
8888847e25 Bug 11484. Be defensive if a null pointer is passed as the doc title in SetPageTitle(). 1999-08-12 08:46:35 +00:00
rjc%netscape.com
6893c29b97 Small fix for bug #11449. 1999-08-09 22:33:02 +00:00
cltbld%netscape.com
4d1d5e398c make the CHROME rules play nice with obj-dir. fixes #11260 1999-08-06 22:45:47 +00:00
slamm%netscape.com
ad6ee00ebb Move entities into dtd for history (bug #10341) 1999-08-06 17:43:47 +00:00
slamm%netscape.com
6c641565e4 Move entities into dtd files (bug #10341). 1999-08-06 17:35:10 +00:00
slamm%netscape.com
ea143281b6 Move entities into dtd files (bug #10341). 1999-08-06 17:34:34 +00:00
kin%netscape.com
f5a18a6ee6 Add return statement to operator=(). Fixes Win32 VC++ 5 build bustage. 1999-08-05 20:20:14 +00:00
waterson%netscape.com
2443f1c614 Let's try it again. Replacing history implementation with MDB. 1999-08-05 06:43:17 +00:00
waterson%netscape.com
c89a59de4c Back out -- not sure what's wrong. 1999-08-05 05:33:31 +00:00
waterson%netscape.com
fe7e7976fe Fix history window. 1999-08-05 05:11:42 +00:00
waterson%netscape.com
cf191de831 Replace history implementation with MDB. 1999-08-05 05:10:38 +00:00
pinkerton%netscape.com
dc08dab4cf change ResolveAlias() to ResolveSymlink() to avoid two asserts at startup. Why this code is ifdef'd XP_MAC is worrysome to me. 1999-08-03 01:23:38 +00:00
hyatt%netscape.com
81f937ec64 Patching the history XUL file. 1999-07-31 07:35:15 +00:00
hyatt%netscape.com
0e743d8a12 Phase 1 of XP menu landing. Patching XUL files. 1999-07-31 02:55:09 +00:00
waterson%netscape.com
91a8ac09e7 Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism. 1999-07-27 17:20:28 +00:00
dougt%netscape.com
5adb63dcaf Fix for bug 10177 and 10041. 1999-07-26 22:09:42 +00:00
gagan%netscape.com
4dd1ac109f Fixed the missing slash in chrome: hacks. 1999-07-21 03:18:55 +00:00
matt%netscape.com
11a86eadb4 chromifying 1999-07-14 00:53:40 +00:00