..
ARIAMap.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
ARIAMap.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
ARIAStateMap.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
ARIAStateMap.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
AccEvent.cpp
Bug 1525980
- Introduce nsIAccessibleAnnouncementEvent. r=Jamie
2019-02-14 17:42:45 +00:00
AccEvent.h
Bug 1525980
- Introduce nsIAccessibleAnnouncementEvent. r=Jamie
2019-02-14 17:42:45 +00:00
AccGroupInfo.cpp
Bug 1515186 - Always calculate group position for all children of an accessible after a tree mutation, r=Jamie
2019-01-10 05:59:01 +00:00
AccGroupInfo.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
AccIterator.cpp
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
2019-01-18 10:16:18 +01:00
AccIterator.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
AccTypes.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
AccessibleOrProxy.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
AccessibleOrProxy.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
Asserts.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
DocManager.cpp
Bug 1540015 - part 3: Rename Document::GetShell() to Document::GetPresShell() and make it return PresShell* rather than nsIPresShell* r=smaug,emilio
2019-03-29 15:12:47 +00:00
DocManager.h
Bug 1540990 - Get rid of unnecessary nsIPresShell.h inclusions r=emilio
2019-04-04 00:19:48 +00:00
EmbeddedObjCollector.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
EmbeddedObjCollector.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
EventQueue.cpp
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
2019-01-18 10:16:18 +01:00
EventQueue.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
EventTree.cpp
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
2019-01-18 10:16:18 +01:00
EventTree.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
Filters.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
Filters.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
FocusManager.cpp
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
FocusManager.h
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
IDSet.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
Logging.cpp
Bug 1540015 - part 3: Rename Document::GetShell() to Document::GetPresShell() and make it return PresShell* rather than nsIPresShell* r=smaug,emilio
2019-03-29 15:12:47 +00:00
Logging.h
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
MarkupMap.h
Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan
2019-04-05 21:41:42 +00:00
NotificationController.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
NotificationController.h
Bug 1473234: make a11y listen to DOM events from iframes and shadow DOM. r=eeejay
2019-03-25 05:04:36 +00:00
Platform.h
Bug 1479042 - Add Android announcement event plumbing. r=yzen
2019-03-05 19:36:05 +00:00
Relation.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
RelationType.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
RelationTypeMap.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
Role.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
RoleMap.h
Bug 1529407: Correct MSAA accValue and accRole for role="document". r=MarcoZ
2019-02-21 06:48:02 +00:00
SelectionManager.cpp
Bug 1540927 - part 2: Make Selection use mozilla::PresShell directly rather than via nsIPresShell r=smaug
2019-04-03 07:53:23 +00:00
SelectionManager.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
States.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
Statistics.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
StyleInfo.cpp
Bug 1523071 - Add bindings for LengthPercentage, and use it for text-indent. r=jwatt
2019-02-10 04:10:24 +01:00
StyleInfo.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
TextAttrs.cpp
Bug 760345 - Remove the last usage of lossy currentcolor. r=heycam
2019-04-06 17:47:58 +00:00
TextAttrs.h
Bug 1535165 - Use cbindgen for text-decoration-line. r=dholbert,boris
2019-03-18 17:58:16 +00:00
TextRange-inl.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
TextRange.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
TextRange.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
TextUpdater.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
TextUpdater.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
TreeWalker.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
TreeWalker.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
XULMap.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
moz.build
Bug 1528651 - Re-enable warnings-as-errors on Windows in some directories. r=dmajor
2019-02-17 15:03:02 +09:00
nsAccCache.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
nsAccUtils.cpp
Bug 1520611 - Prune children in Android. r=yzen
2019-01-24 00:23:45 +00:00
nsAccUtils.h
Bug 1520611 - Consolidate ProxyAccessible::MustPruneChildren into nsAccUtils. r=Jamie
2019-01-24 00:23:30 +00:00
nsAccessibilityService.cpp
Bug 1542407 - Make nsIFrame use mozilla::PresShell directly rather than via nsIPresShell r=emilio
2019-04-06 06:02:28 +00:00
nsAccessibilityService.h
Bug 1525980
- Introduce nsIAccessibleAnnouncementEvent. r=Jamie
2019-02-14 17:42:45 +00:00
nsAccessiblePivot.cpp
Bug 1520611 - Add pivot prune prefilter, use it in jsat. r=yzen
2019-01-24 00:23:40 +00:00
nsAccessiblePivot.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
nsCoreUtils.cpp
Bug 1540015 - part 3: Rename Document::GetShell() to Document::GetPresShell() and make it return PresShell* rather than nsIPresShell* r=smaug,emilio
2019-03-29 15:12:47 +00:00
nsCoreUtils.h
Bug 1540015 - part 3: Rename Document::GetShell() to Document::GetPresShell() and make it return PresShell* rather than nsIPresShell* r=smaug,emilio
2019-03-29 15:12:47 +00:00
nsEventShell.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
nsEventShell.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
nsTextEquivUtils.cpp
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
nsTextEquivUtils.h
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00