|
Getting very confused about 'Expires' header here! Sometimes it works as expected - and some times not.
I am using the following code to set my expiration headers. Note this is being done with ASP.NET in an MVC custom attribute - thats not really relevant...
Started by Simon on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
Is tripping up Chrome becasue I created the simplest possible page as follows, and Chrome was still quite happily going back to the server and giving me a 200
public partial class test("must-revalidate, proxy-revalidate"); } }
I....
|
|
Posted 20 March 2009 - 05:50 PM
If you are interested in how secure you browser is, check out this link...
Chrome only browser left standing after day one of Pwn2Own
http://arstechnica.com/security/news/2009/...own-contest.ars
Started by StillFingers on
, 12 posts
by 6 people.
Answer Snippets (Read the full thread at apparelyzed):
Posted 22 March 2009 - 03:34 PM
Chrome.
Chrome only browser left standing after day, that can be as complex (ie - secure) as the user wishes.
In how secure you browser is, check out this link.. .
|
|
I use the Nightly Tester Tools for Firefox and Fiddler for IE. What do you use?
Started by not-bob on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Web Developer toolbar for Firefox....
Opera has is nifty too.
Problems we had only with 2 plugins: Adblock and FlashBlock
I would also test NoScript.
We test our website with a large range.
I have never think about it before.
A nice question.
|
Ask your Facebook Friends
|
Given that Chrome and Safari use webkit has anyone yet found anything that renders differently on Chrome than Safari? Is there any reason at the moment to test sites on both, or would testing Safari be sufficient for right now?
Started by tloach on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
This is probably a good place to note that Chrome....
Google Chrome also uses an earlier version of Webkit than the current Safari, so pages should javascript renderer), so if your page uses javascript substantially I'd test it in both.
|
|
I have a div which contains an a with some border. See:
http://webnumbr.com/all
It works great in FF and IE, but why doesn't the right hand side render in Chrome? Is it invalid CSS? (testing in chrome OSX if that matters)
Started by Paul Tarjan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So, change:
<a href="pclark-hacker-news-karma"> 4,481 </a>
to:
<a href="pclark-hacker....
If you remove this in the Chrome inspector tool).
Spaces padding your link content, and apparently Chrome isn't handling this very well.
|
|
If my app has been tested in Firefox 3, Safari 3 & IE 7 will it need additional testing for Chrome?
If there are areas that'll need further testing -- then are there any online guides I could share with my designers & developers?
At what point will Chrome...
Started by Andykiteman on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Personally....
Always test in these browsers nowdays:
Internet Explorer 6, 7, 8 Firefox 2, 3 Chrome Opera Safari Lynx on Chrome.
So by that said, i think you should already be testing your applications in chrome as well.
|
|
OK, I've tries Google chrome with the forum, and observed some issues. Since Chrome is in beta, they probably have some work to do, but maybe some minor tweaks in the forum code could also smooth things out. Maybe there are also some browser configurations...
Started by altenbach on
, 10 posts
by 7 people.
Answer Snippets (Read the full thread at ni):
Since Chrome take a close look at the EULA for Chrome? Not that I have but I was wondering if it reads like to the forums using Chrome in this....
|
|
Hello,
I was thinking to add meta tag always in all the websites. That will trigger google chorme frame to load for users who already installed. I can see the benefits but is there any concerns or facts that I should know before I do that?
Testing in ...
Started by nexneo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You are adding a new user agent that you will need to test and debugThe only argument against....
If you are using AJAX Google Chrome Frame installed .
Need to test in Chrome Frame for (X)HTML, CSS, and JavaScript...basic stuff.
|
|
I am using FF as the main testing platform and Chrome (for Mac) as the secondary. I just noticed that Chrome is showing ~20px off positioning for CSS. (just to be clear Chrome is showing the TEXTAREA ~20px down as compared to FF) Also Chrome is not obeying...
Started by amit on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Can edit your code individually for moz or chrome:
Gecko browsers (FIREFOX):
@-moz-document url-prefix() { /* Gecko-specific CSS here */ }
WebKit browsers (CHROME, SAFARI):
@media screen and (-webkit.
|
|
I wish to know from SO security experts and hackers what kind of tools would they use to find a security hole in Chrome's armor? And using what programming and testing techniques?
I'm particularly interested in Open Source tools running on Linux.
Google...
Started by esavard on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I can only imagine the testing Google would.
Finding exploits like this can be very tricky.
But the points above should help you find overflows and whatnot in Chrome, if there are any.
Of fuzzing myself.
|