| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
bindings, this doesn't actually expose the DB code to web pages.
Review URL: http://codereview.chromium.org/7982
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4486 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
our combined-build icuuc.lib to icu.lib.
Change solution file references accordingly.
Also change libxml patch and Makefile references
Review URL: http://codereview.chromium.org/4027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2480 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Fix up solution files for webkit and net
Add one line keyword change to help linux build
r=hunanr,openvcdiff,nsylvain
Review URL: http://codereview.chromium.org/4026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2469 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1795 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
database API.
This time, I added a project dependency from WebCore to sqlite
on every solution that includes WebCore.
Review URL: http://codereview.chromium.org/466
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1785 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1741 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
project. Also adds stubs for the integration with the renderer.
Right now, the integration is done by just replacing two key
cpp files: DatabaseTracker and OriginQuotaManager. Once this
all gets up and running, I'll circle back and think about the
changes necessary to WebCore to do a more elegant integration.
Review URL: http://codereview.chromium.org/601
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1737 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
which was removed from V8, and is not used any more.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@782 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
This reapplies CL 560 with the addition of a later V8 revision in the DEPS file which
should not break the Chrome build.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@642 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
libv8.vcproj and libv8core.vcproj both still reference the deleted src\precompiled-v8.cc file, which breaks clean debug builds. It didn't break incremental debug builds because the precompiled-v8.obj file still exists on disk, and doesn't break clean release builds because it's marked to ignore the file during release builds.
TBR=sgjesse,nsylvain
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@572 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files for V8.
The following projects have been removed from the WebKit solution:
libv8core
no_snapshotv8
mksnapshot
snapshotv8
The following projects (from v8/tools/visual_studio) have been added to the
WebKit solution:
v8_base
v8
v8_mksnapshot
v8_snapshot
With the following dependencies:
v8 depends on v8_base
v8_mksnapshot depends on v8
v8_snapshot on v8_base and v8_mksnapshot
test_shell depends on v8_snapshot
test_shell_tests depends on v8_snapshot
Got rid of the IncrediBuild configuration file webkit.ib_ini as it is not needed
with the new Visual Studio project files for V8.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@560 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
WebCore/Configurations/Version.xcconfig and generate a header file that allows us to keep our user agent info up to date.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@334 0039d316-1c4b-4281-b951-d872f2087c98
|
|
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18 0039d316-1c4b-4281-b951-d872f2087c98
|