[chromium-dev] Question about chromium sandbox on Mac OSX

2009-07-30 Thread n179911
Hi, I read this article: http://dev.chromium.org/developers/design-documents/sandbox/osx-sandboxing-design It said Mac OSX supports five constants for sandbox access restrictions: * kSBXProfileNoInternet * kSBXProfileNoNetwork * kSBXProfileNoWrite *

[chromium-dev] Re: Adding a Custom Scheme

2009-07-30 Thread Peter Kasting
On Wed, Jul 29, 2009 at 9:18 PM, Tim Steele t...@chromium.org wrote: I've done something like this in the past, and it used to be that if I selected the second suggestion (which was *not* a Search Google for: ... type suggestion, it would actually go to my registered URL and from that point

[chromium-dev] Re: Adding a Custom Scheme

2009-07-30 Thread Tim Steele
On Wed, Jul 29, 2009 at 11:39 PM, Peter Kasting pkast...@chromium.orgwrote: On Wed, Jul 29, 2009 at 9:18 PM, Tim Steele t...@chromium.org wrote: I've done something like this in the past, and it used to be that if I selected the second suggestion (which was *not* a Search Google for: ...

[chromium-dev] Re: Adding a Custom Scheme

2009-07-30 Thread Peter Kasting
On Thu, Jul 30, 2009 at 12:38 AM, Tim Steele t...@chromium.org wrote: We only had one URL for the scheme in question, so whether it was for the entire scheme didn't matter. Ah. Yeah, that'd do it. PK --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: Adding a Custom Scheme

2009-07-30 Thread Kruncher
I tried selecting an alternative from the autocomplete suggestions, but all of them resort to a Google search. From what I saw last night, it seems as though any factory methods that are registered prior to the BrowserMain method are being cleared, and then the Chromium methods are being

[chromium-dev] Re: Unsubscribe please

2009-07-30 Thread PhistucK
View archives, change email options, or *unsubscribe*: http://groups.google.com/group/chromium-dev Go to this page, click on Edit my membership on the top left and click on the Unsubscribe button in the middle center (approximately). ☆PhistucK

[chromium-dev] gcl upload can't support proxy

2009-07-30 Thread empriser
HI, All, I access internet through a http proxy, and the other protocol like https, ftp also use this http proxy. I found that I can't gcl upload when I under the proxy. Could you please help me ? Thanks. --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: gcl upload can't support proxy

2009-07-30 Thread Arindam
I was facing this issue, and that too a few days ago. There is an issue with python(urllib2) and https connections over http-proxies. http://www.velocityreviews.com/forums/t339065-urllib2-proxy-and-https.html If you are on linux, just tunnel all traffic via proxychains. If you are on windows, you

[chromium-dev] Re: Question about chromium sandbox on Mac OSX

2009-07-30 Thread Thomas Van Lenten
Those constants are pre-configured settings. The NAMED_EXTERNAL flag lets us pass in our own config, which is the renderer.sb. Apple hasn't really documented the file format, but if you do some searching on the web, you'll find some documentation folks have figured out and I believe there was a

[chromium-dev] Re: Question about chromium sandbox on Mac OSX

2009-07-30 Thread n179911
Thank you. Can you please tell me how can I change the configure file (renderer.sb) to use other sandbox profile, like the one described in man page: * kSBXProfileNoInternet * kSBXProfileNoNetwork * kSBXProfileNoWrite * kSBXProfileNoWriteExceptTemporary *

[chromium-dev] Re: Question about chromium sandbox on Mac OSX

2009-07-30 Thread Jeremy Moskovich
Hi, It would really help if you could provide some details on what your trying to do. Best regards, Jeremy On Thu, Jul 30, 2009 at 9:06 AM, n179911 n179...@gmail.com wrote: Thank you. Can you please tell me how can I change the configure file (renderer.sb) to use other sandbox profile, like

[chromium-dev] Re: Question about chromium sandbox on Mac OSX

2009-07-30 Thread n179911
On Thu, Jul 30, 2009 at 9:08 AM, Jeremy Moskovichjer...@chromium.org wrote: Hi, It would really help if you could provide some details on what your trying to do. Best regards, Jeremy From the http://dev.chromium.org/developers/design-documents/sandbox/osx-sandboxing-design It said In the

[chromium-dev] Re: Question about chromium sandbox on Mac OSX

2009-07-30 Thread Jeremy Moskovich
Is this just out of curiosity? Is there something specific you're trying to achieve? On Thu, Jul 30, 2009 at 9:32 AM, n179911 n179...@gmail.com wrote: On Thu, Jul 30, 2009 at 9:08 AM, Jeremy Moskovichjer...@chromium.org wrote: Hi, It would really help if you could provide some details on

[chromium-dev] Re: Question about chromium sandbox on Mac OSX

2009-07-30 Thread Stuart Morgan
On Thursday, July 30, 2009, n179911 n179...@gmail.com wrote: I am trying to see what it the current setting in chromium. I can't find that in http://renderer.sb or when sandbox_init() is called. As TVL said in his earlier reply, renderer.sb *is* the current setting. We use a custom set of

[chromium-dev] Re: gcl upload can't support proxy

2009-07-30 Thread Evan Martin
The proxy suggestion already provided is your best bet. But if you can't make that work, I believe you can create reviews on codereview.chromium.org by uploading a patch file using your browser. On Thu, Jul 30, 2009 at 4:34 AM, empriserxueyunl...@gmail.com wrote: HI, All,  I access internet

[chromium-dev] Re: Call for highlights to the 196.0 release notes

2009-07-30 Thread Peter Kasting
On Thu, Jul 30, 2009 at 10:15 AM, Anthony LaForge lafo...@google.comwrote: I'm in the process of building the release notes/ blog post for the 196.0 release. I figured I'd try something a little different this week and turn over the process of picking high to the shiny folks on chromium-dev.

[chromium-dev] Re: Call for highlights to the 196.0 release notes

2009-07-30 Thread Evan Martin
User-visible notes from skimming the Linux commits: - We now respect the system font hinting/antialiasing setting. - We now have a password manager dialog (Options - Personal - Show Saved Passwords). - Fixed an issue where scrolling a long page by dragging the scrollbar would lag significantly.

[chromium-dev] Re: Call for highlights to the 196.0 release notes

2009-07-30 Thread Nico Weber
Mac changes: * Trackpad scrolling on maps works again * First stab at history menu * Download shelf now has real download items * Lots of polish bugs (gradient between tabs and toolbar looks smooth again, double-clicking tabstrip to minimize works, app icon is slightly smaller, completion popups

[chromium-dev] Re: [chromium-extensions] Inter-extension communication API proposal

2009-07-30 Thread James Robinson
On Tue, Jul 28, 2009 at 6:02 PM, Matt Perry mpcompl...@chromium.org wrote: Two suggestions (one I accidentally sent only to James): chrome.extension.Port: // ID of the extension at the other side of this port. String senderID; Port currently has a 'tab' property if the sender was a tab.

[chromium-dev] Re: Call for highlights to the 196.0 release notes

2009-07-30 Thread Aaron Boodman
Extension changes: * Introduce moles! These are a new extra area that can pop up above toolstrips. 21621 * Theme install experience is now complete: 21626 * Themes now work with --load-extension (good for development): 21619 * You can now reload extensions from a button on chrome://extensions.

[chromium-dev] Re: [chromium-extensions] Inter-extension communication API proposal

2009-07-30 Thread Matt Perry
On Thu, Jul 30, 2009 at 10:44 AM, James Robinson jam...@google.com wrote: On Tue, Jul 28, 2009 at 6:02 PM, Matt Perry mpcompl...@chromium.orgwrote: Two suggestions (one I accidentally sent only to James): chrome.extension.Port: // ID of the extension at the other side of this port. String

[chromium-dev] Re: [chromium-extensions] Inter-extension communication API proposal

2009-07-30 Thread James Robinson
[bcc chromium-dev] On Thu, Jul 30, 2009 at 2:01 PM, Matt Perry mpcompl...@chromium.org wrote: On Thu, Jul 30, 2009 at 10:44 AM, James Robinson jam...@google.comwrote: On Tue, Jul 28, 2009 at 6:02 PM, Matt Perry mpcompl...@chromium.orgwrote: Two suggestions (one I accidentally sent only to

[chromium-dev] Re: Call for highlights to the 196.0 release notes

2009-07-30 Thread Peter Kasting
Windows/All changes: * Crash fixes * Tweaks to New New Tab Page * Fixed problems displaying tooltips * Viewing images no longer shows strange characters in the tab title * [WINDOWS] Cursor no longer flickers over the omnibox and other editable controls * Bug fixes and context menus for video and

[chromium-dev] Re: Adding a Custom Scheme

2009-07-30 Thread Kruncher
I have just tried adding the scheme directly beneath where the standard Chromium ones are being registered. The scheme is now being recognized within the web browser. When my-scheme://test is entered, the location bar now automatically switches to http://192.168.1.4:8080/;. Is it possible to

[chromium-dev] Re: Call for highlights to the 196.0 release notes

2009-07-30 Thread Evan Martin
One more for Linux, then, since it was especially annoying me and I fixed it myself: - dragging a tab off and dropping it puts the dropped window where you dropped it On Thu, Jul 30, 2009 at 10:27 AM, Evan Martine...@chromium.org wrote: User-visible notes from skimming the Linux commits: - We

[chromium-dev] [BUG][PATCH] Small compilation issue on Linux

2009-07-30 Thread LivioSoares
Hi, I'm running Debian, with GCC 4.3.3 and am current getting a compilation error while compiling Chromium: cc1plus: warnings being treated as errors chromium/src/net/base/net_util.cc: In function 'boolunnamed::IsIDNComponentSafe(const char16*, int, const std::wstring)':

[chromium-dev] Temporarily disable tcmalloc in build

2009-07-30 Thread Huan Ren
I just submitted a change (22080) that disables tcmalloc used on Windows platform. The plan is keeping it in trunk for 24 hours and then reverting it. The intentions are - Having another round of performance comparison between build with and w/o tcmalloc. - Having a full run of UI test

[chromium-dev] Re: [BUG][PATCH] Small compilation issue on Linux

2009-07-30 Thread Wan-Teh Chang
On Thu, Jul 30, 2009 at 12:13 PM, LivioSoareslivi...@gmail.com wrote:  Hi,  I'm running Debian, with GCC 4.3.3 and am current getting a compilation error while compiling Chromium: cc1plus: warnings being treated as errors chromium/src/net/base/net_util.cc: In function

[chromium-dev] Re: [BUG][PATCH] Small compilation issue on Linux

2009-07-30 Thread Dan Kegel
That's the third such cl I've seen. Conclusion: tiny fixes like that should be committed as tbr to avoid duplication of effort. On Jul 30, 2009 12:44 PM, Wan-Teh Chang w...@google.com wrote: On Thu, Jul 30, 2009 at 12:13 PM, LivioSoareslivi...@gmail.com wrote: Hi,I'm running... Thanks a

[chromium-dev] Re: Call for highlights to the 196.0 release notes

2009-07-30 Thread Nico Weber
And another one for linux, by estade and me: Linux now has carpet bombing protection. Not too interesting, but since this counts as a security issue these days, you might want to mention it. On Thu, Jul 30, 2009 at 12:08 PM, Evan Martine...@chromium.org wrote: One more for Linux, then, since

[chromium-dev] Re: [BUG][PATCH] Small compilation issue on Linux

2009-07-30 Thread Evan Martin
We build on a recent Fedora and Ubuntu in an attempt to find compile errors between gcc versions, but the bots frequently are red. Still suspect we should turn off -Werror unless gcc_version == known_version_used_by_developers

[chromium-dev] Re: Call for highlights to the 196.0 release notes

2009-07-30 Thread Evan Stade
On Thu, Jul 30, 2009 at 1:46 PM, Nico Webertha...@chromium.org wrote: And another one for linux, by estade and me: Linux now has carpet bombing protection. Not too interesting, but since this counts as a security issue these days, you might want to mention it. actually we already had the

[chromium-dev] Re: Call for highlights to the 196.0 release notes

2009-07-30 Thread Nico Weber
No, before it was treated as if the user always allowed it. Some file had a check that the download was denied if the dialog was NULL, but there's a stub dialog in temp_scaffoling_stubs that always pretends that the user clicks yes, so that check was never triggered. On Thu, Jul 30, 2009 at 2:35

[chromium-dev] Re: Call for highlights to the 196.0 release notes

2009-07-30 Thread Anthony LaForge
I like this new approach! The content looks excellent, many thanks to everyone who contributed. Kind Regards, Anthony Laforge Technical Program Manager Mountain View, CA On Thu, Jul 30, 2009 at 2:40 PM, Nico Weber tha...@chromium.org wrote: No, before it was treated as if the user always

[chromium-dev] Re: gyp Make breakage workaround

2009-07-30 Thread Evan Martin
Sorry for the trouble, everyone. I believe this is fixed in r22105 (which is the DEPS change to pick up the gyp fix). On Fri, Jul 24, 2009 at 7:10 PM, Andrew Scherkusscher...@chromium.org wrote: In command form: cd /path/to/chrome/src ./tools/gyp/gyp_chromium build/all.gyp On Fri, Jul 24,

[chromium-dev] Re: Design Doc: out of process (v8) proxy resolving

2009-07-30 Thread Eric Roman
Thanks all for the feedback. Responses are inline, and an updated design document has been posted. @robertshield: Regarding the class naming in the Out of process design, the convention I've seen most often is to have FooHost classes run in the browser with Foo classes in child processes.

[chromium-dev] Re: Design Doc: out of process (v8) proxy resolving

2009-07-30 Thread Jeremy Orlow
On Thu, Jul 30, 2009 at 4:20 PM, Eric Roman ero...@chromium.org wrote: Thanks all for the feedback. Responses are inline, and an updated design document has been posted. @robertshield: Regarding the class naming in the Out of process design, the convention I've seen most often is to

[chromium-dev] Re: Design Doc: out of process (v8) proxy resolving

2009-07-30 Thread Evan Martin
On Thu, Jul 30, 2009 at 4:20 PM, Eric Romanero...@chromium.org wrote: Regarding the class naming in the Out of process design, the convention I've seen most often is to have FooHost classes run in the browser with Foo classes in child processes. Yeah, I always get confused on which

[chromium-dev] gyp scons generator temporary glitch

2009-07-30 Thread Evan Martin
In rolling DEPS forward to pick up my fixes to the make generator for gyp, we picked up an unrelated change that broke scons. For now you can pass the mode flag to make it work: hammer --mode=Debug This didn't affect the build bots because they always pass --mode.

[chromium-dev] Re: Question about chromium sandbox on Mac OSX

2009-07-30 Thread n179911
I would like to change it so that the renderer can create/write file on /tmp. Like this 'kSBXProfileNoWriteExceptTemporary' profile. On Thu, Jul 30, 2009 at 9:43 AM, Jeremy Moskovichjer...@chromium.org wrote: Is this just out of curiosity?  Is there something specific you're trying to

[chromium-dev] Re: Question about chromium sandbox on Mac OSX

2009-07-30 Thread Jeremy Moskovich
The easiest way would be to add a rule to renderer.sb, the language it uses is undocumented but very easy to use, you can find the file in the source tree. May I ask why you want the renderer to be able to read/write files in /tmp? Best regards, Jeremy On Thu, Jul 30, 2009 at 7:32 PM, n179911

[chromium-dev] Re: Question about chromium sandbox on Mac OSX

2009-07-30 Thread n179911
Thank you all. I have a better understanding now. I just try to log some debug info of the renderer in /tmp that may help me understand things better. Regards, On Thu, Jul 30, 2009 at 7:36 PM, Jeremy Moskovichjer...@chromium.org wrote: The easiest way would be to add a rule to renderer.sb,