You cannot post messages because only members can post, and you are not currently a member.
Description:
The team uses this list to discuss technical issues and announcements. Posts will include topics such as discussions on how to reduce memory consumption, how certain code areas are implemented and how to extend or improve such code. This is a moderate volume, high technical content mailing list.
|
|
|
Windows Chromium sync fail
|
| |
I keep running into something like this after about an hour of sync. I do not wy the WebKit\layout stuff is syncing, althought my .gclient file looks like this solutions = [ { "name" : "src", "url" : "[link]", "deps_file" : "DEPS", "managed" : True,... more »
|
|
Latest stable tag for Chrome OS
|
| |
Hello, I want to compile the latest version for Chrome OS, but don't have the information which tag is a stable tag for the platform. In general, how do I know what is the latest stable version for some plateform ? Is there some hint in the version number ? Any release note ? Any stable release mailing... more »
|
|
New developer wanting to get involved with Chromium
|
| |
Hello everyone,
First let me introduce myself, I'm Logan Anteau, an Electrical Engineering
and Computer Science and Engineering double major at the University of
Toledo. Right now I'm working full time (one of my required engineering
co-op terms) for a company who makes industrial test equipment, there I am... more »
|
|
PSA: Changing bindings generator
|
| |
Hiyas,
If you get any problems with generating bindings in the build (esp. on
non-Linux/ninja), please try syncing to ToT Blink (or at least Blink Revision
150731 <[link]>
) and regenerating GYP (gclient runhooks or build/gyp_chromium).... more »
|
|
're2/stringpiece.h' file not found when doing a Ninja build
|
| |
Hi I'm trying to build Chromium using: ninja -C src/out/Release chrome But I'm getting the error: ../../third_party/re2/re2/re2. h:186:10: fatal error: 're2/stringpiece.h' file not found This happened after an update using: gclient sync --jobs=16 I'm on Mac OS X, I was able to successfully build before the update.... more »
|
|
PostTask question
|
| |
If PostTask happens to the same thread, seems the task cannot be automatically started, and I have to take care of sub-pump. Question is how to start sub-pump? The detailed scenarios: IO Thread starts: 1. Create URLRequest 2. my code kicks in to start URLFetcher, pl notice this happened in the same IO thread.... more »
|
|
ninja updated to v1.3.3
|
| |
Hi,
I just updated ninja from 1.1.0 to 1.3.3. The next time you run `gclient`,
you'll get the new version.
Hopefully everything will work exactly like before. If you see any
problems, please let me know.
Nico
ps: If your tryjob failed on mac with error 245 at the beginning of the
'compile' stage, that was my fault. Sorry. That should be fixed now.... more »
|
|
URLRequestContextGetter question
|
| |
Hi, I am working on to use chromiume/net module code in one proejct. Since I want to use URLFetcher to send my own http request inside URLRequest or URLRequestContext class. However before I use URLFetcher I need to have the pointer to URLRequestContextGetter. If there is a way to get this pointer... more »
|
|
cq failure: Invalid username or password - what does this mean?
|
| |
Hi, I'm having some trouble committing my patch, chromium_presubmit fails with this message: Invalid username or password. Failed to get password from keyring Password for commit-...@chromium.org: command timed out: 1200 seconds without output, attempting to kill process killed by signal 9 program finished with exit code -1... more »
|
|
callback function question
|
| |
This is general question regarding to Chrome code design. During exploring on net module, there are a lot of callback functions got my attention. There are two kinds of basically, first it's messageloop->PostTask() introduced which is used for different thread. This is fine and perfect to achieve async result.... more »
|
|
|