gecko/widget
Joe Drew b7fac673c5 Bug 603134 - Sometimes windows on OS X don't refresh until you move them. r=jrmuizel,josh a=b
OS X has a bug that causes new OpenGL-using windows to only draw once or twice
after some amount of uptime. However, if you move those windows, they will
redraw happily for a very long time (perhaps forever). We can similarly
convince OS X to start redrawing those windows by disassociating our view from
the OpenGL context, then reassociating it, on our first draw.
2011-02-03 16:12:33 -05:00
..
public Bug 622328 - Fixup widget's UpdateTransparentRegion now that layout's transparent region includes all content. r=roc, a=blocking. 2011-01-27 16:58:58 -06:00
reftests Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests 2010-07-30 16:48:57 -07:00
src Bug 603134 - Sometimes windows on OS X don't refresh until you move them. r=jrmuizel,josh a=b 2011-02-03 16:12:33 -05:00
tests Bug 615589 - '-moz-mac-focusring' color should be keyboardFocusIndicatorColor (NSColor). Also fixes tests. r=josh+mstange, a=beltzner. 2010-12-21 19:51:00 +01:00
Makefile.in