summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest trunk version of V8.ager@google.com2008-10-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7436 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3461 0039d316-1c4b-4281-b951-d872f2087c98
* Pick up Pinkerton's Mac fix.pkasting@chromium.org2008-10-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3437 0039d316-1c4b-4281-b951-d872f2087c98
* Fork ScriptController into KJS- and V8-specific versions. The KJS files ↵pkasting@chromium.org2008-10-151-1/+1
| | | | | | | | | already live in third_party/WebKit/WebCore/bindings/js/; the V8 ones will now live in webkit/bindings/v8/. The V8 version is V8-specific and doesn't have any #if USE(...) junk in it anymore; this matches the KJS one. This will break the Mac and SCons builds. Review URL: http://codereview.chromium.org/7368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3424 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork 3.0: Header files, part two.dglazkov@google.com2008-10-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7311 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3355 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some types in ScriptController.h to be a bit less wonky. This was ↵pkasting@chromium.org2008-10-141-1/+1
| | | | | | | | mbelshe's proposed method and I think it's sane and clsoer to upstream than what we have now, but I admit that I haven't thought carefully through all the fine points. Review URL: http://codereview.chromium.org/7288 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3333 0039d316-1c4b-4281-b951-d872f2087c98
* Update DerivedSources.make to match modified WebKit scripts. This allows us ↵pkasting@chromium.org2008-10-131-1/+1
| | | | | | | | | to unfork HTMLAttributeNames.in, since the upstream patch I pulled into our third_party directory supersedes the change we made locally. This also reverts my earlier change to the include order in webkit_common.vsprops, which should now no longer be necessary. Review URL: http://codereview.chromium.org/7116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3306 0039d316-1c4b-4281-b951-d872f2087c98
* Second attempt at introducing cross-platform ExceptionContext in the midst ↵dglazkov@google.com2008-10-131-1/+1
| | | | | | | | | | | of unforking. This time I also made changes to files in pending, to temporarily keep them in sync until they are removed and avoid ambiguitiy due to include search path order. Review URL: http://codereview.chromium.org/7267 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3296 0039d316-1c4b-4281-b951-d872f2087c98
* Updating DEPS file to get third_party\* packages with exe bit set.kuchhal@chromium.org2008-10-101-3/+3
| | | | | | TBR=pamg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3255 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling back tree breakagedglazkov@google.com2008-10-101-1/+1
| | | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/7086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3224 0039d316-1c4b-4281-b951-d872f2087c98
* Implement cross-platform ExceptionContext (2/2)dglazkov@google.com2008-10-101-1/+1
| | | | | | | | First part #6400 committed as r3216. Review URL: http://codereview.chromium.org/7081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3219 0039d316-1c4b-4281-b951-d872f2087c98
* TBRmbelshe@google.com2008-10-101-1/+1
| | | | | | | | | Roll deps for webkit change Review URL: http://codereview.chromium.org/7050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3171 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pick up Node.cpp fix.pkasting@chromium.org2008-10-101-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3163 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork DerivedSources.make, part 2.pkasting@chromium.org2008-10-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3141 0039d316-1c4b-4281-b951-d872f2087c98
* YAGUB (2/2): Roll DEPS and update vcproj filesdglazkov@google.com2008-10-091-1/+1
| | | | | | | | This is part two of #6389. We intentionally don't delete the files in pending to let Linux and Mac builds adjust their files. Last to deref the pending files will delete them. It's human-driven ref-counting for files! Review URL: http://codereview.chromium.org/7023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3120 0039d316-1c4b-4281-b951-d872f2087c98
* Kinder, gentler (half-way-done) unforking.dglazkov@google.com2008-10-081-1/+1
| | | | | | | | See 6353 for its rougher, meaner twin. Review URL: http://codereview.chromium.org/6368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3075 0039d316-1c4b-4281-b951-d872f2087c98
* 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