Home

Google Chrome Browser

making the web faster, safer, and easier

Main menu

  • Home
  • Chromebook
  • Chrome OS
  • Android
  • Books
  • Releases
    • Stable
    • Beta channel
    • Dev channel
  • Downloads
  • Videos
    • Top Rated
    • Most Viewed
    • Most Commented
  • Articles
    • Top Rated
    • Most Viewed
    • Most Commented
  • About Us
Home

Add to Technorati Favorites

Subscribe to Google Chrome Browser by e-mail

Delivered by FeedBurner

Syndicate

Syndicate content

User login

Login/Register
What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password

Tag Cloud

Beta updates browser browsers browsing chrome chromebook chrome extensions Chrome OS chromium Dev updates Downloads extensions feed Firefox Google google chrome googlechrome Internet Explorer Linux News opera release security Stable updates TC video web web browser web browsers windows
more tags

Twitter Updates

Follow us on Twitter @ChromeBrowser


    javascript

    JavaScript Popup Blocker for Google Chrome

    Submitted by admin on Sun, 05/13/2012 - 07:29
    • browsing
    • google chrome
    • javascript
    • PopUps

    Popups, I do not like them, at all. While they are sometimes used by sites to make part of the website’s functionality available, they are more often than not used for advertisement. And while there is nothing wrong with advertising in general, popup ads tend to be one of the most annoying forms of advertisement that you encounter on the Internet. The core reason being that new windows are spawned, that you need to close manually at one point or the other. That’s fine if one window spawns, but there are sites out there that bombard you with popups.

    With Firefox, I have NoScript which takes care of the popups. I can’t really say when I have seen the last unrequested popup show up in the web browser. For Chrome, things have been different. While you get your assortment of ad blocking scripts for the browser, I found the JavaScript Popup Blocker extension to be more reliable when it comes to blocking popup windows in the browser.

    • Add new comment
    • Read more
    • 369 reads
    • Feed: gHacks technology news
    • Original article

    Kill Evil Gets Rid of Annoying JavaScript Tweaks All Over the Web

    Submitted by admin on Fri, 04/20/2012 - 09:30
    • Annoyances
    • chrome
    • chrome extensions
    • clipboard
    • context menu
    • Downloads
    • feed
    • google chrome
    • javascript
    • scripts
    • Tabbed browsing
    • web browsers

    Chrome: Kill Evil is a simple extension that disables annoying scripts all across the web, like sites that won't let you right-click, sites that won't let you copy images, or sites that paste in citation links whenever you copy their text. More »

     

    • Add new comment
    • 529 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    The Future of JavaScript – take a peek today!

    Submitted by admin on Fri, 02/10/2012 - 11:58
    • chromium
    • feed
    • google chrome
    • javascript

    The ECMA committee is working hard on designing the next version of JavaScript, also known as "Harmony". It is due by the end of next year and it is going to be the most comprehensive upgrade in the history of this language.

    Chrome and V8 are committed to pushing JavaScript forward and have already started implementing the new features. You can try some of them today in the latest dev channel release. Here’s a summary:

    • Lexical scoping. Now "let" is the new "var" – traditional "var" declarations are complemented with "let" and "const". Both are properly block-scoped bindings, eliminating a common source of errors and weird behaviour. Function declarations are now officially allowed in local scope as well, and also obey lexical scoping. (Note: Lexical scoping is only available in ES strict mode.)
    • Collections. Efficient maps and sets will make your life easier. Any value can be used as a key or element, including objects. No surprises, no more need to abuse objects as dictionaries. (Caveat: Iteration over collections is not yet specified.)
    • Weak maps. A special kind of map for which the garbage collector determines when a key is no longer reachable, so that the key-value pair can be removed from the map automatically. This goes a long way towards avoiding memory leaks in long-lived tables and relieves the developer from worrying about stale entries.
    • Proxies. A proxy simulates a JavaScript object or function, and can customize just about any aspect of their behaviour that you can imagine. This is a real power feature, that takes reflection to a new level and can be used to implement various advanced abstractions and interfaces. 

     ...and there is a lot more to come, as the V8 team will continue working on bringing new Harmony features to you.

    To enable Harmony features in the latest dev channel release of Chrome, go to chrome://flags and toggle on "Experimental JavaScript features". We encourage you to try them out and give us feedback!

     

    • Add new comment
    • Read more
    • 826 reads
    • Feed: Chromium Blog
    • Original article

    Translating JavaScript to Dart

    Submitted by admin on Mon, 01/30/2012 - 15:07
    • chromium
    • dart
    • feed
    • google chrome
    • javascript

    Cross posted to: dartlang.org and the Google Code Blog

    It took approximately 2000 years for the original Rosetta Stone to be discovered, which helped translate the Egyptian Hieroglyphs. We couldn’t wait that long to bridge the Dart and JavaScript worlds, so today we are releasing the JavaScript to Dart Synonym app.

    Like most web developers, we are familiar, comfortable, and productive with JavaScript. We were curious about Dart, and thanks to a recent Dart hackathon, we had the chance to play with the language and libraries. The problem was, as JavaScript developers, we didn’t know how to map common JavaScript idioms to Dart. Hence the idea for this synonym app was born.

    We started with the basics that every JavaScript and jQuery developer knows: variables, arrays, functions, classes, DOM manipulation, and many more. Then, with the help of the Dart team, we recorded the corresponding Dart versions of each idiom. To practice what we learned, we wrote this app with Dart.

    We hope our app that maps between JavaScript and Dart eases your introduction to Dart and gives you a sense of where the project is going. We know the team is eager to hear your feedback. Don’t hesitate to join the conversation or file a new issue for either Dart or the Synonym app. And remember, Dart isn’t set in stone, so your feedback counts.

     

    • Add new comment
    • Read more
    • 516 reads
    • Feed: Chromium Blog
    • Original article

    Chrome updated with faster JavaScript engine, tabbed settings and password sync

    Submitted by admin on Tue, 03/08/2011 - 11:33
    • Apps
    • browsers
    • chrome
    • chrome 10
    • Chrome10
    • crankshaft
    • Flash
    • Google
    • google chrome
    • Google Chrome 10
    • googlechrome
    • GoogleChrome10
    • javascript
    • sandbox
    • stable
    • version 10
    • Version10
    • web
    Chrome stable update

    Last month's beta version of Chrome has become the new stable build, bringing a large JavaScript performance improvement to hundreds of millions of Chrome users. While it's a bit meaningless at this stage, this means the stable channel is now version 10, which first appeared at the end of 2010.

    The main addition to this version is Crankshaft, a new version of the V8 JavaScript engine that results in 66% faster JavaScript performance -- as measured by Google's own V8 benchmark, anyway. Amongst other changes is the new-look tabbed settings page, sandboxed Adobe Flash for better security, and passwords are now synced with Chrome Sync. For complete release notes, check the Google Chrome Releases blog.

    To update to the latest stable version of Chrome, simply close your browser and re-open it -- the update should be applied automatically. Alternatively, click the wrench icon and then About Google Chrome, which will check for the the latest update.

    • Add new comment
    • Read more
    • 821 reads
    • Feed: Download Squad
    • Original article

    Onclick Javascript Does Not Work in Google Chrome and Firefox?

    Submitted by admin on Sun, 03/06/2011 - 02:54
    • chrome
    • Firefox
    • Google
    • google chrome
    • ie
    • Internet Explorer
    • javascript
    • opera
    • safari
    • Tips
    • web browser
    • web browsers
    • Web Developing

    Onclick Javascript in Google Chrome and Firefox Does Not Work?If you have found that onclick event does not work on Google Chrome, Firefox and Safari web browsers, then here is quick way to fix it:

    Replace onclick form id with its name

    For example, let’s say you have the following:

    id=”form1″ name=”checkform1″

    Find JS event:

    onclick=”document.form1.cSSld.value=””

    Replace with:

    onclick=”document.checkform1.cSSld.value=””

    All set. It now works with all web browsers.

    • Add new comment
    • Read more
    • 2651 reads
    • Feed: Web Browsers News and Reviews
    • Original article

    Google Chrome beta update brings faster JavaScript, GPU acceleration, Web app backgrounding

    Submitted by admin on Fri, 02/18/2011 - 05:45
    • Apps
    • browsers
    • chrome
    • Google
    • google chrome
    • googlechrome
    • internet
    • Java
    • javascript
    • Linux
    • web
    • windows

    Google's Chrome beta update brings with it a slew of goodies for the adventurous users who prefer slightly more cutting-edge features over tried-and-true stability. Version 10.0.648.82 hit the beta channel earlier today, and it affected just about every piece of the browser, from the settings interface to the rendering engine.

    First and foremost, the already-impressive V8 "Crankshaft" JavaScript engine has been updated. Along with the addition of GPU-accelerated video, that means browsing with Chrome is going to be noticeably snappier than with the previous version. This is no placebo effect, either; according to the Official Chrome Blog, the V8 version used in this beta shows a 66% performance increase over the current stable release.

    Browser settings are now opened in their own tab, as opposed to a separate window. The added space and cleaner layout that this provides is actually quite nice, and when you think about it, a browser that can use multiple tabs really has no reason to make new windows at all, so it just makes sense. One cool side-effect of moving settings into a tab is that they're actually browsable, meaning that if you get good enough at it, you can go directly to the page for certain settings just by using its address -- like "chrome://settings/advanced" or "chrome://settings/browser."

    • Add new comment
    • Read more
    • 1067 reads
    • Feed: Download Squad
    • Original article

    Google Chrome Canary hits v10, Crankshaft turbocharges V8 JavaScript engine

    Submitted by admin on Tue, 12/07/2010 - 20:46
    • canary
    • chrome
    • chrome 10
    • Chrome10
    • chromium
    • crankshaft
    • Google
    • google chrome
    • googlechrome
    • javascript
    • v8

    With all the Chrome OS and Chrome Web Store hoopla today, a post over at the Chromium blog went mostly unnoticed -- and it's definitely noteworthy. Freshly baked in the Chromium snapshot builds and Google Chrome Canary is Crankshaft, an enhancement to Chrome's V8 JavaScript engine that has yielded some impressive gains.

    Crankshaft is made up of four components:

    • a runtime profiler for identifying code that uses a significant number of CPU cycles
    • a base compiler for generating code more quickly
    • an optimizing compiler which re-compiles code pinpointed by the profiler
    • deoptimization mechanism that allows Crankshaft to recover from overly-optimistic code optimizations

    Crankshaft offers improvements in both startup time and maximum performance, with Google noting gains of up to 12% on JavaScript-heavy pages. On Google's own V8 benchmark, Crankshaft helps Chrome post scores which are almost 50% higher than previous versions with V8 alone.

    ...And for those of you wondering when Chrome was going to hit version ten, you've got your answer. It's already happened to the Canary build -- so hit your wrench menu > About Google Chrome and restart to update yourself to Chrome X! There's not much new that you'll notice right off the bat, with the exception of a selectable Instant option and experimental geolocation features in about:flags.

    • Add new comment
    • Read more
    • 1260 reads
    • Feed: Download Squad
    • Original article

    Safy, Run Links With JavaScript, Plugins Disabled In Google Chrome

    Submitted by admin on Sat, 11/20/2010 - 12:47
    • browsing
    • google chrome
    • javascript
    • noscript
    • notscript
    • safy

    I do not have a problem opening websites without JavaScript or plugins enabled in Firefox with the excellent NoScript add-on running. In fact, NoScript blocks those scripts on all pages by default. There is not an equivalent of NoScript for Google Chrome, even NotScript, which comes closest to the functionality does not offer the features that NoScript offers.

    Chrome users who want to open some websites with scripts and plugins disabled have now another option. The Safy extension for Chrome offers to open links in the browser in in iframe sandbox with both JavaScript and all plugins disabled.

    google chrome safy

    Options provided are to open the selected link in a new tab in the same browser window or in the current tab. This works fine in most instances, but not all the time. It is for instance not working in Google Search. An error message is displayed if Safy is used to display a search result in a sandboxed tab.

    That’s the biggest quirk right now. The other problem that some users may experience is that they cannot launch websites using Safy if no link is present. Say you are on a website and want to open it without JavaScript or plugins, or you want to enter a web address directly, or open a bookmark in the browser. Safy cannot be used in all of those cases.

    Then again, it works very well for normal links on most sites. Ideal for opening a link on Twitter, Facebook or blogs in a safer environment.

    Safy is available only for the Chrome browser. It can be installed directly from the Chrome extension gallery.

    • Add new comment
    • Read more
    • 582 reads
    • Feed: gHacks technology news
    • Original article

    Firefox 4 maxes out SunSpider benchmark

    Submitted by admin on Sat, 10/30/2010 - 09:45
    • benchmark
    • chrome
    • Firefox
    • Google
    • javascript
    • mozilla
    • opera
    • safari

     

    • Add new comment
    • Read more
    • 499 reads
    • Feed: Download Squad
    • Original article

    Firefox 4 edges out Chrome in Sunspider test

    Submitted by admin on Thu, 10/21/2010 - 23:15
    • fast
    • Firefox
    • firefox 4
    • Firefox4
    • google chrome
    • googlechrome
    • javascript
    • mozilla
    • speed

    • Add new comment
    • Read more
    • 301 reads
    • Feed: Download Squad
    • Original article

    V8 Benchmark Suite Updated

    Submitted by admin on Thu, 10/07/2010 - 11:12
    • chromium
    • feed
    • google chrome
    • javascript
    The V8 benchmark suite contains a number of pure JavaScript benchmarks that capture the areas in which a JavaScript engine has to perform well to support the well-structured, maintainable, and high-performance web applications of tomorrow. These benchmarks have been useful for us when optimizing the V8 JavaScript engine and we have found that making them run faster leads to better performance for many of the web applications we enjoy using every day.
     
    Today we have released version 6 of the V8 benchmark suite. The main changes are in the RegExp and Splay components of the benchmark suite. For reference, we describe each of the existing benchmarks in the suite below, along with any changes made in version 6.
     
    RegExp: Regular expression benchmark generated by extracting regular expression operations from 50 of the most popular web pages. The regular expressions are exercised a number of times to reflect their popularity on those top 50 web pages. Changed in version 6: each regular expression is now exercised on a number of different input strings instead of just one.
    Splay: Data manipulation benchmark that modifies a large splay tree to exercise the automatic memory management subsystem. The benchmark builds a large splay tree in a setup phase and then measures how fast nodes can be added and removed. Changed in version 6: no longer converts the same numeric key to string repeatedly and updates the splay tree in a way that increases the pressure on the memory management subsystem.
     
    Richards: Operating system kernel simulation benchmark originally written in BCPL by Martin Richards. The Richards benchmark effectively measures how fast the JavaScript engine is at accessing object properties, calling functions, and dealing with polymorphism. It is a standard benchmark that has been successfully used to measure the performance of many modern programming language implementations.
     
    DeltaBlue: One-way constraint solver, originally written in Smalltalk by John Maloney and Mario Wolczko. The DeltaBlue benchmark is written in an object-oriented style with a multi-level class hierarchy. As such it measures how fast the JavaScript engine is at running well-structured applications with many objects and small functions. Changed in version 6: fixed a couple of typos that do not have any impact on the behavior of the benchmark.
     
    Crypto: Encryption and decryption benchmark based on code by Tom Wu. The benchmark encrypts an input string, decrypts the result and verifies that encryption followed by decryption yields the original input. The encryption/decryption algorithm is RSA and the benchmark measures the performance of arithmetic operations on integers and array access.
     
    RayTrace: Ray tracer benchmark based on code by Adam Burmister. The benchmark measures floating-point computations where the object structure is constructed using the Prototype JavaScript library. Changed in version 6: removed dead code that has no impact on the behavior of the benchmark.
     
    EarleyBoyer: Classic Scheme benchmarks, translated to JavaScript by Florian Loitsch's Scheme2Js compiler. The benchmarks exercise important areas of the JavaScript engine such as object allocation, data structure manipulation, and garbage collection. The translated nature of the benchmarks make them appear foreign, but the runtime characteristics of the benchmarks are highly representative of many real world web applications.
     
    Curious to know how your browser performs? Give it a spin on the new version of the V8 benchmark suite.
     
    • Add new comment
    • Read more
    • 1145 reads
    • Feed: Chromium Blog
    • Original article

    NotScripts for Chrome disables JavaScript, iframes, and plug-ins

    Submitted by admin on Mon, 09/06/2010 - 14:30
    • addons
    • chrome
    • javascript
    • noscript

     

    notscripts

    When we browse the Web these days, there's a lot of JavaScript going on all the time. That's what Google uses to track us via Analytics and what sites use to show animations, etc. But sometimes you might want to disable all, or some, of that JavaScript - either on a single site, or in general. Not just because you don't like Analytics (which you can opt out of anyway), but because JavaScript is sometimes used maliciously.

    Firefox users can do this easily using NoScript, but Chrome users don't have it so easy. Since Chrome architecture is significantly different, creating an add-on that would block JavaScript from executing is pretty tricky.

    NotScripts is one effort to create such an add-on, and it seems to be fairly well advanced.

    The whole thing feels like a giant workaround. It works "by cleverly using HTML5 storage caching to overcome the timing issues," and it requires you to set a manual password by editing an external file so that sites cannot view the extension's white list of "allowed sites."

    It also doesn't provide advanced protection against clickjacking and other malicious JavaScript practices, which NoScript (for Firefox) does provide. But the general feeling I get is that the developer is doing all he can to provide a similar level of protection -- it's just far from trivial, given Chrome's architecture.

    • Add new comment
    • Read more
    • 1270 reads
    • Feed: Download Squad
    • Original article

    The Next Web uses cheap JavaScript hack to fool you into installing an extension, heralds new age of phishing attacks

    Submitted by admin on Tue, 07/13/2010 - 12:00
    • extension
    • hack
    • insecure
    • javascript
    • security
    • the next web
    • TheNextWeb

     

    Update: The Next Web has now removed the JavaScript alert bar. Hooray!

    You may recall a couple of months ago when I falsely reported on what I thought was a new feature of Chrome. It was admittedly kind of neat: I thought websites could link themselves to a Chrome Extension, and pop up an alert at the top of your browser if you hadn't installed it.

    As it turned out, it's just a cheap JavaScript hack that looks just like an official Chrome alert. I had hoped that I wouldn't see it again, but of course that was too much to ask of the Internet. As of today, The Next Web is now using it on every single one of its pages. Click through, check it out -- I'm sure they'll appreciate the extra ad impressions.

    For a technology blog, TNW displays disgustingly little foresight. This bar is, in effect, an updated phishing or rogue malware attack. You all know the type: that pop-up that claims to scan your hard disk for viruses but actually installs a bunch of Trojans.

    Does TNW not realise that you could make this bar link to a nefarious domain that looks exactly like the Chrome Extensions website? TNW's intentions might be benevolent, but with such high profile use of this JavaScript copycat, I guarantee that phishers and malware writers will soon be using this bar for the forces of evil.

    Wouldn't it be easy to change the appearance of the bar so that it's obviously not part of the browser? How about making it pink, or changing the logo on the left to something distinctly un-Chromeish?

    TNW has just opened a smelly kettle of fish -- and from now on, I suggest you all read your Chrome alerts carefully before clicking.

    • Add new comment
    • Read more
    • 312 reads
    • Feed: Download Squad
    • Original article

    Keep Your Gmail Tasks, Chat, and Compositions Open in New Chrome Windows

    Submitted by admin on Fri, 06/11/2010 - 10:00
    • chrome
    • email
    • feed
    • Gmail Tip
    • google chrome
    • javascript
    • Window Management

    Chrome only: Up until now, closing the main Gmail or Google Apps mail tab in your browser would close down any connected windows you had open, too—compose windows, Gmail tasks, popped-out chats, and the like. Now Gmail's fixed that with a JavaScript tweak for Chrome, so you can keep working on the email, or keep a conversation running, after you've closed down your main inbox. [Official Gmail Blog] More »

    • Add new comment
    • 1489 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    Learn to Make Your Own Chrome Extensions [Programming]

    Submitted by admin on Wed, 06/09/2010 - 14:30
    • chrome
    • extensions
    • feed
    • google chrome
    • html5
    • javascript
    • Programming
    • Teach Yourself

    Lifehacker readers are often interested in learning how to code, and if you're a Chrome user, development blog Tutorialzine has a great tutorial to start you off making simple Chrome extensions. More »

    • Add new comment
    • 354 reads
    • Feed: Lifehacker: Google Chrome
    • Original article

    Turn Google Chrome's search bar into a powerful Quix command line

    Submitted by admin on Thu, 05/27/2010 - 10:00
    • chrome
    • CommandLine
    • google chrome
    • googlechrome
    • javascript
    • quix

     

    I'm a big fan of Quix, the handy scriptable bookmarklet that works like a command line from your browser.

    Wouldn't it be cool if you could use the search bar as a command line, though, instead of triggering a Quix window? If you use Google Chrome, you can. This neat little hack requires setting up Quix as the default search engine, which will require copy-pasting a little bit of code.

    To get Chrome to recognize Quix as a search engine, grab the code from this intrepid coder's blog and follow the detailed instructions there. It actually doesn't take long to set up, and anybody who's savvy enough to use Quix can probably manage it. If you're worried that using Quix as your default search will make Googling tougher, don't sweat it too much: simply putting a g in front of your search is the default Quix command for Google.

    [via Lifehacker]

    • Add new comment
    • Read more
    • 1166 reads
    • Feed: Download Squad
    • Original article

    Does Your Browser Behave?

    Submitted by admin on Thu, 03/11/2010 - 09:54
    • chromium
    • feed
    • google chrome
    • javascript
    Last June, we launched the Sputnik JavaScript conformance test suite, a comprehensive set of more than 5000 tests. Today we're releasing a test runner for Sputnik, that allows you to easily run the complete test suite from within your browser.
     
    Sputnik touches all aspects of the JavaScript language defined in the 3rd edition of the ECMA-262 spec. In many ways it can be seen as a continuation of and a complement to existing browser conformance testing tools, such as the Acid3 test. While we are always focused on improving speed, Sputnik is not about testing how fast your browser executes JavaScript, but rather whether it does so correctly.
     
    Since we released the Sputnik tests as an open source project, the most requested feature has been the ability to run the tests in a browser, and we are excited to launch that functionality today. The new test runner lets you run the tests from a single URL and quickly see the results in your browser. This makes it easier both for users to see how well their browser conforms to the JavaScript spec, as well as for browser makers to find bugs and incompatibilities.
     
    You can also use Sputnik to compare browser conformance. For example, below is an experimental plot that compares five popular browsers and which we hope to update as new stable versions of the browsers are released. We created this chart by running Sputnik in each of the five browsers and then plotting each browser such that the fewer tests a browser fails the closer it is to the center and the more failing tests two browsers have in common the closer they are placed to each other. In this example, when running Sputnik on a Windows machine, we saw the following results: Opera 10.50: 78 failures, Safari 4: 159 failures, Chrome 4: 218 failures, Firefox 3.6: 259 failures and Internet Explorer 8: 463 failures.
     

     
    • Add new comment
    • Read more
    • 635 reads
    • Feed: Chromium Blog
    • Original article

    Google Chrome Browser is a community site for users and developers of the Google Chrome browser.
    Google™ is a Trademark of Google Inc. All other company and product names may be trademarks of the respective companies with which they are associated.
    Google Chrome Browser site is not affiliated with or sponsored by Google Inc.
    Google Chrome Browser site is built on the Drupal open source content management system.