- 20 Dec, 2017 40 commits
-
-
Tom Anderson authored
R=sky@chromium.org Change-Id: I0aacea25b1a962450f496e88b3506a4895a09494 Reviewed-on: https://chromium-review.googlesource.com/822989Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#525275}
-
Scott Graham authored
8742051c6099 mac: Drop apple_cctools and getsectiondata()/getsegmentdata() wrappers 3650d565709f gn: Build gtest and gmock tests 6e0f15b8f5a7 gn: Add “system” as a zlib source, used for standalone non- Win/Fuchsia 1764594bff5f gn, mac: Work without a sysroot b51adda8d29c Build certain gtest/gmock tests with -Wno-unused-private- field 457cc6a34fde gn: Refactor build files to avoid build/secondary 1bc07b76ed2c gn: Use mini_chromium_is_posix in preference to global is_posix a0bd3fee55ea fuchsia: Support referencing the Fuchsia tree's third_party/zlib 99b00306162d gn, linux: Build for Linux with GN 9b2ba587f618 linux: Add ExceptionHandlerServer and ExceptionHandlerClient 3a41c51668cf gn, linux: Update build after 9b2ba587f618 ab153f7e1bf6 gn: Avoid depending on BUILDCONFIG.gn globals 41c7ace7e85a linux: Add missing build_config.h include e7ebdf019ee0 gn: Add missing testonly for chromium and fuchsia styles cd7428971f0d gn: Fix symbol_level use in chromium style c86779fd96dd gn: Remove duplicated listing of crashpad_handler_test.cc ab0b9438b994 gn: Fix reference to test_support in chromium style e9d2ca60f732 gn: Mark base_test_support as testonly=true Updates .gn for new value of default_args. Bug: crashpad:30, crashpad:79, crashpad:196 Change-Id: Ibcad118a72f8c96f5f1b764ce8643314f798105a Reviewed-on: https://chromium-review.googlesource.com/835435 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#525274}
-
Hiroki Nakagawa authored
This reverts commit 715a1c5f. Reason for revert: This causes compile failures on some bots. Original change's description: > Worker: Implement WorkerGlobalScope::ImportModuleScript() > > This CL implements WorkerGlobalScope::ImportModuleScript() that imports module > scripts using WorkerModulatorImpl, and wires up DedicatedWorkerMessagingProxy > via WorkerThread. > > Note that module workers are still not available because WorkerOptions is not > exposed on the ctor of Worker and WorkerModulatorImpl is not fully implemented > yet. > > Design doc: https://docs.google.com/a/chromium.org/document/d/1IMGWAK7Wq37mLehwkbysNRBBnhQBo3z2MbYyMkViEnY/edit?usp=sharing > > Bug: 680046 > Change-Id: I0c616b7a1b79abb02c1085be356293510dd4c04b > Reviewed-on: https://chromium-review.googlesource.com/807675 > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: Kouhei Ueno <kouhei@chromium.org> > Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> > Cr-Commit-Position: refs/heads/master@{#525270} TBR=kinuko@chromium.org,kouhei@chromium.org,nhiroki@chromium.org Change-Id: I253df9d13bbb8bc63cae7bb018fd10c4ee311d25 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 680046 Reviewed-on: https://chromium-review.googlesource.com/836187Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#525273}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ad7b878c..29ec7059 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. 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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I5a40570899169e7b3eb32cfc7891e7ea9ddbdca6 Reviewed-on: https://chromium-review.googlesource.com/835827Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#525272}
-
Sandra Sun authored
This patch does the following: 1. Moves the data structure of SnapPoints from blink to cc and shares it back with blink. 2. Use the coordinate of ScrollPosition and the type of FloatPoint to do calculations in SnapCoordinator instead of ScrollOffset, as gfx::ScrollOffset uses ScrollPosition. 3. Update the logic in SnapCoordinator to work with vertical-rl writing-mode. 4. Use LocalToAncestorQuad() for the snap_area to ensure transforms are properly dealt with. Bug: 795404 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I538327e169ebee4d3e03ec2ddd0d5b282e36f5de Reviewed-on: https://chromium-review.googlesource.com/825994Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Sandra Sun <sunyunjia@chromium.org> Cr-Commit-Position: refs/heads/master@{#525271}
-
Hiroki Nakagawa authored
This CL implements WorkerGlobalScope::ImportModuleScript() that imports module scripts using WorkerModulatorImpl, and wires up DedicatedWorkerMessagingProxy via WorkerThread. Note that module workers are still not available because WorkerOptions is not exposed on the ctor of Worker and WorkerModulatorImpl is not fully implemented yet. Design doc: https://docs.google.com/a/chromium.org/document/d/1IMGWAK7Wq37mLehwkbysNRBBnhQBo3z2MbYyMkViEnY/edit?usp=sharing Bug: 680046 Change-Id: I0c616b7a1b79abb02c1085be356293510dd4c04b Reviewed-on: https://chromium-review.googlesource.com/807675Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#525270}
-
Alice Boxhall authored
Bug: 725420 Change-Id: I362d049d3c25ff8f3048b71670744d9d98e279e5 Reviewed-on: https://chromium-review.googlesource.com/823742 Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#525269}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/f6eb1f9b63da..acd59ef08512 $ git log f6eb1f9b6..acd59ef08 --date=short --no-merges --format='%ad %ae %s' 2017-12-19 reed move SkWriteBuffer.h to src Created with: roll-dep src/third_party/skia 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=csmartdalton@chromium.org Change-Id: I709ef16bac22c02ca1a5d588107d5966360748e4 Reviewed-on: https://chromium-review.googlesource.com/835873Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#525268}
-
Kurt Horimoto authored
Bug: 794478 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Id37c0070d19c0b393903d121e58753a5e0be9aea Reviewed-on: https://chromium-review.googlesource.com/835648Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#525267}
-
Kenneth Russell authored
Older macOS releases have a graphics driver bug for some Intel GPUs triggered by recent changes in Skia. BUG=794819 TBR=ericrk@chromium.org, ccameron@chromium.org 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: I0366af07c915c6fa3faa062b84dc8638b1f5dae4 Reviewed-on: https://chromium-review.googlesource.com/835791 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#525266}
-
Michael McGreevy authored
Bug: 785661 Change-Id: Ibeef9470ce0224869e4d398115d211a123b82417 Reviewed-on: https://chromium-review.googlesource.com/804907 Commit-Queue: Michael McGreevy <mcgreevy@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#525265}
-
Hidehiko Abe authored
This is preparation to catch up C++17 Optional spec. To support conditional copy/move ctors/assign-operators, inheriting trick is needed. As its preparation, this CL extracts basic ctors and copy/move assign-operators to a base class. Also, Init(), InitOrAssign() and FreeIfneeded() are moved to the base class because they need to implement extracted methods. This CL is pure refactoring, so Optional's API should have no change. BUG=784732 TEST=Trybot. Change-Id: I197b573b1472d93c29ad594023f07097fa9b4510 Reviewed-on: https://chromium-review.googlesource.com/832586 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#525264}
-
Xiaohan Wang authored
Move to media/cdm/ppapi/external_clear_key/ because they are only used by ClearKeyCdm. BUG=796345 Change-Id: I40f210f0d20588642c7235473ab6fb4179e2332f Reviewed-on: https://chromium-review.googlesource.com/835049Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#525263}
-
chrome://flagsMohamad Ahmadi authored
This allows for debugging issues and verifying fixes in non-debug builds. Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I1a48af9c85df6aebbc39b7690143a45800a4ad8f Reviewed-on: https://chromium-review.googlesource.com/832676Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#525262}
-
Randy Smith authored
This also allows its removal from the ProfileIOData pathway as it is no longer associated with the IO thread. Bug: 721395 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ib58633ce6b8a597c9f4900d0bc3de2096e3d1bff Reviewed-on: https://chromium-review.googlesource.com/806594Reviewed-by:
Nicolas Zea <zea@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Randy Smith <rdsmith@chromium.org> Cr-Commit-Position: refs/heads/master@{#525261}
-
Chris Watkins authored
See the bugs for details. This change was done using clang-tidy as described here: https://chromium.googlesource.com/chromium/src/+/lkcr/docs/clang_tidy.md Where the tool replaces a member initializer list it leaves behind commas (https://bugs.llvm.org/show_bug.cgi?id=35051). They were cleaned up with: git diff --name-only | \ xargs sed -E -i 's/(^\s*|\)\s*):[ ,]*= default/\1 = default/' BUG=778959,778957 R=haraken@chromium.org Change-Id: I7977f8cd5c9a82b53a799afe8cfdcb6e1c486bf2 Reviewed-on: https://chromium-review.googlesource.com/835749Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Chris Watkins <watk@chromium.org> Cr-Commit-Position: refs/heads/master@{#525260}
-
Marti Wong authored
Refine the shadow style (length and opacity) of the top MDCAppBar so that it is consistent with the shadow of the bottom bar in Bookmarks, History, Reading List. After the change, every iOS ui which is using MDCAppBar will be affected, this includes: Settings, ContentSuggestions, Signin, PaymentRequest... Screenshots after change: https://drive.google.com/file/d/1WrNwjqEucwZ3IannIViE04n4jH3C9KYm https://drive.google.com/file/d/1QxSXVw3B_nEwamleFT8scTcS_ObGyuNa Bug: 795623 Change-Id: I5210a65310acb87b457b977ff016a7fdf7dc1211 Reviewed-on: https://chromium-review.googlesource.com/830994 Commit-Queue: Marti Wong <martiw@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#525259}
-
Chris Watkins authored
See the bugs for details. This change was done using clang-tidy as described here: https://chromium.googlesource.com/chromium/src/+/lkcr/docs/clang_tidy.md Where the tool replaces a member initializer list it leaves behind commas (https://bugs.llvm.org/show_bug.cgi?id=35051). They were cleaned up with: git diff --name-only | \ xargs sed -E -i 's/(^\s*|\)\s*):[ ,]*= default/\1 = default/' BUG=778959,778957 R=haraken@chromium.org Change-Id: If28cdc5418f17866af63d27cf508a65118d64081 Reviewed-on: https://chromium-review.googlesource.com/835767Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Chris Watkins <watk@chromium.org> Cr-Commit-Position: refs/heads/master@{#525258}
-
Blake O'Hare authored
Bug: 786290 Change-Id: Icb1fac2d13e6d915972a18eb622d26fba4e82329 Reviewed-on: https://chromium-review.googlesource.com/832598Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Blake O'Hare <blakeo@chromium.org> Cr-Commit-Position: refs/heads/master@{#525257}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/3789415eddd0..3c855cf5fbd5 $ git log 3789415ed..3c855cf5f --date=short --no-merges --format='%ad %ae %s' 2017-12-20 thestig Roll DEPS for third_party/android_ndk to d5752321. Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-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. TBR=dsinclair@chromium.org Change-Id: I17079147d61a2503102c27b10565686342f97c26 Reviewed-on: https://chromium-review.googlesource.com/835629 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#525256}
-
Kenneth Russell authored
EstablishRequestResponseSynchronouslyOnSuccess is flaky on linux_chromium_rel_ng, slowing down the CQ. BUG=796436 TBR=sadrul@chromium.org Change-Id: Icd28bb4bf5d0bfbf94e73ed4c2c3386d8c0766b6 Reviewed-on: https://chromium-review.googlesource.com/835872Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#525255}
-
Zhuoyu Qian authored
As the comment in CSSContentDistributionValue.h by sashab@, makes Distribution/GetPosition/Overflow functions return CSSValueIDs instead of CSSIdentifierValues. Also rename GetPosition to Position. BUG= Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: I3d16dceddbc3132d095453d389113f2925b52f52 Reviewed-on: https://chromium-review.googlesource.com/828565Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Cr-Commit-Position: refs/heads/master@{#525254}
-
Reilly Grant authored
This patch starts adding support for opening USB devices and issuing requests to them when using the new Windows USB backend. Only non- composite devices are supported currently as enumerating the device paths for composite devices is more complex. This has been tested with a WebLight which is a non-composite device that only requires control transfers. Bug: 637404 Change-Id: Ib792896435106bd03b3d5743608be44a22d4b153 Reviewed-on: https://chromium-review.googlesource.com/834887 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#525253}
-
Mohamed Heikal authored
This reverts commit c63b9f73. Reason for reland: Fix non-determinism in aapt2 resources.asrc output TBR=agrieve@chromium.org Bug: 782316 Change-Id: Iea2d6f63874a40a40084abd880ee5462b1e51de8 Reviewed-on: https://chromium-review.googlesource.com/830766 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#525252}
-
Sam McNally authored
Bug: 779444 Change-Id: I9c56fc78c1eb622e55abe28cb97a53cbab6d60df Reviewed-on: https://chromium-review.googlesource.com/832288Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#525251}
-
Zhuoyu Qian authored
This patch makes BackgroundEdgeOrigin to be an enum class for better type safety. Bug: 684966 Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Idd6d55e4cb4f67d844a5ffbea7a47dd5d375c07d Reviewed-on: https://chromium-review.googlesource.com/830988Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#525250}
-
Kenneth Russell authored
These bots are crashing with the 5s timeout. BUG=796437 TBR=zmo@chromium.org, pfeldman@chromium.org Change-Id: I2c2b9b491af93a7dcce86a27f6d5af68bb2ee81f Reviewed-on: https://chromium-review.googlesource.com/835475Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#525249}
-
Benjamin Pastene authored
Bug: 796376 Change-Id: Ifb1b14bddfad4db4fdfcef966a760a31c6720b9e Reviewed-on: https://chromium-review.googlesource.com/835647Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Benjamin Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#525248}
-
chrome://flagsLeo Zhang authored
Bug: 783049 Change-Id: I162ac00846be5e267d206a89e8e2d652ec603874 Reviewed-on: https://chromium-review.googlesource.com/831379 Commit-Queue: Leo Zhang <googleo@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#525247}
-
Alexander Alekseev authored
There are still some very old users on some devices, that do not have full profile information in Local State users list. This Cl falls back to UserEmail as a key in user_types list, and implements migration, so that this will not trigger CHECK again. Bug: 795380 Change-Id: Ic1c4ecbae2118be922417fb09de96df6e89aa316 Reviewed-on: https://chromium-review.googlesource.com/835531 Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#525246}
-
Kouhei Ueno authored
No behavioral change. Bug: None Change-Id: Ib45aa79a253d9ae2ad230f11b9b11b74dee4837d Reviewed-on: https://chromium-review.googlesource.com/833433Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#525245}
-
depot-tools-roller@chromium.org authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/aac382b3b65d..603d01e818ba $ git log aac382b3b..603d01e81 --date=short --no-merges --format='%ad %ae %s' 2017-12-19 myjang [presubmit] Use GerritAccessor in CheckChangedLUCIConfigs Created with: roll-dep src/third_party/depot_tools The AutoRoll server is located here: https://depot-tools-chromium-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. TBR=phajdan.jr@chromium.org Change-Id: I7e072d9207ba087a0e5f513a5020be587b41ac8a Reviewed-on: https://chromium-review.googlesource.com/835489Reviewed-by:
depot-tools-roller . <depot-tools-roller@chromium.org> Commit-Queue: depot-tools-roller . <depot-tools-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#525244}
-
Alice Boxhall authored
Bug: 560525 Change-Id: I9096609606dff3230ccaebfc763dc5ec43dc761a Reviewed-on: https://chromium-review.googlesource.com/764579 Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#525243}
-
Kenneth Russell authored
This test in JavaBridgeBasicsTest has become very flaky on the android_n5x_swarming_rel trybot. BUG=795378 TBR=torne@chromium.org Change-Id: Ia25a2b3407634a8a926bf618d87c12c9686abd0c Reviewed-on: https://chromium-review.googlesource.com/835867Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#525242}
-
Andrew Grieve authored
This fixes pak files not being rebuilt when file IDs are shifted from <if>'ed out <part> files. Bug: 785576 Change-Id: I8cd0d6a4fa315b3c3a20a608a65083f2f9a9cc9b Reviewed-on: https://chromium-review.googlesource.com/834788Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#525241}
-
Eric Karl authored
Currently, management of outstanding compositor locks and timeouts is managed on ui::Compositor. We want to use this functionality on content::CompositorImpl as well, so this refactor lets us share code. TBR=sky@chromium.org for purely mechanical change (rename) in ash/rotator/screen_rotation_animator.cc Bug: 792120 Change-Id: I13665c1d9eec6a1822ab86baabfdf1bf66db5178 Reviewed-on: https://chromium-review.googlesource.com/834882 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#525240}
-
John Rummell authored
Generating the Storage ID requires a browser specific value. Update the GN files so that other embedders can provide the value through GN args. Also updates the build files to reference the internal file used by Chrome to provide the value when building official versions. BUG=478960 TEST=compiles with changed GN args Change-Id: Id14e32fb38c60e4d4112ab71500a98b79e3a6035 Reviewed-on: https://chromium-review.googlesource.com/812567 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#525239}
-
Mike Reed authored
Bug: Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ia8d81135c16606cbf32fe9275a954127e35c7550 Reviewed-on: https://chromium-review.googlesource.com/834714Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@chromium.org> Cr-Commit-Position: refs/heads/master@{#525238}
-
Yuly Novikov authored
conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-float.html conformance2/textures/canvas_sub_rectangle/tex-2d-rg32f-rg-float.html conformance2/textures/webgl_canvas/tex-3d-rgba32f-rgba-float.html deqp/functional/gles3/shadercommonfunction.html deqp/functional/gles3/shaderpackingfunction.html Removed existing Fail expectation for conformance2/textures/canvas_sub_rectangle/tex-2d-rg32f-rg-float.html on passthrough Win NVIDIA OpenGL, since the tests run validating CB. BUG=795030,794340 TBR=kbr@chromium.org,zmo@chromium.org 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: I9fe3675ac9aa0b68b7884273294dc1210ada4bad Reviewed-on: https://chromium-review.googlesource.com/835135 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#525237}
-
Austin Tankiang authored
Convert FrameHostMsg_CancelInitialHistoryLoad and FrameHostMsg_UpdateEncoding from the old IPC system to mojo. Bug: 786836 Change-Id: I80c250d7b086b34a2709c70d89b9ecce8e07ec75 Reviewed-on: https://chromium-review.googlesource.com/826829Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Austin Tankiang <austinct@google.com> Cr-Commit-Position: refs/heads/master@{#525236}
-