[chromium-dev] Re: Need advice on where localStorage should live

2009-03-21 Thread John Abd-El-Malek
On Fri, Mar 20, 2009 at 7:04 PM, Jeremy Orlow jor...@chromium.org wrote: *If you don't care where various bits of the localStorage implementation live and you aren't scared about letting stuff out of the sandbox, you can stop reading now.* * * Background: For those who don't know the

[chromium-dev] depot_tools needs msvcrt71?

2009-03-21 Thread Dan Kegel
Our gclient's python may need to bundle msvcrt71.dll; without it, on my Win Vista 64 system, I get repeated this app needs msvcrt71 errors. Well-behaved apps, like http://prdownloads.sourceforge.net/bzflag/bzflag-2.0.10.exe?download do bundle that dll, and in fact the workaround I chose was to

[chromium-dev] Re: Need advice on where localStorage should live

2009-03-21 Thread Michael Nordman
+chromium-dev. On Sat, Mar 21, 2009 at 9:30 AM, John Abd-El-Malek j...@chromium.org wrote: On Fri, Mar 20, 2009 at 7:04 PM, Jeremy Orlow jor...@chromium.org wrote: *If you don't care where various bits of the localStorage implementation live and you aren't scared about letting stuff out of

[chromium-dev] Re: depot_tools needs msvcrt71?

2009-03-21 Thread Darin Fisher
Yeah, this sounds familiar. I think most developers end up having those DLLs installed somehow. Maybe they get installed once you install Visual Studio? Somehow we seem to have not had this issue come up before or as often as I might have expected. -Darin On Sat, Mar 21, 2009 at 9:40 AM, Dan

[chromium-dev] Re: ResourceMessageFilter::OnGet(Root)WindowRect and NULL windows

2009-03-21 Thread Darin Fisher
It would be nice to track down the source of the null NativeViewId. I bet that corresponds to a real bug. -Darin On Fri, Mar 20, 2009 at 9:36 AM, Adam Langley a...@chromium.org wrote: On Fri, Mar 20, 2009 at 8:11 AM, Avi Drissman a...@google.com wrote: http://codereview.chromium.org/47002

[chromium-dev] Re: Linux ui_tests

2009-03-21 Thread Darin Fisher
Nice work!! Thanks for making this happen :-) -Darin 2009/3/20 Paweł Hajdan Jr. phajdan...@chromium.org I just checked in a change which makes first UI test run on Linux. The lucky winner is ImagesTest.AnimatedGIFs. Enjoy! Paweł --~--~-~--~~~---~--~~

[chromium-dev] Views and Linux

2009-03-21 Thread Ben Goodger (Google)
Summary: The Google Chrome team should build the Linux front end for Google Chrome using Views and Gtk rather than using Gtk alone. Operational Details This week, Elliot will continue to stub out some of the basic widget and top level window framework. I will continue vacuuming some of the

[chromium-dev] Rendering issues in chromium with theme applied

2009-03-21 Thread Robert Dailey
Hi, This issue is really quite serious for me as I am unable to use chromium on certain websites. I have hacked my uxtheme.dll on Windows XP so that I may apply third party visual themes to windows. I've applied a theme called XPMC (URL: http://b0se.deviantart.com/art/XPMC-RC3-20901820 ). This

[chromium-dev] Hammer compile error

2009-03-21 Thread Scottie
I am trying to compile the latest Chromium source on Ubuntu 8.10. I have already installed depot_tools. Using hammer to compile the code, I get two errors that halt scons: /home/scott/chromium/src/chrome/common/render_messages.h:498: error: 'RAW_KEY_DOWN' is not a member of 'WebInputEvent'

[chromium-dev] Quick question about struct initialization

2009-03-21 Thread Book'em Dano
Can someone please confirm whether it's safe to initialize a POD struct using: MyStruct blat = {0}; with gcc on Linux/Mac? I know this works fine with the VC compiler, but I dont have gcc handy. Thanks, D --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Theme Implimentation

2009-03-21 Thread Meok
Hi all. In light of sites like http://lab209.com/google-chrome-themes/ which offer a variety of themes which can be applied to Chromium simply by over-writing one file, my question is, how difficult is it to write a little module that tells Chrome to switch the default.dll file (I think that's

[chromium-dev] Re: Theme Implimentation

2009-03-21 Thread Ben Goodger (Google)
You might try asking one of the folk who built the third party theming software for this capability. -Ben On Sat, Mar 21, 2009 at 7:44 PM, Meok meok...@gmail.com wrote: Hi all. In light of sites like http://lab209.com/google-chrome-themes/ which offer a variety of themes which can be applied

[Fwd: Re: [chromium-dev] Hammer compile error]

2009-03-21 Thread Scott Carlow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scottie wrote: I am trying to compile the latest Chromium source on Ubuntu 8.10. I have already installed depot_tools. Using hammer to compile the code, I get two errors that halt scons:

Re: [Fwd: Re: [chromium-dev] Hammer compile error]

2009-03-21 Thread Seo Sanghyeon
2009/3/22 Scott Carlow omgwtf...@gmail.com: I am not quite sure what to make of this. It is all pointing to errors in the code. Could I have picked up a bad tarball by some odd chance? Should I try to grab another sourcecode package, or just go in and try to correct the errors? I don't see