-
06-09-2008, 22:26 #41
I think Google Chrome will over come its teething problems, and its not expected to be perfect since it is only a beta release. The release of the Safari web browser for Microsoft Windows saw some of the same problems that Google Chrome has since its release, most notably the vulnerability involving the downloading files without the user's knowledge.
Josh
Resident Blogger
-
06-09-2008, 22:44 #42
-
06-09-2008, 22:50 #43
Another thing that Google will need to do bring Google Chrome up to standard is to update the Apple WebKit version that has been used. Although Safari may have had the same issues, they were using the latest version of WebKit and other bases need for development I believe.
Josh
Resident Blogger
-
07-09-2008, 09:34 #44
-
07-09-2008, 21:11 #45
Well as there has been a security update for Safari to solve the issue I'm sure Google Chrome will have the same treatment. My guess is when they started building that the flaw hadn't been found and so when it came to light, it made more sense to continue with their current design path than go back and change things. Once they've reached the stage they now have, I would think fixing the security flaw will be one of their main things to do.
Jonathan Crass
Joint Partner in Checker Design
Joint Partner in Jst Hosting
UK Website design
UK based monitoring
Cheap UK Web Hosting
eUKhost Forum Moderator
-
07-09-2008, 21:34 #46
Domains Registrations @ £7.49pa! - Download the official eUKhost Android and iOS App!
eNlight Cloud Hosting - Cost-Effective, Autoscaling Cloud Hosting
How does eNlight work? What differences and benefits are there to VPS and Dedicated Servers?
Chat to us on Twitter!
Join our incentive affiliate program now - and earn generous commission with each sale!
How do I contact eUKhost?
Support: Client Area - 0808 262 0455
Sales: sales[@]eukhost.com - 0800 862 0380
Contact eUKhost Management
Customer Relations:
feedback@eukhost.com - 0808 262 0255
Contact:
ben@eukhost.com
Skype: euk_ben
Windows Live Messenger: ben@eukhost.com
Don't ever let other people's thoughts, feelings, perceptions and/or opinions drown over yours. You know yourself the best. Go with what you think is right. Everyone else's opinions or statements about you or others are secondary.
-
07-09-2008, 21:45 #47
That's what I meant - it will be one of the things they are going to address in their next release I would think.
Jonathan Crass
Joint Partner in Checker Design
Joint Partner in Jst Hosting
UK Website design
UK based monitoring
Cheap UK Web Hosting
eUKhost Forum Moderator
-
07-09-2008, 21:49 #48
It's not exactly hard to fix anyway. They simple need to update their version of WebKit :P
Last edited by WelshTom; 08-09-2008 at 21:29.
-
08-09-2008, 21:30 #49
I think Chrome needs to get some more addons like Firefox but I guess that all comes with good time.
Some other things which I've just noticed with Chrome (which I'm incidentally using to write this post. First off, in other web browsers when I want to change some text to bold, I can usually do control and B. In Google Chrome for some reason that doesn't work. Second thing (and this is one I do like), there is an inbuilt spell checker for forms etc. It comes up like word with a red line underneath if it doesn't recognise the word and you can right click and choose the corrected version.Jonathan Crass
Joint Partner in Checker Design
Joint Partner in Jst Hosting
UK Website design
UK based monitoring
Cheap UK Web Hosting
eUKhost Forum Moderator
-
08-09-2008, 21:32 #50
-
10-09-2008, 14:36 #51
What other features do you think we should see in Google Chrome?
Things I like so far:
Spell check
Developer tools and viewing source code
Default page layout and linksJonathan Crass
Joint Partner in Checker Design
Joint Partner in Jst Hosting
UK Website design
UK based monitoring
Cheap UK Web Hosting
eUKhost Forum Moderator
-
10-09-2008, 16:51 #52
Erm.. what do you mean by default page layout and links?
-
10-09-2008, 17:30 #53
Domains Registrations @ £7.49pa! - Download the official eUKhost Android and iOS App!
eNlight Cloud Hosting - Cost-Effective, Autoscaling Cloud Hosting
How does eNlight work? What differences and benefits are there to VPS and Dedicated Servers?
Chat to us on Twitter!
Join our incentive affiliate program now - and earn generous commission with each sale!
How do I contact eUKhost?
Support: Client Area - 0808 262 0455
Sales: sales[@]eukhost.com - 0800 862 0380
Contact eUKhost Management
Customer Relations:
feedback@eukhost.com - 0808 262 0255
Contact:
ben@eukhost.com
Skype: euk_ben
Windows Live Messenger: ben@eukhost.com
Don't ever let other people's thoughts, feelings, perceptions and/or opinions drown over yours. You know yourself the best. Go with what you think is right. Everyone else's opinions or statements about you or others are secondary.
-
10-09-2008, 20:32 #54
The home page with the 10 most viewed sites you've been on... I really like the feature as all the sites I really use are there within a click. Granted you can get the same think with links bar in IE but with Chrome you have a much bigger area to click and you can see the site you want at a glance.
Jonathan Crass
Joint Partner in Checker Design
Joint Partner in Jst Hosting
UK Website design
UK based monitoring
Cheap UK Web Hosting
eUKhost Forum Moderator
-
10-09-2008, 21:04 #55
Security flaws
Multiple security experts have criticized what serves as the automatic file download feature that comes enabled by default in Google Chrome. They argued that it could be used easily by an attacker to trick a user into opening a malicious executable file.
A denial-of-service vulnerability was found that allowed a malicious web page to crash the whole web browser. Google Chrome developers confirmed the flaw, and it was fixed in the 0.2.149.29 release.
Security
Chrome periodically downloads updates of two blacklists (one for phishing and one for malware), and warns users when they attempt to visit a harmful site. This service also is made available for use by others via a free public API called "Google Safe Browsing API". In the process of maintaining these blacklists, Google also notifies the owners of listed sites who may not be aware of the presence of the harmful software.
Each tab in Chrome is fit into its own process to "prevent malware from installing itself" or "using what happens in one tab to affect what happens in another". The Sandbox Team is said to have "taken this existing process boundary and made it into a jail"; for example, malicious software running in one tab is unable to sniff credit card numbers, interact with the mouse, or tell "Windows to run an executable on start-up" and it will be terminated when the tab is closed. This enforces a simple computer security module whereby there are two levels of multilevel security (user and sandbox) and the sandbox can only respond to communication requests initiated by the user.
Typically, Plugins such as Adobe Flash Player are not standardized and as such, cannot be sandboxed as tabs can be. These often need to run at, or above, the security level of the browser itself. To reduce exposure to attack, plugins are run in separate processes that communicate with the renderer, itself operating at "very low privileges" in dedicated per-tab processes. Plugins will need to be modified to operate within this software architecture while following the priniple of least privelage. Chrome supports the NPAPI, but does not support the embedding of ActiveX controls. Also, Chrome does not have an extension system such as Mozilla's XPinstall architecture. Java applets support is available in Chrome as part of the pending Java 6 update 10, which currently is in Release Candidate testing.
A private browsing feature called Incognito mode is provided as well. It prevents the browser from storing any history information or cookies from the websites visited. This is similar to the private browsing feature available in Apple's Safari and the latest beta version of Internet Explorer 8.
Last edited by WelshTom; 10-09-2008 at 21:18.
-
10-09-2008, 21:22 #56
-
10-09-2008, 21:24 #57
A barge pole? What? And why not? What's wrong with Chrome? What don't you like about it?
-
10-09-2008, 21:28 #58
-
10-09-2008, 21:37 #59
-
10-09-2008, 21:49 #60
All software goes through stages of bugs and testing. That is why things are in Beta to iron out the bugs and issues before it goes to final release.
You can't expect the entire program to be bug free and 100% perfect on Beta otherwise it simply wouldn't be Beta.
Granted, I won't be doing anything too secure with Chrome at the minute and I'll be avoiding any even slightly dodgy websites but I can see once the problems get ironed out it could well be up there with Firefox and maybe even go past it.Jonathan Crass
Joint Partner in Checker Design
Joint Partner in Jst Hosting
UK Website design
UK based monitoring
Cheap UK Web Hosting
eUKhost Forum Moderator
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


LinkBack URL
About LinkBacks



Reply With Quote



*hint*


Ah, I see. What companeis would they team up with for this revolutionary marketing technology? For...
What is Google caffeine?