Relative Content

Tag Archive for web-browser

How does a browser determine that a script has run for too long? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 11 years […]

Why Firefox caching work will reset in version 3 but version 16 don’t?

I am developing a web application and have the app deployed into Tomcat server. Tested on IE and Firefox and are working fine. Meaning when I close the browser and reopen the app, the data will be reset. When deploy to Websphere, the data is reset only in IE but Firefox don’t. Meaning Firefox will cache the old data. I did try to clear the cache in FF but still failed. I did a test in FF3 and FF16, FF3 will reset the value but FF16 doesn’t, I am just so curious why this could happened?

How chromium Site Isolation and process allocation works for Iframe?

I was with working with a website it contains 6-10 Iframes, Each Iframe contains a web app so obviously there are high chances of that my website get slowed down. So to fix this I tried to understand chromes processes allocation model, I spent hours of time on understanding their model. And what i think is that they create new process for every same same cross orgin iframes and they use the parent process if it is same site same orgin iframe. But here I’m confused with what exactly is a orgin (is subdomain(+1,+2) considered), ?

Run web browser programmatically

As part of my continuous integration server, I am running a bunch of performance profiling. If the performance profiling tests don’t crash and pass a threshold then it declares them successful. I then manually take the log files, convert them to JSON, plot them in a web browser, then print the page as a PDF. This provides a nice little report as an artifact of the build.