esprehn / chromium-codereview

A chrome extension that changes the frontend to Rietveld for Chromium
Other
35 stars 11 forks source link

Configure a list of rietveld URLs #40

Closed nodirt closed 10 years ago

nodirt commented 10 years ago

Hi,

Feature request: allow a user to configure the list of websites where the new UI gets applied.

codereview.chromium.org is not the only one.

Thanks!

aarongable commented 10 years ago

This can be hard, as allowing a fully-configurable set of URLs requires requesting the permission to have access to every URL ever. Which is unfortunate.

But at the least, this should apply to "codereview.appspot.com", where Rietveld itself is reviewed :)

ojanvafai commented 10 years ago

If someone can help expose the JSON APIs that the extension needs, I imagine we could just drop the extension code into reitveld and not having to do any of this extension stuff.