summaryrefslogtreecommitdiffstats
path: root/third_party
Commit message (Collapse)AuthorAgeFilesLines
* Fix harfbuzz compile on Windows LKGRs after r290100jschuh@chromium.org2014-08-163-3/+21
| | | | | | | | | | | R=eae,dominik.rottsches@intel.com TBR=eae,dominik.rottsches@intel.com NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/481653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290144 0039d316-1c4b-4281-b951-d872f2087c98
* Roll HarfBuzz to 0.9.35dominik.rottsches@intel.com2014-08-1638-383/+1297
| | | | | | | | | | 0.9.35 contains a couple of fixes for the CoreText shaper backend, which are required to work on removing the CoreText codepaths in Blink. Review URL: https://codereview.chromium.org/475363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290100 0039d316-1c4b-4281-b951-d872f2087c98
* Handle cr.exportPath() in compiler pass, declare every object only oncevitalyp@chromium.org2014-08-154-11/+117
| | | | | | | | | | BUG=393873 R=dbeam@chromium.org,tbreisacher@chromium.org TEST=third_party/closure_compiler/runner/how_to_test_compiler_pass.md Review URL: https://codereview.chromium.org/453783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289928 0039d316-1c4b-4281-b951-d872f2087c98
* Fix in compiler pass: cr.defineProperty() with 2 arguments means opt_kind == ↵vitalyp@chromium.org2014-08-152-3/+12
| | | | | | | | | | | cr.PropertyKind.JS BUG=393873 R=tbreisacher@chromium.org Review URL: https://codereview.chromium.org/473853003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289902 0039d316-1c4b-4281-b951-d872f2087c98
* Add frameworks.jar for the Chromium WebView buildhjd@chromium.org2014-08-152-1/+3
| | | | | | | | | | | | | | frameworks.jar contains the Android AOSP framework code. This lets us build the Android WebView glue layer (frameworks/webview) in the Chromium tree by building against the frameworks/base code in frameworks.jar. BUG=391488 R=mkosiba@chromium.org, rmcilroy@chromium.org Review URL: https://codereview.chromium.org/476173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289872 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the LEB128 decoder for packed relocations more efficiently.simonb@chromium.org2014-08-152-9/+11
| | | | | | | | | | | Replace the current two-loop LEB128 decoder in the crazy linker with a slight more efficient single-loop implementation. BUG=385553 Review URL: https://codereview.chromium.org/475093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289870 0039d316-1c4b-4281-b951-d872f2087c98
* gn win: Add missing defines for osmesa buildscottmg@chromium.org2014-08-151-0/+8
| | | | | | | | | R=brettw@chromium.org BUG=354261 Review URL: https://codereview.chromium.org/471073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289850 0039d316-1c4b-4281-b951-d872f2087c98
* gn yasm: use root_build_dir instead of . for rebase_pathscottmg@chromium.org2014-08-151-3/+6
| | | | | | | | | | | | | | | | I think these should be relative to the root_build_dir not the BUILD.gn dir (which is what "." is right?). It was working before if you happen to use (say) out\Default as the GN directory, but I've been using out_gn so there was an extra .. in the path. Also, a missing size_t->int warning disable on Windows. R=brettw@chromium.org BUG=354261 Review URL: https://codereview.chromium.org/477483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289813 0039d316-1c4b-4281-b951-d872f2087c98
* Disable -Wmismatched-tags for mesa.thakis@chromium.org2014-08-141-0/+2
| | | | | | | | | | | | | | | We build with 3rd-party code with -Wall on the clang/win bot. This has already been fixed upstream, so there's no need to keep this around https://github.com/grate-driver/mesa/commit/68a4bb553bcd51d336d95b0c845c0dc63adc3bd3 BUG=none R=hans@chromium.org TBR=cpu Review URL: https://codereview.chromium.org/470313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289680 0039d316-1c4b-4281-b951-d872f2087c98
* Landing https://codereview.chromium.org/470203002niklase@chromium.org2014-08-141-2/+2
| | | | | | | | | | R=pbos@chromium.org, ronghuawu@chromium.org TBR=ronghuawu@chromium.org BUG= Review URL: https://codereview.chromium.org/475833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289617 0039d316-1c4b-4281-b951-d872f2087c98
* roll webrtc 6825-6898 and add some missing files to libjingle gypmcasas@chromium.org2014-08-142-1/+3
| | | | | | | | | | TBR=sergeyu@chromium.org BUG= Review URL: https://codereview.chromium.org/475683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289557 0039d316-1c4b-4281-b951-d872f2087c98
* Handle property definition by {cr|Object}.defineProperty() in compiler passvitalyp@chromium.org2014-08-144-103/+204
| | | | | | | | | | BUG=393873 R=dbeam@chromium.org,tbreisacher@chromium.org TEST=third_party/closure_compiler/runner/how_to_test_compiler_pass.md Review URL: https://codereview.chromium.org/460163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289535 0039d316-1c4b-4281-b951-d872f2087c98
* Change string concatentation from + to % in part of ↵dbeam@chromium.org2014-08-131-18/+19
| | | | | | | | | | | third_party/closure_compiler. BUG=none TBR=tbreisacher@chromium.org Review URL: https://codereview.chromium.org/472613003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289376 0039d316-1c4b-4281-b951-d872f2087c98
* Closure compiler: add pydoc for parts of third_party/closure_compiler/.dbeam@chromium.org2014-08-134-37/+145
| | | | | | | | | | | | | | Also stop shadowing modules names like `file` as local variables and otherwise adhere to the Python style guide: https://google-styleguide.googlecode.com/svn/trunk/pyguide.html R=tbreisacher@chromium.org BUG=393873 TEST=pydoc checker.py processor.py Review URL: https://codereview.chromium.org/475493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289361 0039d316-1c4b-4281-b951-d872f2087c98
* Roll opus 256783:289085thakis@chromium.org2014-08-131-0/+3
| | | | | | | | | | | | | The only changes this picks up are: https://codereview.chromium.org/450213003/ https://codereview.chromium.org/332413005/ BUG=124610 TBR=sergeyu Review URL: https://codereview.chromium.org/464103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289236 0039d316-1c4b-4281-b951-d872f2087c98
* Update Dr. Memory to r2015bruening@google.com2014-08-132-2/+2
| | | | | | | | | TBR=zhaoqin@chromium.org BUG=https://code.google.com/p/drmemory/issues/detail?id=1584 Review URL: https://codereview.chromium.org/467963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289145 0039d316-1c4b-4281-b951-d872f2087c98
* GN: Add mojo_shell_tests, get more things working on androidjamesr@chromium.org2014-08-132-16/+14
| | | | | | | | R=brettw@chromium.org Review URL: https://codereview.chromium.org/461903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289133 0039d316-1c4b-4281-b951-d872f2087c98
* Add and start using Checkstyle 5.7aurimas@google.com2014-08-128-0/+961
| | | | | | | | | | | | | Start including Checkstyle 5.7 binary to use for Java style presubmit checks. BUG=318404 NOTRY=true R=brettw@chromium.org, yfriedman@chromium.org Review URL: https://codereview.chromium.org/451313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289117 0039d316-1c4b-4281-b951-d872f2087c98
* libwebp: mips32r6 build fixGordana.Cmiljanovic@imgtec.com2014-08-123-2/+4
| | | | | | | | | | | b7e5a5c MIPS: detect mips32r6 and disable mips32r1 code Part of 0524d9e that got missed in previous cherry-pick BUG=400684,374343 Review URL: https://codereview.chromium.org/460303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289075 0039d316-1c4b-4281-b951-d872f2087c98
* Enable signed/unsigned warning in libaddressinput unit tests on Windows.rouslan@chromium.org2014-08-122-11/+2
| | | | | | | | | TBR=estade@chromium.org BUG=NONE Review URL: https://codereview.chromium.org/458873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289070 0039d316-1c4b-4281-b951-d872f2087c98
* OWNERS/WATCHLIST updates for departed team members, per requestjsbell@chromium.org2014-08-122-4/+0
| | | | | | | | | TBR=alecflett@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/469463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289044 0039d316-1c4b-4281-b951-d872f2087c98
* GN: Make content_shell and webkit_unit_tests work in component buildjamesr@chromium.org2014-08-121-1/+1
| | | | | | | | | | | Except for webrtc, this produces content_shell and webkit_unit_tests binaries that link and run successfully on linux. R=brettw@chromium.org Review URL: https://codereview.chromium.org/462983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289007 0039d316-1c4b-4281-b951-d872f2087c98
* Update to polymer 0.3.5rsadam@chromium.org2014-08-1214-806/+2134
| | | | | | | | BUG=401992 Review URL: https://codereview.chromium.org/454873004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288844 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 288761 "GN: Fix up various targets in component build"luken@chromium.org2014-08-111-1/+1
| | | | | | | | | | | | | | | | > GN: Fix up various targets in component build > > This fixes various missing deps that show up in the component build. > > R=brettw@chromium.org > > Review URL: https://codereview.chromium.org/423023002 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/465653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288767 0039d316-1c4b-4281-b951-d872f2087c98
* GN: Fix up various targets in component buildjamesr@chromium.org2014-08-111-1/+1
| | | | | | | | | | This fixes various missing deps that show up in the component build. R=brettw@chromium.org Review URL: https://codereview.chromium.org/423023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288761 0039d316-1c4b-4281-b951-d872f2087c98
* Closure compile JS files with GYP.dbeam@chromium.org2014-08-116-70/+205
| | | | | | | | | R=arv@chromium.org BUG=393873 Review URL: https://codereview.chromium.org/436843006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288750 0039d316-1c4b-4281-b951-d872f2087c98
* Update to use new API introduced by libaddressinput r326.roubert@google.com2014-08-109-103/+101
| | | | | | | | | | | | | | | | | | https://code.google.com/p/libaddressinput/source/detail?r=326 To follow those changes, ChromeDownloaderImpl is refactored into ChromeMetadataSource which now becomes the storage place for the URL to the address metadata server and responsible for creating request URLs from address metadata key names. There are no functional changes. R=estade@chromium.org, rouslan@chromium.org BUG= Review URL: https://codereview.chromium.org/456453003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288623 0039d316-1c4b-4281-b951-d872f2087c98
* Use libaddressinput revision 325.rouslan@chromium.org2014-08-104-62/+45
| | | | | | | | | | | Libaddressinput revision 325 improves quality of address formatting and performance of as-you-type suggestions. BUG=270261 Review URL: https://codereview.chromium.org/452923006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288615 0039d316-1c4b-4281-b951-d872f2087c98
* [qcms] Provide an API to detect if color profiles matchnoel@chromium.org2014-08-095-9/+172
| | | | | | | | | | | | | | | | | | | | | | Allow reading of the ICC profile desc (description) tag from the profile data during parsing. Save it in the qcms profile struct. A desc tag is a required ICC field: profiles must have one. Allow 64 bytes, null terminated, at most, read by desc_type (for V2 ICC profiles), or the mulc_type (for V4 ICC profiles). Chrome only supports V2 ICC profiles at this time. For V4 profiles, the first mluc record is used. Add a qcms_profile_match() api used to compare color profiles to see if they match. Use a simple match for now - compare profiles via their profile->description data. TBR=darin@chromium.org BUG=401971 Review URL: https://codereview.chromium.org/452943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288574 0039d316-1c4b-4281-b951-d872f2087c98
* Add compiler pass to explain Chrome-style cr.define()-namespaces to Closure ↵vitalyp@chromium.org2014-08-098-49/+701
| | | | | | | | | | | | Compiler BUG=393873 R=dbeam@chromium.org,tbreisacher@chromium.org TEST=./third_party/closure_compiler/compiler_customization_test.py Review URL: https://codereview.chromium.org/431893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288537 0039d316-1c4b-4281-b951-d872f2087c98
* BoringSSL: roll DEPS.agl@chromium.org2014-08-095-44/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pulls in the following changes: c3d7960 Fix DTLS anonymous EC(DH) denial of service 5ba06a7 Fix race condition in ssl_parse_serverhello_tlsext 0dccfbc Fix OID handling. abae631 Remove some duplicate DTLS code. e24f686 Same fix as in dtls1_process_out_of_seq_message. 8506609 Fix return code for truncated DTLS fragment. e951ff4 Fix memory leak from zero-length DTLS fragments. 2306fe5 Fix DTLS handshake message size checks. 3873f6f Added comment for the frag->reassembly == NULL case as per feedback from Emilia d06afe4 Avoid double free when processing DTLS packets. eeb9f49 Add PKCS7_bundle_certificates. 8e89e64 bytestring: fix ASN.1 data longer than 127 bytes. 4518d39 Take the source directory as a parameter in all_tests.sh 67454b6 Don't X509_up_ref X509_STOREs. 7fdeaf1 Retry sending record split fragment when SSL write fails. 150c617 Add X509_up_ref and use it internally. e6e15fc Use EVP_PKEY_dup instead of manually incrementing the refcount. bf681a4 Fix out-of-bounds read in BN_mod_exp_mont_consttime. 993fde5 Simplify ec_GFp_simple_points_make_affine. 43ec06f Test state machine asynchronous behavior. 734fca0 Fix memory leak in ssl3_get_cert_verify. 95fcaa4 Fix server-side ClientHello state machine. dd1c246 Fix C99-ism in bio_test.c. aa4efe7 Fix BIO_printf crash on Mac. a59fbb0 Correct endif comment in md32_common.h 6ccf290 Remove use of freelist_{extract,insert} 983f6bd Set OPENSSL_NO_BUF_FREELISTS 75d1589 Remove PKCS1_CHECK 499b440 Remove OPENSSL_NO_SHA512 69877b6 Remove OPENSSL_NO_SHA256 f4e5c4e runner: Implement DHE-RSA. 884fdf1 runner: Take the build directory as flag. 2bc8e6f runner: Take the number of workers as a flag. bef270a Add server-side FallbackSCSV tests. d86c767 Add a test to assert parsing V2ClientHellos works. cbd056c Remove OPENSSL_NO_CHAIN_VERIFY b9d7757 Remove commented x509_chain declaration a40c862 retain_only_sha256_of_client_certs is not part of OPENSSL_NO_BUF_FREELISTS a324603 Remove OPENSSL_NO_TLS{,1} dd11a10 Remove remnants of OPENSSL_FIPS c1e293c Remove remnants of OPENSSL_NO_CAMELLIA 8f0ceb6 Remove OPENSSL_MAX_TLS1_2_CIPHER_LENGTH. 8cc0b24 Spell Bleichenbacher's name right. BUG=none Review URL: https://codereview.chromium.org/454543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288508 0039d316-1c4b-4281-b951-d872f2087c98
* Bump Closure compiler version.dbeam@chromium.org2014-08-092-4/+4
| | | | | | | | | TBR=tbreisacher@chromium.org BUG=78368 Review URL: https://codereview.chromium.org/456053003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288491 0039d316-1c4b-4281-b951-d872f2087c98
* BoringSSL: switch around GYP files again.agl@chromium.org2014-08-085-113/+112
| | | | | | | | | | | | | | | | | Any leak of boringssl.gyp (which included unittests) ends up pulling in base/ and breaks the WebRTC build. However, switching targets to boringssl_lib.gypi:boringssl breaks GYP because then there are two targets with the same name (boringssl.gyp:boringssl and boringssl_lib.gypi:boringssl). This change gives up and splits the unittests into a different .gyp file. BUG=none Review URL: https://codereview.chromium.org/447213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288251 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative fix for occasional crazy linker crash.simonb@chromium.org2014-08-072-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crbug/397634 describes crashes that occur occasionally in the crazy linker when loading the browser shared library. These crashes have been observed only in the M37 beta. The current theory is that part of the address range that the crazy linker must map with MAP_FIXED for shared RELRO to work may, on occasions, already be mapped. If it is mapped then the crazy linker's MAP_FIXED to reserve space will overwrite it, with unpleasant results. The crazy linker tries to use a range of addresses that is 'safe' from use by the system, but it may not be watertight. This fix should work round the problem by removing the MAP_FIXED from the mmap that reserves space, so that if any part of the range is already occupied then the mmap returns a valid mapping, just not at the requested address. If that happens the fixed address load fails, and the ChildProcessService retries with a non-fixed address. This is mildly suboptimal since it loses the gain from shared RELRO, but the library will still load and run. Occurrences of this in the M37 beta suggest that it will be a relatively rare event. So far the bug reported by the beta has not shown up in testing, but something a little similar can be simulated by deliberately moving the crazy linker's wanted address to around the heap. With this perturbation in place and without this fix, the browser crashes. When this fix is added the browser/renderer library loads and runs, and correctly reports back-out and retry in logcat. BUG=397634 Review URL: https://codereview.chromium.org/443393003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288126 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.28.62 (based on bleeding_edge revision r22958).machenbach@chromium.org2014-08-071-0/+4
| | | | | | Review URL: https://codereview.chromium.org/444423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288069 0039d316-1c4b-4281-b951-d872f2087c98
* Reland "components: Fix a couple of the TODO(GYP) todos."tfarina@chromium.org2014-08-071-0/+20
| | | | | | | | | | | | | It was originally committed at r286362 and reverted in r286467. BUG=None TEST=gn gen out/Debug_gn && ninja -C out/Debug_gn R=scottmg@chromium.org,brettw@chromium.org TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/427293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288006 0039d316-1c4b-4281-b951-d872f2087c98
* Check in new version of runner.jar (used to Closure Compile resources).dbeam@chromium.org2014-08-062-1/+3
| | | | | | | | | TBR=tbreisacher@chromium.org BUG=393873 Review URL: https://codereview.chromium.org/445183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287870 0039d316-1c4b-4281-b951-d872f2087c98
* Update webrtc&libjingle 6774:6825.ronghuawu@chromium.org2014-08-0612-900/+228
| | | | | | | | | | | | | BUG=N/A R=hellner@chromium.org TBR=darin@chromium.org, hclam@chromium.org, jochen@chromium.org, palmer@chromium.org, wez@chromium.org Commit on behalf of hellner@. Original CL tried and approved in https://codereview.chromium.org/429113002/ Review URL: https://codereview.chromium.org/450463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287788 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang warning for 'using namespace std' in a header file: PowerGadgetLib.hvivek.vg@samsung.com2014-08-062-5/+1
| | | | | | | | | | | Removed the 'using namespace std' directive from the header with using qualified name for string as std::string. TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/441083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287758 0039d316-1c4b-4281-b951-d872f2087c98
* libwebp: mips build fixesjzern@chromium.org2014-08-064-2/+14
| | | | | | | | | | dsp: detect mips64 & disable mips32 code enc_mips32: workaround gcc-4.9 bug BUG=374343 Review URL: https://codereview.chromium.org/442853003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287728 0039d316-1c4b-4281-b951-d872f2087c98
* Add ChromeCodingConvention.java to Closure Compiler to preserve ↵vitalyp@chromium.org2014-08-066-17/+144
| | | | | | | | | | | | getInstance() type BUG=393873 R=dbeam@chromium.org TEST=python2 third_party/closure_compiler/coding_conventions_test.py Review URL: https://codereview.chromium.org/421253006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287727 0039d316-1c4b-4281-b951-d872f2087c98
* crazy_linker: Add support for x86_64.simonb@chromium.org2014-08-053-0/+60
| | | | | | | | | | Add EM_X86_64 and support for x86_64 relocations. BUG=369133 Review URL: https://codereview.chromium.org/346583004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287591 0039d316-1c4b-4281-b951-d872f2087c98
* libxml.gyp: remove clang-on-windows specific optionhans@chromium.org2014-08-051-10/+0
| | | | | | | | | | | | The /U__STDC_VERSION__ option was necessary when using VS2012 headers, which didn't include nan(), but we're on 2013 now. BUG=82385 TBR=cpu Review URL: https://codereview.chromium.org/443453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287415 0039d316-1c4b-4281-b951-d872f2087c98
* Typecheck some of ui/webui/resources/js/ with Closure compiler.dbeam@chromium.org2014-08-043-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | Also adds: assertNotReached("message"); as a rough equivalent of NOTREACHED() << "message"; in Chromium and: ASSERT_NOT_REACHED(); in blink. R=arv@chromium.org BUG=393873 TEST=gyp --depth . ui/webui/resources/js/compiled_resources.gyp ui/webui/resources/js/chromeos/compiled_resources.gyp && ninja -C out/Default/ Review URL: https://codereview.chromium.org/405743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287403 0039d316-1c4b-4281-b951-d872f2087c98
* leveldatabase.gyp cleanupmostynb@opera.com2014-08-041-7/+6
| | | | | | | | | | | | | | | Followup for some style issues identified in https://codereview.chromium.org/432083003/ * move windows source files into the main list (and filter *_win.{cc,h} on non-windows platforms for all targets) * remove exclusions of files that don't exist (*_android.cc & *_portable.cc) * exclude header files corresponding to excluded .cc files BUG=381456 Review URL: https://codereview.chromium.org/433203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287374 0039d316-1c4b-4281-b951-d872f2087c98
* Convert another clang warning that I missed in r287137.thakis@chromium.org2014-08-041-13/+4
| | | | | | | | | BUG=none NOTRY=true Review URL: https://codereview.chromium.org/439113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287278 0039d316-1c4b-4281-b951-d872f2087c98
* Update a clang warning in mesa after r287092 that I missed earlier.thakis@chromium.org2014-08-021-19/+10
| | | | | | | | | BUG=none TBR=cpu Review URL: https://codereview.chromium.org/416423005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287222 0039d316-1c4b-4281-b951-d872f2087c98
* Update third_party/webdriver/pylib to r18456 and delete test_datasamuong@chromium.org2014-08-02121-15159/+2
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/424363004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287205 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Fix mouse button value map in WebDriver atoms.samuong@chromium.org2014-08-022-2/+26
| | | | | | | | BUG=chromedriver:868 Review URL: https://codereview.chromium.org/420663006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287196 0039d316-1c4b-4281-b951-d872f2087c98
* Remove <if> statements before checking JS code by checker.pyvitalyp@chromium.org2014-08-022-0/+36
| | | | | | | | | | BUG=393873 TEST=./third_party/closure_compiler/checker_test.py R=dbeam@chromium.org Review URL: https://codereview.chromium.org/435053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287195 0039d316-1c4b-4281-b951-d872f2087c98