summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Webkit roll 143693:143715vsevik@chromium.org2013-02-221-1/+1
| | | | | | | | | | | | | http://trac.webkit.org/log/?rev=143715&stop_rev=143694&verbose=on TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/12313060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184127 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia DEPS to r7816robertphillips@google.com2013-02-221-1/+1
| | | | | | | control: https://codereview.chromium.org/12326051/ Review URL: https://codereview.chromium.org/12314051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184113 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll r143650 -> r143693vsevik@chromium.org2013-02-221-1/+1
| | | | | | | | | TBR=vollick@chromium.org Review URL: https://chromiumcodereview.appspot.com/12316062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184111 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Update V8 to version 3.17.3."vsevik@chromium.org2013-02-221-1/+1
| | | | | | | | | | This reverts commit e15a97b15d02db1cef2b6f102dfc4558bef0dcb2. TBR=ulan@chromium.org Review URL: https://codereview.chromium.org/12316061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184068 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for gyp r1577:1580.thestig@chromium.org2013-02-221-1/+1
| | | | | | | | r1580: ninja: Pass -rpath-link when passing -rpath. Review URL: https://chromiumcodereview.appspot.com/12313049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184040 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.17.3.ulan@chromium.org2013-02-221-1/+1
| | | | | | | | | R=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/12340002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184030 0039d316-1c4b-4281-b951-d872f2087c98
* Swarm DEPS rollcsharp@chromium.org2013-02-221-1/+1
| | | | | | | | | | TBR=maruel@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/12335011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184000 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 143626:143650vollick@chromium.org2013-02-221-1/+1
| | | | | | | | | | | | | http://trac.webkit.org/log/?rev=143650&stop_rev=143627&verbose=on TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/12334025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183929 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r10835 -> r10867mseaborn@chromium.org2013-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r10836: (shcherbina) Validator_ragel: generate spurious rexw in gen_dfa.py. r10837: (shcherbina) Validator_ragel: add support for segment registers to gen_dfa.py. r10838: (shcherbina) Validator_ragel: add support for lock prefix in gen_dfa.py. r10839: (shcherbina) Validator_ragel: add CPU features support to gen_dfa.py. r10840: (shcherbina) Validator_ragel: add support for 3dnow opcode extensions in gen_dfa.py. r10841: (kschimpf) Use generated actual decoders for ARM table: r10842: (dschuff) Update PNaCl TOOL_REVISIONS r10843: (mcgrathr) Automagically choose toolchain_build trybots r10844: (mcgrathr) toolchain_build: Update binutils and gcc revisions r10845: (kschimpf) Use generated baseline decoders for ARM table: r10846: (kschimpf) Remove ARM validator dead code (i.e. files actual_classes.{h,cc}. r10847: (kschimpf) Use generated baseline decoders for ARM table: r10848: (bradnelson) Remove unnecessary AdditionalLibraryDirectories from common.gypi r10849: (mseaborn) Remove nacl_user[] array lookup from syscall code path on x86-64 and MIPS r10850: (shcherbina) Validator_ragel: generate two-byte VEX prefix for instructions that has W=0. r10851: (shcherbina) Validator_ragel: add support for VEX prefixes in gen_dfa.py. r10852: (shcherbina) Validator_ragel: implement xmm/ymm-split in gen_dfa.py. r10853: (shcherbina) Validator_ragel: remove redundant lock prefix from definitions of instructions that do not refer to memory. r10854: (mseaborn) Remove unused NaCl_text_prot and NaCl_text_prot_end r10855: (phosek) Use C style comments in IMC r10856: (kschimpf) Use generated baseline decoders for ARM table: r10857: (jvoung) Bump PNaCl llvm DEPS. r10858: (kschimpf) Fix bug in specification of decoder for ARM instruction. r10859: (kschimpf) Use generated baseline decoders for ARM table: r10860: (kschimpf) Remove redundant testing checks for the ARM validator. r10861: (mark) Mac x86-64: Mach exception support. r10862: (mseaborn) x86-64: Replace dispatch_thunk code with NaClSyscallSeg address r10863: (jvoung) Bump llvm deps again, to make writes buffered. r10864: (jvoung) Test that more syms are pruned from sandboxed llc (*AsmParser). r10865: (kschimpf) Remove concept of "DontCare". r10866: (mseaborn) Exception handling: Report all registers to the exception handler r10867: (jvoung) Update pnacl TOOLS_REVISION to 10865. Hopefully fix perf regression. BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/12316041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183910 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp 1575:1577jschuh@chromium.org2013-02-211-1/+1
| | | | | | | | r1576 - Let a failing postbuild stop all later postbuilds for the same target. r1577 - Midl fix for Win64. Review URL: https://codereview.chromium.org/12314046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183874 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 143559:143626vollick@chromium.org2013-02-211-1/+1
| | | | | | | | | | | | | http://trac.webkit.org/log/?rev=143626&stop_rev=143560&verbose=on NOTRY=true TBR= BUG= Review URL: https://codereview.chromium.org/12326047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183861 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia DEPS to 7802robertphillips@google.com2013-02-211-1/+1
| | | | | | | control: https://codereview.chromium.org/12321027/ Review URL: https://codereview.chromium.org/12321026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183804 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 143503 -> 143559toyoshim@chromium.org2013-02-211-1/+1
| | | | | | | | | TBR=vollick@chromium.org BUG=none Review URL: https://codereview.chromium.org/12317039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183788 0039d316-1c4b-4281-b951-d872f2087c98
* Add the ability to build a full version of Freetype via gyp thatdpranke@chromium.org2013-02-211-0/+5
| | | | | | | | | | | | | | | | | | | matches the configuration shipped as part of Ubuntu Lucid. We will link this into DumpRenderTree on Linux so that we can match the pixel results in layout tests regardless of which platform we're actually running on; this will allow us to build and run w/o a chroot in most cases. Even with this patch, there are still a couple of layout_tests that fail, I believe due to versions in the fonts themselves, but that needs more investigation. R=tony@chromium.org BUG=https://bugs.webkit.org/show_bug.cgi?id=107338 Review URL: https://chromiumcodereview.appspot.com/12254028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183694 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 143440:143503vollick@chromium.org2013-02-211-1/+1
| | | | | | | | | | | | | http://trac.webkit.org/log/?rev=143503&stop_rev=143441&verbose=on TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/12310021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183671 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 143340 -> 143440toyoshim@chromium.org2013-02-201-1/+1
| | | | | | | | | | TBR=vollick@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/12330003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183541 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia DEPS to r7785robertphillips@google.com2013-02-201-1/+1
| | | | | | | control: https://codereview.chromium.org/12296041/ Review URL: https://codereview.chromium.org/12282050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183517 0039d316-1c4b-4281-b951-d872f2087c98
* Roll grit to r110, and use relative @import paths in shared WebUI CSS file.bauerb@chromium.org2013-02-201-1/+1
| | | | | | | | BUG=176233 Review URL: https://chromiumcodereview.appspot.com/12255047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183505 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ANGLE r1827:1829.apatrick@chromium.org2013-02-201-1/+1
| | | | | | | | | | r1829 has a fix for ANGLE failing to detect a GPU hang and getting stuck showing a black screen because the D3D Query it is waiting for never completes. BUG=170767 Review URL: https://chromiumcodereview.appspot.com/12301039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183487 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for mtpd to use base::FilePath.thestig@chromium.org2013-02-201-1/+1
| | | | | | Review URL: https://chromiumcodereview.appspot.com/12301038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183486 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.17.1.yangguo@chromium.org2013-02-201-1/+1
| | | | | | | | R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/12308002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183441 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 143310 -> 143340enne@chromium.org2013-02-201-1/+1
| | | | | | | | | | TBR=toyoshim@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/12255077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183366 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 183330 - Speculation was wrong. Relanding original.simonjam@chromium.org2013-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | > Revert 182723 - Speculative. Will reland if no perf change. > > > Update nss_revision to r182578 to pick up WIN64 build > > system tweaks and a fix for invalid read in rc4_wordconv. > > > > The underlying CLs are: > > https://codereview.chromium.org/12210134/ > > https://codereview.chromium.org/12226071/ > > > > R=rsleevi@chromium.org > > BUG=167951,174140 > > TEST=none > > > > Review URL: https://chromiumcodereview.appspot.com/12259038 > > TBR=wtc@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/12303041 TBR=wtc@chromium.org Review URL: https://codereview.chromium.org/12311002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183354 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 182723 - Speculative. Will reland if no perf change.simonjam@chromium.org2013-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | > Update nss_revision to r182578 to pick up WIN64 build > system tweaks and a fix for invalid read in rc4_wordconv. > > The underlying CLs are: > https://codereview.chromium.org/12210134/ > https://codereview.chromium.org/12226071/ > > R=rsleevi@chromium.org > BUG=167951,174140 > TEST=none > > Review URL: https://chromiumcodereview.appspot.com/12259038 TBR=wtc@chromium.org Review URL: https://chromiumcodereview.appspot.com/12303041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183330 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r10793 -> r10835mseaborn@chromium.org2013-02-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r10794: (mark) Switch exception_test_crash_in_syscall to test_crash(NACL_TEST_CRASH_MEMORY). r10795: (shcherbina) Validator_ragel: implement 16/32/64-split in gen_dfa.py. r10796: (kschimpf) Use generated baseline decoders for ARM table: r10797: (kschimpf) Use generated baseline decoders for ARM table: r10798: (kschimpf) Use generated baseline decoders for ARM table: r10799: (kschimpf) Fix spelling for instruction LDRSH (literal) r10800: (kschimpf) Use generated baseline decoders for ARM table: r10801: (kschimpf) Use generated baseline decoders for ARM table: r10802: (kschimpf) Use generated baseline decoders for ARM table: r10803: (kschimpf) Use generated baseline decoders for ARM table: r10804: (kschimpf) Use generated baseline decoders for ARM table: r10805: (kschimpf) Use generated baseline decoders for ARM table: r10806: (kschimpf) Use generated baseline decoders for ARM table: r10807: (kschimpf) Use generated baseline decoders for ARM table: r10808: (kschimpf) Use generated baseline decoders for ARM table: r10809: (kschimpf) Use generated baseline decoders for ARM table: r10810: (kschimpf) Use generated baseline decoders for ARM table: r10811: (mseaborn) Record the Buildbot cycle time as a performance test result r10812: (kschimpf) Use generated baseline decoders for ARM table: r10813: (kschimpf) Use generated baseline decoders for ARM table: r10814: (petarj) [MIPS] Fix missing definitions for MIPS arch in build and driver scripts r10815: (mark) Nail down the expectations in nacl_signal_unittest more precisely. r10816: (krasin) sel_ldr_seccomp: block open(2) calls. r10817: (shcherbina) Validator_ragel: make rudimentary gen_dfa.py runnable tool. r10818: (shcherbina) Validator_ragel: take into account disabled or forbidden instruction in gen_dfa.py. r10819: (shcherbina) Validator_ragel: add support for immediate operands to gen_dfa.py. r10820: (phosek) Remove the use of anonymous C++ namespace from IMC r10821: (kschimpf) Use generated baseline decoders for ARM table: r10822: (kschimpf) Use generated baseline decoders for ARM table: r10823: (kschimpf) Use generated actual decoders for ARM table: r10824: (jvoung) Test to that certain symbols are successfully pruned in the translator. r10825: (kschimpf) Use generated actual decoders for ARM table: r10826: (kschimpf) Use generated actual decoders for ARM table: r10827: (kschimpf) Use generated actual decoders for ARM table: r10828: (dschuff) Update PNaCl DEPS r10829: (mseaborn) Performance tests: Extend to measure cycle counts on x86 using RDTSC r10830: (dschuff) Update windows llvm test failures r10831: (kschimpf) Use generated actual decoders for ARM table: r10832: (kschimpf) Use generated actual decoders for ARM table: r10833: (kschimpf) Use generated actual decoders for ARM table: r10834: (dschuff) Update PNaCl DEPS r10835: (shcherbina) Validator_ragel: add support for opcode in ModRM in gen_dfa.py. BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/12303007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183313 0039d316-1c4b-4281-b951-d872f2087c98
* Bump DEPS to get latest cros_system_api changesgspencer@chromium.org2013-02-191-1/+1
| | | | | | | | | BUG=chromium:172996 Review URL: https://chromiumcodereview.appspot.com/12277021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183281 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia DEPS to r7767robertphillips@google.com2013-02-191-1/+1
| | | | | | | control: https://codereview.chromium.org/12288048/ Review URL: https://codereview.chromium.org/12300023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183240 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 143206 -> 143310toyoshim@chromium.org2013-02-191-1/+1
| | | | | | | | | | TBR=enne@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/12304020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183233 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 143178 -> 143206toyoshim@chromium.org2013-02-191-1/+1
| | | | | | | | | | BUG=none TBR=enne@chromium.org Review URL: https://chromiumcodereview.appspot.com/12295012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183163 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 143130 -> 143178toyoshim@chromium.org2013-02-181-1/+1
| | | | | | | | | | TBR=enne@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/12295018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183138 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 183117toyoshim@chromium.org2013-02-181-1/+1
| | | | | | | | | | | | | | > WebKit roll 143130 -> 143153 > > TBR=enne@chromium.org > BUG=none > > Review URL: https://codereview.chromium.org/12218145 TBR=toyoshim@chromium.org Review URL: https://codereview.chromium.org/12296010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183120 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 143130 -> 143153toyoshim@chromium.org2013-02-181-1/+1
| | | | | | | | | TBR=enne@chromium.org BUG=none Review URL: https://codereview.chromium.org/12218145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183117 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 143105->143130enne@chromium.org2013-02-181-1/+1
| | | | | | | | | | TBR=toyoshim@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/12297006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183098 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 143036->143105enne@chromium.org2013-02-171-1/+1
| | | | | | | | | | TBR=toyoshim@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/12218137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183018 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ffmpeg DEPS to 182844wolenetz@chromium.org2013-02-161-2/+2
| | | | | | | | | | | | This pulls in https://gerrit.chromium.org/gerrit/#/c/43419/1 to fix win64 ffmpeg h264_deblock on AVX machines. BUG=174160 R=dalecurtis@chromium.org Review URL: https://chromiumcodereview.appspot.com/12289015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182944 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll: 142973->143036enne@chromium.org2013-02-161-1/+1
| | | | | | | | | TBR=toyoshim@chromium.org BUG=none Review URL: https://codereview.chromium.org/12287013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182926 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle 283:284sergeyu@chromium.org2013-02-161-1/+1
| | | | | | | | TBR=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/12286015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182880 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle 278:282sergeyu@chromium.org2013-02-161-1/+1
| | | | | | | | | | The roll adds recent fixes and updated from libjingle. TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/12256051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182866 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up the latest CrOS system_api.benchan@chromium.org2013-02-151-1/+1
| | | | | | | | | | BUG=chromium-os:38974 TEST=Build Chrome for Chrome OS Review URL: https://chromiumcodereview.appspot.com/12283007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182819 0039d316-1c4b-4281-b951-d872f2087c98
* WK roll: 142927->142973atwilson@chromium.org2013-02-151-1/+1
| | | | | | | | | TBR=enne Review URL: https://chromiumcodereview.appspot.com/12274005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182731 0039d316-1c4b-4281-b951-d872f2087c98
* Update nss_revision to r182578 to pick up WIN64 buildwtc@chromium.org2013-02-151-1/+1
| | | | | | | | | | | | | | | | system tweaks and a fix for invalid read in rc4_wordconv. The underlying CLs are: https://codereview.chromium.org/12210134/ https://codereview.chromium.org/12226071/ R=rsleevi@chromium.org BUG=167951,174140 TEST=none Review URL: https://chromiumcodereview.appspot.com/12259038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182723 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 182684atwilson@chromium.org2013-02-151-1/+1
| | | | | | | | | | | | | | | | | TBR=ciro@chromium.org > Roll v8-i18n 164:168 > > TBR=jshin@chromium.org > BUG= > TEST=v8-i18n tests passing. > > > Review URL: https://chromiumcodereview.appspot.com/12253018 TBR=cira@chromium.org Review URL: https://codereview.chromium.org/12252068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182700 0039d316-1c4b-4281-b951-d872f2087c98
* wk roll: 142894-142927atwilson@chromium.org2013-02-151-1/+1
| | | | | | | | TBR=enne Review URL: https://codereview.chromium.org/12207203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182696 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia DEPS to 7745robertphillips@google.com2013-02-151-1/+1
| | | | | | | control: https://codereview.chromium.org/12261043/ Review URL: https://codereview.chromium.org/12207189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182692 0039d316-1c4b-4281-b951-d872f2087c98
* Roll v8-i18n 164:168cira@chromium.org2013-02-151-1/+1
| | | | | | | | | | | TBR=jshin@chromium.org BUG= TEST=v8-i18n tests passing. Review URL: https://chromiumcodereview.appspot.com/12253018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182684 0039d316-1c4b-4281-b951-d872f2087c98
* Roll icu DEPS from r180531 to 182486.benm@chromium.org2013-02-151-1/+1
| | | | | | | | | 182486: Generate shim headers on Android when using system ICU. Review URL: https://chromiumcodereview.appspot.com/12230041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182674 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.17.1.ulan@google.com2013-02-151-1/+1
| | | | | | | | R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/12257034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182649 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r10783 -> r10793mseaborn@chromium.org2013-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | This pulls in the following Native Client changes: r10784: (jvoung) Update pnacl llvm rev to get recent changes. r10785: (kschimpf) Use generated actual decoders for ARM table: r10786: (mseaborn) DescWrapper: Use the C IMC interface rather than the C++ IMC interface r10787: (kschimpf) Use generated baseline decoders for ARM table: r10788: (mseaborn) Mac x86-64: Enable more tests on the buildbots/trybots r10789: (mseaborn) Fix build breakage introduced by r10788: Add missing comma in list r10790: (mark) Mac x86_64: fix crash_in_syscall test r10791: (krasin) Add Linux-only sel_ldr_seccomp. r10792: (krasin) Fix build broken by http://src.chromium.org/viewvc/native_client?view=rev&revision=10791 r10793: (phosek) Remove the use of nacl C++ namespace from IMC BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/12263033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182585 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 142840:142894alecflett@chromium.org2013-02-141-1/+1
| | | | | | | | | | | | http://trac.webkit.org/log/?rev=142894&stop_rev=142841&verbose=on TBR= BUG= Review URL: https://codereview.chromium.org/12258038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182543 0039d316-1c4b-4281-b951-d872f2087c98
* Roll for latest deps2git changes.mmoss@chromium.org2013-02-141-1/+1
| | | | | | | | TBR=szager@chromium.org Review URL: https://codereview.chromium.org/12212199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182537 0039d316-1c4b-4281-b951-d872f2087c98