- 24 Feb, 2018 40 commits
-
-
David Benjamin authored
If an SSLPrivateKey is backed by a smartcard or other interesting module, the handle may eventually stop working. In particular, the smartcard may be removed at some point. Ideally, the OS would provide reliable fine-grained signals to clear relevant the cache entries, but the OS tends not to provide these APIs. We do drop the cache entry on failure, but the user is required to retry the operation. Instead, if an SSLPrivateKey was grabbed from the SSLClientAuthCache, assume it is potentially stale. Should the signing operation fail, we can not only drop the cache entry, but retry the request. This CL does not implement this logic for proxy client certificates, only server client certificates. Proxy client certificates a missing the cache clearing logic (https://crbug.com/814911), so we can fill this in once the plumbing is in place. Along the way, fill in some URLRequest-level client certificate unit tests. Bug: 813022 Change-Id: I9f0450e9f4df1383dd8b73d0297ebea5e3368fec Reviewed-on: https://chromium-review.googlesource.com/935723Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#539022}
-
Chandan Padhi authored
Bug: 293292 Change-Id: Id190bc93a1fc42b6ad5c0d0a313dabc6fe348dce Reviewed-on: https://chromium-review.googlesource.com/925203 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#539021}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b2d8fd3f..ca261f0b 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: I4080bfe062b81be92e080b6f8e40f68b649a40d7 Reviewed-on: https://chromium-review.googlesource.com/936601Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#539020}
-
https://skia.googlesource.com/skia.git/+log/fc015d2d39d2..1267efac7f0a $ git log fc015d2d3..1267efac7 --date=short --no-merges --format='%ad %ae %s' 2018-02-24 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 20c46284f..3c43b4d1e (1 commit) 2018-02-22 reed handle conic underflow calc 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=djsollen@chromium.org Change-Id: Ibb10a67b3ba616429e80e16acabf547608a99916 Reviewed-on: https://chromium-review.googlesource.com/936469Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539019}
-
https://chromium.googlesource.com/angle/angle.git/+log/20c46284f286..3c43b4d1e6d0 $ git log 20c46284f..3c43b4d1e --date=short --no-merges --format='%ad %ae %s' 2018-02-23 jiawei.shao Fix incorrect conversion in ConvertToGLint Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-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. 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 TBR=fjhenigman@chromium.org Change-Id: I221a79d67706946f4660a06f478669bb254c3513 Reviewed-on: https://chromium-review.googlesource.com/936467 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539018}
-
wutao authored
Rename the keyboard shortcut viewer strings name to match the subdir name. Bug: 813914 Test: Local run and test have no error. Change-Id: Id40dde9cc63bc53020bbb19613d190b199fab75b Reviewed-on: https://chromium-review.googlesource.com/935373 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#539017}
-
wutao authored
Changes: 1. Center aligns the top line of the description label view and shortcut label view in the KeyboardShortcutItemView. 2. Balance the top and bottom padding after the center alignment. Bug: 768932 Test: KeyboardShortcutViewTest.TopLineCenterAlignedInItemView Change-Id: I19ac62451189681c488b18272a4380c6cef80ebf Reviewed-on: https://chromium-review.googlesource.com/923004 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#539016}
-
Xianzhu Wang authored
This avoids unnecessary existing and re-enter/exiting clips within the effect nodes. Bug: 814227 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iba12228c06663a4764a3c612cba2451ddc15b378 Reviewed-on: https://chromium-review.googlesource.com/934842 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#539015}
-
https://skia.googlesource.com/skia.git/+log/ed2312643124..fc015d2d39d2 $ git log ed2312643..fc015d2d3 --date=short --no-merges --format='%ad %ae %s' 2018-02-24 reed make 1dpatheffect more robust on deserial 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=djsollen@chromium.org Change-Id: I08feb49b75260c88a730854d99706e908b34d7ad Reviewed-on: https://chromium-review.googlesource.com/936465Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539014}
-
Nico Weber authored
V8 context creation doesn't yet work in cross builds (https://crbug.com/803591), so disable all the tests that need V8 contexts. Crashpad's handler doesn't work yet (https://crbug.com/762167), so disable the crashpad tests. Bug: 495204 Change-Id: Ice65d49cc2140ad7e6e022987112fb4d9eeb7a28 Reviewed-on: https://chromium-review.googlesource.com/936081Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#539013}
-
Hidehiko Abe authored
Although, exceptions are not used in chromium, some standard libraries depend on noexcept markers. Because Optional is an alternative of standard library, it is nice to have such markers. BUG=784732 TEST=Ran trybot. Change-Id: I958bc3f18e1d898d65cc106748795c6a27462650 Reviewed-on: https://chromium-review.googlesource.com/857358Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#539012}
-
Fady Samuel authored
Prior to this CL, CompositorFrameSinkSupport conflated the concept of the surface of last received CompositorFrame and the surface of the last activated CompositorFrame. During synchronization events, these two may be different. The last received surface may not have an active CompositorFrame and so if we're trying to do a copy request, that may fail. This CL ensures that copy requests on a FrameSink are based on the last activated surface. In this CL, the last received surface ID is updated on each SubmitCompositorFrame whereas the last activated is updated in OnSurfaceActivated. This CL also updates RenderWidgetHostViewAuraSurfaceSynchronizationTest:: DiscardDelegatedFrames to match behavior in production: Only use one LocalSurfaceIdAllocator, and don't expect things to change when we submit CompositorFrames to a hidden view. Bug: 672962 TBR: sadrul@chromium.org, boliu@chromium.org Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I2b79440de72372f6365d9c3886b850154dddeba0 Reviewed-on: https://chromium-review.googlesource.com/931745 Commit-Queue: Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#539011}
-
tzik authored
This replaces Callback to OnceCallback, so that users of this can pass OnceCallback. Change-Id: Icc4b8633fb9aa1a6c49ab06583cae985f54df597 Reviewed-on: https://chromium-review.googlesource.com/930445Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#539010}
-
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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=gbiv@chromium.org Change-Id: I21461711bf484fb5245afc9e6bc7df238204aaac Reviewed-on: https://chromium-review.googlesource.com/936463 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539009}
-
Ashley Enstad authored
We were passing the json {"token":"asdf...","expiry":123} instead of just the token Bug: 758632 Change-Id: Ic5bb57dcf608f2f00ba2cbee05271cc249927437 Reviewed-on: https://chromium-review.googlesource.com/935288 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Cr-Commit-Position: refs/heads/master@{#539008}
-
https://skia.googlesource.com/skia.git/+log/54f9da58aad3..ed2312643124 $ git log 54f9da58a..ed2312643 --date=short --no-merges --format='%ad %ae %s' 2018-02-24 angle-skia-autoroll Roll skia/third_party/externals/angle2/ a4ef843fe..20c46284f (2 commits) 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=djsollen@chromium.org Change-Id: I7a5a239689e6b136ccfab6421b4b859a67be1e15 Reviewed-on: https://chromium-review.googlesource.com/936422Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539007}
-
https://chromium.googlesource.com/angle/angle.git/+log/a4ef843fe0de..20c46284f286 $ git log a4ef843fe..20c46284f --date=short --no-merges --format='%ad %ae %s' 2018-02-22 jgilbert Make OpenSharedResource() call become fallible in SwapChain11::resetOffscreenColorBuffer(). 2018-02-22 jgilbert Remove unused include of math.h in matrix_utils.h. Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-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. 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 TBR=fjhenigman@chromium.org Change-Id: I5d32f36d5256ad50cffa288ec70b1d570f70b4fe Reviewed-on: https://chromium-review.googlesource.com/936012Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539006}
-
Xi Cheng authored
Bug: 734095 Change-Id: Ie561eb6c06bbc55c7074335b4867d9061e39b4d0 Reviewed-on: https://chromium-review.googlesource.com/935364 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#539005}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e350fdc4..b2d8fd3f 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: Id9c44a4736969077c17ef40618f7b86422c3b756 Reviewed-on: https://chromium-review.googlesource.com/936228Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#539004}
-
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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=gbiv@chromium.org Change-Id: Iafb932a0824459b763bc780a2ff08517f1d9374e Reviewed-on: https://chromium-review.googlesource.com/936381 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539003}
-
chromeos-commit-bot@chromium.org authored
TBR=chrome-os-gardeners@google.com Change-Id: I10919cc3775ebee1dd2e292ee7d110573307cb10 Reviewed-on: https://chromium-review.googlesource.com/936401Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#539002}
-
Ke He authored
Mechanically rename the "//services/device/public/interfaces" to "//service/device/public/mojom". BUG=806965 Change-Id: I03420ad12c2990e1e2c991841267f111d2745734 Reviewed-on: https://chromium-review.googlesource.com/908250 Commit-Queue: Ke He <ke.he@intel.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#539001}
-
Ramin Halavati authored
Network traffic annotation test on win7_chromium_rel_ng is activated. Bug: 690323 Change-Id: Ic3dcba34e9898b7a4f71067f5531db1952f19c9a Reviewed-on: https://chromium-review.googlesource.com/781461Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#539000}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c90024f5..e350fdc4 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: I51f728b91573a4bce440b194781e5373c7b7749b Reviewed-on: https://chromium-review.googlesource.com/935268Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#538999}
-
Yuwei Huang authored
The iOS logger by default will only write logs to OSLog. However, there is no API for us to retrieve logs sent to OSLog. This CL implements a log handler to store logs in memory before they get printed out. Bug: 814863 Change-Id: Ic7f30df45f3879370e2e9d93ef771f10df4dbeb3 Reviewed-on: https://chromium-review.googlesource.com/933364 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#538998}
-
Christian Biesinger authored
We can't yet use NG for editing, so we have to recreate the layout tree. Bug: 805301 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I1bbf29a911a4c2b3498a990afdf197e40c9e40ad Reviewed-on: https://chromium-review.googlesource.com/922763 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#538997}
-
Alexander Alekseev authored
This removes anchord from EULA screen webview because disabled navigation and anchors may confuse users. Bug: 757721 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ifb8f37f7b0691e9c85c75bb89863bf49f8ca4053 Reviewed-on: https://chromium-review.googlesource.com/918282 Commit-Queue: Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#538996}
-
Jinsuk Kim authored
FlingEnd events can be viewed as one of gesture ack events except it comes from InputRouter. This CL reroutes the flow for it and the other gesture events to RenderWidgetHostViewAndroid/ GestureListenerManager diretly to match how it is handled in other platforms. Bug: 598880 Change-Id: Ie650aa7a24042d55f68cbffe67330007e80c8089 Reviewed-on: https://chromium-review.googlesource.com/934102Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#538995}
-
Istiaque Ahmed authored
Instead of creating CHR and then calling CHR::Init(), create it in one go (in a blocking allowed thread). The instance is immuatable and stored inside ContentVerifyJob, hence CHR doens't need to be RefCountedThreadSafe anymore. ContentHashReader only needs extension related information on creation, so move all such params from the class members (to ContentVerifyJob). Bug: 796395 Change-Id: Ia65938d96e99d5c95562c75920cd614935026240 Reviewed-on: https://chromium-review.googlesource.com/917007Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#538994}
-
Darren Shen authored
This will turn on CSS Typed OM by default for M66. Intent to ship thread with required LGTMs: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/6ai8np0DSOA Bug: 545318 Change-Id: I33c86b4bc4a49e1848e2f6f0ea1580b39b53f95c Reviewed-on: https://chromium-review.googlesource.com/920141 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Rick Byers <rbyers@chromium.org> Reviewed-by:
nainar <nainar@chromium.org> Cr-Commit-Position: refs/heads/master@{#538993}
-
Chromium WPT Sync authored
Using wpt-import in Chromium a823163b. With Chromium commits locally applied on WPT: 73f5acd5 "[css-typed-om] Rejig CSSResourceValue hierarchy." a14d168b "Reland "Add WPT tests for feature policy"" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/12689 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=danyao No-Export: true Change-Id: If6fad2545ccf05fff82a8d44d16775f002887aee Reviewed-on: https://chromium-review.googlesource.com/936162 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@{#538992}
-
Tarun Bansal authored
Network properties entries that are older than 30 days are removed from the persisted prefs. Bug: 813186 Change-Id: I7e4b306eeebff5c0eadd5f03079679cf1e89bbc7 Reviewed-on: https://chromium-review.googlesource.com/926082Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#538991}
-
cm.sanchi authored
This patch mojofies the AddSandboxStatusExtension message Bug: 797230 Change-Id: Ib764dfb908030e54dbf820c33027036830ca922d Reviewed-on: https://chromium-review.googlesource.com/842426 Commit-Queue: Chandramouli Sanchi <cm.sanchi@samsung.com> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#538990}
-
Tom Anderson authored
BUG=800977 R=thestig,dpranke CC=dcastagna Change-Id: I75a468d6d00389b94faa2432d66c934f06037ff9 Reviewed-on: https://chromium-review.googlesource.com/930233Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#538989}
-
Dan Harrington authored
The item is retained if the download has started. Bug: 701939 Change-Id: I2e91ee294b1842174486a4f321984f7d774fd37b Reviewed-on: https://chromium-review.googlesource.com/897705 Commit-Queue: Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#538988}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I6c4a94dacf40f58eb928d3e2a8e9cdbb54580d9d Reviewed-on: https://chromium-review.googlesource.com/936225Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#538987}
-
Scott Graham authored
Flaked at: https://build.chromium.org/p/chromium.fyi/builders/Fuchsia%20%28dbg%29/builds/16582. TBR: wez@chromium.org Bug: 815314 Change-Id: I70e33cd6d91433e26f8f030b692a7ce7d8b52584 Reviewed-on: https://chromium-review.googlesource.com/935671Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#538986}
-
Xi Cheng authored
This CL implements NotificationActivator::Activate() which launches Chrome to handle native notification activation, using a command line with the --notification-launch-id switch. Bug: 734095 Change-Id: I90c67ced93de1f4cc377188e0f414f2d2a9da2a5 Reviewed-on: https://chromium-review.googlesource.com/917821 Commit-Queue: Xi Cheng <chengx@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#538985}
-
https://webrtc.googlesource.com/src.git/+log/88f6decad796..29ef9f066ccc $ git log 88f6decad..29ef9f066 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None The AutoRoll server is located here: https://webrtc-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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I550bf57744b8daaa0c80c5419e651ac877119df6 Reviewed-on: https://chromium-review.googlesource.com/936013Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#538984}
-
Xiaohan Wang authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/9ed334093692..9ca66eafaf6f $ git log 9ed334093..9ca66eafa --date=short --no-merges --format='%ad %ae %s' 2018-02-23 xhwang ffmpeg: Fix memset size on ctts_data in mov_read_trun() (round 2) 2018-02-23 xhwang Revert "ffmpeg: Fix memset size on ctts_data in mov_read_trun()" 2018-02-23 dalecurtis Don't invoke trailing garbage discard for every flush. 2018-02-23 dalecurtis Skip trailing junk data when flushing parser. 2018-01-29 dalecurtis avcodec/mpegaudio_parser: Skip APE tags when parsing mp3 packets. 2018-02-15 dalecurtis Parse and drop gain control data, so that SSR packets decode. 2018-02-15 xhwang ffmpeg: Fix memset size on ctts_data in mov_read_trun() Created with: roll-dep /hdd2/chrome/src/third_party/ffmpeg BUG=812567,794782 Change-Id: If6e6ce0fea7773d2a431d8ba390b122e094162b3 Reviewed-on: https://chromium-review.googlesource.com/935967Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#538983}
-