- 06 Feb, 2018 40 commits
-
-
Dmitry Gozman authored
This is a follow up to https://chromium-review.googlesource.com/869191. Bug: 776009 Change-Id: I6a150ad9ee794b1322168b63c921fa7f2bac9bec Reviewed-on: https://chromium-review.googlesource.com/896578 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534649}
-
David Tseng authored
Bug: 809083,806470, 806469 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I56b36811d6125f10ee042a317156d8dd96ac06d3 Reviewed-on: https://chromium-review.googlesource.com/902405 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#534648}
-
Matt Falkenhagen authored
The time outs turned into assert failures in https://github.com/w3c/web-platform-tests/pull/9365 TBR=shimazu Bug: 807720 NOTRY: true Change-Id: I1caba897521be0b87c4be03d403e88d62f6412de Reviewed-on: https://chromium-review.googlesource.com/903026 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#534647}
-
Yutaka Hirano authored
I added kReplaceCharsetInXHR a while ago, but it reported much larger replacement usage than I originally expected. It is still possible that the replacement is only lower-casing (e.g., charset=UTF-8 to charset=utf-8), so this CL adds a use counter for it. Bug: 674329 Change-Id: I208dff802e0129baaa885e9915893920eea6da44 Reviewed-on: https://chromium-review.googlesource.com/903383 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Takeshi Yoshino <tyoshino@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#534646}
-
Zhuoyu Qian authored
Editor::PerformDelete() is called by ExecuteDelete() and ExecuteDeleteToMark() in EditorCommand.cpp. Move it to make |Editor| class simpler for improving code health. BUG=672405 Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: Ia6badc79b924b87a7489da677124a69423a02e12 Reviewed-on: https://chromium-review.googlesource.com/903303 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#534645}
-
gogerald authored
Crawls installable web payment handlers if there is no web payment handler has been installed. Then installs the payment handler implicitly when paying with it. Note that present of installable payment app doesn't cause PaymentRequest.CanMakePayment return true. Test video: https://drive.google.com/file/d/1h-50LTxH73K8_00ZXl7uTtVyjt0f7msr/view?usp=sharing Bug: 782270 Change-Id: I6dcd8bbf8fbd0791b2cdf3bb3f7e11551c891c1a Reviewed-on: https://chromium-review.googlesource.com/897929Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#534644}
-
Kunihiko Sakamoto authored
This patch teaches SignedExchangeHandler to decode signed exchange body encoded with the application/http-exchange+cbor format [1]. The test file origin-signed-response-iframe.htxg was created using gen-signedexchange of [2] with the following command: gen-signedexchange -uri https://example.com/test.html \ -content test.html -o origin-signed-response-iframe.htxg \ -miRecordSize=100 where test.html is the html part of origin-signed-response-iframe.php before this patch. [1] https://wicg.github.io/webpackage/draft-yasskin-http-origin-signed-responses.html#rfc.section.5 [2] https://github.com/WICG/webpackage/pull/119 Bug: 803774 Change-Id: I4d7bf5215e825cfa084c431db6d2cc87219d0a34 Reviewed-on: https://chromium-review.googlesource.com/897172 Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#534643}
-
Alexei Filippov authored
Change-Id: I010c2533ac3e0b6de0af0e3eb1bdd524c7c606b4 Reviewed-on: https://chromium-review.googlesource.com/896641 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534642}
-
Xi Cheng authored
Change-Id: I0f02f61a4700b7b4a43d71063dcb7a70127c1c7f Reviewed-on: https://chromium-review.googlesource.com/900834Reviewed-by:
Penny MacNeil <pennymac@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#534641}
-
Kent Tamura authored
This CL simplifies the code, and has no behavior changes. Bug: 806641 Change-Id: I46c7f8469f0ba231ea1179ac19de2afb0fbaa991 Reviewed-on: https://chromium-review.googlesource.com/903202Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#534640}
-
Andrew Grieve authored
This allows removing the android lint suppression for them. Bug: 806060 Change-Id: Ibdfd421f4a1714c64fecb0f2c1349a7af033ef91 Reviewed-on: https://chromium-review.googlesource.com/900047Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#534639}
-
Joe Downing authored
This change adds UMA entries so we can determine how often the new API is called and in the case of the Lock method, whether the caller supplied a set of keys or if they requested all keys. BUG=680809 Change-Id: I5c6f1a29e5aa2cb51cb44d80f71f4201e8381219 Reviewed-on: https://chromium-review.googlesource.com/898436Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#534638}
-
Takuto Ikuta authored
This is re-land of https://chromium-review.googlesource.com/894928 I changed to use cpu core for restriction and use lower memory limit only on non-debug and non-sanitizer build. I explained more detailed intention of my cl in https://bugs.chromium.org/p/chromium/issues/detail?id=808582#c10 Bug: 808582, 804251 Change-Id: Ic98e9ffd7497a63c3aa98ec50b06f90c225d0107 Reviewed-on: https://chromium-review.googlesource.com/900611 Commit-Queue: Takuto Ikuta <tikuta@google.com> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#534637}
-
Emil A Eklund authored
Fix painting of box-shadow when combined with border-radius for multiple line inlines. The radius should only apply to the start- and end- edges. Test: fast/borders/border-radius-split-inline.html Bug: 714962 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I46fcc1c0a0fb272b69c8699f3cb90314b267fd2b Reviewed-on: https://chromium-review.googlesource.com/902780Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#534636}
-
Ke He authored
The Geolocation browsertest UrlWithApiKey is the only one which uses the ui_test_utils::OverrideGeolocation(). After changing it to service-unittest and move it into //services/, we can remove both the ui_test_util::OverrideGeolocation() and geolocation_provider.h in next step. BUG=788298 Change-Id: I95b579211107acd64c594a5011641a61c2c1b2de Reviewed-on: https://chromium-review.googlesource.com/880141Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Ke He <ke.he@intel.com> Cr-Commit-Position: refs/heads/master@{#534635}
-
Gabriel Charette authored
This was done for IsMax() in a prior pass, not sure why IsMin() was missed but I don't see the benefit of having either. R=miu@chromium.org Bug: 761570 Change-Id: I42bf016c7309ba3495ac7914282be5f691e7090e Reviewed-on: https://chromium-review.googlesource.com/897639 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#534634}
-
Koji Ishii authored
Following bot results are included. 3553 3555 3562 3564 3565 3566 3568 3580 3573 148 lines were removed and 66 lines were deflaked by consecutive results since 3510. TBR=eae@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I7be7c26504833453a7bf555f2e9e0a518766b437 Reviewed-on: https://chromium-review.googlesource.com/900887 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#534633}
-
Zhuoyu Qian authored
This is part of the gradual process of putting all types that derive from CSSValue into blink::cssvalue:: namespace. Bug: 667961 Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: I8ad99a68098458d7bc4e34a3c06a461c3dcdd68b Reviewed-on: https://chromium-review.googlesource.com/903204Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#534632}
-
Hidehiko Abe authored
BUG=739622 TEST=Ran on bots. Change-Id: I79414741897953fc11b55b23f18764b01d9baef8 Reviewed-on: https://chromium-review.googlesource.com/899322Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#534631}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 3aa7e668. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/11876 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=robertma No-Export: true Change-Id: I53d9cc990bc9043b7b5fd12dc765ac39f348652a Reviewed-on: https://chromium-review.googlesource.com/903286 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#534630}
-
Xiaocheng Hu authored
The current caret position resolution algorithm assumes that all descendants of an inline formatting context fragments are inline, and hence contained in a line box. This is not the case with floats and out-of-flow positioned fragments. This patch makes the algorithm handle them correctly. Bug: 808914 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: If238323a9b9694fb4a9d1668254a89eea8d6756e Reviewed-on: https://chromium-review.googlesource.com/902685Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#534629}
-
Alexander Alekseev authored
This CL adds --settings-dropdown-menu-policy-order css variable to settings-dropdown-menu to customize policy indicator position, and applies "display last" order to time zone UI dropdowns. Bug: 800597 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I45cae7018e4c9f7cc01712daf870472aaf24768d Reviewed-on: https://chromium-review.googlesource.com/898567 Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#534628}
-
Mitsuru Oshima authored
BUG=803442 TEST=Covered by unittest. Also tested manually. Change-Id: I1b77c6d589596f66ed1bc9135d6be26318df872a Reviewed-on: https://chromium-review.googlesource.com/882301 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534627}
-
Pavel Feldman authored
Change-Id: I01e1be7fd273dd54f75968f32b2d27889b017dd8 Reviewed-on: https://chromium-review.googlesource.com/902901 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#534626}
-
https://chromium.googlesource.com/catapult.git/+log/6d0f862d8710..a1303e46889b $ git log 6d0f862d8..a1303e468 --date=short --no-merges --format='%ad %ae %s' 2018-02-05 dtu [pinpoint] Use Gerrit patch info for bug emails. 2018-02-05 eakuefner [Telemetry] Add PageTestResults.AddSharedDiagnostic Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I537c233bd5840539011e23b230047acfb289673c Reviewed-on: https://chromium-review.googlesource.com/902896Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534625}
-
https://skia.googlesource.com/skia.git/+log/f7b659ab3ce2..92f93799e8ae $ git log f7b659ab3..92f93799e --date=short --no-merges --format='%ad %ae %s' 2018-02-06 angle-skia-autoroll Roll skia/third_party/externals/angle2/ a8fe18fc5..44dcb911c (2 commits) 2018-02-05 angle-skia-autoroll Roll skia/third_party/externals/angle2/ b54206643..a8fe18fc5 (1 commit) Created with: roll-dep src/third_party/skia BUG=805233 The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=bsalomon@chromium.org Change-Id: Ie810534681a1651192ee9526fa0810f0a47de01b Reviewed-on: https://chromium-review.googlesource.com/903368 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#534624}
-
Darren Shen authored
Currently, we don't have any test coverage over properties. In our existing tests, we only use 'canonical' test properties like 'width'. This means that it's possible that other properties (e.g. 'height') might not work and we still pass the tests. We add a bunch of new files, each representing a property. Think of these as metadata for the properties. For example, each file contains the values that are valid for that property. We then have a test suite that uses this metadata to generate appropriate tests. More properties will be coming. There is a test failure involving setting margin-top to unitless zero. Bug: 774887 Change-Id: I8f8463c8f608454ef177e81ace21fe1eeb66f897 Reviewed-on: https://chromium-review.googlesource.com/882901 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#534623}
-
rbpotter authored
Bug: 773928 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I7089a22f7e9ed0da2a1df1320f0a3d1e511a5c67 Reviewed-on: https://chromium-review.googlesource.com/902793Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#534622}
-
Kent Tamura authored
custom-elements: Fix a bug that HTML parser didn't set custom element state correctly for unknown "is" attribute value. In HTML parser, if custom element definition is not found and the element local name is invalid for custom element name, custom element state of the element was set to "Uncustomized", which won't be upgraded. It should be "Undefined" if "is" attribute exists. Also, CustomElementRegistry::AddCandidate() didn't pick up a correct name for customized built-in candidates. A Blink layout test for :defined is upstreamed to WPT. Bug: 736967 Change-Id: I583073eabc4ac276c6990161516c7b289905909b Reviewed-on: https://chromium-review.googlesource.com/903423Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#534621}
-
Sergey Ulanov authored
Bug: 796979, 485650 Change-Id: Ifc0d7076c685f12207dc36c550eb36cf97d4faea Reviewed-on: https://chromium-review.googlesource.com/902795Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#534620}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=anantha@chromium.org Change-Id: I6287213f174a328ab919ec19c2aada80af38177a Reviewed-on: https://chromium-review.googlesource.com/902846Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#534619}
-
Helen Li authored
This CL adds Multicast options and setters to udp_socket.mojom. Bug: 721401 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I3d6fd2a1c491caea7ed004a47a2b254e84d2f2c5 Reviewed-on: https://chromium-review.googlesource.com/891447Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Randy Smith <rdsmith@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#534618}
-
Paul Irish authored
Change-Id: I0a63a4ad9360a952a35bf4bbc360a7dd1f6b3be3 Reviewed-on: https://chromium-review.googlesource.com/902883Reviewed-by:
Patrick Hulce <phulce@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Commit-Queue: Paul Irish <paulirish@chromium.org> Cr-Commit-Position: refs/heads/master@{#534617}
-
Stefan Zager authored
Prior to this patch, the clipping box offset erroneously appeared in both the child containment layer position and the main graphics layer position. BUG=711468 R=skobes@chromium.org,chrishtr@chromium.org Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I7931b0b7ea94fce121232d2ab52a55375994224d Reviewed-on: https://chromium-review.googlesource.com/903263Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#534616}
-
Ehsan Chiniforooshan authored
Looks like there are some crashes caused by trace_config_ being null while generating the metadata: https://crash.corp.google.com/browse?q=expanded_custom_data.ChromeCrashProto.magic_signature_1.name%3D%27base%3A%3Atrace_event%3A%3ATraceConfig%3A%3AToDict%27 I'm not 100% sure what the cause of those crashes is, but this CL fixes one possible scenario. Bug: 806627 Change-Id: Id52a9b1a8f06400efe58c0f1a1ccf2adb92a1629 Reviewed-on: https://chromium-review.googlesource.com/900466 Commit-Queue: Ehsan Chiniforooshan <chiniforooshan@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#534615}
-
Maajid authored
Bug: 807876 Test: Confirmed locally that this would have caught the regression. Change-Id: I13880896420471a8e0d5325d2453306b11f37fe8 Reviewed-on: https://chromium-review.googlesource.com/897289Reviewed-by:
Kazuhiro Inaba <kinaba@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Maajid <maajid@chromium.org> Cr-Commit-Position: refs/heads/master@{#534614}
-
Bill Orr authored
The issue here is that we weren't recycling color buffers, and creation of new buffers can be slow (in the order of 20ms) depending on color format. BUG=798112 Change-Id: Ibecc5815f5386d13bc776cb85e2aee20756964d6 Reviewed-on: https://chromium-review.googlesource.com/899957 Commit-Queue: Bill Orr <billorr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#534613}
-
Blake O'Hare authored
Currently it is being invoked immediately. This will invoke it at a more appropriate time (upon showing the new keyboard layout animation when the keyboard content window still virtually no opacity). Bug: 806189 Change-Id: I19464b1bdc9eb688888d96e98f890d12d67a4a3d Reviewed-on: https://chromium-review.googlesource.com/895226Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Commit-Queue: Blake O'Hare <blakeo@chromium.org> Cr-Commit-Position: refs/heads/master@{#534612}
-
Peter Collingbourne authored
This fixes a gn failure (svn info in //third_party/llvm) when building with a self-built clang and llvm_force_head_revision=true. Change-Id: If56bea54b58482cb3a4f864ee2bf4a8b66f0beef Reviewed-on: https://chromium-review.googlesource.com/903081 Commit-Queue: Peter Collingbourne <pcc@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#534611}
-
Victor Costan authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/0062e4869f07..ea31cb15f0c2 This CL also removes the GTEST_UNSUPPORTED_DEATH_TEST definition from //base/test/gtest_util.h. Google Test moved the definition from an internal header to the public API, so we don't need to carry a copy anymore. $ git log 0062e4869..ea31cb15f --date=short --no-merges --format='%ad %ae %s' 2018-01-31 misterg Merges and also adding new bazel build mode 2018-01-30 misterg Code merges 2018-01-30 misterg Ability to optionally depend on Abseil plus upstream of 183716547 2018-01-26 misterg Adding tests to googlemock bazel 2018-01-26 misterg Code merges 2018-01-26 lidaobing Update Documentation.md 2018-01-25 stefano.soffia.it Fix test build issue with GCC7.2. 2018-01-25 gennadiycivil Update README.md 2018-01-25 gennadiycivil Remove Visual Studio 10,11,12 from build matrix 2018-01-24 misterg placating gcc and its overzeauls size comparison warnings 2018-01-24 misterg upstream cl 182543808 2018-01-24 misterg revert, lets get this compiled 2018-01-23 misterg Many code merge/upstream changes 2018-01-23 misterg Merging, upstream http://cl/182836545 2018-01-22 misterg more code merge 2018-01-22 misterg merges, cl/155419551 and other 2018-01-22 misterg more merging 2018-01-22 misterg merging 2018-01-22 misterg code merge 2018-01-18 misterg Adding python tests to Bazel build file. 2018-01-18 ftrushkin Use fully qualified in examples 2018-01-18 ftrushkin Document ScopedTrace utility 2018-01-11 pcc Check whether _MSC_VER is defined when detecting presence of cxxabi.h under libc++. 2018-01-17 ftrushkin Expose ScopedTrace utility in public interface 2018-01-15 misterg Reverting some changes, need to make the merge compile 2018-01-15 misterg Reverting some changes, need to make the merge compile 2018-01-15 misterg Reverting some changes, need to make the merge compile 2018-01-15 misterg Reverting some changes, need to make the merge compile 2018-01-15 misterg Test files for corresponding changes 2018-01-15 misterg Test files for corresponding changes 2018-01-15 misterg Test files for corresponding changes 2018-01-15 misterg Test files for corresponding changes 2018-01-15 misterg More code merges 2018-01-15 misterg Code merging 2017-08-14 gaspard.petit Added support for WINAPI_PARTITION_TV_TITLE which is defined on XboxOne 2017-08-14 gaspard.petit Added support for WINAPI_PARTITION_TV_TITLE which is defined on XboxOne 2018-01-11 misterg continue upstream/merge, etc 2018-01-11 gennadiycivil Update .travis.yml 2018-01-11 gennadiycivil Update .travis.yml 2018-01-11 gennadiycivil Update .travis.yml 2018-01-11 gennadiycivil Update .travis.yml 2018-01-11 misterg Trying to fix travis 2018-01-11 misterg Upstream cl 103120214 2018-01-10 misterg More merge, cleanup 2018-01-10 misterg More merge, cleanup 2018-01-10 misterg Code merge, upstreaming accumulated changes, cleanup 2018-01-10 misterg revert 2018-01-10 misterg code merges, cleanup 2018-01-10 misterg revert googletest/test/gtest-param-test_test.cc 2018-01-10 gennadiycivil Update .travis.yml 2018-01-09 misterg code merge, cleanups 2018-01-09 misterg Upstream of cl 129104714 2018-01-09 misterg Revert one file 2018-01-09 misterg wip, cleanups/merge 2018-01-09 misterg cleanup, merge 2018-01-07 loorongjie [Bazel] Detect Windows with cpu value x64_windows and x64_windows_msvc 2018-01-08 misterg Small cleanups, merge 2018-01-05 coryan Use correct name for build event types. 2018-01-05 misterg Revert one file for now 2018-01-05 coryan Fixed test for pull request. 2018-01-05 coryan Fixed output and test for 'enabled_on_pr' 2018-01-04 misterg code cleanup in preparation for merges, cl 180857299 2018-01-04 coryan Optimize build matrix (#1) 2018-01-03 gennadiycivil upstreaming cl 124976692 2018-01-03 davidben Also define GTEST_ATTRIBUTE_PRINTF_ in clang-cl. 2017-02-10 davidben Pass the -Wmissing-declarations warning. 2018-01-02 misterg OSS Sync, cl 163329677 2018-01-02 davidben Fix testing::Combine on MSVC 2017. 2017-05-06 davidben Avoid warning C4619 in MSVC 2017. 2017-12-24 coryan Build both googletest and googlemock. 2017-12-24 coryan Create a autotools-based build for Travis. 2016-05-18 gregory.pakosz Re-enable MSVC++ C4389 warning in CmdHelperEq() 2017-12-03 coryan Run autoconf from top-level directory. 2017-12-02 romain.geissler Fix double free when building Gtest/GMock in shared libraries and linking a test executable with both. 2017-08-14 gaspard.petit Added support for WINAPI_PARTITION_TV_TITLE which is defined on XboxOne 2017-01-20 davidben Pass MSVC's C4826 warning. Created with: roll-dep src/third_party/googletest/src Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Icd43abc02683c2398f9e1033509382b9f3000022 Reviewed-on: https://chromium-review.googlesource.com/900544Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#534610}
-