Git Product home page Git Product logo

Comments (16)

mkaply avatar mkaply commented on June 9, 2024

I saw this and was wondering what was going on.

from webconverger-addon.

mkaply avatar mkaply commented on June 9, 2024

I'll check on this.

from webconverger-addon.

kaihendry avatar kaihendry commented on June 9, 2024

I updated wget 'http://mxr.mozilla.org/mozilla-central/source/docshell/resources/content/netError.xhtml?raw=1' -O netError.xhtml and I still get entity errors. E.g. &nssFailure2.longDesc2;

Hate XML. :P

from webconverger-addon.

kaihendry avatar kaihendry commented on June 9, 2024

I downloaded FF30 source and it's &nssFailure2.longDesc; not &nssFailure2.longDesc2;.

HAH

from webconverger-addon.

mkaply avatar mkaply commented on June 9, 2024

I forgot we override those files. Why do we do that again?

from webconverger-addon.

mkaply avatar mkaply commented on June 9, 2024

I'm not sure you need to override those files anymore. Looking at the history, any changes you made don't apply anymore except maybe the:

  • setTimeout(location.reload(), 3000);
  • setTimeout(location.reload, 10000);

?

from webconverger-addon.

mkaply avatar mkaply commented on June 9, 2024

It looks like you override it specifically so it will retry? I think I can do that without touching the source file. I'll check.

from webconverger-addon.

kaihendry avatar kaihendry commented on June 9, 2024

Thanks, I updated the #30 pull request fixing my silly mistake. Watching football and coding is tricky. ;)

Perhaps we can pencil in "without touching the source file" as a future re-factoring effort?

from webconverger-addon.

mkaply avatar mkaply commented on June 9, 2024

Perhaps we can pencil in "without touching the source file" as a future re-factoring effort?

Yes.

from webconverger-addon.

kaihendry avatar kaihendry commented on June 9, 2024

Ok, can you please merge my pull request #30 ?

from webconverger-addon.

mkaply avatar mkaply commented on June 9, 2024

Ok, can you please merge my pull request #30 ?

I don't know how to do that locally, but looking at the diff, the problem is you have:

location.reload()

when it should be

location.reload

which is what it was originally.

from webconverger-addon.

kaihendry avatar kaihendry commented on June 9, 2024

oh, WTF, I changed it from location.reload to location.reload() and I thought it started working.

Maybe I should look again at this tomorrow. Grrr.

from webconverger-addon.

mkaply avatar mkaply commented on June 9, 2024

Well, with location.reload(), the reload happens every time the page loads, so it just constantly reloads.

So it could look like it was working :)

from webconverger-addon.

kaihendry avatar kaihendry commented on June 9, 2024

Yes, I want it to constantly reload, well every 10 seconds....

from webconverger-addon.

mkaply avatar mkaply commented on June 9, 2024

Changing it back to location.reload will do that. That function will be called every 10 seconds.

The parens made it get called immediately.

from webconverger-addon.

kaihendry avatar kaihendry commented on June 9, 2024

I changed it back to location.reload in my working dir and it doesn't retry every 10 seconds. Just stays on the netError page. Am I going crazy? Can you reproduce?

Otherwise stick with location.reload() ??

from webconverger-addon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.