sites.google.com - 2/13/2009
—
The purpose of this document is to help organize and coordinate the effort to get a browser window up and running on Mac and Linux using as much of the code that is already there as possible (with temporary header and link scaffolding, plus ifdefs) as opposed to writing a bunch of throw-away ...
dev.chromium.org - 2/15/2009
—
dev.chromium.org —
Q. Does Chromium build a working UI on
Mac or Linux? Q. Can I run Chromium on...
Linux under Wine? Q. Does Chromium on Linux use GTK or Qt? A. We're too early in the port to have incorporated a toolkit. Most of the custom drawing goes through a library ...
(more)
FAQ (Chromium Developer Documentation)
Comments
Blog Reactions
First Screenshot of Google Chrome for Mac
Google Operating System —
... A document from Chromium's site includes a list of remaining features that need to be implemented. "The purpose of this document is to help organize and coordinate the effort to get a browser window up and running on Mac and Linux using as much of the code that is already there as possible (with temporary header and link scaffolding, plus ifdefs) as opposed to writing a bunch of throw-away code that duplicates what already exists on windows. Our goal is to get a double-clickable app with a working browser window using the real multi-process infrastructure (not TestShell) by ...
First Google Chrome on Mac screenshot appears
Download Squad —
... Though the rendering engine isn't actually doing anything yet, Chrome does correctly open new instances of the renderer with new tabs and close it when the tab closes. Chrome Developer Docs called for a "working browser window using the real multi-process infrastructure (not TestShell) by mid-February." ...
Pics of Chrome for Mac OS show first look at the in-development browser
Obsessable News Feed —
... Besides the rendering problems, just how basic is this Mac port so far? Sure you can move your mouse cursor around the screen, but the developers haven't hooked up the code for handling clicks yet, so you won't get very far navigating without a keyboard. Despite limits like this, it looks like the team working on the project is making steady progress at a decent clip. You can check out the developers' documentation for status updates on all the different ports of Chrome, but it's a bit of technical read. It looks like the final release, or even a stable beta, is still a long ...
Related Content
Become a Chromium Committer (Chromium Developer Documentation)
dev.chromium.org 12/15/2008 — This privilege is granted with some expectation of responsibility: committers are people who care about Chromium and want to help the project meet its goals. A committer is not just someone who can make changes to SVN, but someone who has demonstrated ...
New Tab Page (Chromium Developer Documentation)
dev.chromium.org 1/29/2009 — Most Visited : A grid of thumbnails showing the user's nine most frequently visited sites. Searches : Like most visited, the searches section shows your most frequent searches. Currently, this is a list of the most frequently used keyword searches, ...
Release Notes (Chromium Developer Documentation)
dev.chromium.org 3/17/2009 — [ r11274 ] Ctrl-M will no longer bring up a new window dialog box. (Issue: 8435 ) [ r11285 ] Fixes crash related to the resizing of a window that had a download shelf and had been dragged out from a tab. (Issue: 8477 ) [ r11287 ] Session restore ...
APIs (Chromium Developer Documentation)
dev.chromium.org 2/5/2009 — Showing 22 items Name Notes Use cases Priority Sort Sort Sort Sort Storage Should come for free via HTML5 APIs. New Tab Page Replace it entirely, or add modules (iframes?) to it. Read-only user scripts User scripts that have only ...
User Scripts (Chromium Developer Documentation)
dev.chromium.org 1/8/2009 — Install a recent trunk build of Chromium Launch chrome.exe with the --enable-user-scripts flag. Create a directory to store user scripts in: On Chromium builds 2.0.156.1, the directory should be called User Scripts and be in your chromium user ...
Release Notes: 2.0.166.1 (Chromium Developer Documentation)
sites.google.com 2/26/2009 — [ r9942 ] Fixed issue: After scrolling, input method editor (IME) window appeared far from the current text area. (Issue: 7651 ) [ r9950 ] **Preliminary fullscreen mode support. (Issue: 534 ) [ r9953 ] Double clicking on a tab no longer maximizes the ...
Extensions (Chromium Developer Documentation)
dev.chromium.org 12/1/2008 — Bookmarking/navigation tools: Delicious Toolbar, Stumbleupon, web-based history, new tab page clipboard accelerators Content enhancements: Skype extension (clickable phone numbers), RealPlayer extension (save video), Autolink (generic microformat data ...
Release Notes: 1.0.154.46 (Chromium Developer Documentation)
dev.chromium.org 1/30/2009 — [ r8418 ] Fix pages failing to load with 'waiting for cache...' message. (Issue 4769 ) [ r8443 ] Mitigate Adobe Reader Plugin Open Parameters Cross-Site Scripting Vulnerability (CVE-2007-0048, CVE-2007-0045) by blocking requests for javascript: URLs ...
Extension Process Model (DRAFT) (Chromium Developer Documentation)
dev.chromium.org 2/5/2009 — The extension process is simply a regular renderer process with extension-specific APIs. Each piece of UI (toolstrip, sidebar, etc) is a single HTML page with its own RenderView in the extension process. Chrome scripts are implemented as empty HTML ...
Subscribing to feeds (Chromium Developer Documentation)
sites.google.com 12/17/2008 — Table of contents Discovery We will autodetect RSS and Atom feeds using the standard autodiscovery tags : When a feed is available for a page, we will display an rss icon in the address bar: Clicking on the feed icon will redirect the user to feed, ...