gecko/layout/xul/tree
Benoit Jacob 93826fc6b0 Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel
find . -type f | grep -v '\./obj' | grep -v '\.hg' | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)GFX_CONTENT_\(COLOR\|ALPHA\|COLOR_ALPHA\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1gfxContentType::\2\3/g'
2014-01-23 13:26:40 -05:00
..
crashtests Bug 585815 - crash test 2013-05-18 18:38:34 +00:00
moz.build Bug 946065. Part 5: Move content/events to dom/ and flatten away 'src' directory. r=Ms2ger 2014-01-10 16:03:25 +13:00
nsITreeBoxObject.idl Bug 919326 - Minimize the #includes in layout/ IDL files; r=roc 2013-09-22 19:24:27 -04:00
nsITreeColumns.idl
nsITreeContentView.idl Bug 919326 - Minimize the #includes in layout/ IDL files; r=roc 2013-09-22 19:24:27 -04:00
nsITreeSelection.idl
nsITreeView.idl Bug 919326 - Minimize the #includes in layout/ IDL files; r=roc 2013-09-22 19:24:27 -04:00
nsTreeBodyFrame.cpp Bug 959380 - 4/5 - Make gfxContentType a typed enum - r=jrmuizel 2014-01-23 13:26:40 -05:00
nsTreeBodyFrame.h Add support for unicode-bidi: -moz-plaintext in XUL. Bug 869833, r=roc 2013-11-18 17:24:16 +02:00
nsTreeBoxObject.cpp Bug 653881 - Rework XBL insertion points and clean up related code to more closely follow the Web Components model. Instead of maintaining a hashtable of insertion points in bindings (and removing insertions points from the tree) leave the insertion points in the tree as explicit placeholders and teach all other relevant code how to walk the explicit children of elements via two iterators (ExplicitChildIterator and FlattenedChildIterator). Note that this patch does not maintain 100% compatibility with the previous code: there are bug fixes and behavior changes included. For example, by having explicit insertion points in the bindings, it is now easier to handle dynamic changes to the bound element correctly (as well as, eventually, handling dynamic changes to the binding correctly). Patch originally by sicking. r=bzbarsky 2013-05-01 15:50:08 -07:00
nsTreeBoxObject.h
nsTreeColFrame.cpp
nsTreeColFrame.h
nsTreeColumns.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsTreeColumns.h Bug 928900 - Reduce some content/ #includes; r=jst 2013-10-21 17:23:33 -04:00
nsTreeContentView.cpp Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsTreeContentView.h Bug 875367: Annotate ~280 more methods with MOZ_OVERRIDE in /layout. r=dholbert 2013-05-29 12:37:49 -07:00
nsTreeImageListener.cpp
nsTreeImageListener.h
nsTreeSelection.cpp Bug 912956 part.18 Remove nsGUIEvent.h r=roc 2013-09-25 20:21:22 +09:00
nsTreeSelection.h Bug 875367: Annotate ~280 more methods with MOZ_OVERRIDE in /layout. r=dholbert 2013-05-29 12:37:49 -07:00
nsTreeStyleCache.cpp
nsTreeStyleCache.h Bug 875367: Annotate ~280 more methods with MOZ_OVERRIDE in /layout. r=dholbert 2013-05-29 12:37:49 -07:00
nsTreeUtils.cpp Bug 938869 - Build layout/xul in unified mode; r=roc 2013-11-14 21:51:01 -05:00
nsTreeUtils.h Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg 2013-04-08 14:35:31 -04:00