summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Remove the old locations of forked tcmalloc files.sgk@chromium.org2009-12-011-3/+0
| | | | | | | | | | Remove the tcmalloc line from DEPS in favor of our vendor branch. Remove the old jemalloc checked in underneath tcmalloc. BUG=27911 TEST=none Review URL: http://codereview.chromium.org/457002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33506 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for Skia 447:449.senorblanco@chromium.org2009-12-011-2/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/457026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33488 0039d316-1c4b-4281-b951-d872f2087c98
* GYP roll to bring in fixes to the Xcode generator.thomasvl@chromium.org2009-12-011-1/+1
| | | | | | | | | | Fix up the references to the mac plugin interpose lib for the proper naming from the GYP roll. BUG=none TEST=none Review URL: http://codereview.chromium.org/453014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33468 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51532:51534pfeldman@chromium.org2009-12-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33442 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51527:51532 (includes DevTools two-sided commit for spliting ↵pfeldman@chromium.org2009-12-011-1/+1
| | | | | | | | InspectorBackend.idl). Review URL: http://codereview.chromium.org/434119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33441 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51524:51527ukai@chromium.org2009-12-011-1/+1
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/456020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33437 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newer version of gyp.bradnelson@chromium.org2009-12-011-2/+2
| | | | | | | | | | | | | | | This sucks in a fix for gyp thru cygwin to get around some weird scripts in nacl. Also pulling in newer version of nacl, with fix that couldn't be done at the gyp level. BUG=28319 TEST=None Review URL: http://codereview.chromium.org/455018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33433 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51511:51524ukai@chromium.org2009-12-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/449043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33428 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in icu42 @ 33403 to update am and sw locale data. jshin@chromium.org2009-12-011-1/+1
| | | | | | | | | | | | | See http://codereview.chromium.org/450022/show for the actual change BUG=25451 TEST=When Chrome is run in '--lang=am' or '--lang=sw' (or LANGUAGE=am chrome or LANGUAGE=sw chrome on Linux), 1. Options | Under the hood | Fonts & Languages | Languages show most language names in Amharic or Swahili. 2. Date/Time formats in History/Download page match the most up to date CLDR trunk for am and sw. Review URL: http://codereview.chromium.org/452026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33420 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51480:51511ukai@chromium.org2009-12-011-1/+1
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/452025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33415 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for Skia 435:447. Some tests need rebaselines due to change in ↵senorblanco@chromium.org2009-12-011-2/+2
| | | | | | | | | | | line clipping algorithm. BUG=none TEST=none Review URL: http://codereview.chromium.org/450017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33386 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ICU DEPS to pickup the following:agl@chromium.org2009-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make ICU assembly portable to ARM This is a TBR reapplication of r26784, which was lost in r32640. The comment for the original change appears below: This patch fixes the following error: CC src/out/Release/obj/third_party/icu/linux/icudt42l_dat.o third_party/icu/linux/icudt42l_dat.s: Assembler messages: third_party/icu/linux/icudt42l_dat.s:5: Error: unrecognized symbol type "" make: *** [src/out/Release/obj/third_party/icu/linux/icudt42l_dat.o] Error 1 The problem is the assembly syntax that is used is not portable to ARM, where the '@' symbol is a comment: > Note on targets where the @ character is the start of a comment > (eg ARM) then another character is used instead. For example the > ARM port uses the % character. (from http://sourceware.org/binutils/docs-2.18/as/Section.html#Section) Using % instead of @ appears to work on both ARM and x64. BUG=22369 Patch by Joel Stanley <joel@jms.id.au> git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33352 0039d316-1c4b-4281-b951-d872f2087c98
* Updated to more recent NaCl version.robertm@google.com2009-11-301-2/+2
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/440025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33325 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.2.1sgjesse@chromium.org2009-11-301-1/+1
| | | | | | | | | | BUG=http://crbug.com/23058 TEST=none Review URL: http://codereview.chromium.org/454002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33282 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll 51472:51480ukai@chromium.org2009-11-301-1/+1
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/452006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33270 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51459:51472ukai@chromium.org2009-11-301-1/+1
| | | | | | | | | BUGS=none TEST=trybots Review URL: http://codereview.chromium.org/453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33266 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPSabarth@chromium.org2009-11-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33240 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51412:51413.hamaji@chromium.org2009-11-281-1/+1
| | | | | | | | | TEST=trybots BUG=none Review URL: http://codereview.chromium.org/444018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33235 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51410:51412.hamaji@chromium.org2009-11-271-1/+1
| | | | | | | | | TEST=trybot BUG=none Review URL: http://codereview.chromium.org/447003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33229 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51406:51410.hamaji@chromium.org2009-11-271-1/+1
| | | | | | | | | TEST=trybot BUG=none Review URL: http://codereview.chromium.org/443023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33227 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51395:51406.hamaji@chromium.org2009-11-271-1/+1
| | | | | | Review URL: http://codereview.chromium.org/434112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33218 0039d316-1c4b-4281-b951-d872f2087c98
* Use the pywebsocket copy contained in WebKit rather than fetching Chromium'syuzo@chromium.org2009-11-271-3/+3
| | | | | | | | | | | | | | | own copy using DEPS. This is to avoid pywebsocket version mismatch. If in the future WebKit supports DEPS-like mechanism, we should switch back to DEPS-based approach. TEST=none BUG=none Review URL: http://codereview.chromium.org/444014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33216 0039d316-1c4b-4281-b951-d872f2087c98
* Update pywebsocket to 0.4.2yuzo@chromium.org2009-11-261-1/+1
| | | | | | | | | | | | | | | | | For WebKit, https://bugs.webkit.org/show_bug.cgi?id=31861 is underway. This patch will make Chromium use the same version. (An alternative would be to change DEPS and test scripts to use pywebsocket under src/third_party/WebKit/WebKitTools. Perhaps I may address it in a separate change.) TEST=none BUG=none Review URL: http://codereview.chromium.org/441015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33183 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable NewTabUIStartupTest.PerfRefWarm on Linux. Roll to a newtony@chromium.org2009-11-251-1/+1
| | | | | | | | | | reference build for Linux that passes this test. BUG=28028 Review URL: http://codereview.chromium.org/441026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33155 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51390:51395agl@chromium.org2009-11-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33154 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in icu@32651:jshin@chromium.org2009-11-251-1/+1
| | | | | | | | | | | | | | | | | | | Remove invuca.icu table from the ICU data file again(see http://codereview.chromium.org/399089/show) It was added to make Chrome not crash with a webkit patch for bug 30437 (https://bugs.webkit.org/show_bug.cgi?id=30437) However, the webkit patch was rolled back so that we don't need invuca.icu for now. Removing it will cut down the data size by 230k (before compression and in the Chrome executable on Linux/Mac and the ICU data dll on Linux). This has to be added back when it becomes necessary again to fix the aforementioned webkit bug. See also http://crbug.com/28132 (a bug about ~ 4kB of space wasted by copyright statements) BUG=20406 TEST=All the webkit tests pass. Review URL: http://codereview.chromium.org/418019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33118 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit update 51367:51390.dglazkov@chromium.org2009-11-251-1/+1
| | | | | | | | | | TBR=agl TEST=none BUG=none Review URL: http://codereview.chromium.org/442008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33091 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.3.ager@chromium.org2009-11-251-1/+1
| | | | | | | | | Turns out that the final issue we have had with updating was due to a flaky test that has now been fixed. Review URL: http://codereview.chromium.org/441013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33059 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51361:51367.dumi@chromium.org2009-11-251-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=agl Review URL: http://codereview.chromium.org/440015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33039 0039d316-1c4b-4281-b951-d872f2087c98
* OTS DEPS roll, from r10 to r19.yusukes@google.com2009-11-251-1/+1
| | | | | | | | | | | r19 is the first revision that has passed security reviews. BUG=27127 TEST=none Review URL: http://codereview.chromium.org/437034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33030 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51343:51361.dumi@chromium.org2009-11-241-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=agl Review URL: http://codereview.chromium.org/441003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33003 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit from r51343 to r51350darin@chromium.org2009-11-241-1/+1
| | | | | | | | | | TBR=dumi BUG=none TEST=none Review URL: http://codereview.chromium.org/437047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33000 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51325:51343.dumi@chromium.org2009-11-241-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=agl Review URL: http://codereview.chromium.org/436029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32962 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51310:51325.jianli@chromium.org2009-11-241-1/+1
| | | | | | | | | BUG=28646 TEST=none Review URL: http://codereview.chromium.org/437029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32940 0039d316-1c4b-4281-b951-d872f2087c98
* Revert V8 update ... again.ager@chromium.org2009-11-241-1/+1
| | | | | | | | | Apparently there are still issues with DevTools on Windows. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/436023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32926 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.2.ager@chromium.org2009-11-241-1/+1
| | | | | | | | | This time it really should fix the problems we have been seeing with dev tools and V8 version 2.0.x. Review URL: http://codereview.chromium.org/434036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32924 0039d316-1c4b-4281-b951-d872f2087c98
* Pick up new GYP with workarounds for Xcode deps.thomasvl@chromium.org2009-11-241-1/+1
| | | | | | | | | | | Bot build with updated generator: http://build.chromium.org/buildbot/waterfall.fyi/builders/Chromium%20Mac%20GYP/builds/4673 BUG=none TEST=everything still builds and hopefully rebuilds better. Review URL: http://codereview.chromium.org/435008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32923 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51253:51310.jianli@chromium.org2009-11-231-1/+1
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/431014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32852 0039d316-1c4b-4281-b951-d872f2087c98
* Roll GTM dep.thakis@chromium.org2009-11-231-1/+1
| | | | | | | | | | | Roll GTM dep to pick up http://code.google.com/p/google-toolbox-for-mac/source/detail?r=259 . BUG=28478 TEST=Install theme with light text on dark background; should look ok (see bug). Review URL: http://codereview.chromium.org/436005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32830 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51237:51253jianli@chromium.org2009-11-211-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/414061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32718 0039d316-1c4b-4281-b951-d872f2087c98
* Update googleurl revision (get 64-bit Windows fix)gregoryd@google.com2009-11-201-1/+1
| | | | | | | | BUG=28176 TEST=none Review URL: http://codereview.chromium.org/418012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32672 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51223:51237.jianli@chromium.org2009-11-201-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/418016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32641 0039d316-1c4b-4281-b951-d872f2087c98
* Revert V8 update.ager@chromium.org2009-11-201-1/+1
| | | | | | | | | There seems to still be an interactive ui test failure on Windows. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/420003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32609 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.1.ager@chromium.org2009-11-201-1/+1
| | | | | | | This should fix the issues that we had with version 2.0.0. Review URL: http://codereview.chromium.org/418009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32605 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in Debug-Win32 -> Debug change in nacl to avoid horking builders.bradnelson@google.com2009-11-201-1/+1
| | | | | | | | | | BUG=None TEST=None TBR=ilewis Review URL: http://codereview.chromium.org/419001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32601 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll up to 51223.dimich@google.com2009-11-201-1/+1
| | | | | | | | BUG=28317 TEST=none Review URL: http://codereview.chromium.org/402108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32591 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51135:51190.dimich@google.com2009-11-201-1/+1
| | | | | | | | | removing the platfomr-specific snapshots for some tests that are now 'dumpAsText'. Disabling and filing bugs for others that need more implementation work. BUG=28266,28264,10437,28301 TEST=none Review URL: http://codereview.chromium.org/410003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32574 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for skia 428:435joel@chromium.org2009-11-191-2/+2
| | | | | | Review URL: http://codereview.chromium.org/402081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32495 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newer nacl version to drop oversized checked in binariesbradnelson@google.com2009-11-191-1/+1
| | | | | | | | | | | | | that got put in the wrong place. Fixing changed name. BUG=None TEST=None TBR=gregoryd Review URL: http://codereview.chromium.org/403025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32470 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 51102:51135.dimich@google.com2009-11-181-1/+1
| | | | | | | | BUG=10342 TEST=none Review URL: http://codereview.chromium.org/399091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32435 0039d316-1c4b-4281-b951-d872f2087c98