]> Pileus Git - ~andy/gtk/commit
css: Ensure the tree built is always the same
authorAlexander Larsson <alexl@redhat.com>
Thu, 29 Nov 2012 15:20:14 +0000 (16:20 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 30 Nov 2012 13:53:30 +0000 (14:53 +0100)
commit146b6f3a93f3a1f969240a494b5e3ab03815391d
treee3913d55d5c4bc35d2ec7eb592c16f41bcdd6707
parent3d5e8f98ec4ad3e696bc2d03d29425c6b611613e
css: Ensure the tree built is always the same

We add some "artificial" ordering to the otherwise unordered
tree nodes. This means the tree will be the same every time for the
same input. This is good because e.g. tree order affects the
reordering of the simple selectors, which may affect how
css providers are printed, which need to be consistent for
the css tests to work.
gtk/gtkcssselector.c