gecko/layout
Jeff Muizelaar 8d12260f42 Bug 868557. Explicitly unalias list in nsStyleContext::AddChild() r=dbaron
Clang and GCC probably MSVC are not able to unalias list because they don't
realize that mEmptyChild and mChild can't alias mNextSibling and mPrevSibling.
If we explicitly dereference list we get better code, saving 3 instructions
with clang.
2013-05-06 11:05:44 -04:00
..
analysis
base Backout 5878a9a7c540 for breaking tests 2013-05-03 16:41:21 -04:00
build Bug 866151 - Clean up usage of nsCycleCollector.h and nsCycleCollectorUtils.h. r=smaug,bsmedberg 2013-04-30 10:41:22 -07:00
doc
forms Bug 853525 - Convert much of HTMLInputElement (step handling, validation, events, etc.) to use mozilla::Decimal (a Binary Coded Decimal type) to avoid many rounding issues when it has fractional step values. r=mounir 2013-05-06 00:23:18 +01:00
generic Bug 868572. Move nsIScrollPositionListener file from view/ to layout/. r=mats 2013-05-03 17:31:08 -05:00
inspector Bug 864727 part 3. Pass a handle for the parent object to WebIDL dictionary ToObject. r=ms2ger 2013-04-25 12:29:53 -04:00
ipc Bug 865104 - Implement a BasicCompositor. r=nrc 2013-05-01 12:42:05 +12:00
mathml Bug 864119 - Don't generate assertions in MathML mochitests. r=karlt 2013-04-21 12:08:07 +02:00
media Bug 860338 - Remove MOZ_WEBVTT. r=khuey, r=ted 2013-04-10 16:37:00 -07:00
printing Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger 2013-04-22 14:15:59 +03:00
reftests Bug 855352 - annotate some reftests that fail on b2g 2013-05-05 19:46:12 -07:00
style Bug 868557. Explicitly unalias list in nsStyleContext::AddChild() r=dbaron 2013-05-06 11:05:44 -04:00
svg Bug 863994 - Support transform attribute on <svg> elements. r=dholbert 2013-05-05 08:20:25 +01:00
tables Bug 859018 - Remove the MSVC exemption for FAIL_ON_WARNINGS in layout. r=dbaron 2013-04-28 19:02:35 +09:00
tools Bug 865944 - Use top activity instead of process to check launch success; r=jmaher 2013-05-03 11:37:59 -06:00
xul Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc 2013-05-02 10:58:00 -04:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00