From e1af973b6fded22878234fdafc1a77f16703f274 Mon Sep 17 00:00:00 2001 From: overholt Date: Mon, 11 Sep 2017 14:30:04 -0400 Subject: [PATCH] Clarify some component<->team mappings --- scripts/settings.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/scripts/settings.py b/scripts/settings.py index a50fc29..dbef168 100644 --- a/scripts/settings.py +++ b/scripts/settings.py @@ -35,23 +35,25 @@ # Selection criteria for various teams based on bug product and component TEAMS = [["Layout", - "Details.product='Core' AND (Details.component LIKE 'layout%' OR Details.component LIKE 'print%' OR Details.component LIKE 'widget%' OR Details.component IN ('CSS Parsing and Computation','Style System (CSS)','SVG','Internationalization','MathML'))"], + "Details.product='Core' AND (Details.component LIKE 'layout%' OR Details.component LIKE 'print%' OR Details.component LIKE 'widget%' OR Details.component IN ('CSS Parsing and Computation','Style System (CSS)','SVG','Internationalization','MathML','DOM: Animation','Editor','DOM:CSS Object Model'))"], ["Media", "Details.product='Core' AND (Details.component LIKE 'WebRTC%' OR Details.component LIKE 'Audio/Video%' OR Details.component='Web Audio')"], ["JavaScript", "Details.product='Core' AND (Details.component LIKE 'javascript%' OR Details.component IN ('Nanojit'))"], + ["Security", + "Details.product='Core' AND (Details.component IN ('DOM: Security','Security: CAPS','Security'))"], + ["Other", + "Details.product='Core' AND (Details.component IN ('DMD','File Handling','General','Geolocation','IPC','Java: OJI','jemalloc','js-ctypes','Memory Allocator','mfbt','mozglue','Permission Manager','Preferences: Backend','String','XPCOM','MFBT','Disability Access APIs','Rewriting and Analysis','RDF','Spelling checker','Web Services','XForms','DOM: Flyweb','DOM: Content Processes') OR Details.component LIKE 'Embedding%' OR Details.component LIKE '(HAL)' OR Details.component LIKE 'xp toolkit'"], ["DOM", - "Details.product='Core' AND (Details.component LIKE 'DOM%' OR Details.component LIKE 'xp toolkit%' OR Details.component IN ('Document Navigation','Drag and Drop','Editor','Event Handling','HTML: Form Submission','HTML: Parser','RDF','Security','Security: CAPS','Selection','Serializers','Spelling checker','Web Services','XBL','XForms','XML','XPConnect','XSLT','XUL'))"], + "Details.product='Core' AND (Details.component LIKE 'DOM%' OR Details.component IN ('Document Navigation','Drag and Drop','Event Handling','HTML: Form Submission','HTML: Parser','Keyboard: Navigation','Selection','Serializers','XBL','XML','XPConnect','XSLT'))"], ["GFX", "Details.product='Core' AND (Details.component LIKE 'GFX%' OR Details.component LIKE 'canvas%' OR Details.component LIKE 'Graphics%' OR Details.component IN ('Graphics','Image: Painting','ImageLib'))"], ["Frontend", - "Details.product='Firefox' OR Details.product='Firefox for Metro' OR Details.product='Toolkit' OR (Details.product='Core' AND (Details.component IN ('Form Manager','History: Global','Identity','Installer: XPInstall Engine','Security: UI','Keyboard: Navigation')))"], + "Details.product='Firefox' OR Details.product='Firefox for Metro' OR Details.product='Toolkit' OR (Details.product='Core' AND (Details.component IN ('Form Manager','History: Global','Identity','Installer: XPInstall Engine','Security: UI','Keyboard: Navigation','XUL')))"], ["Networking", "Details.product='Core' AND Details.component like 'Networking%'"], ["Mail", "Details.product='MailNews Core' OR Details.product='Thunderbird' OR (Details.product='Core' AND (Details.component like 'Mail%'))"], - ["Other", - "Details.product='Core' AND (Details.component IN ('DMD','File Handling','General','Geolocation','IPC','Java: OJI','jemalloc','js-ctypes','Memory Allocator','mfbt','mozglue','Permission Manager','Preferences: Backend','String','XPCOM','MFBT','Disability Access APIs','Rewriting and Analysis') OR Details.component LIKE 'Embedding%' OR Details.component LIKE '(HAL)')"], ["Crypto", "Details.product IN ('JSS','NSS','NSPR') OR (Details.product='Core' AND Details.component IN ('Security: PSM','Security: S/MIME'))"], ["Services",