gecko-dev/layout
Timothy Nikkel 64ae6aed62 Bug 1340451. Don't use weak frames for reflow callbacks in nsMenuFrame. r=mats
Weak frames are stored in a linked list, so are not fast. Hence they are not meant to be used when there can be a lot of them active at the same time. When constructing large selects with lots of options we create one for every option.

There's no need to use a weak frame for a reflow callback as we can just cancel the reflow callback in the Destroy function.
2017-02-18 02:13:40 -06:00
..
base Merge m-c to inbound, a=merge 2017-02-17 13:51:01 -08:00
build Bug 1335303 - Explicitly set up the bool var cache for BrowserFramesEnabled. r=smaug 2017-02-08 17:04:47 -08:00
doc
forms merge mozilla-inbound to mozilla-central a=merge 2017-02-17 13:24:55 +01:00
generic Backed out 4 changesets (bug 1331322) for Android reftest failures in 1169331-1.html and forced-bg-color-outside-visible-region.html 2017-02-15 21:24:00 -08:00
inspector Bug 1331296 : Part 5 - Update DevTool CSS property database. r=tromey 2017-01-18 10:50:37 +08:00
ipc Bug 1332226, skip some refreshdriver ticks if processing ticks takes too much time, and re-enable high priority vsync, r=afarre 2017-02-11 16:42:20 +02:00
mathml Bug 1297899 - Part 6: Move RestyleManagerHandle functionality into RestyleManager. r=bholley 2017-02-13 11:21:33 +08:00
media Bug 1332937 - Allow libcubeb and other media libs to set the moz crash reason. r=glandium 2017-02-09 14:27:29 +01:00
painting Bug 1340033 - Remove dependency from StyleAnimationValue.h to ServoBindings.h. r=hiro 2017-02-16 15:14:06 +11:00
printing Bug 1329216 - Move default printer name querying. r=bobowen 2017-02-13 13:08:20 +01:00
reftests Merge m-c to inbound, a=merge 2017-02-17 13:51:01 -08:00
style merge mozilla-inbound to mozilla-central a=merge 2017-02-17 13:24:55 +01:00
svg Merge mozilla-central to autoland 2017-02-16 13:20:11 +01:00
tables Backed out changeset 88b5a981e275 (bug 1324524) for Win8 reftest bustage 2017-02-12 20:52:12 -08:00
tools Bug 1280572 - Add layout/tools/reftest to flake8 linter r=ahal 2017-02-15 01:20:56 +05:30
xul Bug 1340451. Don't use weak frames for reflow callbacks in nsMenuFrame. r=mats 2017-02-18 02:13:40 -06:00
moz.build