| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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
|