summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Use wdiff to produce expected output.evanm@google.com2008-10-081-1/+1
| | | | | | | | | | | It's enabled by a --wdiff flag to run_webkit_tests. (DEPS update is to pull in new cygwin with wdiff.exe.) Example output: http://neugierig.org/drop/inline-crash-wdiff-win.html Review URL: http://codereview.chromium.org/6330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3048 0039d316-1c4b-4281-b951-d872f2087c98
* Mac build breakage. Revert 3035 & 3040.maruel@google.com2008-10-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6357 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3045 0039d316-1c4b-4281-b951-d872f2087c98
* DeleteButtonController was left over from previous unforkage.dglazkov@google.com2008-10-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6353 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3035 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-081-1/+1
| | | | | | | | Update callers to use this method. Review URL: http://codereview.chromium.org/5641 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3024 0039d316-1c4b-4281-b951-d872f2087c98
* Re-try using V8 version 0.3.4.1 instead of 0.3.3 in Chromium.kasperl@google.com2008-10-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2996 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork NSResolver.h, part 2.pkasting@chromium.org2008-10-071-1/+1
| | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/6565 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2979 0039d316-1c4b-4281-b951-d872f2087c98
* Roll deps.mbelshe@google.com2008-10-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2978 0039d316-1c4b-4281-b951-d872f2087c98
* Re-fork ScriptController.h to fix build.pkasting@chromium.org2008-10-071-1/+1
| | | | | | | TBR=eseidel Review URL: http://codereview.chromium.org/6560 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2972 0039d316-1c4b-4281-b951-d872f2087c98
* Provide not-a-Mac stubs for Chromium on the Mac. This is a temporarymark@chromium.org2008-10-071-1/+1
| | | | | | | | | local-only change that should not be upstreamed, and will go away when our Mac build does not use PLATFORM(MAC). DEPS change corresponds to local WebKit r2963. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2964 0039d316-1c4b-4281-b951-d872f2087c98
* Forgot to update DEPS for webkitamanda@chromium.org2008-10-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6552 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2959 0039d316-1c4b-4281-b951-d872f2087c98
* Revert DEPS change: Go back to using V8 version 0.3.3.kasperl@google.com2008-10-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2935 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 0.3.4.1 which includeskasperl@google.com2008-10-071-1/+1
| | | | | | | the fix for issue 109. Review URL: http://codereview.chromium.org/6532 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2933 0039d316-1c4b-4281-b951-d872f2087c98
* Rollforward third_party/WebKit deps to match deleted filesojan@google.com2008-10-071-1/+1
| | | | | | | in webkit/pending. Review URL: http://codereview.chromium.org/6523 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2929 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback V8 to see whether it fixes ToT crashes.huanr@chromium.org2008-10-061-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2920 0039d316-1c4b-4281-b951-d872f2087c98
* Make AtomicString.cpp use the WebKit method of disabling static constructors.mark@chromium.org2008-10-061-1/+1
| | | | | | | DEPS roll corresponds to local WebKit r2905. Review URL: http://codereview.chromium.org/6509 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2906 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up the unforkdglazkov@google.com2008-10-061-1/+1
| | | | | | | | Removing files from pending Review URL: http://codereview.chromium.org/6500 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2892 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 0.3.4.kasperl@google.com2008-10-061-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6488 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2873 0039d316-1c4b-4281-b951-d872f2087c98
* Update to the latest third_party/WebKit to pick up fix for bug 3056.darin@chromium.org2008-10-051-1/+1
| | | | | | | | TBR=eseidel Review URL: http://codereview.chromium.org/6485 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2872 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork SecurityOrigin.cpp, 2/2: update DEPS and build files, delete old files.evanm@google.com2008-10-041-1/+1
| | | | | | | Review URL: http://codereview.chromium.org/6255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2865 0039d316-1c4b-4281-b951-d872f2087c98
* FormDataStreamMac.mm calls isMainThread without #including <wtf/Threading.h>mark@chromium.org2008-10-031-1/+1
| | | | | | | | Submitted upstream: https://bugs.webkit.org/show_bug.cgi?id=21347 Local WebKit change was r2856 Review URL: http://codereview.chromium.org/6250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2857 0039d316-1c4b-4281-b951-d872f2087c98
* Move local changes into the local WebKit branch:mark@chromium.org2008-10-031-1/+1
| | | | | | | | | Add a couple really simple #ifndef checks to help the Mac build. Filed upstream: https://bugs.webkit.org/show_bug.cgi?id=21333 Corresponds to local WebKit branch change r2847. Review URL: http://codereview.chromium.org/6460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2848 0039d316-1c4b-4281-b951-d872f2087c98
* Re-fork Platform.h to add a couple really simple #ifndef checks to help themark@chromium.org2008-10-031-1/+1
| | | | | | | | Mac build. These changes should be easy to upstream. Corresponds to local WebKit change r2828. Review URL: http://codereview.chromium.org/6238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2829 0039d316-1c4b-4281-b951-d872f2087c98
* De-obsolete StaticConstructors.h, root repository portion of r2802mark@chromium.org2008-10-021-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2803 0039d316-1c4b-4281-b951-d872f2087c98
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-2/+2
| | | | | | | up to webkit@36102. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2778 0039d316-1c4b-4281-b951-d872f2087c98
* Transition to pulling open-vcdiff rather than using a private snapshot pulljar@google.com2008-09-301-0/+3
| | | | | | | | | | | | | | I can't include all the svn deletions (all of sdch/open_vcdiff/*) in this change list, as it will break reitveld. I'll do them piecemeal after a get an LGTM. Also, by temporarilly leaving in the old subtree, I can support mac until the move to use this new sub-tree. r=nsylvain,sgk Review URL: http://codereview.chromium.org/5402 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2709 0039d316-1c4b-4281-b951-d872f2087c98
* Roll icu38 revision in DEPS for SCons build (removesgk@google.com2008-09-291-1/+1
| | | | | | | unnecessary env.Install() call). Review URL: http://codereview.chromium.org/4330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2685 0039d316-1c4b-4281-b951-d872f2087c98
* ICU changessgk@google.com2008-09-291-1/+1
| | | | | | | | | | | | | * Add an ICU_UTIL_DATA_IMPL #defines to control whether we're expecting the ICU data as ICU_UTIL_DATA_{SHARED,STATIC,FILE}. * Set defaults on the platforms to match our current practice: Windows => shared, Linux => file, Mac => static. * On Mac, link the separate icui18n, icuuc and icudata libs (matching how we're building there), instead of the common icu lib. * Roll the icu38 revision in DEPS to get the updated SCons build. Review URL: http://codereview.chromium.org/5022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2669 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the third_party/icu38 revision in DEPS to have SCons build libicu,sgk@google.com2008-09-261-1/+1
| | | | | | | | | | not libicuuc. Add a new $ICU_LIBS construction variable to allow different platforms to link with different sets of ICU libraries. Use it in the LIBS lists of the various construction environments used to build the things that link with it. Review URL: http://codereview.chromium.org/4312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2651 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to latest trunk version.ager@google.com2008-09-251-1/+1
| | | | | | Review URL: http://codereview.chromium.org/4080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2586 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the icu38 revision in the DEPS file to change the name ofsgk@google.com2008-09-231-1/+1
| | | | | | | | | 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
* Roll DEPS to get latest breakpad that supports the full memory dump.huanr@chromium.org2008-09-191-1/+1
| | | | | | Review URL: http://codereview.chromium.org/3163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2396 0039d316-1c4b-4281-b951-d872f2087c98
* 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