Confirmed users
586
edits
(→Rules) |
(add some related bugs) |
||
Line 30: | Line 30: | ||
== Implementation Assertions == | == Implementation Assertions == | ||
* The firstPaint flag on the presShell is set by browser.js if and only if the next draw will be of a different document than the previous draw was. It is cleared as close to the composition of that draw as possible. | * The firstPaint flag on the presShell is set by browser.js if and only if the next draw will be of a different document than the previous draw was. It is cleared as close to the composition of that draw as possible. | ||
== Related bugs for more information == | |||
* {{bug|732091}} - Make the compositor know when it's painting a new page | |||
* {{bug|732564}} - Get viewport handling good again | |||
* {{bug|731829}} - Race condition can leave checkerboarding on screen after rotation | |||
* {{bug|731897}} - make js set the java viewport synchronously | |||
* {{bug|732089}} - keep resolution on the document instead of the xul window |