[chromium-dev] Lifehacker browser tests say Chrome uses the most memory

2009-11-03 Thread John Munro

Forgive me if I shouldn't be posting this kind of thing to this group,
but I've seen similar things posted here before.

Lifehacker posted a series of browser benchmarks here
http://lifehacker.com/539/browser-speed-tests-the-windows-7-results
and in their memory use test Chrome came out using the most.

It's entirely possible their benchmarking methodology was flawed, but
in any case I thought you should be aware.

John
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Chromium security UI choices

2009-11-02 Thread John Munro

 I do think our host-versus-everything-else coloring in the address bar helps
 with phishing URLs even if users can't articulate what the different colored
 sections are.

Would this be a good time to revisit this issue:

http://code.google.com/p/chromium/issues/detail?id=1971

Both Firefox and IE highlight the domain and not the subdomain to help
the user spot phishing like http://yourbank.com.badsite.com/ but
Chrome does not.

John
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Google History extension

2009-06-26 Thread John Munro

Did you have any luck?

Also this thread should probably be moved to the new extensions group
if possible

On Jun 9, 8:56 pm, Nick Baum nickb...@chromium.org wrote:
 Hi John,
 Web History doesn't have an official API, but I've emailed the teams.
 I'll let you know if they can share any more info.
 -Nick



 On Tue, Jun 9, 2009 at 10:41 AM, John Munro ghost...@gmail.com wrote:

  Can someone who works for Google perhaps put me in touch with someone
  from the Google Web History or Google Toolbar team?  I can't find any
  information anywhere...

  On May 26, 3:20 pm, John Munro ghost...@gmail.com wrote:
   By sniffing Firefox I think what happens is that the toolbar does a
   HTTP GET to

  http://toolbarqueries.google.com/search?features=Rank:WHsourceid=nav...

   where the URL at the end (in this case filevision.net) is the URL to
   add to History.

   Unfortunately when I try just navigating to a URL like this I get a
   403 Forbidden error.

   Maybe it's something to do with the googleip, iqrn and ch parameters,
   since I have no idea what they do.

   On May 26, 2:02 pm, Nick Baum nickb...@chromium.org wrote:

I'd love to see an extension that does this!

It might be relatively straight-forward to sniff network requests to
google.com while browsing with the toolbar enabled.

-Nick

On Mon, May 25, 2009 at 4:26 PM, John Munro ghost...@gmail.com
  wrote:

 Ugh, it's minified - not sure I have the enthusiasm for that.  Oh
 well :(

 On May 25, 6:32 pm, Evan Martin e...@chromium.org wrote:
  From a quick search it doesn't look like there's an API available.
  One thought is to examine the Google Toolbar for Firefox, as that
  can
  submit to web history and is written primarily in JavaScript.

  On Fri, May 22, 2009 at 6:07 PM, John Munro ghost...@gmail.com
  wrote:

   One of the things I miss when using Chrome is how Google Toolbar
  adds
   every page you visit to Google History.

   I would like to build a Chrome extension that just implements
  that one
   feature of Google Toolbar - adds every page you visit to Google
   History.

   I imagine this would be quite simple if it was just a matter of
   sending the current URL as a parameter to a Google History URL or
   something similar.

   Does anyone know how to submit a visited URL to Google History?

   Apologies if this is the wrong group to post this to.
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Google History extension

2009-06-09 Thread John Munro

Can someone who works for Google perhaps put me in touch with someone
from the Google Web History or Google Toolbar team?  I can't find any
information anywhere...

On May 26, 3:20 pm, John Munro ghost...@gmail.com wrote:
 By sniffing Firefox I think what happens is that the toolbar does a
 HTTP GET to

 http://toolbarqueries.google.com/search?features=Rank:WHsourceid=nav...

 where the URL at the end (in this case filevision.net) is the URL to
 add to History.

 Unfortunately when I try just navigating to a URL like this I get a
 403 Forbidden error.

 Maybe it's something to do with the googleip, iqrn and ch parameters,
 since I have no idea what they do.

 On May 26, 2:02 pm, Nick Baum nickb...@chromium.org wrote:



  I'd love to see an extension that does this!

  It might be relatively straight-forward to sniff network requests to
  google.com while browsing with the toolbar enabled.

  -Nick

  On Mon, May 25, 2009 at 4:26 PM, John Munro ghost...@gmail.com wrote:

   Ugh, it's minified - not sure I have the enthusiasm for that.  Oh
   well :(

   On May 25, 6:32 pm, Evan Martin e...@chromium.org wrote:
From a quick search it doesn't look like there's an API available.
One thought is to examine the Google Toolbar for Firefox, as that can
submit to web history and is written primarily in JavaScript.

On Fri, May 22, 2009 at 6:07 PM, John Munro ghost...@gmail.com wrote:

 One of the things I miss when using Chrome is how Google Toolbar adds
 every page you visit to Google History.

 I would like to build a Chrome extension that just implements that one
 feature of Google Toolbar - adds every page you visit to Google
 History.

 I imagine this would be quite simple if it was just a matter of
 sending the current URL as a parameter to a Google History URL or
 something similar.

 Does anyone know how to submit a visited URL to Google History?

 Apologies if this is the wrong group to post this to.
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Re: Google History extension

2009-05-25 Thread John Munro

Ugh, it's minified - not sure I have the enthusiasm for that.  Oh
well :(

On May 25, 6:32 pm, Evan Martin e...@chromium.org wrote:
 From a quick search it doesn't look like there's an API available.
 One thought is to examine the Google Toolbar for Firefox, as that can
 submit to web history and is written primarily in JavaScript.



 On Fri, May 22, 2009 at 6:07 PM, John Munro ghost...@gmail.com wrote:

  One of the things I miss when using Chrome is how Google Toolbar adds
  every page you visit to Google History.

  I would like to build a Chrome extension that just implements that one
  feature of Google Toolbar - adds every page you visit to Google
  History.

  I imagine this would be quite simple if it was just a matter of
  sending the current URL as a parameter to a Google History URL or
  something similar.

  Does anyone know how to submit a visited URL to Google History?

  Apologies if this is the wrong group to post this to.
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---



[chromium-dev] Google History extension

2009-05-22 Thread John Munro

One of the things I miss when using Chrome is how Google Toolbar adds
every page you visit to Google History.

I would like to build a Chrome extension that just implements that one
feature of Google Toolbar - adds every page you visit to Google
History.

I imagine this would be quite simple if it was just a matter of
sending the current URL as a parameter to a Google History URL or
something similar.

Does anyone know how to submit a visited URL to Google History?

Apologies if this is the wrong group to post this to.
--~--~-~--~~~---~--~~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
http://groups.google.com/group/chromium-dev
-~--~~~~--~~--~--~---