moz.build (3581B)
1 with Files("**"): 2 BUG_COMPONENT = ("Core", "DOM: Navigation") 3 4 with Files("browser/*_bug234628*"): 5 BUG_COMPONENT = ("Core", "Internationalization") 6 7 with Files("browser/*_bug349769*"): 8 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 9 10 with Files("browser/*_bug388121*"): 11 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 12 13 with Files("browser/*_bug655270*"): 14 BUG_COMPONENT = ("Toolkit", "Places") 15 16 with Files("browser/*_bug655273*"): 17 BUG_COMPONENT = ("Firefox", "Menus") 18 19 with Files("browser/*_bug852909*"): 20 BUG_COMPONENT = ("Firefox", "Menus") 21 22 with Files("browser/*bug92473*"): 23 BUG_COMPONENT = ("Core", "Internationalization") 24 25 with Files("browser/*loadDisallowInherit*"): 26 BUG_COMPONENT = ("Firefox", "Address Bar") 27 28 with Files("browser/*tab_touch_events*"): 29 BUG_COMPONENT = ("Core", "DOM: Events") 30 31 with Files("browser/*ua_emulation*"): 32 BUG_COMPONENT = ("DevTools", "General") 33 34 with Files("chrome/*112564*"): 35 BUG_COMPONENT = ("Core", "Networking: HTTP") 36 37 with Files("chrome/*303267*"): 38 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 39 40 with Files("chrome/*453650*"): 41 BUG_COMPONENT = ("Core", "Layout") 42 43 with Files("chrome/*565388*"): 44 BUG_COMPONENT = ("Core", "Widget") 45 46 with Files("chrome/*582176*"): 47 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 48 49 with Files("chrome/*608669*"): 50 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 51 52 with Files("chrome/*690056*"): 53 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 54 55 with Files("chrome/*92598*"): 56 BUG_COMPONENT = ("Core", "Networking: HTTP") 57 58 with Files("iframesandbox/**"): 59 BUG_COMPONENT = ("Core", "Security") 60 61 with Files("iframesandbox/*marquee_event_handlers*"): 62 BUG_COMPONENT = ("Core", "DOM: Security") 63 64 65 with Files("mochitest/*1045096*"): 66 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 67 68 with Files("mochitest/*1151421*"): 69 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 70 71 with Files("mochitest/*402210*"): 72 BUG_COMPONENT = ("Core", "DOM: Security") 73 74 with Files("mochitest/*509055*"): 75 BUG_COMPONENT = ("Firefox", "Bookmarks & History") 76 77 with Files("mochitest/*551225*"): 78 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 79 80 with Files("mochitest/*570341*"): 81 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 82 83 with Files("mochitest/*580069*"): 84 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 85 86 with Files("mochitest/*637644*"): 87 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 88 89 with Files("mochitest/*640387*"): 90 BUG_COMPONENT = ("Core", "DOM: Events") 91 92 with Files("mochitest/*668513*"): 93 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 94 95 with Files("mochitest/*797909*"): 96 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 97 98 with Files("mochitest/*forceinheritprincipal*"): 99 BUG_COMPONENT = ("Core", "DOM: Security") 100 101 102 with Files("navigation/*13871.html"): 103 BUG_COMPONENT = ("Core", "Security") 104 105 with Files("navigation/*386782*"): 106 BUG_COMPONENT = ("Core", "DOM: Editor") 107 108 with Files("navigation/*430624*"): 109 BUG_COMPONENT = ("Core", "DOM: Editor") 110 111 with Files("navigation/*430723*"): 112 BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling") 113 114 with Files("navigation/*child*"): 115 BUG_COMPONENT = ("Core", "Security") 116 117 with Files("navigation/*opener*"): 118 BUG_COMPONENT = ("Core", "Security") 119 120 with Files("navigation/*reserved*"): 121 BUG_COMPONENT = ("Core", "Security") 122 123 with Files("navigation/*triggering*"): 124 BUG_COMPONENT = ("Core", "DOM: Security") 125 126 127 with Files("unit/*442584*"): 128 BUG_COMPONENT = ("Core", "Networking: Cache") 129 130 with Files("unit/*setUsePrivateBrowsing*"): 131 BUG_COMPONENT = ("Firefox", "Extension Compatibility")