Bug 1350496 - add BUG_COMPONENT to docshell/* files. r=overholt

MozReview-Commit-ID: LpBfQrwEUS7
This commit is contained in:
Joel Maher 2017-04-09 05:43:52 -04:00
parent 694ea4ea3b
commit 42a14db555
4 changed files with 179 additions and 0 deletions

View file

@ -4,6 +4,33 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'Document Navigation')
with Files('crashtests/430628*'):
BUG_COMPONENT = ('Core', 'Editor')
with Files('crashtests/432114*'):
BUG_COMPONENT = ('Core', 'Editor')
with Files('crashtests/500328*'):
BUG_COMPONENT = ('Firefox', 'Bookmarks & History')
with Files('IHistory.h'):
BUG_COMPONENT = ('Toolkit', 'Places')
with Files('*LoadContext.*'):
BUG_COMPONENT = ('Core', 'Networking')
with Files('nsAboutRedirector.*'):
BUG_COMPONENT = ('Core', 'General')
with Files('nsILinkHandler.*'):
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
with Files('nsIScrollObserver.*'):
BUG_COMPONENT = ('Core', 'Panning and Zooming')
DIRS += [
'timeline',
]

View file

@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
EXPORTS.mozilla += [
'AbstractTimelineMarker.h',
'AutoGlobalTimelineMarker.h',

View file

@ -4,6 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'Document Navigation')
DIRS += [
'base',
'shistory',

146
docshell/test/moz.build Normal file
View file

@ -0,0 +1,146 @@
with Files('**'):
BUG_COMPONENT = ('Core', 'Document Navigation')
with Files('browser/*_bug234628*'):
BUG_COMPONENT = ('Core', 'Internationalization')
with Files('browser/*_bug349769*'):
BUG_COMPONENT = ('Core', 'DOM')
with Files('browser/*_bug388121*'):
BUG_COMPONENT = ('Core', 'DOM')
with Files('browser/*_bug655270*'):
BUG_COMPONENT = ('Toolkit', 'Places')
with Files('browser/*_bug655273*'):
BUG_COMPONENT = ('Firefox', 'Menus')
with Files('browser/*_bug852909*'):
BUG_COMPONENT = ('Firefox', 'Menus')
with Files('browser/*bug92473*'):
BUG_COMPONENT = ('Core', 'Internationalization')
with Files('browser/*loadDisallowInherit*'):
BUG_COMPONENT = ('Firefox', 'Location Bar')
with Files('browser/*tab_touch_events*'):
BUG_COMPONENT = ('Core', 'DOM: Events')
with Files('browser/*timelineMarkers*'):
BUG_COMPONENT = ('Firefox', 'Developer Tools: Performance Tools (Profiler/Timeline)')
with Files('browser/*ua_emulation*'):
BUG_COMPONENT = ('Firefox', 'Developer Tools')
with Files('chrome/*112564*'):
BUG_COMPONENT = ('Core', 'Networking: HTTP')
with Files('chrome/*303267*'):
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
with Files('chrome/*453650*'):
BUG_COMPONENT = ('Core', 'Layout')
with Files('chrome/*565388*'):
BUG_COMPONENT = ('Core', 'Widget')
with Files('chrome/*582176*'):
BUG_COMPONENT = ('Core', 'DOM')
with Files('chrome/*608669*'):
BUG_COMPONENT = ('Core', 'DOM')
with Files('chrome/*690056*'):
BUG_COMPONENT = ('Core', 'DOM')
with Files('chrome/*92598*'):
BUG_COMPONENT = ('Core', 'Networking: HTTP')
with Files('chrome/*private_hidden_window*'):
BUG_COMPONENT = ('Firefox', 'Private Browsing')
with Files('iframesandbox/**'):
BUG_COMPONENT = ('Core', 'Security')
with Files('iframesandbox/*marquee_event_handlers*'):
BUG_COMPONENT = ('Core', 'DOM: Security')
with Files('navigation/*13871.html'):
BUG_COMPONENT = ('Core', 'Security')
with Files('navigation/*386782*'):
BUG_COMPONENT = ('Core', 'Editor')
with Files('navigation/*430624*'):
BUG_COMPONENT = ('Core', 'Editor')
with Files('navigation/*430723*'):
BUG_COMPONENT = ('Core', 'Keyboard: Navigation')
with Files('navigation/*child*'):
BUG_COMPONENT = ('Core', 'Security')
with Files('navigation/*opener*'):
BUG_COMPONENT = ('Core', 'Security')
with Files('navigation/*reserved*'):
BUG_COMPONENT = ('Core', 'Security')
with Files('navigation/*triggering*'):
BUG_COMPONENT = ('Core', 'DOM: Security')
with Files('unit/*442584*'):
BUG_COMPONENT = ('Core', 'Networking: Cache')
with Files('unit/*setUsePrivateBrowsing*'):
BUG_COMPONENT = ('Firefox', 'Extension Compatibility')
with Files('*1045096*'):
BUG_COMPONENT = ('Core', 'DOM')
with Files('*1151421*'):
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
with Files('*369814*'):
BUG_COMPONENT = ('Core', 'Networking: JAR')
with Files('*402210*'):
BUG_COMPONENT = ('Core', 'DOM: Security')
with Files('*509055*'):
BUG_COMPONENT = ('Core', 'History: Global')
with Files('*511449*'):
BUG_COMPONENT = ('Core', 'Widget: Cocoa')
with Files('*551225*'):
BUG_COMPONENT = ('Core', 'DOM')
with Files('*570341*'):
BUG_COMPONENT = ('Core', 'DOM')
with Files('*580069*'):
BUG_COMPONENT = ('Core', 'DOM')
with Files('*637644*'):
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
with Files('*640387*'):
BUG_COMPONENT = ('Core', 'DOM: Events')
with Files('*668513*'):
BUG_COMPONENT = ('Core', 'DOM')
with Files('*713825*'):
BUG_COMPONENT = ('Core', 'Internationalization')
with Files('*797909*'):
BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
with Files('*forceinheritprincipal*'):
BUG_COMPONENT = ('Core', 'DOM: Security')