Commit 0341151d authored by Sebastian Hengst's avatar Sebastian Hengst
Browse files

Bug 1594981 - update Core::DOM* and Core::Storage* bugzilla product and...

Bug 1594981 - update Core::DOM* and Core::Storage* bugzilla product and component meta data in moz.build files after reorganization in bug 1594717. r=annevk

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

--HG--
extra : moz-landing-system : lando
parent 09fc119a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ with Files("test/popups/**"):
    BUG_COMPONENT = ("Firefox", "Site Permissions")

with Files("test/referrer/**"):
    BUG_COMPONENT = ("Core", "Document Navigation")
    BUG_COMPONENT = ("Core", "DOM: Navigation")

with Files("test/sanitize/**"):
    BUG_COMPONENT = ("Toolkit", "Data Sanitization")
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
    BUG_COMPONENT = ('Core', 'Document Navigation')
    BUG_COMPONENT = ('Core', 'DOM: Navigation')

with Files('crashtests/430628*'):
    BUG_COMPONENT = ('Core', 'Editor')
    BUG_COMPONENT = ('Core', 'DOM: Editor')

with Files('crashtests/432114*'):
    BUG_COMPONENT = ('Core', 'Editor')
    BUG_COMPONENT = ('Core', 'DOM: Editor')

with Files('crashtests/500328*'):
    BUG_COMPONENT = ('Firefox', 'Bookmarks & History')
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('**'):
    BUG_COMPONENT = ('Core', 'Document Navigation')
    BUG_COMPONENT = ('Core', 'DOM: Navigation')

if CONFIG['MOZ_BUILD_APP'] == 'browser':
    DEFINES['MOZ_BUILD_APP_IS_BROWSER'] = True
+4 −4
Original line number Diff line number Diff line
with Files('**'):
    BUG_COMPONENT = ('Core', 'Document Navigation')
    BUG_COMPONENT = ('Core', 'DOM: Navigation')

with Files('browser/*_bug234628*'):
    BUG_COMPONENT = ('Core', 'Internationalization')
@@ -113,13 +113,13 @@ with Files('navigation/*13871.html'):
    BUG_COMPONENT = ('Core', 'Security')

with Files('navigation/*386782*'):
    BUG_COMPONENT = ('Core', 'Editor')
    BUG_COMPONENT = ('Core', 'DOM: Editor')

with Files('navigation/*430624*'):
    BUG_COMPONENT = ('Core', 'Editor')
    BUG_COMPONENT = ('Core', 'DOM: Editor')

with Files('navigation/*430723*'):
    BUG_COMPONENT = ('Core', 'User events and focus handling')
    BUG_COMPONENT = ('Core', 'DOM: UI Events & Focus Handling')

with Files('navigation/*child*'):
    BUG_COMPONENT = ('Core', 'Security')
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

with Files('*Selection*'):
    BUG_COMPONENT = ('Core', 'Selection')
    BUG_COMPONENT = ('Core', 'DOM: Selection')

with Files("**"):
    BUG_COMPONENT = ("Core", "DOM: Core & HTML")
Loading