[chromium-dev] Re: fixing CommandLine

2009-01-14 Thread Brett Wilson
On Wed, Jan 14, 2009 at 6:22 PM, Evan Martin e...@chromium.org wrote: Our CommandLine class is very confusing -- it is not a class for working with command lines, but in fact a stealth singleton that wraps the command line used to start the process. Further, since it came from Windows, it

[chromium-dev] Re: how to hide navigate bar

2009-01-12 Thread Brett Wilson
On Mon, Jan 12, 2009 at 9:41 PM, if-ifone hello...@gmail.com wrote: it is known that popup browser with maxsize and no navigate bar can use script like below window.open('test.html','blank','fullscreen=1,toolbar=no,menubar=no,scrollbars=no,resizable=yes,location=no,status=no'); how ever

[chromium-dev] Re: Windows SDK Configuration Tool failure workaround

2009-01-08 Thread Brett Wilson
Thanks Yury, I added this to the build instructions page. Brett On Thu, Jan 8, 2009 at 8:33 AM, Yury Semikhatsky yury.semikhat...@gmail.com wrote: If Windows SDK Configuration Tool fails with message Windows SDK Version Selection Tool has encountered a problem and needs to close. We are

[chromium-dev] Re: Has your computer melted?

2009-01-06 Thread Brett Wilson
On Jan 5, 4:32 pm, Brett Wilson bre...@chromium.org wrote: I just checked in a change to use /MP for all compiles, which is a secret undocumented flag that does parallel compiles within each project. Please let me know of your computer melts or becomes unusable during a compile. It should

[chromium-discuss] Re: Full page zoom and gmail

2009-01-06 Thread Brett Wilson
On Jan 5, 2:27 pm, Raffaele rough...@gmail.com wrote: Hi, I've tried the last chromium release (works like a charm) and I'm in love with the full page zoom feature! Only thing - gmail's latest version doesn't work with it - zooming makes the page too large for the screen. I think it is

[chromium-dev] Re: webkit/port is moving into third_party/WebKit/WebCore

2009-01-05 Thread Brett Wilson
On Mon, Jan 5, 2009 at 8:30 AM, Mike Pinkerton pinker...@chromium.org wrote: Awesome! Now that so much of our code is in the webkit tree, is there a (public) wiki page describing the steps necessary to make changes to anything within third_party/WebKit/WebCore? i.e, does everything have to

[chromium-dev] Re: Proposal: enforcing unit testing in gcl

2009-01-05 Thread Brett Wilson
I think this sounds like an excellent start. We can tweak it if we notice things not working properly. Brett On Mon, Jan 5, 2009 at 3:25 PM, Pam Greene p...@chromium.org wrote: We don't have very good unit test coverage (in the broad sense, including ui_tests, test_shell_tests, etc.) for our

[chromium-dev] Has your computer melted?

2009-01-05 Thread Brett Wilson
I just checked in a change to use /MP for all compiles, which is a secret undocumented flag that does parallel compiles within each project. Please let me know of your computer melts or becomes unusable during a compile. It should more efficiently use all of your CPUs when doing regular Visual

[chromium-dev] V8Bindings_prebuild slowness

2009-01-04 Thread Brett Wilson
I have been doing some build profiling over the weekend. When I run IncrediBuild, computing dependencies takes about 30 seconds. Then one CPU starts performing custom build step which is V8Bindings_prebuild. In parallel, most dependencies like ICU compile in the next minute. Then it hangs for 3

[chromium-dev] Re: V8Bindings_prebuild slowness

2009-01-04 Thread Brett Wilson
On Sun, Jan 4, 2009 at 11:28 AM, Mike Belshe mbel...@google.com wrote: It's been this way for a while; the good news is that it should only happen on initial build; subsequent builds don't regenerate the bindings. The problem is that I (and it seems like many other people) have learned that

[chromium-dev] Re: Default line ending CR LF, CR, or LF???

2008-12-29 Thread Brett Wilson
On Mon, Dec 29, 2008 at 8:01 PM, Daniel dpc...@hotmail.com wrote: What should be used for the default line endings? DOS (CR LF), MAC (CR) or UNIX (LF) style? I notice that most files seem to use UNIX (LF), but I want to make sure that this is the expected line endings format. You're right,

[chromium-discuss] Re: Feature Request: Middle-click home button

2008-12-24 Thread Brett Wilson
On Dec 23, 2:20 pm, Born2killx born2run5...@yahoo.com wrote: It would be useful if I could middle-click the Home button to open the homepage in a new tab. Just like middle-clicking a bookmark opens it in a new tab, it would be convenient if this worked with the Home button as well. The same

[chromium-dev] Re: Inline spell checking.

2008-12-15 Thread Brett Wilson
On Mon, Dec 15, 2008 at 12:14 PM, Aaron Boodman a...@chromium.org wrote: It would be better if we could consult Google for spelling recommendations. It seems like I frequently misspell a word, get the red squiggly, get no recommendations from Chromium, then go to Google and it gets it exactly

[chromium-discuss] Re: Chrome's Omnibox.

2008-12-15 Thread Brett Wilson
On Dec 15, 7:37 pm, Sam figaro1...@gmail.com wrote: First, was it intentional to not allow searching previously visited web pages by title? Firefox has this feature, is there any particular reason to not implement this in Chrome? Actually, Chrome does search over the full body and title of

[chromium-dev] Skia merge landing today

2008-12-12 Thread Brett Wilson
I'm planning on landing the Skia merge today. I have the trybots happy, but there will likely be fallout because we haven't gotten a new Skia drop for about 6 months. The main problem is that the antialiasing algorithm changed slightly (for the better, it seems) so image diffs need to be updated.

[chromium-discuss] Re: How to change the spell checker language

2008-12-12 Thread Brett Wilson
On Dec 12, 1:01 am, Juande juand...@gmail.com wrote: 4.- A new item in the context menu of text-areas as Firefox does. This new item could be activated or deactivated in the same tab where we change the spell checker language now. I believe this feature is already implemented on Chromium

[chromium-dev] Re: Bookmark Added! GUI redesign ideas

2008-12-09 Thread Brett Wilson
Hi Simon, Thanks for the thoughtful mocks. I like the overall feel of the more horizontal versions better for some reason. However, I also like having the Remove link in the upper right. I think of it somewhat like a close box for the bookmark, and I expect its placement to be in the same

[chromium-dev] Re: Extending Value with std::string support

2008-12-08 Thread Brett Wilson
On Mon, Dec 8, 2008 at 7:50 PM, Peter Kasting [EMAIL PROTECTED] wrote: On Mon, Dec 8, 2008 at 6:41 PM, Andrew Scherkus [EMAIL PROTECTED] wrote: Darin touched upon this, who said to document that std::string should refer to UTF-8 strings. How about: - CreateStringValue creates a

[chromium-dev] Re: Extending Value with std::string support

2008-12-08 Thread Brett Wilson
On Mon, Dec 8, 2008 at 8:32 PM, Andrew Scherkus [EMAIL PROTECTED] wrote: Somewhat in line with the Google style guide, the overloaded CreateStringValue/GetString do accomplish the same thing (variant string type), just with different encodings. I did some partial implementations of #3 and as

[chromium-dev] Re: Public interest email

2008-12-02 Thread Brett Wilson
On Tue, Dec 2, 2008 at 6:07 PM, Ben Goodger (Google) [EMAIL PROTECTED] wrote: On a slightly related note, the Powerpuff Girls squeakbat has a leak and has deflated. Does anyone @Google have a bicycle repair kit? If so let me know and we will figure out how to repair it. I swear I don't know

[chromium-discuss] Re: Suggesting ability to enable Color Managment for google Chrome.

2008-12-01 Thread Brett Wilson
On Nov 30, 6:03 pm, Anthony [EMAIL PROTECTED] wrote: I fall in a rear group of people who have high color gamut monitors. Google chrome is by far the most efficient and fastest browser I've experienced thus far but a lot of the time for my color critical viewing i have to use Firefox 3

[chromium-dev] Re: Quick and dirty chrome embedding test

2008-11-18 Thread Brett Wilson
On Tue, Nov 18, 2008 at 6:50 AM, Marshall Greenblatt [EMAIL PROTECTED] wrote: Hi All, Is it safe to create (via Browser::Create*()) and/or access Browser object instances from multiple threads? In other words, I need to choose one of the following options: No, the entire UI of Chrome is

[chromium-dev] Re: Quick and dirty chrome embedding test

2008-11-18 Thread Brett Wilson
On Tue, Nov 18, 2008 at 7:14 AM, Marshall Greenblatt [EMAIL PROTECTED] wrote: Hi Brett, On Tue, Nov 18, 2008 at 9:56 AM, Brett Wilson [EMAIL PROTECTED] wrote: On Tue, Nov 18, 2008 at 6:50 AM, Marshall Greenblatt [EMAIL PROTECTED] wrote: Hi All, Is it safe to create (via Browser

[chromium-dev] Re: Moving PlatformCanvas to webkit/

2008-11-18 Thread Brett Wilson
I just broke the build again with more NativeImagePtr problems. Right now, this is making me feel much less like tolerating significant differences between our Mac Windows ports. Brett --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[chromium-dev] Re: Moving PlatformCanvas to webkit/

2008-11-18 Thread Brett Wilson
On Tue, Nov 18, 2008 at 10:44 AM, Amanda Walker [EMAIL PROTECTED] wrote: NativeImagePtr is a WebKit type, and is designed to be the platform's native representation. We're all still fighting hidden assumptions about what PLATFORM(XXX) flags mean. Skia and CG are graphics APIs, but webkit

[chromium-dev] Re: Moving PlatformCanvas to webkit/

2008-11-18 Thread Brett Wilson
On Tue, Nov 18, 2008 at 11:02 AM, Amanda Walker [EMAIL PROTECTED] wrote: On Tue, Nov 18, 2008 at 1:54 PM, Brett Wilson [EMAIL PROTECTED] wrote: No matter what we do each platform should have its own font and form control rendering. I don't think unifying these has ever been on the table

[chromium-dev] Re: Quick and dirty chrome embedding test

2008-11-18 Thread Brett Wilson
On Tue, Nov 18, 2008 at 11:19 AM, Marshall Greenblatt [EMAIL PROTECTED] wrote: Hi Brett, On Tue, Nov 18, 2008 at 11:12 AM, Brett Wilson [EMAIL PROTECTED] wrote: On Tue, Nov 18, 2008 at 7:14 AM, Marshall Greenblatt [EMAIL PROTECTED] wrote: Hi Brett, On Tue, Nov 18, 2008 at 9:56 AM

[chromium-dev] Re: Quick and dirty chrome embedding test

2008-11-18 Thread Brett Wilson
On Tue, Nov 18, 2008 at 11:59 AM, Marshall Greenblatt [EMAIL PROTECTED] wrote: Hi Brett, On Tue, Nov 18, 2008 at 2:27 PM, Brett Wilson [EMAIL PROTECTED] wrote: On Tue, Nov 18, 2008 at 11:19 AM, Marshall Greenblatt [EMAIL PROTECTED] wrote: Thanks for your input, I think I understand now

[chromium-dev] Moving PlatformCanvas to webkit/

2008-11-17 Thread Brett Wilson
I've made changes to remove almost all of the base dependencies in the graphics layer. With a few exceptions, the only parts left are the uses of platform_canvas*, platform_device*, native_theme, and image_operations. There are tricky because they are extensively used in both webkit/port and

Re: [webkit-dev] Webkit compatibility in India - Transcoding Indic fonts

2008-11-12 Thread Brett Wilson
We chatted a little bit more on IRC about this. The best first approach will probably be a patch, since it will be easier to discuss the details on a bug than on this discussion list (as you found, there sometimes isn't a lot of response). I'm told that Dan is the expert in this area. Some

[chromium-discuss] Re: Interrupted downloading - Chrome shall alert if you are about to close downloading tab

2008-11-11 Thread Brett Wilson
On Nov 11, 3:31 am, Dennis / Aurohill [EMAIL PROTECTED] wrote: Today, I have eventually interrupted 30-min downloading just by clicking close button of Chrome... :( In general, I would like to have an alert if I'm closing several tabs apart from one which I view, like it is done in IE. But,

[chromium-discuss] Re: API for cromium embedded

2008-11-11 Thread Brett Wilson
On Nov 11, 8:06 am, Victor Gubin [EMAIL PROTECTED] wrote: Hi guys. Our company engaging different Web browsers integration into Java. You can see our solutions JExplorer and JxBrowser athttp://www.teamdev.com/ Recently, we are actively discussing possibility integration Cromium into Java.

[webkit-dev] PageGroup and visited link coloring

2008-11-10 Thread Brett Wilson
I was recently looking at the PageGroup and visited link coloring. Chromium has some interesting requirements. Our design goal is to store hundreds of thousands to a million URLs in the database with no problems (basically all your history forever). We have multiple processes so we can't just have

Re: [webkit-dev] PageGroup and visited link coloring

2008-11-10 Thread Brett Wilson
Thanks for the response... On Mon, Nov 10, 2008 at 12:56 PM, Maciej Stachowiak [EMAIL PROTECTED] wrote: I think it would be better to just always use a 64-bit hash with salting for all ports (assuming that is not a significant performance hit - I would expect it isn't). I say this because:

[chromium-dev] Re: Build problems on build 149.30

2008-10-31 Thread Brett Wilson
On Oct 31, 6:53 am, Lucila Sanjurjo [EMAIL PROTECTED] wrote: Thanks, I think maybe this version fails to compile. Last week I have synced to the last version of the code. This version seems to have an issue when pressing TAB key, it throws an access violation. void

[chromium-discuss] Re: Full Screen Mode?

2008-10-30 Thread Brett Wilson
This is http://code.google.com/p/chromium/issues/detail?id=534 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Chromium-discuss group. To post to this group, send email to chromium-discuss@googlegroups.com To

[chromium-discuss] Re: Still crashes on tablet pc

2008-10-27 Thread Brett Wilson
Hi Gérard, This was a problem in our accessibility code that's somehow also triggered by the tablet. The accessibility code was temporarily disabled because of this last week. Hopefully the next dev build will fix the problem. Brett --~--~-~--~~~---~--~~ You

[chromium-discuss] Re: I'm Feeling Lucky support

2008-10-25 Thread Brett Wilson
We tried hard to limit the number of items in the drop down. There are a lot of things we could have added but we didn't because a zillion options makes the entire popup less usable. It's easy for you to add your own search engine and make a keyword search, so L query could do the I'm feeling

[chromium-discuss] Re: Downloads

2008-10-24 Thread Brett Wilson
On Oct 24, 8:02 am, Stecki [EMAIL PROTECTED] wrote: I think that the current implementation is counterintuitive: Why does the tab where I initiated a download from has to stay opened until the download finishes in the first place? That does not mean that I don't support the request for a

Re: [webkit-dev] WebKit compatibility in India

2008-10-23 Thread Brett Wilson
On Wed, Oct 22, 2008 at 7:25 PM, Maciej Stachowiak [EMAIL PROTECTED] wrote: I think the general approach you outline makes sense. I think the best way to avoid transcoding content that shouldn't be is to key it off of both font and site, assuming that a relatively limited list of fonts and

[chromium-discuss] Re: Intelligent history

2008-10-22 Thread Brett Wilson
I have wanted this for some time. We already have this information in some cases (note: this is stored only locally on your computer in your history file). If you have a page open and then go somewhere else, we can tell how long you were on the page because we have the time of each visit. What

[webkit-dev] WebKit compatibility in India

2008-10-22 Thread Brett Wilson
Hi everybody, There was recently somewhat of a controversy regarding Embedded OpenType (EOT) support in WebKit. The most important reason to support this technology is not for web designers who want custom fonts, but because some sites using legacy technology use a custom encoding with a custom

[chromium-discuss] Re: History and Fitts Law

2008-10-13 Thread Brett Wilson
On Oct 13, 6:09 pm, [EMAIL PROTECTED] wrote: I have no idea what you just said, But regarding history. Being able to delete specific history items would be nice, Instead of the option to delete everything. Right clicking and clear a certain object would be nice. When you right-click / hold

[webkit-dev] Using Google-URL in WebKit

2008-10-02 Thread Brett Wilson
About a year ago, Google released the Google URL Parsing and Canonicalization Library (Google-URL) as a separate open-source project: http://code.google.com/p/google-url It was developed for Chromium with an eye toward being used in other client apps at Google and elsewhere. We think there are a

Re: [webkit-dev] Using Google-URL in WebKit

2008-10-02 Thread Brett Wilson
On Thu, Oct 2, 2008 at 1:13 PM, Alex Iskander [EMAIL PROTECTED] wrote: WURL? Short, but has the required letters -- though perhaps sounds too funny. We're using GURL which is pretty funny! Brett ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Long-term Google-URL integration plans

2008-10-02 Thread Brett Wilson
On Thu, Oct 2, 2008 at 4:58 PM, Maciej Stachowiak [EMAIL PROTECTED] wrote: I also do not find the current interfaces of url_canon or url_parse particularly congenial, so we should also keep an open mind on what the interface to this code would look like. Is that ok with you? Some background:

[chromium-discuss] Re: 0.2.152.1 Unable to open new Bookmarks SQLite database

2008-09-24 Thread Brett Wilson
On the dev branch, we've moved bookmarks to a json format. Part of the reason for doing this is to make it easier to back up, move between computers, etc. without having a large binary history database attached to it. Hopefully it will also be easier to read from external programs if you want to

[chromium-dev] Re: Embedded Browser Control Synopsis

2008-09-20 Thread Brett Wilson
On Sep 20, 2:22 pm, Marshall Greenblatt [EMAIL PROTECTED] wrote: Hi M-A, On Sat, Sep 20, 2008 at 1:50 PM, Marc-Antoine Ruel [EMAIL PROTECTED]wrote: Ok fine, I can't give you any guidance if your changes would be accepted, sorry. That seems interesting though and I'd be interested in

[chromium-discuss] Re: Chrome can not work in domain PC?

2008-09-16 Thread Brett Wilson
I don't know what a domain PC is. Can you elaborate? Brett --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Chromium-discuss group. To post to this group, send email to chromium-discuss@googlegroups.com To

Re: OpenGL and rendering to texture

2008-09-07 Thread Brett Wilson
3D rendering has come up. It is very challenging because or our architecture and the sandbox. The renderer can't have a HWND on the screen, for example, and OpenGL can't share rendering contexts between processes (on or off screen). (I heard the next version of DirectX might, but I'm not sure.)

Re: [sqlite] SQLite performance for 10 Million Records

2006-06-19 Thread Brett Wilson
count(*) is pretty slow in sqlite because it basically does select * and then counts the results. This means it's looking through your whole big file. You can come up with some tricks like keeping a separate count up-to-date with triggers. There have been some old threads on optimizing count

Re: [sqlite] SQLite performance for 10 Million Records

2006-06-19 Thread Brett Wilson
count(*) is pretty slow in sqlite because it basically does select * and then counts the results. This means it's looking through your whole big file. You can come up with some tricks like keeping a separate count up-to-date with triggers. There have been some old threads on optimizing count

Re: [sqlite] Mozilla and SQLlite

2006-03-23 Thread Brett Wilson
You could write a standalone XUL application and run it using XULRunner, for example. That would link directly to sqlite. If you were thinking of local web pages, you would need to write some kind of fake web server running on a local port that would link to sqlite. Brett On 3/23/06, Vishal

Re: [sqlite] Mozilla and SQLlite

2006-03-23 Thread Brett Wilson
You could write a standalone XUL application and run it using XULRunner, for example. That would link directly to sqlite. If you were thinking of local web pages, you would need to write some kind of fake web server running on a local port that would link to sqlite. Brett On 3/23/06, Vishal

Re: [sqlite] Help needed to diagnose "NOT IN" query

2006-03-14 Thread Brett Wilson
David, I asked a similar question, and here is drh's response to me, adapted to your situation. I think it is probably applicable to you as well. I'm not sure this is the type of query that can be made to go really fast no matter what. I actually haven't gotten around to doing this yet, so I

Re: [sqlite] Help needed to diagnose NOT IN query

2006-03-14 Thread Brett Wilson
David, I asked a similar question, and here is drh's response to me, adapted to your situation. I think it is probably applicable to you as well. I'm not sure this is the type of query that can be made to go really fast no matter what. I actually haven't gotten around to doing this yet, so I

[sqlite] Suggestions for optimizing delete

2006-02-27 Thread Brett Wilson
Hi, I'm working on using sqlite for Firefox's bookmarks and history system. We need to expire history older than N days when the browser shuts down. It's currently slower than I would like and I'd appreciate any tricks you might be able to suggest. Database layout: We have a table of URLs and

[sqlite] Suggestions for optimizing delete

2006-02-27 Thread Brett Wilson
Hi, I'm working on using sqlite for Firefox's bookmarks and history system. We need to expire history older than N days when the browser shuts down. It's currently slower than I would like and I'd appreciate any tricks you might be able to suggest. Database layout: We have a table of URLs and

Re: [sqlite] Version 3.3.0 (alpha)

2006-01-21 Thread Brett Wilson
Does anybody know if there anything special we have to do to get the new boolean optimization? Does it apply to any 0/1 integer values you put in a cell, or does the column have to be declared as BOOLEAN? Thanks, Brett On 1/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > SQLite version

Re: [sqlite] Very Slow delete times on larger databases, please help!

2005-10-26 Thread Brett Wilson
Vacuuming is just slow. I don't think there is much you can do except don't do it unless you really need it, and don't turn on autovacuum. Brett On 10/26/05, R S <[EMAIL PROTECTED]> wrote: > In my case Delete happens reasonably OK but Vaccuuming takes incredibly > long? > > > On 10/21/05, Allan,

Re: [sqlite] Very Slow delete times on larger databases, please help!

2005-10-26 Thread Brett Wilson
Vacuuming is just slow. I don't think there is much you can do except don't do it unless you really need it, and don't turn on autovacuum. Brett On 10/26/05, R S [EMAIL PROTECTED] wrote: In my case Delete happens reasonably OK but Vaccuuming takes incredibly long? On 10/21/05, Allan, Mark

Re: [sqlite] Left Outer Joins

2005-10-06 Thread Brett Wilson
I believe saying "GROUP BY a.primarykey" clause at the end of your query will do what you want. It's explained in http://sqlite.org/lang_select.html There might also be better ways of doing it, but I'm not an expert. Brett On 10/6/05, Robert L Cochran <[EMAIL PROTECTED]> wrote: > Hi -- > > I'm

Re: [sqlite] Left Outer Joins

2005-10-06 Thread Brett Wilson
I believe saying GROUP BY a.primarykey clause at the end of your query will do what you want. It's explained in http://sqlite.org/lang_select.html There might also be better ways of doing it, but I'm not an expert. Brett On 10/6/05, Robert L Cochran [EMAIL PROTECTED] wrote: Hi -- I'm

[sqlite] Cleared pager cache

2005-10-04 Thread Brett Wilson
Hi, I'm working on integrating sqlite into Mozilla. The problem is that some Linux users have their profile (and hence, database) over a network. Ignoring the safety issues for a moment, I'm trying to get good performance. Sometimes it takes the network "a while" to read a page, so I'm trying to

[sqlite] Cleared pager cache

2005-10-04 Thread Brett Wilson
Hi, I'm working on integrating sqlite into Mozilla. The problem is that some Linux users have their profile (and hence, database) over a network. Ignoring the safety issues for a moment, I'm trying to get good performance. Sometimes it takes the network a while to read a page, so I'm trying to

Re: [sqlite] Network-based DB performance for Mozilla

2005-09-13 Thread Brett Wilson
The patch says "improve and support locking on the OSX platform (as well as others)". I see at least some enums in there for MSDOS NFS, etc. Can anybody clarify whether this works on other platforms as well? Basically, the question I have about this patch is: if I access the DB from more than

Re: [sqlite] Network-based DB performance for Mozilla

2005-09-13 Thread Brett Wilson
I'm still concerned about the warnings on the web page about some networked file systems not supporting locking. There will be multiple DB connections from the same process. They might even be multithreaded. Might we have a problem in this case? Brett On 9/13/05, Roger Binns <[EMAIL PROTECTED]>

Re: [sqlite] Network-based DB performance for Mozilla

2005-09-13 Thread Brett Wilson
. Like SQLite, it's a great piece of > software and I'm grateful to be able to use it. > > > > Brett Wilson wrote: > > Hi everybody, > > > > I'm working on replacing a lot of Firefox's storage systems to use > > sqlite. It has been going well so far exc

[sqlite] Network-based DB performance for Mozilla

2005-09-13 Thread Brett Wilson
Hi everybody, I'm working on replacing a lot of Firefox's storage systems to use sqlite. It has been going well so far except for one issue. The database file is stored in the user's Mozilla profile directory. In companies and Universities using Linux, this directory is often hosted over the

[sqlite] Network-based DB performance for Mozilla

2005-09-13 Thread Brett Wilson
Hi everybody, I'm working on replacing a lot of Firefox's storage systems to use sqlite. It has been going well so far except for one issue. The database file is stored in the user's Mozilla profile directory. In companies and Universities using Linux, this directory is often hosted over the

Re: [sqlite] Network-based DB performance for Mozilla

2005-09-13 Thread Brett Wilson
to use it. Brett Wilson wrote: Hi everybody, I'm working on replacing a lot of Firefox's storage systems to use sqlite. It has been going well so far except for one issue. The database file is stored in the user's Mozilla profile directory. In companies and Universities using

Re: [sqlite] Network-based DB performance for Mozilla

2005-09-13 Thread Brett Wilson
I'm still concerned about the warnings on the web page about some networked file systems not supporting locking. There will be multiple DB connections from the same process. They might even be multithreaded. Might we have a problem in this case? Brett On 9/13/05, Roger Binns [EMAIL PROTECTED]

Re: [sqlite] Network-based DB performance for Mozilla

2005-09-13 Thread Brett Wilson
The patch says improve and support locking on the OSX platform (as well as others). I see at least some enums in there for MSDOS NFS, etc. Can anybody clarify whether this works on other platforms as well? Basically, the question I have about this patch is: if I access the DB from more than one

here it is...no tray icon

2003-08-01 Thread Brett Wilson
VNC Server Version 3.3.7 - Modified Win32 Binary Well I got the VNC source and edited and recompiled it. Tray icon does not show up, and all messageboxes have been suppressed. Everything works as usual (I think) except for those things. All command line switches used will do what they are

<    1   2   3