Hi,

If you're sure that the browser really is calling the piece of code you 
modified, then sorry, I don't have any suggestions as to why it's not working 
for you - your case must be different from mine.  When I was looking at the 
browser, there were things that I expected to go through the C++ WebKit 
libraries but didn't, and so I thought this might be the problem you were 
having.

Cheers,
Warwick

>-----Original Message-----
>From: android-framework@googlegroups.com 
>[mailto:android-framew...@googlegroups.com] On Behalf Of khares
>Sent: Wednesday, July 01, 2009 10:52 AM
>To: android-framework
>Subject: Re: Changes in webkit do not reflect.
>
>
>Hi,
>The browser application uses classes from package android.webkit which
>would internally use the webkit shared library in any case, which is
>written in c++. So ultimately it should give calls to functions in
>libwebcore.so where I am trying to make changes.
>Regards,
>sk
>
>On Jul 1, 1:27 pm, <warwick.har...@tieto.com> wrote:
>> Hi,
>>
>> I believe the browser uses the Java version of WebKit 
>(frameworks/base/core/java/android/webkit) rather than the C++ 
>one, which would explain why modifying the C++ code had no effect.
>>
>> Best regards,
>>
>> Warwick Harvey, Software Specialist
>>
>> Tieto
>> email warwick.har...@tieto.com
>> Varenská 51/2723, 70200 Ostrava, Czech Republic,www.tieto.com
>>
>> Meet the new Tieto:www.tieto.com/newtieto
>>
>> Please note: The information contained in this message may 
>be legally privileged and confidential and protected from 
>disclosure. If the reader of this message is not the intended 
>recipient, you are hereby notified that any unauthorised use, 
>distribution or copying of this communication is strictly 
>prohibited. If you have received this communication in error, 
>please notify us immediately by replying to the message and 
>deleting it from your computer. Thank You.
>>
>> >-----Original Message-----
>> >From: android-framework@googlegroups.com
>> >[mailto:android-framew...@googlegroups.com] On Behalf Of khares
>> >Sent: Tuesday, June 30, 2009 8:18 AM
>> >To: android-framework
>> >Subject: Changes in webkit do not reflect.
>>
>> >Hi,
>>
>> >I make changes to some files in WebCore(FrameLoader.cpp) in the
>> >external project webkit. I compile and generate system.img etc. And
>> >run emulator providing it appropriate .img paths.
>> >But my code changes do not reflect when i run the browser on the
>> >emulator.
>> >I wonder if there is any extra step to make change in .so to reflect
>> >on the emulator. Its a little surprising as we are building 
>the whole
>> >image but still the changes are not seen.
>>
>> >Regards,
>> >sk.
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to