summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Roll WebKit to 62483yurys@chromium.org2010-07-051-1/+1
| | | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/2799056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51639 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.2.22.kmillikin@chromium.org2010-07-051-2/+1
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/2855032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51637 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r62473.pkasting@chromium.org2010-07-051-1/+1
| | | | | | | | | TBR=yurys BUG=none TEST=none Review URL: http://codereview.chromium.org/2825038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51624 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r62426.pkasting@chromium.org2010-07-031-1/+1
| | | | | | | | | BUG=none TEST=none TBR=yurys Review URL: http://codereview.chromium.org/2807037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51592 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r62409.pkasting@chromium.org2010-07-031-1/+1
| | | | | | | | | BUG=none TEST=none TBR=yurys Review URL: http://codereview.chromium.org/2806050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51577 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for running HTTP based tests.darin@chromium.org2010-07-021-1/+1
| | | | | | | | | | | | | | Enable the Buffer test since it seems to work. Convert to using test_case.html to drive all tests. R=brettw BUG=none TEST=none Review URL: http://codereview.chromium.org/2805063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51556 0039d316-1c4b-4281-b951-d872f2087c98
* gyp: update to r835evan@chromium.org2010-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes following changes. ------------------------------------------------------------------------ r834 | evan@chromium.org | 2010-06-29 13:58:08 -0700 (Tue, 29 Jun 2010) | 6 lines Don't use ranlib, use ar's "s" flag instead. Patch by Shinichiro Hamaji <hamaji@chromium.org>. Review URL: http://codereview.chromium.org/2800033 ------------------------------------------------------------------------ r833 | mark@chromium.org | 2010-06-28 13:15:06 -0700 (Mon, 28 Jun 2010) | 5 lines Xcode support for already-assembled .o (object) files as sources. BUG=gyp:157 TEST=none Review URL: http://codereview.chromium.org/2878002 ------------------------------------------------------------------------ r832 | evan@chromium.org | 2010-06-25 10:46:11 -0700 (Fri, 25 Jun 2010) | 30 lines Use GNU ar's thin archive if this feature is available. The thin archives don't have actual copy of object files. Instead, they have the paths to object files like symbolic links. With this option, ar and ranlib in chromium build become much faster on linux. Before this change: Total size of .a files: 1726537946 (1726M) ./ar.sh 8.73s user 12.28s system 26% cpu 1:19.24 total ./link.sh 9.14s user 4.54s system 14% cpu 1:36.01 total After this change: Total size of .a files: 43157870 (43M) ./ar.sh 7.77s user 1.75s system 97% cpu 9.797 total ./link.sh 9.10s user 5.26s system 21% cpu 1:06.18 total I'm not sure why link also becomes faster. Maybe other processes were running when I ran link.sh. The link.sh just links chrome and the ar.sh is generated by grepping our build process. The actual file is here: http://shinh.skr.jp/t/ar.sh.txt Unfortunately, this feature is relatively new (2008-03-27, http://sourceware.org/ml/binutils/2008-03/msg00150.html), so I think we cannot expect everyone have this feature. So we autodetect it at build time. Code review: http://codereview.chromium.org/2841004 ------------------------------------------------------------------------ r831 | mark@chromium.org | 2010-06-24 09:44:51 -0700 (Thu, 24 Jun 2010) | 5 lines Make loadable_modules without mac_bundle buildable. BUG=none TEST=none Review URL: http://codereview.chromium.org/2859021 ------------------------------------------------------------------------ r830 | stuartmorgan@chromium.org | 2010-06-23 08:01:31 -0700 (Wed, 23 Jun 2010) | 1 line Add support for target-level Xcode config files. Review URL: http://codereview.appspot.com/1687044/show ------------------------------------------------------------------------ r827 | thestig@chromium.org | 2010-05-21 18:44:01 -0700 (Fri, 21 May 2010) | 5 lines Raise an error when a configuration dictionary contains invalid keys. BUG=none TEST=included Review URL: http://codereview.chromium.org/2094021 Review URL: http://codereview.chromium.org/2806038 Review URL: http://codereview.chromium.org/2868045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51550 0039d316-1c4b-4281-b951-d872f2087c98
* update libvpx libraries to 0.9.1fbarchard@chromium.org2010-07-021-1/+1
| | | | | | | | | BUG=44689 TEST=webm videos should still work Review URL: http://codereview.chromium.org/2824049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51546 0039d316-1c4b-4281-b951-d872f2087c98
* Pull latest googleurl to get trival comment fix.brettw@chromium.org2010-07-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51534 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62381yurys@chromium.org2010-07-021-1/+1
| | | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/2858044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51531 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62379yurys@chromium.org2010-07-021-1/+1
| | | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/2852041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51518 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62365yurys@chromium.org2010-07-021-1/+1
| | | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/2854035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51506 0039d316-1c4b-4281-b951-d872f2087c98
* Roll PPAPI deps to fix the Windows build.brettw@chromium.org2010-07-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51495 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new PPAPI to fix the 64-bit Linux build.brettw@chromium.org2010-07-021-1/+1
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/2867042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51490 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome-side of making CallOnMainThread use a completion callback.brettw@chromium.org2010-07-021-1/+1
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/2819036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51489 0039d316-1c4b-4281-b951-d872f2087c98
* Roll to WebKit 62347.levin@chromium.org2010-07-021-1/+1
| | | | | | | | | | TBR=yurys@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/2852039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51484 0039d316-1c4b-4281-b951-d872f2087c98
* Updated cache-invalidation library to @30.akalin@chromium.org2010-07-021-1/+1
| | | | | | | | | | | BUG=34647 TEST=sync_listen_notifications Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51330 Review URL: http://codereview.chromium.org/2880008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51477 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62294.levin@chromium.org2010-07-011-1/+1
| | | | | | | | | | TBR=yurys@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/2863038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51458 0039d316-1c4b-4281-b951-d872f2087c98
* Bring in latest PPAPI headers and implement IsFullFrame.jam@chromium.org2010-07-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2866039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51429 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Roll WebKit to 62258"levin@chromium.org2010-07-011-1/+1
| | | | | | | | | | This change introduced a lot of brokeness. TBR=yurys@chromium.org TEST=workers, etc. (The bots turned red with this roll.) BUG=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51380 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62258yurys@chromium.org2010-07-011-1/+1
| | | | | | | | TBR=levin@chromium.org Review URL: http://codereview.chromium.org/2805059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51364 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62240yurys@chromium.org2010-07-011-1/+1
| | | | | | | | TBR=levin@chromium.org Review URL: http://codereview.chromium.org/2812036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51352 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62223.levin@chromium.org2010-07-011-1/+1
| | | | | | | | | | TBR=yurys@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/2818038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51343 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 51330 - Updated cache-invalidation library to @25.akalin@chromium.org2010-07-011-1/+1
| | | | | | | | | | | | BUG=34647 TEST=sync_listen_notifications Review URL: http://codereview.chromium.org/2880008 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/2866037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51332 0039d316-1c4b-4281-b951-d872f2087c98
* Updated cache-invalidation library to @25.akalin@chromium.org2010-07-011-1/+1
| | | | | | | | | BUG=34647 TEST=sync_listen_notifications Review URL: http://codereview.chromium.org/2880008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51330 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Roll WebKit to 62198."levin@chromium.org2010-07-011-1/+1
| | | | | | This broken the Chromium Mac build. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51323 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62198.levin@chromium.org2010-07-011-1/+1
| | | | | | | | | | TBR=yurys@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/2886006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51321 0039d316-1c4b-4281-b951-d872f2087c98
* Revert DEPS again; unrelated change broke WK valgrind.evan@chromium.org2010-07-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51316 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp forwards in an attempt to fix bots.evan@chromium.org2010-07-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51315 0039d316-1c4b-4281-b951-d872f2087c98
* gyp: update to r835evan@chromium.org2010-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes following changes. ------------------------------------------------------------------------ r835 | evan@chromium.org | 2010-06-30 16:04:37 -0700 (Wed, 30 Jun 2010) | 2 lines Temporarily turn off ARFLAGS detection to work around a gold bug. Review URL: http://codereview.chromium.org/2870040 ------------------------------------------------------------------------ r834 | evan@chromium.org | 2010-06-29 13:58:08 -0700 (Tue, 29 Jun 2010) | 6 lines Don't use ranlib, use ar's "s" flag instead. Patch by Shinichiro Hamaji <hamaji@chromium.org>. Review URL: http://codereview.chromium.org/2800033 ------------------------------------------------------------------------ r833 | mark@chromium.org | 2010-06-28 13:15:06 -0700 (Mon, 28 Jun 2010) | 5 lines Xcode support for already-assembled .o (object) files as sources. BUG=gyp:157 TEST=none Review URL: http://codereview.chromium.org/2878002 ------------------------------------------------------------------------ r832 | evan@chromium.org | 2010-06-25 10:46:11 -0700 (Fri, 25 Jun 2010) | 30 lines Use GNU ar's thin archive if this feature is available. The thin archives don't have actual copy of object files. Instead, they have the paths to object files like symbolic links. With this option, ar and ranlib in chromium build become much faster on linux. Before this change: Total size of .a files: 1726537946 (1726M) ./ar.sh 8.73s user 12.28s system 26% cpu 1:19.24 total ./link.sh 9.14s user 4.54s system 14% cpu 1:36.01 total After this change: Total size of .a files: 43157870 (43M) ./ar.sh 7.77s user 1.75s system 97% cpu 9.797 total ./link.sh 9.10s user 5.26s system 21% cpu 1:06.18 total I'm not sure why link also becomes faster. Maybe other processes were running when I ran link.sh. The link.sh just links chrome and the ar.sh is generated by grepping our build process. The actual file is here: http://shinh.skr.jp/t/ar.sh.txt Unfortunately, this feature is relatively new (2008-03-27, http://sourceware.org/ml/binutils/2008-03/msg00150.html), so I think we cannot expect everyone have this feature. So we autodetect it at build time. Code review: http://codereview.chromium.org/2841004 ------------------------------------------------------------------------ r831 | mark@chromium.org | 2010-06-24 09:44:51 -0700 (Thu, 24 Jun 2010) | 5 lines Make loadable_modules without mac_bundle buildable. BUG=none TEST=none Review URL: http://codereview.chromium.org/2859021 ------------------------------------------------------------------------ r830 | stuartmorgan@chromium.org | 2010-06-23 08:01:31 -0700 (Wed, 23 Jun 2010) | 1 line Add support for target-level Xcode config files. Review URL: http://codereview.appspot.com/1687044/show ------------------------------------------------------------------------ r827 | thestig@chromium.org | 2010-05-21 18:44:01 -0700 (Fri, 21 May 2010) | 5 lines Raise an error when a configuration dictionary contains invalid keys. BUG=none TEST=included Review URL: http://codereview.chromium.org/2094021 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51195 Review URL: http://codereview.chromium.org/2806038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51310 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62192.levin@chromium.org2010-06-301-1/+1
| | | | | | | | | | TBR=yurys@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/2887006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51298 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62183yurys@chromium.org2010-06-301-1/+1
| | | | | | | | TBR=levin Review URL: http://codereview.chromium.org/2805053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51256 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62182yurys@chromium.org2010-06-301-1/+1
| | | | | | | | | | TBR=levin BUG=None TEST=None Review URL: http://codereview.chromium.org/2815038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51253 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version 2.2.1.lrn@chromium.org2010-06-301-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2868040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51246 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 62165yurys@chromium.org2010-06-301-1/+1
| | | | | | | | | | TBR=levin@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/2859035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51239 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62160.levin@chromium.org2010-06-301-1/+1
| | | | | | | | | | TBR=yurys@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/2814041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51234 0039d316-1c4b-4281-b951-d872f2087c98
* Update to latest ppapi.darin@chromium.org2010-06-301-1/+1
| | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/2799046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51232 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62157.levin@chromium.org2010-06-301-1/+1
| | | | | | | | | | TBR=yurys@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/2864031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51224 0039d316-1c4b-4281-b951-d872f2087c98
* Update ChromeFrame reference build to 51194 to fix a crash during chrome ↵ananta@chromium.org2010-06-301-1/+1
| | | | | | | | | | frame perf test runs. TBR=amit Review URL: http://codereview.chromium.org/2821024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51214 0039d316-1c4b-4281-b951-d872f2087c98
* Roll to WebKit 62151.levin@chromium.org2010-06-301-1/+1
| | | | | | | | | | TBR=mnaganov@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/2860039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51212 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "gyp: update to r834"evan@chromium.org2010-06-301-1/+1
| | | | | | | This reverts commit r51195. Linker ran out of file descriptors. Tears. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51198 0039d316-1c4b-4281-b951-d872f2087c98
* gyp: update to r834evan@chromium.org2010-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes following changes. ------------------------------------------------------------------------ r834 | evan@chromium.org | 2010-06-29 13:58:08 -0700 (Tue, 29 Jun 2010) | 6 lines Don't use ranlib, use ar's "s" flag instead. Patch by Shinichiro Hamaji <hamaji@chromium.org>. Review URL: http://codereview.chromium.org/2800033 ------------------------------------------------------------------------ r833 | mark@chromium.org | 2010-06-28 13:15:06 -0700 (Mon, 28 Jun 2010) | 5 lines Xcode support for already-assembled .o (object) files as sources. BUG=gyp:157 TEST=none Review URL: http://codereview.chromium.org/2878002 ------------------------------------------------------------------------ r832 | evan@chromium.org | 2010-06-25 10:46:11 -0700 (Fri, 25 Jun 2010) | 30 lines Use GNU ar's thin archive if this feature is available. The thin archives don't have actual copy of object files. Instead, they have the paths to object files like symbolic links. With this option, ar and ranlib in chromium build become much faster on linux. Before this change: Total size of .a files: 1726537946 (1726M) ./ar.sh 8.73s user 12.28s system 26% cpu 1:19.24 total ./link.sh 9.14s user 4.54s system 14% cpu 1:36.01 total After this change: Total size of .a files: 43157870 (43M) ./ar.sh 7.77s user 1.75s system 97% cpu 9.797 total ./link.sh 9.10s user 5.26s system 21% cpu 1:06.18 total I'm not sure why link also becomes faster. Maybe other processes were running when I ran link.sh. The link.sh just links chrome and the ar.sh is generated by grepping our build process. The actual file is here: http://shinh.skr.jp/t/ar.sh.txt Unfortunately, this feature is relatively new (2008-03-27, http://sourceware.org/ml/binutils/2008-03/msg00150.html), so I think we cannot expect everyone have this feature. So we autodetect it at build time. Code review: http://codereview.chromium.org/2841004 ------------------------------------------------------------------------ r831 | mark@chromium.org | 2010-06-24 09:44:51 -0700 (Thu, 24 Jun 2010) | 5 lines Make loadable_modules without mac_bundle buildable. BUG=none TEST=none Review URL: http://codereview.chromium.org/2859021 ------------------------------------------------------------------------ r830 | stuartmorgan@chromium.org | 2010-06-23 08:01:31 -0700 (Wed, 23 Jun 2010) | 1 line Add support for target-level Xcode config files. Review URL: http://codereview.appspot.com/1687044/show ------------------------------------------------------------------------ r827 | thestig@chromium.org | 2010-05-21 18:44:01 -0700 (Fri, 21 May 2010) | 5 lines Raise an error when a configuration dictionary contains invalid keys. BUG=none TEST=included Review URL: http://codereview.chromium.org/2094021 Review URL: http://codereview.chromium.org/2806038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51195 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62145.levin@chromium.org2010-06-291-1/+1
| | | | | | | | | | TBR=mnaganov@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/2809044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51183 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in icu@51076 to fix bugs 40496 and 38632.jshin@chromium.org2010-06-291-1/+1
| | | | | | | | | | | | | | | For the actual changes, see http://codereview.chromium.org/2843032/show http://codereview.chromium.org/2001011/show BUG=40496,38632 TEST=See TEST fields for the above two CLs. TBR=gwilson Review URL: http://codereview.chromium.org/2866030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51141 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 62103:62117mnaganov@chromium.org2010-06-291-1/+1
| | | | | | | | | | TBR=levin BUG=none TEST=none Review URL: http://codereview.chromium.org/2832032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51133 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Remove the nacl clobber hook, GYP seems to have all the deps handing ↵thomasvl@chromium.org2010-06-291-7/+0
| | | | | | | | | | setup right for Xcode (when expressed in the .gyp files). So this shouldn't be needed any more. BUG=none TEST=none Review URL: http://codereview.chromium.org/2848030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51119 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 62089:62103mnaganov@chromium.org2010-06-291-1/+1
| | | | | | | | | | TBR=levin BUG=none TEST=none Review URL: http://codereview.chromium.org/2810038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51116 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.2.20.fschneider@chromium.org2010-06-291-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2852027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51106 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62089.levin@chromium.org2010-06-291-1/+1
| | | | | | | | | | TBR=mnaganov@chromium.org TEST=None BUG=None Review URL: http://codereview.chromium.org/2859032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51105 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in latest nacl.bradnelson@google.com2010-06-291-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/2864027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51103 0039d316-1c4b-4281-b951-d872f2087c98