[webkit-dev] WebCore and JavascriptCore documentation

2009-01-03 Thread abhas saroha
hi all, i have had tough luck in trying to find documentation to webcore and javascriptcore, can someone point me in the right direction. And another thing, am i right in assuming that webcore and javascriptcore are the only parts of webkit which are independent of the gui toolkit used?

[webkit-dev] network calls...curl implementation

2009-01-29 Thread abhas saroha
hi all, wanted to know how to use the curl implementation in webcore/platform/network to make network connections. Can anybody tell me where in the code the actual network calls are being made. regards, Abhas Saroha ___ webkit-dev mailing list webkit

[webkit-dev] passing received data to renderer

2009-02-13 Thread abhas saroha
hi all, just wanted to know when the networking part of webkit gets data where in the code does it pass the data to the html renderer or xml renderer, i am specifically interested in how this happens in cURL based implementation. Thnx in advance Abhas Saroha

[webkit-dev] network resources in webkit

2009-02-17 Thread abhas saroha
Abhas Saroha ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] network resources in webkit

2009-02-18 Thread abhas saroha
hi all, how do all these resources interact with each other. Lets say if i want to make an http connection using these classes , if i just want to make a get request to some server what should the approach be...sorry if i am being vague... Abhas Saroha On Wed, Feb 18, 2009 at 1:59 PM, Brady

[webkit-dev] signals without slots

2009-03-13 Thread abhas saroha
geometryChangeRequested() ) if emitted by javascript get response(like in this case actually change the geometry). And also in the context of setWindowRect() in chromeclient of qt, does the actual geometry change happen and if so how?? Abhas Saroha ___ webkit