I have a weird behavior with my last Chrome update.
If I installed an extension in developer mode, in Chrome 4, and update
to Chrome 5, it works. If I reinstall the extension, it works too.
But, if I have updated to Chrome 5 before install my extension, it
will not work, nor the location.reload() will do anything.
It seems to be a bug there...
On 27 mayo, 19:05, davidthedrake <
davidthedr...@gmail.com> wrote:
> Hello;
>
> I am also experiencing this problem.
>
> I am usingChromeon Ubuntu 9.10 64 version 5.0.375.55 beta.
>
> When trying to follow the tutorial on debugging extensions (
http://code.google.com/chrome/extensions/tut_debugging.html) I
> encounter the same problem:location.reload()
> undefined
>
> Maybe there's a bug?
>
> On May 25, 12:12 am, reda <
reda.a...@gmail.com> wrote:
>
>
>
> > Dear Mohamed Mansour,
>
> > I confirm what you said, I just downloaded the latest version of
> >Chrome: 6.0.408.1 on windows andlocation.reload() works as expected.
> > Now, there is a problem with version5.xx that I have (both linux and
> > windows). Should I report a bug ?
>
> > Thanks for your help.
>
> > Reda ABDI
>
> > On 24 mai, 22:21, Mohamed Mansour <
m0.interact...@gmail.com> wrote:
>
> > > Hi Reda,
>
> > > I have tested it in "GoogleChrome6.0.408.1 (Official Build 47574) dev"
> > > from the dev channel. If you right click on your browser action (the icon)
> > > and choose "Inspect Popup", the inspector will come up.
>
> > > It works as expected. You would need to get version5+ to see the Inspect
> > > > I'm running the latest 5.0.375.55 beta of Googlechrome, on a Debian
> > > > box and the only way to get thelocation.reloadwork is to go to the
> > > > extension popup page at :chrome-extension://<extension-ID>/popup.html
> > > > and then right click on the web page and then "inspect element".
>
> > > > BTW, I've just installedChromeon windows and this time when I right
> > > > click on the helloWorld browser action icon I have NO "inspect
> > > > entry". it is version 4.1.249.1064 (45376) on windows XP sp2 and I'm
> > > > sure I've already clicked on the "+ developer mode"
>
> > > > What is all these problems ?
>
> > > > On 24 mai, 20:30, Mohamed Mansour <
m0.interact...@gmail.com> wrote:
> > > > > Hi, when you right click on your "browser action" popup, and choose
> > > > "Inspect
> > > > > Popup" and within the console, you type "location.reload()", it should
> > > > > reload. I tried it here, and it works.
>
> > > > > With a breakpoint, it should work as well (I tried it), any other errors?
>
> > > > > -
> > > > > Mohamed Mansour
> > > > >
m...@chromium.org
>
> > > > > On Sun, May 23, 2010 at 6:05 AM, reda <
reda.a...@gmail.com> wrote:
> > > > > > Hi,
>
> > > > > > I'm reading the how-to about debuggingchromeextension at :
> > > > > > console and enteredlocation.reload() in order to trigger a reload of