gecko-dev/dom/bindings
Matt Woodrow e060a86c42 Bug 1631405 - Move nsISecureBrowserUI to be owned by the canonical browsing context instead of docshell. r=nika,ckerschb,Gijs,webcompat-reviewers,twisniewski
This removes all docshell nsISecureBrowserUI and mixed content properties, and moves them into CanonicalBrowsingContext/WindowGlobalParent. It makes the mixed content blocker just compute the state for the current load, and then send the results to the parent process, where we update the security state accordingly.

I think we could in the future remove onSecurityChange entirely, and instead just fire an event to the <browser> element notifying it of changes to the queryable securityUI.

Unfortunately we have a lot of existing code that depends on specific ordering between onSecurityChange and onLocationChange, so I had to hook into the RemoteWebProgress implementation in BrowserParent to mimic the same timings.

Differential Revision: https://phabricator.services.mozilla.com/D75447
2020-05-27 00:28:59 +00:00
..
crashtests
docs
mozwebidlcodegen Bug 1621361 - Convert webidl to py3_action r=peterv 2020-04-24 16:17:26 +00:00
parser Bug 1633156 - Don't emit cached table files from ply r=glandium 2020-05-07 00:39:28 +00:00
test Backed out changeset a845717e4d10 (bug 1482279) for causing multiple failures. 2020-05-23 02:22:20 +03:00
AtomList.h
BindingCallContext.h Bug 1618011 part 2. Add a BindingCallContext class. r=peterv 2020-03-06 23:05:15 +00:00
BindingDeclarations.h Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-05-09 14:51:53 +00:00
BindingIPCUtils.h
Bindings.conf Bug 1631405 - Move nsISecureBrowserUI to be owned by the canonical browsing context instead of docshell. r=nika,ckerschb,Gijs,webcompat-reviewers,twisniewski 2020-05-27 00:28:59 +00:00
BindingUtils.cpp Bug 1638373 - remove js/ipc now that CPOWs are dead, r=mccr8 2020-05-24 18:47:04 +00:00
BindingUtils.h Bug 1277799 - Define @@toStringTag on all DOM interface prototype objects. r=peterv 2020-05-05 17:54:51 +00:00
CallbackFunction.h Bug 1632439 - Make CallbackObject methods return JSObject pointers rather than handles r=peterv 2020-05-21 14:09:02 +00:00
CallbackInterface.cpp Bug 1632439 - Make CallbackObject methods return JSObject pointers rather than handles r=peterv 2020-05-21 14:09:02 +00:00
CallbackInterface.h Bug 1618011 part 5. Use a BindingCallContext for Web IDL callback guts. r=peterv 2020-03-06 23:05:16 +00:00
CallbackObject.cpp Bug 1545345 - Improve worker shutdown. r=baku,smaug 2020-03-27 22:40:58 +00:00
CallbackObject.h Bug 1632439 - Make CallbackObject methods return JSObject pointers rather than handles r=peterv 2020-05-21 14:09:02 +00:00
Codegen.py Bug 1632439 - Make CallbackObject methods return JSObject pointers rather than handles r=peterv 2020-05-21 14:09:02 +00:00
Configuration.py Bug 1639310 - Simplify implicitJSContext support. r=mccr8 2020-05-19 20:48:29 +00:00
DOMExceptionNames.h Bug 1612213 part 2. Move the DOMException definitions from ErrorResult.h into a separate file. r=smaug 2020-01-30 08:57:42 +00:00
DOMJSClass.h Bug 1635582 - Use DOMIfaceAndProtoJSClass::mToString only for interface objects. r=peterv 2020-05-12 10:37:35 +00:00
DOMJSProxyHandler.cpp Bug 1170775 - Rename DOM Xray DefineProperty parameter from *defined to *done. r=peterv 2020-04-02 05:44:22 +00:00
DOMJSProxyHandler.h Bug 1170775 - Rename DOM Xray DefineProperty parameter from *defined to *done. r=peterv 2020-04-02 05:44:22 +00:00
DOMString.h
ErrorIPCUtils.h Bug 1615022 part 3. Disallow conversion of CopyableErrorResult to ErrorResult&. r=farre 2020-02-14 10:19:05 +00:00
ErrorResult.h Bug 1629390 - Don't crash when throwing exception with invalid UTF-8. r=smaug 2020-04-30 10:25:58 +00:00
Errors.msg Bug 1621174 - Fix error handling for setting KeyframeEffect.pseudoElement. r=birtles,smaug 2020-03-12 00:34:46 +00:00
Exceptions.cpp
Exceptions.h
FakeString.h
GenerateCSS2PropertiesWebIDL.py Bug 1635584 - Make BackdropFilter's Availability Depend on WebRender r=emilio 2020-05-08 05:54:26 +00:00
IterableIterator.cpp
IterableIterator.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/bindings. r=smaug 2020-02-20 15:47:53 +00:00
JSSlots.h
mach_commands.py
Makefile.in Bug 1599658 - Delete previous definition of py_action in Makefiles. Now py_action calls into Python 3 and py3_action doesn't exist. r=glandium 2020-05-05 20:04:30 +00:00
moz.build Bug 1279153 - Add support for rtcp-rsize;r=bwc,dminor 2020-05-15 01:54:34 +00:00
NonRefcountedDOMObject.h Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
nsIScriptError.idl Bug 1636590 - Expose isPromiseRejection on nsIScriptError. r=baku 2020-05-15 20:18:34 +00:00
nsScriptError.cpp Bug 1636590 - Expose isPromiseRejection on nsIScriptError. r=baku 2020-05-15 20:18:34 +00:00
nsScriptError.h Bug 1636590 - Expose isPromiseRejection on nsIScriptError. r=baku 2020-05-15 20:18:34 +00:00
nsScriptErrorWithStack.cpp Bug 1595046 - Make it possible to inspect every exception value in the web console. r=jonco,baku,mccr8 2020-05-08 20:54:17 +00:00
Nullable.h
PrimitiveConversions.h Bug 1618011 part 6. Pass a BindingCallContext (if neded) and source description to primitive conversions. r=peterv 2020-03-06 23:05:16 +00:00
ReadableStream.h
Record.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/bindings. r=smaug 2020-02-20 15:47:53 +00:00
RemoteObjectProxy.cpp
RemoteObjectProxy.h
RootedDictionary.h
RootedOwningNonNull.h
RootedRefPtr.h
SimpleGlobalObject.cpp Bug 1630947 - Update Reporting API - part 1 - ReportingObserver in workers, r=smaug 2020-04-18 12:25:57 +00:00
SimpleGlobalObject.h
SpiderMonkeyInterface.h
ToJSValue.cpp Bug 1615022 part 2. Require an rvalue reference to reject a Promise with an ErrorResult. r=farre,kvark 2020-02-14 15:42:30 +00:00
ToJSValue.h Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj 2020-03-28 16:00:09 +00:00
TypedArray.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/bindings. r=smaug 2020-02-20 15:47:53 +00:00
UnionMember.h
WebIDLGlobalNameHash.cpp Bug 1633145 - Replace NON_INTEGER_ATOM_TO_JSID. r=jandem 2020-04-30 18:18:35 +00:00
WebIDLGlobalNameHash.h
XrayExpandoClass.h