Recommended Posts

New as of Chrome dev 38.0.2121.3: When you're signed in to Chrome a dropdown menu appears in the title bar, allowing you to switch users. Note: I haven't noticed this in the OS X version, only on Windows.

 

Screenshoton2014-08-14at07.54.23.png

Fonts now are once again sane in Chromium and less bold on Neowin front page, in early DirectWrite implementation, they were slim and thin and then after stability they become Bold and now its back to normal and little strong than thin early one.

 

--------------

Another UI change, bold Addon title and Enabled button bold when enabled otherwise in disable state normal font.

3ixNIHA.png

Google decided to no go with Pointer Event (MS proposed standard).

 

https://code.google.com/p/chromium/issues/detail?id=162757#c64

 

 

-------------------------------------------------

 

Milestone 39 begin as well...

Hmm just saw earlier that the status bar loading page elements showed on the right, but while coming here to ask about it, it loaded on the bottom left again? Anyone know about this "feature"?

 

It seriously annoys me that it covers up some full screen video controls!

Hmm just saw earlier that the status bar loading page elements showed on the right, but while coming here to ask about it, it loaded on the bottom left again? Anyone know about this "feature"?

 

It seriously annoys me that it covers up some full screen video controls!

 

You mean this?

 

TjCab7K.png

 

It always load for me in left, only if I hover over it, then only it moves to right. My locale of system and browser is English US only. Although I have Urdu Keyboard Layout installed which I require sometime to type native language.

 

What behavior I have?

- Maximize Window -- Hover moves status bar loading to Right

- Windowed Mode -- Hover moves status bar loading to below the window frame border

You mean this?

 

TjCab7K.png

 

It always load for me in left, only if I hover over it, then only it moves to right. My locale of system and browser is English US only. Although I have Urdu Keyboard Layout installed which I require sometime to type native language.

 

What behavior I have?

- Maximize Window -- Hover moves status bar loading to Right

- Windowed Mode -- Hover moves status bar loading to below the window frame border

 

 

or while loading page if the cursor is towards bottom left it moves status info to the right for me.

Yeah then that's new, thanks guys.. hover over moves it. Something it didn't do before :D


Chrome 64-bit for Windows has hit the stable channel. Your move, Firefox.

 

https://www.google.com/chrome/browser/?platform=win64

 

However, they've messed up the version string: Version 37.0.2062.94 unknown-m (64-bit)

What advantage has 64-bit version over the normal one, are extensions compatible etc?

What advantage has 64-bit version over the normal one, are extensions compatible etc?

Here's what Google has said...

  • Speed: 64-bit allows Google to take advantage of the latest processor and compiler optimizations, a more modern instruction set, and a calling convention that allows more function parameters to be passed quickly by registers. As a result, speed is improved, especially in graphics and multimedia content, which sees an average 25 percent bump in performance.
  • Security: With Chrome able to take advantage of the latest OS features such as High Entropy ASLR on Windows 8, security is improved on 64-bit platforms as well. Those extra bits also help better defend against exploitation techniques such as JIT spraying, and improve the effectiveness of existing security defense features like heap partitioning.
  • Stability: Google has observed a marked increase in stability for 64-bit Chrome over 32-bit Chrome. In particular, crash rates for the renderer process (i.e. Web content process) are almost half.

As for extensions... extensions from the Chrome web store? Compatible! Plugins like Flash, Java, Silverlight? Those are compatible too if you have the 64-bit builds installed but there are some plugins that aren't compatible with 64-bit browsers, e.g. QuickTime, Battlelog, etc. Chrome hitting 64-bit binaries for Windows on the stable channel is actually a front page news worthy story. Firefox and Opera currently are the two mainstream Windows browsers without stable 64-bit binaries for Windows. In Opera's case it's only a matter of time since it's based on Chrome.

Here's what Google has said...

 

Speed: 64-bit allows Google to take advantage of the latest processor and compiler optimizations, a more modern instruction set, and a calling convention that allows more function parameters to be passed quickly by registers. As a result, speed is improved, especially in graphics and multimedia content, which sees an average 25 percent bump in performance.

Security: With Chrome able to take advantage of the latest OS features such as High Entropy ASLR on Windows 8, security is improved on 64-bit platforms as well. Those extra bits also help better defend against exploitation techniques such as JIT spraying, and improve the effectiveness of existing security defense features like heap partitioning.

Stability: Google has observed a marked increase in stability for 64-bit Chrome over 32-bit Chrome. In particular, crash rates for the renderer process (i.e. Web content process) are almost half.

post-2-0-23172700-1409075051.jpg

 

:P Cheers, downloading it now :|

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • The funny thing here is that like 70% or so of the web browser users use 'Google Chrome' as web browser. What I don't understand is that why on earth would ANYONE choose 'Google Chrome' on Windows when 'Microsoft Edge' is not just better in most things, but it's already there right out of the box for the Windows users. Microsoft Edge has less data collection (yes, that's a fact), less RAM usage and is more optimized for Windows (as it's a Microsoft product) right out of the box. Sure, the way Microsoft is pushing Microsoft Edge on users might not be the best way of doing it and might need to change. But I would never choose 'Google Chrome' over 'Microsoft Edge' today anyways. I'm sure there was a period back in the days when 'Google Chrome' actually was better in most things, but that period is not today.
    • JetBrains rolls out IntelliJ IDEA update with Markdown preview fixes and more by David Uzondu Image via JetBrains IntelliJ 2026.1.3 from JetBrains has landed, bringing several highly requested bug fixes that target common UI glitches and terminal rendering issues. If you run tmux inside the integrated terminal, the IDE no longer renders the cursor above the active line. The Markdown preview bug, which was fixed in this release, had annoyed developers for quite some time, as the preview pane failed to render images saved outside the project directory. Instead of displaying the actual image, the IDE simply showed a broken image icon, a problem that stuck around for two years before this update. Over on Windows, developers running WSL can now use wsl.exe to spin up their environments without losing terminal functionality. In previous builds, launching a terminal shell with something like wsl.exe -d ubuntu inside a Windows-based project broke both shell integration and active process detection. Other bug fixes in this release include: An issue where Gradle sync incorrectly reported success as a failure on WSL when using Gradle 9.5.0. A syntax highlighting bug that flagged valid Java for-loop initialization blocks with multiple statements as incorrect. A warning bug that triggered a false non-null local variable alert when using JSpecify annotations. A database generation bug that hid the option to use a DELETE statement instead of a TRUNCATE checkbox. A Kotlin highlighting failure where an assertion error in the Gradle redundant library inspection broke error highlighting. A UI bug where the ComboBox popup lacked a maximum height restriction. A Snowflake syntax error where DataGrip failed to support the "create temp" command. A Svelte syntax parsing failure that incorrectly flagged quotes inside inline expressions. A VCS repository manager deadlock that triggered thread pool exhaustion. A memory leak where the LazyTree component kept all previous versions of a tree in memory. IntelliJ 2026.1.3 is the third bug fix release for the IntelliJ 2026.1 series. The first one landed back in April with a fix for the WSL Python interpreter freeze, another fix for guest participants using Emmet abbreviations, and corrected WildFly server deployment errors.
    • That stupid annoying Sign in with Google on all these sites now... get the fk outta here
    • I was just being silly based on David Uzondu's comment ☺️
    • The unified inbox, when it arrives, will be a powerful argument for those who have > 1.
  • Recent Achievements

    • Collaborator
      Asgardi earned a badge
      Collaborator
    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      73
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!