No subject
Tue Jan 27 15:54:36 PST 2015
is live until the page is destroyed.
The closest you will find to a page being "ready" comes from the layout
milestones.
Look LayoutMilestoneFlag in WebCore.
DidFirstPaintAfterSuppressedIncrementalRendering may be the easiest for
what you are trying to do.
> 2) To Store images, so that after page gets rendered ,we can repaint
> them again after doing some modifications.
>
> The problem is- Is it possible to repaint only the saved images again ?
> And if yes is their any way to do that.
After you replaced the image buffer, use imageChanged().
>
> TIA..
>
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-help
--------------040206020100080307050700
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Please, stop crossposting to
webkit-dev.<br>
<br>
On 07/03/2015 05:02, ankit srivastav wrote:<br>
</div>
<blockquote
cite="mid:CADgS8S0p_HjMLqTFmVJ6w8HE6Ri-_W-scU34r2iDT-tjVpQ_Sw at mail.gmail.com"
type="cite">
<div dir="ltr">
<div style="font-size:13px">
<div>
<div>Hi Max<br>
<br>
</div>
Thanks for your reply.<br>
<br>
</div>
But may be you took the question into a different direction.
We are trying to make changes into Webkit code, so that the
functionality works for each and every application/Webpage. <br>
<br>
</div>
<div style="font-size:13px">We have to achieve two things:<br>
</div>
<div style="font-size:13px">1) An event {from within the webkit}
when the whole Web Page is rendered.<br>
</div>
</div>
</blockquote>
There is no real concept of "the full page is rendered" in a web
engine. From the engine perspective, once a page has started its
execution, it is live until the page is destroyed.<br>
<br>
The closest you will find to a page being "ready" comes from the
layout milestones.<br>
Look LayoutMilestoneFlag in WebCore.
DidFirstPaintAfterSuppressedIncrementalRendering may be the easiest
for what you are trying to do.<br>
<blockquote
cite="mid:CADgS8S0p_HjMLqTFmVJ6w8HE6Ri-_W-scU34r2iDT-tjVpQ_Sw at mail.gmail.com"
type="cite">
<div dir="ltr">
<div style="font-size:13px">2) To Store images, so that after
page gets rendered ,we can repaint them again after doing some
modifications.<br>
<br>
</div>
<div style="font-size:13px">The problem is- Is it possible to
repaint only the saved images again ?<br>
</div>
<div style="font-size:13px">And if yes is their any way to do
that.<br>
</div>
</div>
</blockquote>
After you replaced the image buffer, use imageChanged().<br>
<blockquote
cite="mid:CADgS8S0p_HjMLqTFmVJ6w8HE6Ri-_W-scU34r2iDT-tjVpQ_Sw at mail.gmail.com"
type="cite">
<div dir="ltr">
<div style="font-size:13px"><br>
</div>
<div style="font-size:13px">TIA..</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
webkit-help mailing list
<a class="moz-txt-link-abbreviated" href="mailto:webkit-help at lists.webkit.org">webkit-help at lists.webkit.org</a>
<a class="moz-txt-link-freetext" href="https://lists.webkit.org/mailman/listinfo/webkit-help">https://lists.webkit.org/mailman/listinfo/webkit-help</a>
</pre>
</blockquote>
<br>
</body>
</html>
--------------040206020100080307050700--
More information about the webkit-help
mailing list