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.
|
|
|
Mac: Restore windows to last desktop space
|
| |
When I restart Chrome, I'd like my browser windows to reposition themselves at the desktop spaces they were when the application closed. I've never developed at the Chromium before, can anyone give me some pointers as to which source files I should take a look? Thanks!
|
|
Why are my passwords visible in clear-text to people looking at my settings in Chrome?
|
| |
I understand that if someone is using your computer without your knowledge, you shouldn't expect that your data is secure. That said, I cannot think of a valid reason why we wouldn't want add at least an extra level of security in the UI that would act as a deterrent for non-hacker people looking to score passwords of their friends. Think of it as a security system in your house -- it won't stop professionals, but the kid next door looking to steal your computer will think twice, or avoid trying altogether.... more »
|
|
compiling "blink" as static library
|
| |
Hi everyone, My apologies for not knowing exactly where to post this. I've been trying to figure out how to compile the webcore component of blink as a library (I need the HTMLTokenizer and HTMLDocument classes), but for the life of me I can't even figure out where to start. I've pulled the repository no... more »
|
|
A question about synchronous message with timeout
|
| |
Hello everyone, I'm reading source code of IPC module, I have a question about sending synchronous message with timeout, the source code is in the cpp file chromium\home\src_tarball\tarb all\chromium\src\ipc\ipc_sync_ channel.cc, relevant snip shown as below: When a sync-message is timeout, the context->GetSendDoneEvent() will be set... more »
|
|
|