- 15 Mar, 2018 40 commits
-
-
Ramin Halavati authored
Updating annotations.xml is requested before landing any CL that changes an annotation. To do the tests fast on trybots, only .mm and .cc files are checked. Also the tests do not cover ChromeOS and ios specifc code. This annotation has been moved to ChromeOS specific code by a build file change, hence gone unnoticed by the trybots. This is a typical case that the FYI bot gets the problem and fires an error for manual update of annotations.xml Annotation is marked deprecated as we still do not support ChromeOS in annotations.xml. Bug: 690323 Change-Id: Iab001e8916c3da7e97f68e9dfc67b42017d4f658 Reviewed-on: https://chromium-review.googlesource.com/962764Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#543331}
-
Zhuoyu Qian authored
Use Editor::ExecuteCommand() instead of Editor::CreateCommand().Execute() to avoid the dependence of Editor::Command in SelectionController.cpp Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: I3d0a46689014d7a059d2df56c7bb9d4299ed219f Reviewed-on: https://chromium-review.googlesource.com/964026Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#543330}
-
Yoshifumi Inoue authored
This patch replaces test files "extend-selection-{character,home-end,word}.html" by "extend_selection_${sampleId}_${dir}_${direction}_${granularity}" - sampleId = 1 to 22 - dir = ltr, rtl - direction = backward, forward, left, right - granularity = character, lineboundary, word to utilize |selection_test()| for ease of maintenance and avoid test execution timeout on slow bots. We have 24=2×4×3 files for each file and total 528=24×22 files. Note: These files are generated by scripts in http://crrev.com/c/620331 Bug: 679977 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I0fc047175a016c5861f338e76af921a0c8a3cd9a Reviewed-on: https://chromium-review.googlesource.com/960181Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#543329}
-
Alexander Semashko authored
These events can happen when another test starts or finishes and cause frame/widget focus state changes, breaking some tests. Bug: 695054 Change-Id: I9ab6b3887c00421d4c6f96dd508e912b23706176 Reviewed-on: https://chromium-review.googlesource.com/926368Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Alexander Semashko <ahest@yandex-team.ru> Cr-Commit-Position: refs/heads/master@{#543328}
-
Han Leon authored
This CL - mojofies the legacy IPC ServiceWorkerHostMsg_PostMessageToClient, which is the last one service worker legacy IPC sent from the renderer process to the browser process. - eliminates some infra codes sending service worker legacy IPCs in renderer-side. - eliminates some infra codes receiving service worker legacy IPCs in browser-side. - modifies some related tests. BUG=772793 Change-Id: I81652b2f5c2693eef731faca0a09fd1aa5ad7404 Reviewed-on: https://chromium-review.googlesource.com/947804Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Han Leon <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#543327}
-
Koji Ishii authored
Following bot results are included. 4218 4221 4224 4227 4229 4230 4232 4235 4236 4237 11 lines were removed and 30 lines were deflaked by consecutive results since 4191. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ic59fca5fcef70eb4a19049502ee9e5a8f4ec3a0b Reviewed-on: https://chromium-review.googlesource.com/961827 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#543326}
-
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: I80a0355183de2b2dc9bb80d83ce52309a6381907 Reviewed-on: https://chromium-review.googlesource.com/963981 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@{#543325}
-
Kent Tamura authored
This CL renames: * html/HTMLAttributeNames.json5 -> html/html_attribute_names.json5 * html/HTMLTagNames.json5 -> html/html_tag_names.json5 * html/parser/MathMLAttributeNames.json5 -> html/parser/mathml_attribute_names.json5 * html/parser/MathMLTagNames.json5 -> html/parser/mathml_tag_names.json5 * svg/SVGAttributeNames.json5 -> svg/svg_attribute_names.json5 * svg/SVGTagNames.json5 -> svg/svg_tag_names.json5 * svg/xlinkattrs.json5 -> svg/xlink_attribute_names.json5 * xml/xmlattrs.json5 -> xml/xml_attribute_names.json5 * xml/xmlnsattrs.json5 -> xml/xmlns_attribute_names.json5 This CL has no behavior changes. Bug: 770603 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I45c157f187258bd04090b8e2c9557368f97575f9 Reviewed-on: https://chromium-review.googlesource.com/963863Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543324}
-
edchin authored
Dynamic type is now used in the: - grid cell title - toolbar text buttons - empty state texts The dynamic type used in the grid cell title and the empty state text do not adhere to spec because they are not semi-bolded. Bug: 819667 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ie8ccccc68ec783ce6277c1cb57a26ba5895de8fd Reviewed-on: https://chromium-review.googlesource.com/963180 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#543323}
-
Jan Krcal authored
Bug: 782237 Change-Id: I030322a93c71eec70fc4a53a4cb21458c63678ee Reviewed-on: https://chromium-review.googlesource.com/856796Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#543322}
-
Tsuyoshi Horo authored
Bug: 803774 Change-Id: I2632e971a0105ccfcabe8921d59e6b72d1831982 Reviewed-on: https://chromium-review.googlesource.com/961568 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#543321}
-
Emily Hanley authored
Bug: 757933 Change-Id: I20f5b6f70d125fc9aa6c5d7f541d378454a33445 Reviewed-on: https://chromium-review.googlesource.com/960935 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#543320}
-
Jan Krcal authored
Bug: 782237 Change-Id: Ieb698518c15a84a5759d1c3cf99cff8a40f8f663 Reviewed-on: https://chromium-review.googlesource.com/854053Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#543319}
-
Jan Krcal authored
Bug: 782237 Change-Id: Id89fbfdd30c769fc1dc272d81b1a2fffdb7903fd Reviewed-on: https://chromium-review.googlesource.com/809017Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#543318}
-
Jan Krcal authored
This is the first CL in a sequence that converts all java protobuf uses from nano to lite. It disables one proguard optimization that breaks with lite-generated code. Bug: 782237 Change-Id: Ifed32f216dacad69c1f32e903d8d30070070404b Reviewed-on: https://chromium-review.googlesource.com/808684Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#543317}
-
https://skia.googlesource.com/skia.git/+log/34417a5b0d20..30ce2a3620ff $ git log 34417a5b0..30ce2a362 --date=short --no-merges --format='%ad %ae %s' 2018-03-07 csmartdalton ccpr: Unblacklist vulkan 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=stephana@chromium.org Change-Id: Ib144029580f967c8ad2c34bbc7a1563b35298736 Reviewed-on: https://chromium-review.googlesource.com/962840 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@{#543316}
-
https://webrtc.googlesource.com/src.git/+log/2ce1e749a898..ee205f5bbae6 $ git log 2ce1e749a..ee205f5bb --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None,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: I14e0996a4450129cb509546627f37f2492e14355 Reviewed-on: https://chromium-review.googlesource.com/963847Reviewed-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@{#543315}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f5e91fee. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/13847 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=leon.han@intel.com No-Export: true Change-Id: I4c00551079ee1d0bda075439b2941a356fb31717 Reviewed-on: https://chromium-review.googlesource.com/963765 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@{#543314}
-
Darren Shen authored
This patch: - Creates separate test file for CSSKeywordValue.value. - Make code style consistent. Bug: 774887 Change-Id: I46322556d4f39fd33cffd91bfad82f5a001e48b5 Reviewed-on: https://chromium-review.googlesource.com/954563Reviewed-by:
nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#543313}
-
Yoichi Osato authored
This patch adds test that confirm |selection.modify('move', 'right', 'character')| behavior on various DOM tree including RTL characters. This patch is a extraction from editing/selection/move-left-right.html which tests move right/left inside style=rtl/ltr. Bug: 679977 Change-Id: Iae6a445422999daf6d1da39d8361ecc08ea6c8ec Reviewed-on: https://chromium-review.googlesource.com/955864Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#543312}
-
Gabriel Charette authored
Follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/941264 Further cleanup of WithBaseSyncPrimitives() is done in https://chromium-review.googlesource.com/c/chromium/src/+/961455 as that may have side-effects that risk a revert. Bug: 815225, 689520 Change-Id: I8ba8bb6709b7d8cc88e07e0f915c3c00d0a80cc2 Reviewed-on: https://chromium-review.googlesource.com/961451 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#543311}
-
Kent Tamura authored
According to existing data members and a script name, 'CSSOMFoo' should be converted to 'cssom_foo', not 'css_om_foo'. This CL has no behavior changes. Bug: 770603 Change-Id: Iec7bfac69600c0f5f962cfa089c7bf07b8c16d73 Reviewed-on: https://chromium-review.googlesource.com/963159Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543310}
-
Kent Tamura authored
instead of css_om_foo. This CL has no behavior changes. Bug: 578345 Change-Id: I54e26c53291c7d95611ad6afdff59d49be57d66e Reviewed-on: https://chromium-review.googlesource.com/963866Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543309}
-
Lucas Gadani authored
This leads to a ~0.3% overall improvement on the speedometer 2.0 benchmark, with a ~1% improvement on the jQuery framework's TodoMVC implementation in speedometer. Bug: 808503 Change-Id: I0a24121585cb3d68cbd8cf47d7b75bd3612997b8 Reviewed-on: https://chromium-review.googlesource.com/957622 Commit-Queue: Lucas Gadani <lfg@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#543308}
-
Zhuoyu Qian authored
BackgroundPosition{X/Y}::ApplyInherit only SetPosition{X/Y}(), Background{X/Y}Origin are not set. We should make them set. Bug: 819119 Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: Ic7d37e95c5cb91f4d613f0455d0ed7e7e8e16a24 Reviewed-on: https://chromium-review.googlesource.com/961765Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#543307}
-
Yuta Kitamura authored
This patch also renames classes with the similar name, like WebView- SchedulerImpl. No functional change. Bug: 812986 Change-Id: Ifb82b4c13a8c2ce87d76a530309474ed9516119e Reviewed-on: https://chromium-review.googlesource.com/959946 Commit-Queue: Yuta Kitamura <yutak@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#543306}
-
Darren Shen authored
This patch adds support for flex properties. Failing test because Blink doesn't support 'content' for flex-basis yet. Bug: 820299 Change-Id: Ie2df3fcaecda16d52ded1f90aab9f1df82e9e283 Reviewed-on: https://chromium-review.googlesource.com/963865Reviewed-by:
nainar <nainar@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#543305}
-
Yuzu Saijo authored
This CL makes BlinkLeakDetector hold the list of all the ResourceFethcers so that the keepalive loaders, which may persist over page navigation, would be cancelled in PrepareForLeakDetection. Change-Id: I3f7dffa5e549835b496d131fb95b71b5c3e7f035 Reviewed-on: https://chromium-review.googlesource.com/956651 Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#543304}
-
Joel Hockey authored
Update MockFileSystem.populate to take entries as either strings, or objects include fullPath and metadata. Add additional opt_clear flag to clear all entries before populating. Move MockFileEntry.getMetadata to be on the correct parent class MockEntry to make it available to MockDirectoryEntry. See WebKit/Source/modules/filesystem/Entry.idl Bug: 813477 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I820709eb7549bf618163efa189f3d4df40a36353 Reviewed-on: https://chromium-review.googlesource.com/961984Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#543303}
-
https://skia.googlesource.com/skia.git/+log/a421112ac4a9..34417a5b0d20 $ git log a421112ac..34417a5b0 --date=short --no-merges --format='%ad %ae %s' 2018-03-15 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 87db7c524..5eaddbd01 (9 commits) 2018-03-14 bungeman Add a png.imp for include-what-you-use. 2018-03-14 reed remove SK_SUPPORT_LEGACY_BLURMASKFILTER from android 2018-03-14 halcanary GrGLES: clean up android_get_gl_proc 2018-03-14 bungeman Some iwyu for tests which will otherwise break. 2018-03-14 bungeman Only include png.h for png. 2018-03-14 stephana Disable vulkan tests to fix bots 2018-03-14 egdaniel Add SkColorType getter on SkImage. Created with: roll-dep src/third_party/skia BUG=815092 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=stephana@chromium.org Change-Id: Ida8187982f5af3d8d7db69d975857775e5b6c2c9 Reviewed-on: https://chromium-review.googlesource.com/963822Reviewed-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@{#543302}
-
Noel Gordon authored
This comment refers to FilesApp since before it was turned into a chrome component app, and mislead me and others, and is plain wrong these days. Remove it. Bug: None Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ide0b7bffb98e82284adc66120ffd0babc22085ea Reviewed-on: https://chromium-review.googlesource.com/963142Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#543301}
-
Sam McNally authored
File manager whitelists the filesystem types supported for volume renaming. However, this is incorrectly being applied for file and directory renames. Only apply the filesystem type whitelisting if the entry being considered is a root filesystem entry. Bug: 819299 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I9d18238b1702150c2e3f4374ae2ab028c3eed622 Reviewed-on: https://chromium-review.googlesource.com/961983Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#543300}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/60b83523..3335c7c4 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;luci.chromium.try: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: Id5d723398ad1ef47fdd42437c3a16fe917664cbb Reviewed-on: https://chromium-review.googlesource.com/963727Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#543299}
-
Timothy Loh authored
We've decided to not proceed with permission blacklisting for now. This patch deletes the blacklisting code which is now effectively dead. Bug: 817698 Change-Id: Ifb490c4c77ee1dc66610dd640c534bc3b4c64df3 Reviewed-on: https://chromium-review.googlesource.com/956645Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#543298}
-
Pritam authored
Converts all instances of access to net::CookieStore over to network::mojom::CookieManager. Addressed the uses of cookie store in the following android-specific files: - content/browser/media/android This is a follow-up CL to #903307. Bug: 792672 Change-Id: Ifb5ee30dfb746e66aa4c06674abb8e9e22ec1d1b Reviewed-on: https://chromium-review.googlesource.com/952954Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Pritam Nikam <pritam.nikam@samsung.com> Cr-Commit-Position: refs/heads/master@{#543297}
-
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/563a73429ee0..5d11b541fc9e $ git log 563a73429..5d11b541f --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal The AutoRoll server is located here: https://src-internal-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=mmoss@chromium.org Change-Id: Iafa572457f60f2d34f2b10d7c38719bdb8fac2a2 Reviewed-on: https://chromium-review.googlesource.com/963798Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543296}
-
Paul Dyson authored
Bug: 820883 Change-Id: I8bec2c5822308c918bbfc3bfff8288afed2da0cb Reviewed-on: https://chromium-review.googlesource.com/958366Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Paul Dyson <pdyson@chromium.org> Cr-Commit-Position: refs/heads/master@{#543295}
-
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: Ia0feac35b3cf2916c108a3d9c76707197fc26c9b Reviewed-on: https://chromium-review.googlesource.com/963675Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#543294}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 56a75817. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/13845 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=leon.han@intel.com No-Export: true Change-Id: I2847e62b3d22dd2305897b1f98a29b00fe3680f5 Reviewed-on: https://chromium-review.googlesource.com/963753 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@{#543293}
-
https://chromium.googlesource.com/angle/angle.git/+log/d92d9dd18033..5eaddbd018ea $ git log d92d9dd18..5eaddbd01 --date=short --no-merges --format='%ad %ae %s' 2018-03-14 jmadill Vulkan: Flag uniforms as dirty when they are updated. 2018-03-14 lucferron Vulkan: Support of float uniform matrixes (2,3,4). 2018-03-14 geofflang Add an EGL extension to disable GL extensions by default. 2018-03-14 jmadill VertexArray: Add perf tests for VAO dirty bits. 2018-03-14 jiawei.shao ES31: Support program parameter queries on geometry shader 2018-03-13 lucferron Vulkan: Get/SetUniform for float / int and vec* 2018-03-14 cwallez cq.cfg: equivalent_to to 100% for Linux tryservers. 2018-03-13 cwallez Fix cubemap robust resource init for GenerateMipmap 2018-03-14 jmadill Move DrawCallParams to the gl front-end. 2018-03-14 jmadill D3D11: Minor cleanup to DrawCallVertexParams. 2018-03-14 jmadill Vulkan: Implement basic depth/stencil buffers. Created with: roll-dep src/third_party/angle BUG=815092 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=cwallez@chromium.org Change-Id: I96ce0594d73145c878b65ad261d75f0d2db6c3a2 Reviewed-on: https://chromium-review.googlesource.com/963721Reviewed-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@{#543292}
-