summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Update V8 in Chromium to version 0.3.2.kasperl@google.com2008-09-181-1/+1
| | | | | | Review URL: http://codereview.chromium.org/3138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2356 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in newer ICU.evanm@google.com2008-09-161-1/+1
| | | | | | | TBR=mmoss git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2281 0039d316-1c4b-4281-b951-d872f2087c98
* Pull the latest googleurl. This has preliminary support for IPv6.brettw@google.com2008-09-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2880 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2256 0039d316-1c4b-4281-b951-d872f2087c98
* Update icu38 revision in DEPS for SCons changes for the mac build.sgk@google.com2008-09-111-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2456 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2103 0039d316-1c4b-4281-b951-d872f2087c98
* Push U_STATIC_IMPLEMENTATION into the icu build on the Mac to keep symbolmark@chromium.org2008-09-111-1/+1
| | | | | | | | visibility under control. Review URL: http://codereview.chromium.org/2434 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2076 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to the latest trunk version.ager@google.com2008-09-111-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2421 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2055 0039d316-1c4b-4281-b951-d872f2087c98
* Put all prebuild scripts in external files. Scripts to run unit tests aremark@chromium.org2008-09-111-1/+1
| | | | | | | staying put for now, because they're all trivial and identical. Review URL: http://codereview.chromium.org/1925 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2054 0039d316-1c4b-4281-b951-d872f2087c98
* Update chrome trunk's v8 dependency from trunk@101 to trunk@138.ericroman@google.com2008-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | This picks up the "in" operator fix that was made in branches/v8_bleeding@117. $ svn log -r 102:138 http://v8.googlecode.com/svn/trunk ------------------------------------------------------------------------ r138 | ager@chromium.org | 2008-09-04 06:52:27 -0700 (Thu, 04 Sep 2008) | 10 lines Added support for running tests on the ARM simulator. Fixed bug in the 'in' operator where negative indices were not treated correctly. Fixed build issues on gcc-4.3.1. Changed Date.prototype.toLocaleTimeString to not print the timezone part of the time. Renamed debug.h to v8-debug.h to reduce the risk of name conflicts with user code. ------------------------------------------------------------------------ Review URL: http://codereview.chromium.org/1602 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1851 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback rollback of r1804.evanm@google.com2008-09-051-0/+9
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1808 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback r1804.evanm@google.com2008-09-051-9/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1807 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to use new paths for Windows-specific dependencies.evanm@google.com2008-09-051-0/+9
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1804 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Mac ICU build. r1675 missed the header paths.mmentovai@google.com2008-09-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1680 0039d316-1c4b-4281-b951-d872f2087c98
* Move icu.xcodeproj into the icu38 directory, as is done with all othermmentovai@google.com2008-09-031-1/+1
| | | | | | | xcodeprojs git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1675 0039d316-1c4b-4281-b951-d872f2087c98
* Change the path of the V8 API headers from public to includesgjesse@google.com2008-09-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1672 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to latest trunk containing code-generator fix.ager@google.com2008-09-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1608 0039d316-1c4b-4281-b951-d872f2087c98
* Revert v8 update since it caused regressions.ager@google.com2008-09-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1606 0039d316-1c4b-4281-b951-d872f2087c98
* Attempting to figure out which V8 revision caused selenium testager@google.com2008-09-011-1/+1
| | | | | | | | regressions and distributed reliability test failures. Switch to last tested bleeding edge version. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1605 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 version to fix debugger tests. The shell sample now acceptsager@google.com2008-09-011-1/+1
| | | | | | | flags directly from the command line as expected by the debugger tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1604 0039d316-1c4b-4281-b951-d872f2087c98
* Change DEPS to pull V8 from Google Code rather than an internal repository.pamg@google.com2008-08-301-1/+1
| | | | | | | | | This is necessary so external contributors (and buildbots) can build too. BUG=1296800 TEST=covered by buldbots git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1591 0039d316-1c4b-4281-b951-d872f2087c98
* Update the Chromium Project's V8 version to the current V8 version, 132113whesse@google.com2008-08-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1434 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 used in Chrome to pull in Bill's latestkasperl@google.com2008-08-261-1/+1
| | | | | | work on descriptor arrays. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1374 0039d316-1c4b-4281-b951-d872f2087c98
* Move subdirectory skipping from being in the DEPS file of the directory to ↵brettw@google.com2008-08-261-0/+10
| | | | | | | | skip and instead have in in the parent. This allows us to pull third-party sources or external repositories and not have to make them add a DEPS file for our deps checker. BUG=1342686 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1358 0039d316-1c4b-4281-b951-d872f2087c98
* Bring in newer icu for crosstool compile error fix.dkegel@google.com2008-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1334 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 version in Chrome after handle allocation fix.ager@google.com2008-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1303 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chrome to get bug fixes for execScriptkasperl@google.com2008-08-251-1/+1
| | | | | | | | | and for setting the prototype of a function during bootstrapping. BUG=1341167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1302 0039d316-1c4b-4281-b951-d872f2087c98
* Change the DEPS file to use relative paths.nsylvain@google.com2008-08-221-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1260 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in latest version of V8 to fix issues withkasperl@google.com2008-08-221-1/+1
| | | | | | dependencies on v8_snapshot and preparsing. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1220 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback v8 update. The descriptor array change seems to be the oneager@google.com2008-08-221-1/+1
| | | | | | that introduces the problem. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1216 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version containing descriptor array changes.ager@google.com2008-08-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1215 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version just before descriptor array changes.ager@google.com2008-08-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1214 0039d316-1c4b-4281-b951-d872f2087c98
* Enable -Werror on the Mac. Fix two more warnings just added to our build. ↵mmentovai@google.com2008-08-221-2/+2
| | | | | | Note that the targets for libskia and libicuuc still exclude themselves from -Werror. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1205 0039d316-1c4b-4281-b951-d872f2087c98
* Update googleurl to r91. This fixes the linux build.tc@google.com2008-08-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1166 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback to r90 because this breaks the windows build.tc@google.com2008-08-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1141 0039d316-1c4b-4281-b951-d872f2087c98
* update googleurl to fix the linux buildtc@google.com2008-08-211-1/+1
| | | | | | | TBR=evanm,brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1139 0039d316-1c4b-4281-b951-d872f2087c98
* Use newer ICU.evanm@google.com2008-08-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1126 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback V8 update. May be the cause of crashes.kasperl@google.com2008-08-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1087 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to include fix for pre-parsing.kasperl@google.com2008-08-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1086 0039d316-1c4b-4281-b951-d872f2087c98
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-181-32/+32
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1011 0039d316-1c4b-4281-b951-d872f2087c98
* Bump DEPS to pull googleurl with portability fixesmmentovai@google.com2008-08-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1008 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to get ICU xcodeproj changes.mmentovai@google.com2008-08-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@990 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the ICU DEPS for Linux data file SConscript changes.deanm@google.com2008-08-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@935 0039d316-1c4b-4281-b951-d872f2087c98
* Updated DEPS for V8 to include Visual Studio project file for the thesgjesse@google.com2008-08-141-1/+1
| | | | | | | | | | | | shell sample. Removed the v8_shell project from the Chrome solution and added v8_shell_sample instead. Changed the Chrome JavaScript debugger tests to use v8_shell_sample instead of v8_shell. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@862 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the V8 deps to a V8 version where the old vcproj files have been ↵sgjesse@google.com2008-08-131-1/+1
| | | | | | | | removed. This will possibly require clobbering of the build bots. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@791 0039d316-1c4b-4281-b951-d872f2087c98
* Reverted r781 V8 deps roll as it caused major build bot failures.sgjesse@google.com2008-08-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@783 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the V8 deps to a V8 version where the old vcproj files have been removed.sgjesse@google.com2008-08-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@781 0039d316-1c4b-4281-b951-d872f2087c98
* Update icu38 to bring in UTF-32 wchar_t fix for the Mac.mmentovai@google.com2008-08-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@765 0039d316-1c4b-4281-b951-d872f2087c98
* Reapply the usage new Visual Studio project files for the webkit project.sgjesse@google.com2008-08-111-1/+1
| | | | | | | 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
* Add deps files and rules for the checkdeps script.brettw@google.com2008-08-081-0/+10
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@600 0039d316-1c4b-4281-b951-d872f2087c98
* Roll back the new V8 Visual Studio project files.sgk@google.com2008-08-081-1/+1
| | | | | | | | 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
* Pull latest googleurl to get < > escaping for queries.brettw@google.com2008-08-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@566 0039d316-1c4b-4281-b951-d872f2087c98