Jonathan Kingston

Results 187 comments of Jonathan Kingston

Would it be easier if we treated "default" as a container. So right clicking "Always open in this container" would behave in the same manner? Users would be redirected from...

@ArchangeGabriel technically isn't a container, so it's explicitly not permitted there. However its probably a sane use case to change the assignment to allow "Always use in default tab" or...

@groovecoder this probably is something we can/should add, what do you think?

Yeah I would like to change the default link clicks of assigned pages somehow but I don't think it is possible in this experiment.

The only implication in adding this would be we are adding new ability to manage container assignment. To add this we would need a default row in the containers panel...

There is a platform bug for this as I'm not sure we can add this to the experiment but certainly can add it to the Nightly changes we will be...

I think this is a duplicate, it certainly has been discussed elsewhere.

@mozfreddyb can we consider making the expression operators use an allow list of permitted expressions rather than a block list of checked operators. Such that we would have `allowedExpressions =...

@mozfreddyb also I notice you are only checking for `context.getSource(node.callee)` for `write` and `writeln` but `node.callee.property.name` for `insertAdjacentHTML` was this intentional to avoid valid write functions? This might be a...

> `DOMParser.parseFromString` s a bit funky Yeah I don't think it's an issue if `parseFromString` warns though, `write` is a popular function name for example too. > they go through...