gecko-dev/toolkit
Masayuki Nakano 2f69dfdd5d Bug 1547536 - Make PresShell QI-able for aware of do_QueryReferent() r=smaug
There is the following usage of nsIPresShell:
```
nsCOMPtr<nsIPresShell> presShell = do_QueryReferent(mPresShellWeak);
```

So, for changing this to:
```
RefPtr<PresShell> presShell = do_QueryReferent(mPresShellWeak);
```

PresShell should have its own IID.

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

--HG--
extra : moz-landing-system : lando
2019-04-30 00:56:14 +00:00
..
actors Bug 1540835 - Add some automated tests for the Picture-in-Picture toggle. r=Felipe 2019-04-25 03:35:29 +00:00
components Bug 1547536 - Make PresShell QI-able for aware of do_QueryReferent() r=smaug 2019-04-30 00:56:14 +00:00
content Bug 1547322 Don't double-insert inner content when <button> is cloned r=bgrins 2019-04-26 21:36:03 +00:00
crashreporter Bug 1546501 - Remove unnecessary type attributes (i.e. [type="application/javascript"]) on non-test script tags r=mossop 2019-04-24 19:43:57 +00:00
forgetaboutsite Bug 1541934 - mozStorageConnection can crash on shutdown, r=asuth 2019-04-11 16:43:13 +00:00
library Bug 1542826 - Expose a mozconfig flag to build the WR debugger feature. r=gw,froydnj 2019-04-25 19:31:16 +00:00
locales Bug 1525174 - Plugin active states for HTML about:addons r=kmag,flod 2019-04-27 00:30:48 +00:00
modules Bug 1545391 - Move ClientID.jsm into Telemetry component r=chutten 2019-04-29 15:39:35 +00:00
mozapps Bug 1547495 - disable browser_html_plugins test if windows10-aarch64 is detected as no plugin support is present r=jmaher 2019-04-29 22:14:19 +00:00
pluginproblem
profile Bug 1547463 Explicit load customElements.js where necessary r=bgrins 2019-04-29 18:14:17 +00:00
recordreplay Bug 1538353 - Part 2: Create PBrowser actors using ManagedEndpoint instead of IPDL Ctors, r=bzbarsky 2019-04-17 00:51:38 +00:00
system Bug 1543009 - Move Windows DHCP client xpcom component to static registration. r=kmag 2019-04-11 16:23:52 +09:00
themes Bug 1535683 - Part 1: Manage extension updates in list/detail views r=aswan,flod 2019-04-27 00:30:33 +00:00
xre Bug 1547756 - remove support for -register commandline flag because it's bogus in 2019, r=froydnj 2019-04-29 18:24:32 +00:00
.eslintrc.js
moz.build
moz.configure bug 1546945: remote: re-enable remote agent in Firefox Nightly; r=ochameau 2019-04-25 18:03:12 +00:00
nss.configure
toolkit.mozbuild Bug 1519851 - Create --enable-fuzzing debug build job for MacOSX. r=dustin 2019-03-19 17:01:38 +00:00