gecko-dev/toolkit/components
Vivek Dhingra 7ac214aaa5 Bug 1443561 - WebExtension themes additional backgrounds alignment should be relative to the toolbox r=jaws
This patch changes alignment property of additional backgrounds to be relative to #navigator-toolbox, instead of root.

MozReview-Commit-ID: LlSZmu39u6D

--HG--
extra : rebase_source : 1c5eda6d21f80b377c360dd26830c48c7fdc4548
2018-04-12 05:20:38 -04:00
..
aboutcache
aboutcheckerboard
aboutmemory Bug 1411469 - Statically allocate static atoms. r=froydnj 2018-03-26 11:18:31 +02:00
aboutperformance Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao 2018-03-19 11:16:45 +09:00
alerts Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan 2018-04-10 21:11:02 +02:00
apppicker Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
asyncshutdown Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
autocomplete Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
backgroundhangmonitor Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan 2018-04-10 21:11:02 +02:00
browser Bug 1443379 - Stop pretending cacheKey can be anything other than uint32_t, r=smaug 2018-04-10 17:49:46 -04:00
build Bug 1445551: Follow-up: Remove stray add-on path service module references. r=trivial DONTBUILD 2018-03-20 10:37:19 -07:00
captivedetect Bug 792808 - Change toolkit/ to import and instantiate XHRs from global properties rather than using Cc.createInstance(Ci.nsIXMLHttpRequest); r=aswan 2018-02-08 20:09:57 -05:00
cloudstorage Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
commandlines Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
contentprefs Bug 888600 - Move ContentFrameMessageManager to WebIDL. Part 6: Mark some IDL interfaces as non-scriptable. r=bz. 2018-03-01 20:19:56 +01:00
contextualidentity Bug 1440761 - Enable no-unused-vars for global scope on jsm files in toolkit/. r=mossop 2018-02-23 19:25:59 +00:00
crashes Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
crashmonitor Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
ctypes Bug 1433175 - enable the use-cc-etc eslint rule, r=Standard8. 2018-02-28 18:51:35 +01:00
diskspacewatcher
downloads Bug 1443379 - Stop pretending cacheKey can be anything other than uint32_t, r=smaug 2018-04-10 17:49:46 -04:00
enterprisepolicies Bug 1426362 - Display status of policy engine in about:support. r=bytesized 2018-03-02 15:28:14 -03:00
extensions Bug 1443561 - WebExtension themes additional backgrounds alignment should be relative to the toolbox r=jaws 2018-04-12 05:20:38 -04:00
feeds Bug 1448010 Remove unused nsSAXXML IDL methods r=Gijs 2018-03-21 11:52:57 -05:00
filewatcher Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
finalizationwitness
find Bug 1449601. Stop dereferencing a null mIterNode in find code. r=mystor 2018-04-09 16:30:31 -04:00
gfx
jsoncpp
lz4
maintenanceservice
mediasniffer Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
microformats Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
mozintl Backed out 9 changesets (bug 1449505) for failing xpcshell at browser/extensions/formautofill/test/unit/test_addressRecords.js on a CLOSED TREE 2018-04-11 10:07:42 +03:00
mozprotocol
narrate Bug 1449505 - Migrate NarrateControls.jsm to use mozIntl.getLocaleDisplayNames. r=jfkthame 2018-04-01 14:35:49 +02:00
normandy Bug 1451033 - Extract Normandy ClientEnvironment into reusable module r=Gijs 2018-04-04 12:02:09 +02:00
osfile Bug 1446833: Part 4 - Make sure directory service overrides actually take effect. r=rhelmer 2018-03-18 15:55:08 -07:00
parentalcontrols
passwordmgr Bug 1453053 part 1. Remove useless QIs to nsIDOMNode. r=qdot 2018-04-12 00:06:25 -04:00
payments Bug 1432952 - Send the basic-card's billing address with the response. r=jaws 2018-04-10 18:52:13 -07:00
perf Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
perfmonitoring Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan 2018-04-10 21:11:02 +02:00
places Bug 1452660 - Tag queries pointing to an invalid folder are being rewritten as empty urls. r=standard8 2018-04-11 15:45:23 +02:00
printing Bug 1437302 - Fix width of textbox[type=number] consumers. r=Paolo, Neil Deakin 2018-03-26 14:34:39 +02:00
printingui Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan 2018-04-10 21:11:02 +02:00
privatebrowsing
processsingleton Bug 1428948 - Add policies to modify the available search engines r=Felipe,florian 2018-03-02 12:11:16 -08:00
promiseworker Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
prompts Bug 1453487 part 2. Remove useless implements="nsIDOMEventListener" from XBL bindings. r=smaug 2018-04-12 00:05:49 -04:00
protobuf Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan 2018-04-10 21:11:02 +02:00
reader Bug 1452235 part 3. Stop using nsIDOMSerializer from JS. r=qdot 2018-04-09 16:30:32 -04:00
reflect Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
remote
remotebrowserutils
reputationservice Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan 2018-04-10 21:11:02 +02:00
resistfingerprinting Bug 1451790 Set Time Precision to 1ms with Jitter r=baku 2018-04-05 11:37:36 -05:00
satchel Bug 1449631 part 6. Remove nsIDOMEventTarget::DispatchEvent. r=smaug 2018-04-05 13:42:41 -04:00
search Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
securityreporter
startup Bug 1442651 - Remove the tabbrowser element and binding. r=bgrins 2018-03-05 20:33:36 +01:00
statusfilter
telemetry merge mozilla-inbound to mozilla-central. a=merge 2018-04-12 22:20:13 +03:00
terminator Bug 1437575 - Better shutdown hang reporting: all the notifications must be received, r=smaug 2018-02-13 11:55:16 +01:00
thumbnails Bug 1452329. Remove nsIDOMXMLDocument. r=mystor 2018-04-09 16:30:33 -04:00
timermanager Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
tooltiptext Bug 1442465 - Part 4.2: Stop unnecessarily awaiting on BrowserTestUtils.removeTab (simple part). r=dao 2018-03-19 11:16:45 +09:00
typeaheadfind Bug 1447890 part 5. Remove nsISelection::RemoveAllRanges. r=mystor 2018-03-27 00:35:23 -04:00
url-classifier Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan 2018-04-10 21:11:02 +02:00
urlformatter
utils Bug 1451033 - Extract Normandy ClientEnvironment into reusable module r=Gijs 2018-04-04 12:02:09 +02:00
viewconfig Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
viewsource Bug 1434768 - Part 3: Rewrite JS consumers of .sessionHistory, r=bz 2018-04-10 17:49:45 -04:00
windowcreator Bug 1452321. Remove nsIWebBrowserPersistable. r=mystor 2018-04-09 16:30:33 -04:00
windowwatcher Bug 1448531 - Part 2: Make BrowserTestUtils.waitForNewWindow receive parameters object. r=enndeakin 2018-04-10 12:18:35 +09:00
workerloader
xulstore Bug 1446264 part 4 - Add an approach to remove all persisted values of a document. r=enndeakin+6102 2018-03-19 14:34:44 +11:00
moz.build Bug 1443983: Part 2 - Remove remaining interpositions. r=mconley 2018-03-07 18:10:24 -08:00
nsDefaultCLH.js Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
nsDefaultCLH.manifest