summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* WebKit Roll 94944:94949ukai@chromium.org2011-09-121-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=japhet, levin Review URL: http://codereview.chromium.org/7796035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100660 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 94856:94944ukai@chromium.org2011-09-121-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=japhet,levin Review URL: http://codereview.chromium.org/7862030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100646 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang 139029:139473thakis@chromium.org2011-09-101-1/+1
| | | | | | | | | | | BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/7864026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100596 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r6668 -> r6677mseaborn@chromium.org2011-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r6669: (bsy) Change Windows implementation of clock to be XSI conformant. r6670: (pdox) Add hg username to merge-tool script. r6671: (pdox) Update UPSTREAM_REV to bring in: r6672: (pdox) Add HG_CONFIG to hg commit line in merge-tool.sh r6673: (pdox) Have the PNaCl / LLVM merge bot use tip of tree LLVM if BUILDBOT_REVISION is blank. r6674: (kschimpf) Update the command-line validator ncval to generate detailed error messages r6675: (mcgrathr) Remove obsolete and disabled tests for glibc IMC startup hack r6676: (ncbray) Make command_tester.py's output look more like gtest's. r6677: (jasonwkim) Add enum NaClSBKind argument to trusted code for selecting validator kind. BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/7796023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100574 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp from 1033 -> 1037.ajwong@chromium.org2011-09-101-1/+1
| | | | | | | | | | | | | | | 1037: Fix Ninja Rule generator variable substitution. 1036: Don't use --start-group and --end-group in Android. 1035: Xcode3 gyp file syntax support. 1034: Fix to SHARED_LIB_SUFFIX back in make generator. BUG=none TEST=try bots Review URL: http://codereview.chromium.org/7865006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100553 0039d316-1c4b-4281-b951-d872f2087c98
* roll webrtc to r565wjia@chromium.org2011-09-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7780008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100493 0039d316-1c4b-4281-b951-d872f2087c98
* roll skia to 2245reed@google.com2011-09-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7860040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100477 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 94838:94826japhet@chromium.org2011-09-091-1/+1
| | | | | | | | | BUG=none TEST=none TBR=ukai Review URL: http://codereview.chromium.org/7860046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100449 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Angle from r744 to r745.zmo@google.com2011-09-091-1/+1
| | | | | | | | | BUG=95613 TEST=webgl conformance/extensions/oes-standard-derivatives.html pass TBR=kbr Review URL: http://codereview.chromium.org/7858019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100428 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 94834:94838ukai@chromium.org2011-09-091-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=japhet Review URL: http://codereview.chromium.org/7858025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100367 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 94821:94834ukai@chromium.org2011-09-091-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=japhet Review URL: http://codereview.chromium.org/7861019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100354 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.6.2ricow@chromium.org2011-09-091-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7846020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100348 0039d316-1c4b-4281-b951-d872f2087c98
* Add a copy of the SMHasher library. MurmurHash3 will be used by ↵bryner@chromium.org2011-09-091-0/+3
| | | | | | | | | | | | | | SafeBrowsing phishing detection. We'll be modifying the page_words field in ClientSideModel with murmurhash3's of the words, rather than SHA-256 hashes, since SHA-256 is fairly expensive to compute. Note that on a murmurhash3 hit, we'll still do a SHA-256 check against page_terms, so this will not introduce term collisions. BUG=none TEST=none Review URL: http://codereview.chromium.org/7848010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100347 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r6641 -> r6668mseaborn@chromium.org2011-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r6642: (mcgrathr) Update Chrome revision r6643: (halyavin) Enable browser tests with glibc, part 3 r6644: (sehr) Update utman to get read sandboxing changes. r6645: (robertm) Make prerequisite building a seperate step in the spec script. r6646: (ncbray) Clean up build output on the Chrome bots. r6647: (mcgrathr) Support --whole-archive/--no-whole-archive in pnacl-ld r6648: (kschimpf) `Move the segment based decoder table generator to its own directory. r6649: (jasonwkim) Add enum NaClSBKind argument to trusted code for selecting validator kind r6650: (jasonwkim) commit r6651: (jasonwkim) Add enum NaClSBKind argument to trusted code for selecting validator kind. r6652: (jasonwkim) revert 6651 r6653: (pdox) Comment change to trigger rebuild. r6654: (khim) Remove hack which converted symlinks to hardlinks on Windows. r6655: (pdox) Give utman the ability to download the subversion LLVM and LLVM-GCC repositories. r6656: (kschimpf) Turn on using the partial decoder tables for the x86-64 validator. Shrinks r6657: (jvoung) Pull in newer version of chrome (99948). r6658: (sehr) Separate ARM trusted toolchain verion from pnacl. r6659: (mcgrathr) Update toolchain DEPS to 6655 r6660: (mcgrathr) Fix find_toolchain_revisions.py for linux-arm_trusted changes r6661: (dspringer) Add tar manifest creation to caching logic. r6662: (bradnelson) Move trybots archive to a separate bucket. r6663: (robertm) Fixed some string matching bugs in the spec2k run script. r6664: (jvoung) Update llvm rev for cleanup patch: http://codereview.chromium.org/7841019/ r6665: (pdox) Update merge-tool.sh and other scripts to get new LLVM merging buildbot working. r6666: (mcgrathr) Fix dependencies in run_whole_archive_test, enable for PNaCl r6667: (elijahtaylor) Change oprofile processor to allow events from nacl_helper_bootstrap. r6668: (ncbray) Split building from testing in nacl_integration. BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/7841055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100333 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 94807:94821ukai@chromium.org2011-09-091-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=japhet Review URL: http://codereview.chromium.org/7841058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100314 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 94770:94807japhet@chromium.org2011-09-081-1/+1
| | | | | | | | | BUG=none TEST=none TBR=ukai Review URL: http://codereview.chromium.org/7859010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100291 0039d316-1c4b-4281-b951-d872f2087c98
* Update libjingle to the latest version.sergeyu@chromium.org2011-09-081-1/+1
| | | | | | | | | BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/7795059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100278 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 94748:94770japhet@chromium.org2011-09-081-1/+1
| | | | | | | | | BUG=none TEST=none TBR=ukai Review URL: http://codereview.chromium.org/7856003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100243 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 94748loislo@chromium.org2011-09-081-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=japhet Review URL: http://codereview.chromium.org/7845018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100133 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 94745 with touch patch by abarthloislo@chromium.org2011-09-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100125 0039d316-1c4b-4281-b951-d872f2087c98
* Bump Syzygy toolchain to 0.1.4.0 with support for new FIXUP types seen in ↵chrisha@chromium.org2011-09-071-1/+1
| | | | | | | | 15.0.871.0 onwards Review URL: http://codereview.chromium.org/7837032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100050 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 94560:64678.japhet@chromium.org2011-09-071-1/+1
| | | | | | | | | BUG=none TEST=none TBR=loislo Review URL: http://codereview.chromium.org/7845002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100029 0039d316-1c4b-4281-b951-d872f2087c98
* roll skia to 2241reed@google.com2011-09-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7837037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100012 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the mozc deps to allow being fetched from the mirror.nsylvain@chromium.org2011-09-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7837005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99963 0039d316-1c4b-4281-b951-d872f2087c98
* Use precompiled headers for most large projects where the .gyp filejoi@chromium.org2011-09-071-1/+1
| | | | | | | | | | | | | | is not a third party file. On my machine, this speeds up a full recompile of the 'chrome' target in Debug mode by about 18%. BUG=none TEST=it builds, existing tests pass Review URL: http://codereview.chromium.org/7706011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99949 0039d316-1c4b-4281-b951-d872f2087c98
* Revert WebKit roll back to 94560loislo@chromium.org2011-09-071-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=japhet@chromium.org Review URL: http://codereview.chromium.org/7841032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99941 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 94653loislo@chromium.org2011-09-071-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=japhet@chromium.org Review URL: http://codereview.chromium.org/7841031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99936 0039d316-1c4b-4281-b951-d872f2087c98
* roll gyp 1031:1032thakis@chromium.org2011-09-071-1/+1
| | | | | | | | | | | | 1032: mac make: make SDKROOT work on case-sensitive file systems. BUG=93635 TEST=see bug TBR=mark Review URL: http://codereview.chromium.org/7840022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99920 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r6631 -> r6641mseaborn@chromium.org2011-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r6632: (pdox) Update UPSTREAM_REV to c98f5e2f94f5 to pull in r6633: (pdox) Roll toolchain DEPS to 6632. r6634: (eugenis) Another way of killing the browser in browser tests. r6635: (jvoung) Fix perf log output to match expected syntax on spec2k bots ([] instead of {}). r6636: (sanga) Pulling back revision 6635 and 6634 due to broken builds. r6637: (pdox) Revert 6636, which reverted 6635 and 6634, to determine if the build failures are real or flakes. r6638: (robertm) Better organization of pnacl torture test failures. r6639: (khim) Bump glibc to 3a982eb r6640: (jvoung) Change llc triple to use nacl instead of linux. r6641: (bradnelson) Pulling in newer chrome rev. BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/7841016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99896 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia to 2223.bsalomon@google.com2011-09-061-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7841003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99832 0039d316-1c4b-4281-b951-d872f2087c98
* roll gyp 1027:1031thakis@chromium.org2011-09-061-1/+1
| | | | | | | | | | | | | 1028: Change how hard_dependencies of static_libraries are computed 1029: Change to the json backend 1030, 1031: make_global_settings support BUG=none TEST=none Review URL: http://codereview.chromium.org/7839006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99816 0039d316-1c4b-4281-b951-d872f2087c98
* roll_skiabsalomon@google.com2011-09-061-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7779052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99756 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 94560loislo@chromium.org2011-09-061-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=jamesr@chromium.org Review URL: http://codereview.chromium.org/7833035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99724 0039d316-1c4b-4281-b951-d872f2087c98
* Revert: Update V8 to version 3.6.0.fschneider@chromium.org2011-09-061-1/+1
| | | | | | | Failed builder because of increase in binary size. Review URL: http://codereview.chromium.org/7834037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99716 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.6.0.fschneider@chromium.org2011-09-061-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7828096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99710 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 94518 - 94540jamesr@chromium.org2011-09-061-1/+1
| | | | | | | | TBR=loislo Review URL: http://codereview.chromium.org/7828091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99691 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp 1024:1027thakis@chromium.org2011-09-051-1/+1
| | | | | | | | | | | | | | 1025: ninja: don't write stamp files unless needed 1026: msvs: Handle the null folder_name case. 1027: mac make: Implement GCC_GENERATE_DEBUGGING_SYMBOLS, add a few TODOs. BUG=none TEST=none TBR=mark Review URL: http://codereview.chromium.org/7828087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99670 0039d316-1c4b-4281-b951-d872f2087c98
* Add "InfoList" for input methods on ChromeOShoro@chromium.org2011-09-051-0/+3
| | | | | | | | | | | BUG=chromium-os:19090 TEST=manually done(Cr-48) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99625 Review URL: http://codereview.chromium.org/7791017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99652 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to 94518loislo@chromium.org2011-09-051-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=jamesr@chromium.org Review URL: http://codereview.chromium.org/7828078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99628 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add "InfoList" for input methods on ChromeOS"yusukes@google.com2011-09-051-3/+0
| | | | | | | | | | | This reverts commit 698c3c39311a91b7f34bfab8e1523b3d97a7a1ba. BUG=none TEST=none Review URL: http://codereview.chromium.org/7779031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99627 0039d316-1c4b-4281-b951-d872f2087c98
* Add "InfoList" for input methods on ChromeOSyusukes@google.com2011-09-051-0/+3
| | | | | | | | | | BUG=chromium-os:19090 TEST=manually done(Cr-48) Review URL: http://codereview.chromium.org/7791017 Patch from Tsuyoshi Horo <horo@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99625 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl DEPS update to disable nacl fault_injection tests.bradchen@google.com2011-09-041-1/+1
| | | | | | | | | | | TBR=nsylvain,bsy BUG= TEST= Review URL: http://codereview.chromium.org/7834014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99613 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang 138417: 139029thakis@chromium.org2011-09-031-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/7831049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99567 0039d316-1c4b-4281-b951-d872f2087c98
* Let `gclient runhooks` pull clang on mac.thakis@chromium.org2011-09-031-0/+7
| | | | | | | | | | | | | | | | If nothing needs to be done, the script takes 0s to run. If a new version is available, it's downloaded from the web. It's a 13MB download, which takes ~20s. This has to be paid ~once/week by all mac devs, but since clang compiles faster than gcc this is actually a big speed-up. BUG=none TEST=none Review URL: http://codereview.chromium.org/7835005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99507 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r6605 -> r6627mseaborn@chromium.org2011-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r6606: (halyavin) Generate arch-specific manifest files r6607: (eugenis) Fix uninitialized read from Worker::ns_channel_initialized_. r6608: (robertm) Adding passes with compiler optimization enabled. r6609: (bsy) fault injection library, plus its first use to cause out-of-memory r6610: (mcgrathr) Update toolchain DEPS to 6608 r6611: (robertm) Reduce scons start-up time by 10% (about 2 secs). r6612: (pdox) Cleanup repository logic in utman.sh r6613: (nfullagar) Update the license output for srpcgen r6614: (mcgrathr) Forcibly disable srpcgen diffing test r6615: (pdox) Checkout clang and dragonegg subversion repositories to hg/clang and hg/dragonegg respectively. r6616: (mcgrathr) Update glibc revision to 2f9d690 r6617: (pdox) Fix PNaCl GlibC build. ld-linux-* was renamed ld-nacl-*. r6618: (jvoung) Prune pnacl tarball a bit more. r6619: (pdox) Temporarily increase the verbosity of the PNaCl build script, to determine why the Mac bot is dying. r6620: (pdox) Roll PNaCl toolchain DEPS to 6619 r6621: (pdox) Quick solution to fix Mac PNaCl builder timeout due to lack of output: more verbose output. r6622: (dspringer) Add an option to save the toolchain tarballs. r6623: (ragad) Added a single '!' to the first line to make gvim editor recognize python syntax r6624: (mcgrathr) Update glibc revision to 2698549 r6625: (dspringer) Minor fix for --save-download-dir support on Windows. r6626: (bsy) Verify platform qualification errors are reported to JavaScript. r6627: (jvoung) Add repetitions to spec2k buildbots for timing sensitive measurements. BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/7779016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99505 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 94452 - 94469jamesr@chromium.org2011-09-031-1/+1
| | | | | | | | TBR=tkent Review URL: http://codereview.chromium.org/7739010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99499 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ANGLE r740:r744jbauman@chromium.org2011-09-031-1/+1
| | | | | | | | | | | | Pick up some new performance fixes. BUG=93170 TEST=trybots, various webgl and canvas pages Review URL: http://codereview.chromium.org/7828053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99488 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 94438 - 94452jamesr@chromium.org2011-09-031-1/+1
| | | | | | | | TBR=tkent Review URL: http://codereview.chromium.org/7833007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99482 0039d316-1c4b-4281-b951-d872f2087c98
* roll webrtc to r521wjia@chromium.org2011-09-021-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7828060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99457 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 94429 - 94438jamesr@chromium.org2011-09-021-1/+1
| | | | | | | | TBR=tkent Review URL: http://codereview.chromium.org/7792104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99441 0039d316-1c4b-4281-b951-d872f2087c98