Re: [webkit-dev] impending changes to how new-run-webkit-tests prints/logs stuff

2012-07-31 Thread John Sullivan
Another possibility is --extraverbose. That is more verbose (!), but perhaps more obviously related to --verbose than --debug is. John On Jul 31, 2012, at 7:28 PM, Ryosuke Niwa wrote: Let's rename --verbose --verbose to --debug at least. I'd also prefer renaming --details to --trace or

Re: [webkit-dev] Clearing a textfield's 'autofilled' status on change, not focus

2010-05-12 Thread John Sullivan
It seems reasonable to me that the autofilled property is only cleared when the text is modified by the user. Since it is a visible change in the behavior, there's always a chance that it will not sit well with everyone and we might eventually have to allow for both behaviors somehow. But it

Re: [webkit-dev] How to add a progress bar of page loading with webkit?

2009-10-09 Thread John Sullivan
On Oct 9, 2009, at 1:55 AM, Jickae Davis wrote: Well, I checked the WebView.h, and didn't find the estimateProgress method and the three associated notifications. Then I searched them in the chrome's whole solution, didn't get any clue too. 2009/9/28 John Sullivan sulli...@apple.com

Re: [webkit-dev] Changes to prepare-ChangeLog

2009-07-03 Thread John Sullivan
On Jul 2, 2009, at 12:40 AM, Eric Seidel wrote: Agreed. Although, Darin Adler is about the only person I ever see fill in per-file/per-function information. :) Darin is certainly more conscientious about this than most people, but a quick glance at WebCore's ChangeLog shows that many

Re: [webkit-dev] New simplified patch review interface for bugs.webkit.org

2008-10-02 Thread John Sullivan
This is a huge improvement -- thanks Adam! John ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] WebHistory problems (how to load Safari history objects)

2008-06-11 Thread John Sullivan
Safari does not have a feature like this, sorry. John On Jun 7, 2008, at 12:45 AM, uru lama wrote: Thank you, for the info :D So, I guess my next question is: is it possible to tell Safari to store every page, not just URL but also the content, the user visits to a file (I hoped that

Re: [webkit-dev] WebHistory problems (how to load Safari history objects)

2008-06-06 Thread John Sullivan
Those files are not Safari's history. They are an implementation detail of how Spotlight works with Safari's history. Safari's history is stored in ~/Library/Safari/History.plist. John On Jun 6, 2008, at 1:15 AM, uru lama wrote: Hi, all. I would like to load webhistory objects stored in

Re: [webkit-dev] Error when calling a WebDataSource's subresources method

2007-12-15 Thread John Sullivan
It's a bug; the API shouldn't be throwing exceptions. Please file a bug at http://bugs.webkit.org. John On Dec 15, 2007, at 2:03 AM, Martin wrote: Hi, When I call the following method: [dataSource subresources] from inside the following method: - (id)webView:(WebView *)sender

Re: [webkit-dev] The mysterious IconDatabase

2007-09-18 Thread John Sullivan
Safari has no logic of its own about which icon goes with which site; it relies on the icon database for this knowledge. Safari does have a little logic to pevent the icon in the URL field from flashing back and forth between a generic and non-generic icon as you type in a URL. John On

Re: [webkit-dev] The mysterious IconDatabase

2007-09-18 Thread John Sullivan
On Sep 18, 2007, at 10:25 AM, Patrick Hanna wrote: I have discovered that I have an IconDatabase that is older than the new multi-thread database if that is any help. If Safari has no extra knowledge, how does it decide to display the google icon for www.google.com/search before visiting