Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Feature Request: Expose calls to repaintRequested(..) via JavaScript callback 'onRepaint(rect)' #11793

Closed
DrMiaow opened this issue Nov 26, 2013 · 2 comments
Labels

Comments

@DrMiaow
Copy link

DrMiaow commented Nov 26, 2013

AIM: Expose calls to repaintRequested(..) via JavaScript callback 'onRepaint(rect)'

REASON: I want to be able to build a histogram of the volume of repaint activity over time.

DrMiaow pushed a commit to DrMiaow/phantomjs that referenced this issue Dec 3, 2013
Enables subscription to RepaintRequested events.
When the callback is invoked the time that the repaint was requested as well as the x,y and width,height of the repainted rectangle are provided as parameters.
Usage: page.onRepaint = function(time, x, y, width, height) { }

ariya#11793
@Downchuck
Copy link

Suggested method for this for this is: "onRepaintRequested" vs "onRepaint".

detro pushed a commit that referenced this issue Jan 6, 2014
Enables subscription to RepaintRequested events.
When the callback is invoked the time that the repaint was requested as well as the x,y and width,height of the repainted rectangle are provided as parameters.
Usage: page.onRepaint = function(time, x, y, width, height) { }

#11793
@stale stale bot added the stale label Dec 27, 2019
@stale
Copy link

stale bot commented Dec 30, 2019

Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!

@stale stale bot closed this as completed Dec 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants