Nightly Distribution of the master branch

Build: #1687 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
6 minutes
Labels
None
Revision
dd4df0a5ef2435f1c380a1c83c5b838b6986b2ce
Total tests
736
Successful since
#1685 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> dd4df0a5ef2435f1c380a1c83c5b838b6986b2ce Improve how XmlStringBuilder handles enclosing XML environments
to avoid emitting unnecessary attributes like xmlns.

Also add a test for MediaElement that checks that <uri/> does not
carry a xmlns attribute.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 935465a11b7376be29c6967b5be5c9fde7a1e51a Remove duplicate code in XmlStringBuilder
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 85ef149c832442737b2b880d0d1d6a7e94016d47 Make XmlStringBuilder.prelude() protected
as the user should never be required to call it.