Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Why are there hidden places (history)?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
al...@yahoo.com  
View profile  
 More options Aug 18 2012, 11:40 am
Newsgroups: mozilla.dev.apps.firefox
From: <al...@yahoo.com>
Date: Sat, 18 Aug 2012 11:40:28 -0400
Local: Sat, Aug 18 2012 11:40 am
Subject: Why are there hidden places (history)?
While trying to figure out why a particular autofill url was always trying
www.{host} I found that a hidden place entry with a www. was responsible.

When are places marked hidden?  Why should there be history entries that a
user can't see and delete if need be?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gian-Carlo Pascutto  
View profile  
 More options Aug 20 2012, 2:59 am
Newsgroups: mozilla.dev.apps.firefox
From: Gian-Carlo Pascutto <gpascu...@mozilla.com>
Date: Mon, 20 Aug 2012 08:59:22 +0200
Local: Mon, Aug 20 2012 2:59 am
Subject: Re: Why are there hidden places (history)?
On 18/08/2012 17:40, al...@yahoo.com wrote:

> When are places marked hidden?  Why should there be history entries
> that a user can't see and delete if need be?

  /**
   * Some pages in history are marked "hidden" and thus don't appear by
   * default in queries.  These include automatic framed visits and
   * redirects.
   ....

bool
GetHiddenState(bool aIsRedirect,
               PRUint32 aTransitionType)
{
  return aTransitionType == nsINavHistoryService::TRANSITION_FRAMED_LINK ||
         aTransitionType == nsINavHistoryService::TRANSITION_EMBED ||
         aIsRedirect;

}

--
GCP

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
al...@yahoo.com  
View profile  
 More options Aug 20 2012, 9:47 am
Newsgroups: mozilla.dev.apps.firefox
From: <al...@yahoo.com>
Date: Mon, 20 Aug 2012 09:47:43 -0400
Local: Mon, Aug 20 2012 9:47 am
Subject: Re: Why are there hidden places (history)?
"Gian-Carlo Pascutto" <gpascu...@mozilla.com> wrote in message

news:y8GdnXbrt4PWfazNnZ2dnUVZ_oCdnZ2d@mozilla.org...

> On 18/08/2012 17:40, al...@yahoo.com wrote:

>> When are places marked hidden?  Why should there be history entries
>> that a user can't see and delete if need be?

>  /**
>   * Some pages in history are marked "hidden" and thus don't appear by
>   * default in queries.  These include automatic framed visits and
>   * redirects.
>   ....

Thanks, that answers the when, but the why remains.  That a place is hidden
from queries does not imply that it should be hidden from the show all
history view (sidebar).  Why should there be history entries that a user
can't see and delete if need be?

https://bugzilla.mozilla.org/show_bug.cgi?id=784010


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
al...@yahoo.com  
View profile  
 More options Aug 21 2012, 10:47 am
Newsgroups: mozilla.dev.apps.firefox
From: <al...@yahoo.com>
Date: Tue, 21 Aug 2012 10:47:53 -0400
Local: Tues, Aug 21 2012 10:47 am
Subject: Re: Why are there hidden places (history)?
Why should there be history entries that a user can't see and delete if need
be?
That a place is hidden from queries does not imply that it should be hidden
from the show all history view (sidebar).  If history exists for the user's
benefit, the user must have access to it.

https://bugzilla.mozilla.org/show_bug.cgi?id=784010


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »