зеркало из https://github.com/mozilla/pjs.git
That part about the frame deleted reflow command being a list was a
bit overzealous. It can't be. Maybe at some point we'll have an argument that specifies the number of frames to delete
This commit is contained in:
Родитель
602e157092
Коммит
98356c0bea
|
@ -99,14 +99,9 @@ public:
|
|||
|
||||
/**
|
||||
* Reflow command generated by the style system in response to a
|
||||
* ContentRemoved content notification. The "child frame" is a linked list
|
||||
* of frames associated with the content that has been removed. Note that
|
||||
* there can be more than one frame in which case they're adjacent siblings.
|
||||
*
|
||||
* The target frame should remove and delete each of the frames.
|
||||
*
|
||||
* The target frame is the content parent of the child frames to be
|
||||
* deleted.
|
||||
* ContentRemoved content notification. The "child frame" is the frame
|
||||
* associated with the content that has been removed. The target frame
|
||||
* is the content parent of the "child frame".
|
||||
*
|
||||
* @see #GetTarget()
|
||||
* @see #GetChildFrame()
|
||||
|
|
Загрузка…
Ссылка в новой задаче