gecko-dev/testing
Ting-Yu Lin 05ac470320 Bug 1503420 Part 2 - Fix appending a subtree with column-span descendants under the ::moz-column-content. r=emilio
The elements under <body> are treat as content append, so their frames
will be construct by nsCSSFrameConstructor::ContentAppended.

This patch fixed only the simple "append" case which is appending to the
last continuation of ::moz-column-content. For other more complex
appending or inserting cases, we might need to reframe (bug 1504053).

Differential Revision: https://phabricator.services.mozilla.com/D16076

--HG--
extra : moz-landing-system : lando
2019-01-15 03:48:02 +00:00
..
awsy Bug 1515201 - Avoid loading about:blank in the privileged content process during AWSY tests. r=erahm 2019-01-07 16:05:53 +00:00
config Bug 1514075 - added updated hostutils for macOS r=gbrown 2019-01-09 22:59:12 +00:00
crashtest
firefox-ui Bug 1511312 - [fxui] Re-enable update permissions for update tests. r=ato 2019-01-03 14:06:22 +00:00
geckodriver Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-01-15 18:12:37 +02:00
gtest Bug 1506611 - Fixed linter errors in testing/gtest r=ahal 2018-12-31 16:51:03 +00:00
jsshell
marionette Bug 1520137: Update documentation pointing to #interop instead of #ateam r=whimboo 2019-01-15 14:14:10 +00:00
mochitest Bug 1513241: Update frontend consumers of loadURI and pass loadURIOptions dictionary. r=gijs 2019-01-11 12:44:20 +01:00
modules Bug 1415483 - Apply the new options to reject-importGlobalProperties across the codebase, remove unnecessary importGlobalProperties. r=nika 2018-12-11 21:39:40 +00:00
mozbase Bug 1516554 - Part 3: Fix VRGPUParent memory leak in the destructor. r=kip 2019-01-14 21:58:51 +00:00
mozharness Bug 1512352 - Improve task retry handling in test-verify; r=bc 2019-01-14 07:58:41 -07:00
profiles Bug 1498812 - Part 7: Generally enable Visual Viewport for Mochitests. r=botond 2019-01-11 19:49:41 +00:00
raptor Bug 1513365 Add Google Mail to tp6 r=rwood 2019-01-15 08:33:31 +00:00
runtimes Bug 1516456 - adjust writeruntimes.py to work with latest activedata. r=bc 2018-12-26 19:35:30 +00:00
specialpowers Bug 1515286 - Introduce nsIURIClassifier.getFeatureByName() and nsIURIClassifier.createFeatureWithTables(), r=dimi 2019-01-05 09:10:45 +01:00
talos Bug 1518969: Restore TextEncoder import in talos's api.js file. r=Standard8 2019-01-11 11:40:36 +00:00
tools Bug 1519307 - Add a new project to build useful parts of breakpad independently. r=froydnj 2019-01-11 16:01:15 +00:00
tps Bug 1506611 - Fixed linter errors in testing/tps. r=ahal 2019-01-15 15:58:52 +00:00
web-platform Bug 1503420 Part 2 - Fix appending a subtree with column-span descendants under the ::moz-column-content. r=emilio 2019-01-15 03:48:02 +00:00
webdriver Bug 1520137: Update documentation pointing to #interop instead of #ateam r=whimboo 2019-01-15 14:14:10 +00:00
xpcshell Bug 1517456 - Make Task.jsm a test-only module. r=florian 2019-01-04 08:41:58 +00:00
cppunittest.ini
mach_commands.py Bug 1500995 - Allow for missing 'failures' data in 'mach test-info'; r=me,a=test-only 2018-12-21 14:18:15 -07:00
moz.build
parse_build_tests_ccov.py Bug 1473067 - Parse coverage artifacts at the end of builds. r=ted 2018-12-10 13:29:43 +01:00
README.txt
remotecppunittests.py Bug 1515189 - Consolidate ADBDevice and ADBAndroid classes; r=bc 2018-12-19 14:04:02 -07:00
runcppunittests.py
testsuite-targets.mk

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff