- 24 Oct, 2019 40 commits
-
-
Yi Su authored
URL spoofing may happen when: 1. A web page is loaded then trying to load a new URL every 10ms by JS; 2. The user starts a new navigation, which is never actually started because WKWebView is overwhelmed by JS; 3. No WKNavigationDelegate callback of the new navigation is invoked, so our current code doesn't emit any WebStateObserver event; 4. LocationBarMediator depends on WebStateObserver callbacks to update the URL, so the URL is never updated but WKWebView is still displaying the old page, thus the URL spoofing happens. This can be solved by 2 steps: 1. Update WebStateImpl.IsLoading inside the KVO callback of WKWebView.loading. This ensures that WebStateObserver::DidStopLoading is emitted when user's navigation is halted by WKWebView; 2. In GetVisibleItem of CRWSessionController/WKBasedNavigationManager, only return the pendingItem if WKWebView.loading=YES. Bug: 991763, 247693 Change-Id: Icb2a0a6ce8aa896f500a5b9a67ff793548784e3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778864 Commit-Queue: Yi Su <mrsuyi@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#708986}
-
Carlos Caballero authored
MessageLoop is going away soon. Bug: 891670 Change-Id: Id1ef32b04e087514454f3d76b5aeff7ff0d51f8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876391 Commit-Queue: Carlos Caballero <carlscab@google.com> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#708985}
-
Kuo Jen Wei authored
Bug: 1017570 Test: Verify, on HALv3 device, the the photo mode preview resolution slightly larger than screen size is selected. Change-Id: Ibd6afd65d63c80990b92972e78310f32287c13c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877334Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Auto-Submit: Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#708984}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/bd2007738e5a..d113ee326ba5 git log bd2007738e5a..d113ee326ba5 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 srte@webrtc.org Removes deprecated WebRTC-Bwe-AimdRateControl-NetworkState trial. Created with: gclient setdep -r src/third_party/webrtc@d113ee326ba5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: None Change-Id: I815f6124aad2b9cfd3fc2a2a08c54e0709d26841 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877621Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708983}
-
Takashi Toyoshima authored
This patch updates the WebRequestCORSWithExtraHeaders test run with various configurations, based on kOutOfBlinkCors base::Feature, policy::CorsLegacyModeEnabled, and policy::CorsMitigationList. Bug: 1002884 Change-Id: I8929b588f6999ccec3bcf011cd019211c9fc256a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862356 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#708982}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/402fbcca936b..20b416235aa6 git log 402fbcca936b..20b416235aa6 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 ppluciennik@opera.com Move ldflags (Metal dependency) to libdawn_native. Created with: gclient setdep -r src/third_party/dawn@20b416235aa6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: chromium:1003381 Change-Id: I306a0a9c77c4c84f2d94344b4bae54284f51391e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877622Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708981}
-
Chromium WPT Sync authored
Using wpt-import in Chromium eccefc6f. With Chromium commits locally applied on WPT: 1d5b803f "Add WebVTT support for inline styling - Web Platform Tests" 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 NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: Icbb0d6f50e1529dd4fcfe0d261043fa2a61f80a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877374Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708980}
-
Joel Hockey authored
TerminalPrivateApi registers as a CrostiniRestarterObserver and prints out information about each stage of startup. Terminals currently rely on having a unique ID which is passed from chrome to the JS code in the callback to openTerminalProcess. This ID allows terminals to know which instance the onProcessOutput is meant for. Since this ID is not set for the startup text, terminal JS code will generate a random ID and pass it as a startup_id param in openTerminalProcess. This will be used to send startup text, but this switch is not passed on to vsh process creation. Bug: 1016680 Change-Id: Ibd0417f18f05f505b68f8f3f23ad23cb584dac0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876292 Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Julian Watson <juwa@google.com> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#708979}
-
Yang Guo authored
https://chromium.googlesource.com/devtools/devtools-frontend/+log/d45051a43c..b186cfaa74 TBR=bmeurer@chromium.org Change-Id: I32eb41caa1007eac3a5ed334bdfa335d0d5e221d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878188Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#708978}
-
Arthur Hemery authored
Cleanup after enabling PerNavigationMojoInterface by default. This CL removes the old DroppedNavigation and AbortNavigation IPCs, that were replaced by disconnect handlers on the mojo interface. Bug: 784904 Change-Id: Ib6ce003398834f694e516b91386781d48e7e9892 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810529Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/master@{#708977}
-
Richard Knoll authored
To match the updated mocks we need to show the initiating origin below the list of apps and devices. This also updates the paddings to match the mocks. Screenshot: https://imgur.com/mFoeyfg Bug: 1011286 Change-Id: Id35fa58658364cc20f93181ebbc5651ee456c05c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878189 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#708976}
-
Gustaf Ullberg authored
This change switches to the StreamConfig versions of ProcessStream and AnalyzeReverseStream. This is part of the preparations for multichannel audio processing. It also means that Chromium no longer uses deprecated WebRTC APIs for audio processing. Bug: chromium:1016708 Change-Id: I105a1a434d081879f31efa8703f994e4111c0f5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875261Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Gustaf Ullberg <gustaf@chromium.org> Cr-Commit-Position: refs/heads/master@{#708975}
-
Victor-Gabriel Savu authored
Add additional options for DeviceRebootOnUserSignout to allow rebooting after a virtual machine (crostini or plugin VM) has been started. Design Document: https://docs.google.com/document/d/1cIZsPD6rwm6ca5r8GCXUqr2gT1axsoGe0S0Hl2-OgCE Bug: 986755 Change-Id: Ida2a73e4d38897d13ddeeba53eb25c4311f2459d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840634Reviewed-by:
Bartosz Fabianowski <bartfab@chromium.org> Commit-Queue: Victor-Gabriel Savu <vsavu@google.com> Cr-Commit-Position: refs/heads/master@{#708974}
-
Alex Chau authored
- ResponseMessage is passed in SendMessageToDeviceCallback - SharingMessageHandler is requried to call done callback when done Bug: 1016714 Change-Id: I12e5729d39c9a9046ca7e8ffdfae0047a79d1464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869218 Commit-Queue: Alex Chau <alexchau@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#708973}
-
Juan Antonio Navarro Perez authored
NOTRY=true TBR=crouleau@chromium.org Bug: 1017661 Change-Id: I57a3b39daa224618ad87d242fe5521ad655be921 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878192 Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#708972}
-
Rune Lillesveen authored
It is possible to create a shadow root on a Shadow DOM V0 insertion point. However, if it's an active insertion point, we render the distributed children and not the shadow subtree. Make sure we traverse the distributed children in that case, and not the shadow tree, when FlatTreeStyleRecalc is enabled. TEST=fast/dom/shadow/shadowroot-of-insertionpoint.html Bug: 972752 Change-Id: I9158a5d669764a049acb9780dccc4ae1b0ff87b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875735 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#708971}
-
Abhijeet Kandalkar authored
This primary goal of this CL is to use DynamicTo<HTMLSlotElement> as new downcast helper Bug: 891908 Change-Id: Iad3033d44acf245e16c50f0a18cd196cf5791566 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1874415 Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#708970}
-
Jan Scheffler authored
This patch makes the pageSize and skipCount parameters for the requestEntries protocol method optional. The call will return all available entries if pageSize is not set and default to 0 for skipCount. Bug: chromium:988038 Change-Id: I6257f1beb07be1a87652334df9cd169d5f65724b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875751Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Jan Scheffler <janscheffler@chromium.org> Cr-Commit-Position: refs/heads/master@{#708969}
-
Sigurd Schneider authored
This reverts commit 5551563f. Reason for revert: Not needed anymore. Original change's description: > [devtools] Temporarily disable tests related to crbug.com/1003497. > > These will be rebaselined manually once the fix rolls into > devtools-frontend repository. > > Bug: chromium:1003497 > Change-Id: I98b2178dd67be86188e4c212e509330d29f04c94 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872098 > Reviewed-by: Yang Guo <yangguo@chromium.org> > Commit-Queue: Benedikt Meurer <bmeurer@chromium.org> > Cr-Commit-Position: refs/heads/master@{#708133} TBR=yangguo@chromium.org,bmeurer@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: chromium:1003497 Change-Id: I49a2907301b59b747c1cc2b497c040b9306c4e5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1878247Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#708968}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d0b2029c2d7c..3d8b9b834731 git log d0b2029c2d7c..3d8b9b834731 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@3d8b9b834731 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=michaelludwig@google.com Bug: None Change-Id: I3c6ed166d646baee8218dc65c856eccac3796b2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877859Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708967}
-
Richard Knoll authored
This will show the origin of the site requesting the external protocol dialog below the list of apps and devices. See screenshot: https://imgur.com/phoAsfI Test: New automated tests added for views w/ and w/o origin. unit_tests --gtest_filter=IntentPickerBubbleViewTest.InitiatingOriginView Bug: 1010920,754304 TBR=satorux@chromium.org Change-Id: I6637b43b7c8e847663d15d233f958430a51f4b4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1850151 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
David Jacobo <djacobo@chromium.org> Cr-Commit-Position: refs/heads/master@{#708966}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3c88a741..ca0cdfbf Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ie3e7003b9610a36bf41f3762a86c21e34a989ea8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877373Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708965}
-
Tony Mak authored
1. Removed reflection and instead use SelectionEvent introduced in P That means we won't have logging from O device anymore. However, P-R logs should be enough for us to conduct A/B experiments. 2. By calling onSelectionEvent, events would now be routed to a TextClassifierService if exists. Previously, TCS won't get the event. 3. This will help migrate to the new android metrics logger. Bug: b/120032995 Change-Id: I4d39600cb0d029f2b311d66fb97ec6bb7a1c7a2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868882Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Tony Mak <tonymak@google.com> Auto-Submit: Tony Mak <tonymak@google.com> Cr-Commit-Position: refs/heads/master@{#708964}
-
Armando Miraglia authored
The Zombie detector identified an issue in how the AV objects for video capture were been used. This change speculatively fixes the crash associated to it by adjusting the objects ownership. The fix is speculative in the sense that a local repro steps are not available for testing the effectiveness of the fix. BUG=1014942 Change-Id: Iaa0a8318b5a71a4b1964a6fa2a2e7459dd09074f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876087Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Armando Miraglia <armax@chromium.org> Cr-Commit-Position: refs/heads/master@{#708963}
-
Fergal Daly authored
https://ci.chromium.org/p/chromium/builders/ci/linux-bfcache-debug They are all in the spreadsheet. Change-Id: I87a6a63b5aa4aa385c0d461167aa2ff2813f2e43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877503 Commit-Queue: Fergal Daly <fergal@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#708962}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/615918c91d1d..4517c7b883c5 git log 615918c91d1d..4517c7b883c5 --date=short --no-merges --format='%ad %ae %s' 2019-10-23 stevenperron@google.com Update DEPS (#2986) 2019-10-22 afdx@google.com spirv-fuzz: fuzzer pass to adjust memory access operands (#2968) 2019-10-22 greg@lunarg.com Instrument: Add missing def-use analysis. (#2985) 2019-10-22 afdx@google.com spirv-fuzz: add missing functionality for matrix composites (#2974) Also rolling transitive DEPS: src/third_party/spirv-headers/src 842ec9067462..af64a9e826bf Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@4517c7b883c5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,jonahr@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 TBR=radial-bots+chrome-roll@google.com,jonahr@google.com Bug: None Change-Id: I1c253ed78593e4e7ba3e8977f8e01a5d5d15fe25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877856Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708961}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/b2885bc4a40f..806747e03674 git log b2885bc4a40f..806747e03674 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/glslang/src 5e634c8999e6..7662586844f4 (3 commits) Created with: gclient setdep -r src/third_party/angle@806747e03674 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jonahr@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jonahr@google.com Bug: chromium:None Change-Id: I8b5848c9637df3435993b409498c3cef2122ad43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877858Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708960}
-
Mihai Sardarescu authored
The Unified Consent feature is now enabled on all platforms. This CL removes the Unified Consent feature flag and the pre-UnifiedConsent code. Bug: 1015805 Change-Id: I9f9a43865d7144d8dcce082f0a5d402599973c10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866513 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#708959}
-
Mario Sanchez Prada authored
Convert the remaining bits in both the implementation and clients from the browser and renderer processes for the FrameSinkVideoCaptureOverlay interface, and adapt unit tests. Bug: 955171, 978694 Change-Id: Ib835dfbe4a84a8ac5abfef5bbaf3945ad5f3fa61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863291Reviewed-by:
enne <enne@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#708958}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/76c2e50d3bb9..ad557c41da7c git log 76c2e50d3bb9..ad557c41da7c --date=short --no-merges --format='%ad %ae %s' 2019-10-24 tikuta@chromium.org presubmit: deprecate vpython_spec_path Created with: gclient setdep -r src/third_party/depot_tools@ad557c41da7c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=agable@chromium.org Bug: chromium:1002153 Change-Id: I274a2127848ca8b4077851e1e4f76f4b68e64197 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877857Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708957}
-
Corentin Wallez authored
webgpu.h is a new header that's meant to be an interface to both Dawn, and wgpu-native which is Mozilla's implementation of WebGPU. It is being developed jointly with Mozilla at https://github.com/webgpu-native/webgpu-headers We want to transition to only using webgpu.h instead of dawn.h and this CL removes both deprecated headers. (dawn.h and dawncpp.h). This CL does the many renames of types and enum values that are required. BUG=dawn:27 Change-Id: I6deeb1e6b93bc1c4061bbdce85f66af5ef9d2fcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873756Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#708956}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/0cc2fbd4ba42..177c5c4fe392 git log 0cc2fbd4ba42..177c5c4fe392 --date=short --no-merges --format='%ad %ae %s' 2019-10-24 vapier@chromium.org perf_uploader: get tests passing under Python 3 2019-10-24 vapier@chromium.org tests: add more sanity checks on overall runtime Created with: gclient setdep -r src/third_party/chromite@177c5c4fe392 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I7cc73cd6fb3d4be9e68ba8207156f07e5cf50ce0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877854Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708955}
-
Hiroki Nakagawa authored
This adds Worker.onerror handler in net/data/websocket/connect_check.html. This is useful for debugging https://crbug.com/1000117. Without this change, SSLUITest.TestWSSInvalidCert waits for timeout long time. Bug: 1000117 Change-Id: Ibe0e73fcf30423bb0a1c0cf5b38384355605905c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877496 Auto-Submit: Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#708954}
-
Nazerke authored
This CL adds all handoff manager tests to EG2 target and updates headers and adds eg2_test source_set in build file. Moreover, new app interface for handoff tests is being introduced. Bug: 987646 Change-Id: I3410f778e9f9daece1767a4f0a73c168f6e9aef0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872209Reviewed-by:
Robbie Gibson <rkgibson@google.com> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Auto-Submit: Nazerke Kalidolda <nazerke@google.com> Cr-Commit-Position: refs/heads/master@{#708953}
-
Javier Ernesto Flores Robles authored
Create an app interface for the app code in fallback_coordinator_egtest related to the keyboard. Move the code from the test to this interface so it can be used later to migrate the test to EG2. Bug: 1017175 Change-Id: I08a85c003a1797d2ef5fa0cd8e4ec444dd05fb3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876392 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#708952}
-
Nazerke authored
This CL adds a file to EG2 target and updates headers and adds eg2_test source_set in build file. Bug: 987646 Change-Id: Ia7e5b80e523d48d37b2552623529dc1e93fb0160 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871693Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Auto-Submit: Nazerke Kalidolda <nazerke@google.com> Cr-Commit-Position: refs/heads/master@{#708951}
-
Yuki Shiino authored
It turned out that we'd better sort SymbolDefinitionNodes in order of their first appearance rather than the alphabetical order of their names. In code reading, alphabetic order doesn't make any sense nor doesn't help read code. The order of first use makes more sense. For example, given |f(B, A, C)|, A B C f(B, A, C) will be changed to B A C f(B, A, C) Bug: 839389 Change-Id: Id6bc57ed4ea0afa6e630ab33a55c5472377927e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876293 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#708950}
-
Fergal Daly authored
- SystemNetworkContextManagerMaxConnectionsPerProxyBrowsertest.MaxConnectionsPerProxy was renamed in https://crrev.com/c/1767094 - BookmarksCommandManagerTest.All can be seen passing 100 times here https://chromium-swarm.appspot.com/task?id=48104c14d9892f10 - all other removed tests can be seen passing (also remaining tests can be seen failing) here Change-Id: I6aba8db97ad3e24ae84a5d0afe539878784636ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875353Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#708949}
-
DongJun Kim authored
In the past, "content/*/file_system" was renamed to "fileapi" to contain both the code for the filesystem API and the blob system. But the blob system moved out to separate directories, we have the confusing situation that we have directories named after one API that contain the implementation of a different API. This patch rename "storage/common/fileapi" to "file_system" to actually match for reducing confusion. Bug: 921260 Change-Id: I5071d6e268aa6824c165678def35d4dfe88a6f89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871711 Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#708948}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3ac668ca6cd5..d0b2029c2d7c git log 3ac668ca6cd5..d0b2029c2d7c --date=short --no-merges --format='%ad %ae %s' 2019-10-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 d4affcdd2ac9..b2885bc4a40f (8 commits) 2019-10-24 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps Created with: gclient setdep -r src/third_party/skia@d0b2029c2d7c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=michaelludwig@google.com Bug: chromium:None Change-Id: Ibf04537509124743d5e8cf3456bbd4b9167182e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877853Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#708947}
-