Re: [webkit-dev] New IDL return type

2008-06-11 Thread David Kilzer
[Moving back onto webkit-dev.  I couldn't reply with the correct From address 
using my iPhone yesterday.]

On Wed, 6/11/08, Michelangelo De Simone [EMAIL PROTECTED] wrote:

 Il giorno 11/giu/08, alle ore 00:36, David Kilzer ha
 scritto:
 
  Look at WebCore/DerivedSources.make for where to add
  your IDL file.
 
 That was my first tought as well, but I always get this
 error when I  
 uncomment the new validity attribute in
 HTMLInputElement.idl: http://paste.lisp.org/display/62048
 
 Any idea to help me out? I'm desperate.:-)

My guess is that DOMHTMLInputElement.mm needs an #import statement to compile 
without warnings.  Look in WebCore/bindings/scripts/CodeGeneratorObjC.pm to see 
how #import statements are included in generated sources, and make the 
appropriate change (either in the *.idl file or in the Perl module) to get it 
included.

Note that you may manually attempt to fix the compile error by modifying the 
generated source to DOMHTMLInputElement.mm and recompiling.  (Xcode or make 
should not overwrite the file if it's newer than the files used to create it.)

Dave


___
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 this would be an WebHistoryItem object)?


UruLama

On Fri, Jun 6, 2008 at 11:25 PM, Mark Rowe [EMAIL PROTECTED] wrote:

On 06/06/2008, at 01:15, uru lama wrote:

Hi, all.

I would like to load webhistory objects stored in the Safari history  
directory (~/Library/Caches/Metadata/Safari/History). However,  
loading from file using the NSURL and WebHistory loadFromURL method  
does not work since WebHistory object is always empty and the method  
returns a NO value.


BOOL res = [whist loadFromURL:nsurl error:histerror];

Can anyone help me how to load these webhistory objects?

The files in ~/Library/Caches/Metadata/Safari/History are not  
WebHistory objects, though I can see why the file extension may have  
led you to believe they were.  These files are extra metadata that  
Safari keeps around for sake of Spotlight, and are not something  
that you should work with directly.


- Mark




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] New IDL return type

2008-06-11 Thread Michelangelo De Simone


Il giorno 11/giu/08, alle ore 15:50, David Kilzer ha scritto:

My guess is that DOMHTMLInputElement.mm needs an #import statement  
to compile without warnings.  Look in WebCore/bindings/scripts/ 
CodeGeneratorObjC.pm to see how #import statements are included in  
generated sources, and make the appropriate change (either in the  
*.idl file or in the Perl module) to get it included.


I've managed to look at all the involved files but I still can't  
figure it out; at this time I'm starting to feel almost stupid indeed.


DOMHTMLInputElement.mm includes the right files (DOMValidityState.h,  
ValidityState.h); looking to similar classes had no effect, everything  
seems to be in perfect order, but one thing: DOMHTMLInputElement.h  
doesn't reflect the validity property. DOMHTMLInputElement.mm has  
the -validity(), DOMHTMLInputElement.h does not.
Obviously I've tried to add it manually but it had no effect at all,  
always the same error.


It's as DOMHTMLInputElement couldn't find the right reference to  
DOMValidityState, but looking at it, it should.


Frustration...:(
--
// Et quid amabo nisi quod rerum enigma est?



smime.p7s
Description: S/MIME cryptographic signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] (no subject)

2008-06-11 Thread Jim L.
PLease take me off your mailing list. Thank you


  
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] (no subject)

2008-06-11 Thread Darren VanBuren
To unsubscribe, you must use the Mailman web interface.

See the bottom of this email for a link to the web interface.
On Jun 11, 2008, at 4:31 PM, Jim L. wrote:

 PLease take me off your mailing list. Thank you



 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Darren VanBuren
[EMAIL PROTECTED]
--
Administrator of Onekopakaspace

Trunk MediaWiki install:
http://oks.verymad.net/~onekopaka/mwtrunk/

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev