gecko/embedding
Jamie Nicol 2ab13a5399 Bug 1187619 - Only optmimize FrameLayerBuilder visibility calculations if correct. r=mattwoodrow
Bug 1176077 introduced the parameter aDirtyRegion to
DrawPaintedLayerCallback, which allows the callback to recompute the
visibility of all items to be painted in that transaction in a single
go. However, this parameter can not always be determined correctly
when using RotatedBuffer, and using an incorrect value was causing
graphical glitches.

Make the parameter optional, and on null values do not perform the
optimisation. Pass null from ClientPaintedLayer, which uses
RotatedBuffer and was causing problems, but continue to pass the
correct value from other Layer implementations. This optimisation was
most important for tiled layers using progressive paint, so this is
okay.
2015-08-03 04:07:00 -04:00
..
android Bug 1099501 - Export and use ANDROID_TOOLS where appropriate. r=snorp,bnicholson 2014-11-17 11:12:00 -08:00
browser Bug 1187619 - Only optmimize FrameLayerBuilder visibility calculations if correct. r=mattwoodrow 2015-08-03 04:07:00 -04:00
components Bug 830801 - Part 3. Remove NOMINMAX define from cpp source. r=mshal 2015-08-03 10:07:20 +09:00
ios bug 1172655 - Add GeckoEmbed XCode project (NPOTB) 2015-06-15 07:46:08 -04:00
test Bug 1170334 - Re-escape entities in nsWebBrowserPersist XML stylesheet handling. r=hsivonen 2015-06-10 18:33:00 +02:00
tests/unit Bug 1173681 - Remove winEmbed. r=bsmedberg 2015-06-23 08:54:04 -07:00
moz.build Bug 1054703 - Part 1: Flatten embedding/base/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsEmbedCID.h Bug 1054703 - Part 1: Flatten embedding/base/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsIWindowCreator2.idl Bug 1138290 - New option in WindowWatcher.openWindow to open another toplevel window on b2g. r=roc 2015-04-29 17:25:26 +08:00
nsIWindowCreator.idl Bug 1054703 - Part 1: Flatten embedding/base/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00
nsIWindowProvider.idl Bug 1054703 - Part 1: Flatten embedding/base/ into parent directory. r=bsmedberg 2014-08-20 10:27:16 -07:00