Re: [webkit-dev] Should WebKit require SQLite?

2011-12-03 Thread Sam Weinig
It seems acceptable to me to require SQLite.  

-Sam

On Dec 3, 2011, at 10:47 AM, Ryosuke Niwa wrote:

> Hi,
> 
> Recent removal of OFFLINE_WEB_APPLICATIONS flag in 
> http://trac.webkit.org/changeset/96123 made SQLite a new requirement to port 
> WebKit. However, there are many operating systems and platforms (mostly 
> embedding) into which SQLite hasn't been ported yet; e.g. 
> http://www.monaos.org/.
> 
> It seems undesirable to increase the number of dependencies since being able 
> to port easily is one of the strengths of WebKit. On the other hand, reducing 
> the number of flags will certainly reduce the build system complexity for 
> people who are already shipping with SQLite.
> 
> Do we want to require SQLite to port WebKit for the sake to reducing the 
> complexity for major ports?
> 
> Best,
> Ryosuke Niwa
> Software Engineer
> Google Inc.
> 
> P.S. I have https://bugs.webkit.org/show_bug.cgi?id=73749 to reintroduce 
> OFFLINE_WEB_APPLICATIONS.
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Should WebKit require SQLite?

2011-12-03 Thread Benjamin Poulain
On Sat, Dec 3, 2011 at 10:47 AM, Ryosuke Niwa  wrote:
> It seems undesirable to increase the number of dependencies since being able
> to port easily is one of the strengths of WebKit. On the other hand,
> reducing the number of flags will certainly reduce the build system
> complexity for people who are already shipping with SQLite.
>
> Do we want to require SQLite to port WebKit for the sake to reducing the
> complexity for major ports?

Platforms without SQLite are uncommon. Shouldn't we wait until that
become a problem before creating a solution? Maybe the cost of porting
SQLite to the platform will be lower than the cost of us maintaining
more flags.

Benjamin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Should WebKit require SQLite?

2011-12-03 Thread Ryosuke Niwa
Hi,

Recent removal of OFFLINE_WEB_APPLICATIONS flag in
http://trac.webkit.org/changeset/96123 made SQLite a new requirement to
port WebKit. However, there are many operating systems and platforms
(mostly embedding) into which SQLite hasn't been ported yet; e.g.
http://www.monaos.org/.

It seems undesirable to increase the number of dependencies since being
able to port easily is one of the strengths of WebKit. On the other hand,
reducing the number of flags will certainly reduce the build system
complexity for people who are already shipping with SQLite.

Do we want to require SQLite to port WebKit for the sake to reducing the
complexity for major ports?

Best,
Ryosuke Niwa
Software Engineer
Google Inc.

P.S. I have https://bugs.webkit.org/show_bug.cgi?id=73749 to
reintroduce OFFLINE_WEB_APPLICATIONS.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev