Brad Decker
Brad Decker
```https://www.redfin.com/city/30818/TX/Austin/filter/min-price=100k,max-price=325k``` I am building something that updates the state of the url based on a set of filters, Redfin's site is almost an exact match to my intended effect. The...
## Explanation A further explanation will be added but in the meantime I stumbled upon #11373 from @hsy822. This was a great contribution by a contributor who had made several...
## Explanation There is no reason to use the async action creator `updateRecipientUserInput` and `updateRecipient` because they do a lot of extras that will never be necessary when evaluating a...
I would like to define my client side schema in a graphql file and use graphql-tag/loader for importing. Is there a way to achieve that today or is this a...
### Description The Logging controller, once merged into the core monorepo, will provide the ability for engineers to add log points throughout the application for highly valuable information for customer...
### Description We need to add four logging events to the decrypt-message file. 1. Message proposed - [async newRequestDecryptMessage(](https://github.com/MetaMask/metamask-extension/blob/2a227c46461c8b767f6b2cad89ce347a6483cb13/app/scripts/controllers/decrypt-message.ts#L192) 2. Message signed - [async decryptMessage(messageParams: DecryptMessageParamsMetamask) {](https://github.com/MetaMask/metamask-extension/blob/2a227c46461c8b767f6b2cad89ce347a6483cb13/app/scripts/controllers/decrypt-message.ts#L209-L210) 3. Message rejected...
### Description With the logging controller initialized in the extension as part of #19394, and the Logging Controller landed as part of #17751 we can add points to the SignatureController...
### Description We need to add four logging events to the encryption-public-key file. 1. Message proposed - [async newRequestEncryptionPublicKey(](https://github.com/MetaMask/metamask-extension/blob/2a227c46461c8b767f6b2cad89ce347a6483cb13/app/scripts/controllers/encryption-public-key.ts#L185-L186) 2. Message signed - [async encryptionPublicKey(msgParams: EncryptionPublicKeyParamsMetamask) {](https://github.com/MetaMask/metamask-extension/blob/2a227c46461c8b767f6b2cad89ce347a6483cb13/app/scripts/controllers/encryption-public-key.ts#L237-L238) 3. Message rejected...
## **Description** In #21765 I updated the CSP to allow frame-ancestors: self. I did this so that html documents hosted in the extension could be loaded in an iframe in...
## **Description** The work done in the proceeding offscreen PRs was done explicitly to hopefully make adopting the snaps executor written for offscreen support without much additional effort. This PR...