vocaliu / chrome-redirector

Automatically exported from code.google.com/p/chrome-redirector
GNU General Public License v3.0
0 stars 0 forks source link

[RULE] Suggestion #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
No bug, just suggestion.

You once told me the Icon notification feature does not always work right. Is 
it possible to add a rightclick menu-item which shows log of how current url 
has been treated?
Example: if I open a new tab and enter a URL, I want to check if Redirector did 
anything to this URL. So I want to rightclick on the R-icon, choose 
Modify-history or something and then get an overview of what happened to my URL

Possible?

Thanks!

Original issue reported on code.google.com by elstu...@gmail.com on 31 Jul 2012 at 7:39

GoogleCodeExporter commented 8 years ago
As far as I know, it's impossible to control a context menu out of a web page; 
Popup pages (through left clicks though) are instead intended for this.

What you suggested is of course realizable, as the built-in debugger is just an 
example. However this will slow down the browser, which does the opposite of 
what Google had demanded, since the information is collected during the process 
rather than after the event. In one word, it is hard to implement a efficient 
real-time debugger.

Original comment by CyrilF...@gmail.com on 31 Jul 2012 at 8:09

GoogleCodeExporter commented 8 years ago
OK, thanks for your information. Is the Icon notification feature working 
properly already?

Original comment by elstu...@gmail.com on 31 Jul 2012 at 8:17

GoogleCodeExporter commented 8 years ago
I think so, at least it can represent what status Redirector currently in.

Original comment by CyrilF...@gmail.com on 31 Jul 2012 at 8:22