paterson / servo

The Servo Browser Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create stub implementations of the algorithms for update the image data and environment changes.

paterson opened this issue · comments

These will be methods named things like update_the_image_data that consist of calls to other stub methods like await_a_stable_state() as necessary, but where functionality already exists (eg. inspecting element attributes, parents, etc.) there can be real implementations of the relevant steps.

@CalvinNolan @TomasBarry @robbradyire @GregBuckley @briggsbog This is where the update of image data happens (And we only really have to create stub methods for it like)