You cannot post messages because only members can post, and you are not currently a member.
Description:
General Chromium discussion, suggestions, and high level design questions or comments around other topics that are not focused on the engineering or implementation of code belong here. If you are unsure about where you should post, use this list. This is a high-volume mailing list.
|
|
|
Disable omnibox autocomplete for classes of queries
|
| |
Hi everyone,
Is there any way to disable omnibox autocomplete for classes of
traffic? Specifically, I'd like it disabled for 1) anything that
parses as math, and 2) multi-word phrases. Suggestions in the drop-
down below are fine and welcome, but for these kinds of queries having
anything injected into the omnibox directly causes more mistakes than... more »
|
|
"Downgrading" JS engine back to JSC
|
| |
Hi guys,
I am looking into modifying parts of Chromium for a project. It
involves patching parts of the DOM implementation and also
corresponding parts in the JS engine. In order to lessen the
complexity I would like to go back to JSC instead of the highly-
optimized and complex V8. When grep'ing through the code I found ./... more »
|
|
Default socket reuse policy -- why is "last accessed" the default policy ?
|
| |
Why is the default socket-reuse-policy set to USE_LAST_ACCESSED_SOCKET
by default ?
Wouldn't it be better to use USE_WARMEST_SOCKET or even
USE_WARM_SOCKET or as the default so that we are more likely to have
passed the slow-start phase of TCP ?
There appears to be some sort of field trial going on if the policy is... more »
|
|
Mapping DOM Elements to Network Requests
|
| |
For a loaded page I would like be able to see the network request
information that is associated with a particular element of the DOM.
For example, it'd be really useful to be able to select a div (perhaps
in the the devtools Elements panel) that contains, say, an advertising
component of the page and see what resources were required to put it... more »
|
|
Chromium - Build error !!!
|
| |
I tried building Chromium project in VS 2010 Professional Edition-SP1
I have installed Windows SDK tool kit !!
But still i am getting this error
error C1083: Cannot open include file: 'ExceptionCodeDescription.h':
No such file or directory C:\chromium\src\third_party\We bKit\Source
\WebCore\dom\ExceptionCode.h23 1 webcore_remaining... more »
|
|
Side Tabs
|
| |
I think it's safe to say that the need for side tabs is much greater
than you might think.
I think there are many web devs out there who would prefer to have
side tabs. The problem is, there was never an option for it to be
found in the Chrome interface. The second problem is, many web devs... more »
|
|
Plz help me Building projects out of date
|
| |
I followed the Visual-Studio-2010 ([link]
how-tos/build-instructions-win dows#TOC-Setting-up-the-enviro nment-for-
Visual-Studio-2010)
While I am building the chrome with VS. VS showed one message like
this ....
These projects are out of date
content_common - Debug Win32... more »
|
|
|