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, <[email protected]> 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 [email protected] > 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: [email protected] > >[mailto:[email protected]] 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
