- 17 Nov, 2017 40 commits
-
-
Gary Kacmarcik authored
This cl adds the basic Clipboard PermissionType and the PermissionContext. UX for this permission (which will be behind a feature flag) will be added in a follow-up cl. Bug: 677564 Change-Id: Ia5909c8f1feeedad5471db87630154071d7ba8ac Reviewed-on: https://chromium-review.googlesource.com/759029 Commit-Queue: Gary Kacmarcik <garykac@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#517332}
-
Takashi Toyoshima authored
Now that the blink_platform_unittests can support threading, let's move PushPullFIFOMultithreadTest there. Bug: n/a Change-Id: I23e284e695db9f36f28a26045a8cd9194e4b61f5 Reviewed-on: https://chromium-review.googlesource.com/774361Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#517331}
-
Koji Ishii authored
In order to port/share the logic with LayoutNG, this patch cleans up visual overflow logic for InlineTextBox. Bug: 636993 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie2bd84c6f332d372b744aa0b7c6de6b9e7406bc8 Reviewed-on: https://chromium-review.googlesource.com/768592 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#517330}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/784134994bd0..1eda27a65489 $ git log 784134994..1eda27a65 --date=short --no-merges --format='%ad %ae %s' 2017-11-16 jmadill Buffer11: Allow CopySubData from uninitialized. 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=ynovikov@chromium.org Change-Id: I065a21b46e84beeec0fedfd40a51fef58f5e0e18 Reviewed-on: https://chromium-review.googlesource.com/776393Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#517329}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/5627d65146cb..35c556f33e2c $ git log 5627d6514..35c556f33 --date=short --no-merges --format='%ad %ae %s' 2017-11-16 herb Revert "Revert "Direct evaluation of gaussian"" 2017-11-16 brianosman Revert "Add method to sk_gpu_test::TestContext to automatically restore the previous context." 2017-11-15 ethannicholas converted GrAARectEffect to SkSL 2017-11-16 herb Fix Sk8b reading too many bytes 2017-11-16 angle-deps-roller Roll skia/third_party/externals/angle2/ 0a05df48f..8957b6c07 (1 commit) 2017-11-16 angle-deps-roller Roll skia/third_party/externals/angle2/ a3106c585..0a05df48f (1 commit) 2017-11-15 csmartdalton Reland "Fold analytic clip FPs into GrReducedClip" 2017-11-15 csmartdalton Reland "Fix precision caps and rrect/ellipse effect precisions" 2017-11-16 ethannicholas fix Housekeeper-PerCommit bot 2017-11-16 brianosman Revert "Direct evaluation of gaussian" 2017-11-16 mtklein remove Win10 GDI bot 2017-10-20 herb Direct evaluation of gaussian 2017-11-16 egdaniel Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""" 2017-11-16 ethannicholas Switched SkSL from using raw strings back to STRINGIFY 2017-11-16 egdaniel Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"" 2017-11-16 reed test scalePixels and unpremul 2017-11-09 scroggo WebP - allow more scales 2017-11-16 robertphillips Add overbudget handling to GrResourceAllocator 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=brianosman@chromium.org Change-Id: I88ebf163fce563e97dd88702d235495e7071499e Reviewed-on: https://chromium-review.googlesource.com/775624Reviewed-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@{#517328}
-
Bin Zhao authored
- Added an 'always use mirroring' checkbox to MR (route control) dialog. The checkbox only shows up if a route is a local mirroring route. - Send 'setMediaRemotingEnabled' message to chrome when user changes 'always use mirroring' checkbox value Bug: 774245 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I85c9f9ec8bd320ba1f4eebba4f1fb6223dfda084 Reviewed-on: https://chromium-review.googlesource.com/717317 Commit-Queue: Bin Zhao <zhaobin@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#517327}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/aea84f55199c..0a8798b26675 $ git log aea84f551..0a8798b26 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc 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 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I64b5269cb48778753cf9785d49697d494f5f5cfe Reviewed-on: https://chromium-review.googlesource.com/776394Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#517326}
-
Hayato Ito authored
HTMLSlotElement::AttachLayoutTree should attach assigned nodes, instead of distributed nodes, which is no longer valid in IncrementalShadowDOM. Bug: 776656 Change-Id: Id6d2561ea4f1b0a4e837b8c7744f573948e37dd4 Reviewed-on: https://chromium-review.googlesource.com/773323Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#517325}
-
Xiaohan Wang authored
This is a clean up CL so that we can avoid passing one additional callback into MojoCdmFileIO. BUG=721876 TEST=No functionality change Change-Id: Ifa3b071a5a95437f87b50f888bce72bc51ad3fd9 Reviewed-on: https://chromium-review.googlesource.com/770318 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#517324}
-
Wei-Yin Chen (陳威尹) authored
Bug: 725661 Change-Id: I29d98e6c022ca96de11dce35bc521307a24ce3d1 Reviewed-on: https://chromium-review.googlesource.com/775476 Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#517323}
-
Xianzhu Wang authored
Bug: 781508 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_root_layer_scrolls;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I792d53b913abd981759be2473a3e450889181ff2 Reviewed-on: https://chromium-review.googlesource.com/775034 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#517322}
-
Greg Thompson authored
Improvements in the test harness may allow these to run on Win 10 (at least, they run on my Win10 box). BUG=699442 Change-Id: Ic884ceba23bcd634ca961326eaf53ee3b6589856 Reviewed-on: https://chromium-review.googlesource.com/774442Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#517321}
-
Kurt Horimoto authored
This CL adds some base classes around which Fullscreen implementation will be built. There is no functionality yet; other classes must be added and setup by FullscreenController. Classes added: - FullscreenController and its observer class - FullscreenUIElement and its updater - FullscreenScrollEndAnimator - ScopedFullscreenDisabler Bug: 778016 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I11439513f4e52515bfee382ccd41cfe531c931a3 Reviewed-on: https://chromium-review.googlesource.com/773473Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#517320}
-
Menglu Huang authored
Bug: Change-Id: I98d225c41b1122016e8758bce8da2365dbb9cf62 Reviewed-on: https://chromium-review.googlesource.com/775602Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#517319}
-
Kenichi Ishibashi authored
We should use ContextClient instead of storing ScriptState because ContextClient can check whether the context is destroyed. Bug: 785553 Change-Id: Icf85fb6c3f97c9a50f85de812b812999669b96f5 Reviewed-on: https://chromium-review.googlesource.com/776136Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#517318}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/1087227dc4f1..ba6a850bbb5b $ git log 1087227dc..ba6a850bb --date=short --no-merges --format='%ad %ae %s' 2017-11-15 dtu [pinpoint] Remove new job page and dependency on dashboard/static/. 2017-11-16 rnephew [Telemetry] Fix StoryExpectations not working on android webview bots. 2017-11-15 dtu [pinpoint] Change "differences" section wording. 2017-11-16 dtu [pinpoint] Automatically increasing repeat count. Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I2ffc14ea682dc9aa7ff208a20150eca6b8d87c47 Reviewed-on: https://chromium-review.googlesource.com/776353 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#517317}
-
dpapad authored
Bug: 773928 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8c2c769732a2e636a6b6eb0b83c866c5da1325ea Reviewed-on: https://chromium-review.googlesource.com/773566 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#517316}
-
Luciano Pacheco authored
This is part of the gradual process of putting all types that derive from CSSValue into blink::cssvalue:: namespace. Bug: 667961 Change-Id: I5d90a018fa7e23cacf2bf9c9f7001f8ce1304ba1 Reviewed-on: https://chromium-review.googlesource.com/765621 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Reviewed-by:
meade_UTC10 <meade@chromium.org> Reviewed-by:
Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#517315}
-
Marijn Kruisselbrink authored
The old code stopped working when I started caching the BlobRegistry, so rather than just overriding the platforms interface provider, just provide an explicit hook to inject a blob registry. Bug: 785705 Change-Id: I91281ae5793f1c67b6b1493662707763267bb0bd Reviewed-on: https://chromium-review.googlesource.com/775082 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#517314}
-
John Rummell authored
Adds trace events for opening the file, as well as when Write() and WriteDone() are called to understand the impact of opening a temporary file and renaming it after it's written to. Also adds fileName to the event data saved. BUG=774160 Change-Id: Id0476d028865802e1ddda22eac6620cd6f16f106 Reviewed-on: https://chromium-review.googlesource.com/775654 Commit-Queue: John Rummell <jrummell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#517313}
-
Hiroki Nakagawa authored
This is a follow-up CL for https://chromium-review.googlesource.com/c/759438/ After the CL, V8WorkerGlobalScopeEventListener is used not only for Workers but also for Worklets. Bug: 782696 Change-Id: Iece08a78ff0d640aca21e49bf23ecf9623204daa Reviewed-on: https://chromium-review.googlesource.com/776207Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#517312}
-
Lei Zhang authored
Change-Id: I91cce75db92d8261a8d9d4f6def89143962909ef Reviewed-on: https://chromium-review.googlesource.com/776234Reviewed-by:
Taiju Tsuiki <tzik@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#517311}
-
Maajid authored
Bug: 741274 Change-Id: I9d69522926063c0015d1eebb2ad3aa2ace8307a9 Reviewed-on: https://chromium-review.googlesource.com/773908Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Maajid <maajid@chromium.org> Cr-Commit-Position: refs/heads/master@{#517310}
-
depot-tools-roller@chromium.org authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f78690b68752..23b8214cec26 $ git log f78690b68..23b8214ce --date=short --no-merges --format='%ad %ae %s' 2017-11-16 nodir [git-cl] refactor hash tags support 2017-11-15 nodir [git-cl] add support for hashtags 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: I5ce930769de4e8ea4ccb44507f004f2adf7b3952 Reviewed-on: https://chromium-review.googlesource.com/776069Reviewed-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@{#517309}
-
dpapad authored
Bug: None Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: If563bbbc16319eac2ef7728ef29991adbe77ed87 Reviewed-on: https://chromium-review.googlesource.com/773587Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#517308}
-
Hongchan Choi authored
Spec: https://webaudio.github.io/web-audio-api/#idl-def-audioworkletprocessorstate This CL has 2 development steps: 1. Implements AudioWorkletProcessorState in AudioWorkletNode - This change is relatively simple, and will cover two processor state changes: "pending", "running". 2. Implements the communication channel from AudioWorkletGlobalScope to the main execution context and an AudioWorkletNode instance. - This change is slightly more involved. AWGS needs a reference to the parent frame task runner, so it can fire the processor state change event like "stopped" and "error". Bug: 784526 Test: LayoutTests/http/tests/webaudio/audio-worklet/audio-worklet-processor-state.html Change-Id: If2dcae7c6dd8308d1905e7b8ae9cd4736b871dc6 Reviewed-on: https://chromium-review.googlesource.com/769330 Commit-Queue: Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#517307}
-
Mathieu Perreault authored
Using more of WebContentsObserver to hide the bubble when the tab is switched or closed. Removing the TabStripModelObserver because the WebContentsObserver is sufficient. Bug: 783852 Test: Manual through interactive browser_tests Change-Id: I14cb528ad04901cb9ca2526207673036a927b9ce Reviewed-on: https://chromium-review.googlesource.com/775939 Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#517306}
-
Michael McGreevy authored
Change-Id: I569b05b852b06451c73bdc0a120a2056ab079343 Reviewed-on: https://chromium-review.googlesource.com/775607Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Michael McGreevy <mcgreevy@chromium.org> Cr-Commit-Position: refs/heads/master@{#517305}
-
Chandan Padhi authored
This CL adds implementation for GJDA's mojom interface which was introduced in [1]. GJDA interface that runs in the gpu process is exposed to the browser process via ui::Gpu. The mojo connection between browser and gpu is set up by a call to ui::Gpu::CreateJpegDecodeAccelerator(). Existing JPEG decoder IPC messages between browser and gpu have been replaced with mojo calls to GJDA interface. GJDA unittest has been updated to use the new mojo implementation. [1] https://codereview.chromium.org/2905823002/ Bug: 699255 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: I158c2f7c7d77f9a042fef0630c4ac07160c6e903 Reviewed-on: https://chromium-review.googlesource.com/525672Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Chandan Padhi <c.padhi@samsung.com> Cr-Commit-Position: refs/heads/master@{#517304}
-
Alexandre Courbot authored
These 3 fields are needed for FMO, which libva did not and will never implement. As a result libva 2.0.0 has deprecated these fields. Stop using them to avoid compiler warnings are we upgrade to it. BUG=chromium:785754 TEST=made sure h264 HW decoding was still working after this CL. 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: I69310b37a50e7ceb74b347f0b727e01102d46df0 Reviewed-on: https://chromium-review.googlesource.com/774340Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#517303}
-
Vadim Tryshev authored
It's not used by the new launcher. Bug: 747547 Change-Id: Ice6ec37012c15ad951f5c7c3744d34fd8033fb14 Reviewed-on: https://chromium-review.googlesource.com/773402Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Vadim Tryshev <vadimt@chromium.org> Cr-Commit-Position: refs/heads/master@{#517302}
-
Hiroki Nakagawa authored
[SecureContext] attribute was not supported on 'partial interface' and 'attribute', but peria@'s CL[1] fixed this issue. This CL replaces workarounds with the proper [SecureContext] on WindowAnimationWorklet and WindowAudioWorklet. [1] https://chromium-review.googlesource.com/c/chromium/src/+/765607 Bug: 779938 Change-Id: I96ed100c9937217e70e7ae4db7d6576305e05f25 Reviewed-on: https://chromium-review.googlesource.com/774338 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#517301}
-
xzhan96 authored
This CL creates blink.mojom.WebPageVisibilityState enum type and uses it to replace existing native enum type blink::WebPageVisibilityState. This is the preparation to impl the blink.mojom.ServiceWorkerClientInfo, and finally to remove content::ExtendableMessageEventSource, which is an incremental step toward Onion Soup: having less dependence on content types for service worker. BUG=782528 Change-Id: Ic066d85ff5e7cc5b25b7942fadfe9d5835d17d4c Reviewed-on: https://chromium-review.googlesource.com/762524 Commit-Queue: Xiaofeng Zhang <xiaofeng.zhang@intel.com> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#517300}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/a3106c585ae6..784134994bd0 $ git log a3106c585..784134994 --date=short --no-merges --format='%ad %ae %s' 2017-11-16 ynovikov Skip ShaderStorageBufferTest31.AtomicMemoryFunctions on Linux AMD GL 2017-11-16 brandon1.jones Add Regression Test for D3D11 Alpha Passthrough 2017-11-15 oetuaho Only initialize globals if initialization flag is set 2017-11-14 jmadill Add perf test for ushort DrawElements. 2017-11-02 jgilbert Add TextureUploadFormatTest for texture unpack/upload behavior checks. Created with: roll-dep src/third_party/angle BUG=735497 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=ynovikov@chromium.org Change-Id: Ia86b64a7f93079eb2b4621174dca99eedf38221b Reviewed-on: https://chromium-review.googlesource.com/775884Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#517299}
-
Ian Vollick authored
With this CL, I change how the visibility of modal dialogs and the related visibility of 2d browsing scene elements are managed. I have also added two elements in the ancestor chain for the audio permission prompt: a shadow and a full screen hit target (similar to the exit prompt backplane). Bug: 768512 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: Ia5dcbe865fb8d92e90538039d9dfaa4679573dac Reviewed-on: https://chromium-review.googlesource.com/774908 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Yash Malik <ymalik@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#517298}
-
Jamie Madill authored
This reverts commit e9a70b2c. Reason for revert: Seems to break on non-swarming configs: https://build.chromium.org/p/chromium.gpu.fyi/builders/Win10%20Release%20%28Intel%20HD%20630%29/builds/1038 https://build.chromium.org/p/chromium.gpu.fyi/builders/Win7%20Release%20%28AMD%20R7%20240%29/builds/1773 Bug: 785291 Original change's description: > Run angle_perftests on Windows AMD and Intel. > > This will prevent regressions on the perf bots. > > BUG=785291 > TBR=kbr@chromium.org > > Cq-Include-Trybots: 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: I58e435466cef8450fe04f1775577dcabb84523e7 > Reviewed-on: https://chromium-review.googlesource.com/771547 > Commit-Queue: Jamie Madill <jmadill@chromium.org> > Reviewed-by: Jamie Madill <jmadill@chromium.org> > Cr-Commit-Position: refs/heads/master@{#516787} TBR=jmadill@chromium.org,kbr@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 785291 Change-Id: I629eb2aced90fe2c9d4a72f003d17679fe267fe3 Cq-Include-Trybots: 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 Reviewed-on: https://chromium-review.googlesource.com/775793Reviewed-by:
Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#517297}
-
Yutaka Hirano authored
Bug: 785770 Change-Id: I760033d56ef8d804ef1d396e1b2520f8c90e8b90 Reviewed-on: https://chromium-review.googlesource.com/774342Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#517296}
-
Daniel Murphy authored
1. If loading from database fails, then set cache mode to contain values, since we no longer have database. 2. If commit fails for the first time, the wrapper is deleted and recreated by the context. But on subsequent fails, the wrapper is not recreated. So, do not unload the values from map till commit is successful, otherwise change the cache mode. 3. On commit failure and then a purge, the database will load an old version of the data which can cause inconsistency in the values sent by renderer and values stored in browser. So, do not report bad message in these cases. 4. When the cache mode is only keys, there should be no way for browser quota to exceed since there is only one renderer. Report bad message in this case. BUG=744602 Change-Id: I8e60ae0ef6e4c5a9f5ff0c953d6e1b433bc05e1f Reviewed-on: https://chromium-review.googlesource.com/768249 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#517295}
-
Fady Samuel authored
Prior to this CL, RenderWidgetHostViewChildFrame converted the frame rect in DIP to physical pixels for GetPhysicalBackingSize. The frame rect in DIP is computed using ScaleToEnclosingRect which can change the size of the rect depending on its position. This occasionally results in a surface invariants violation when surface synchronization is turned on. The solution is to use the frame rect in physical pixels from the parent and pass that along in RWHVChildFrame::GetPhysicalSize(). Bug: 672962 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: Ic1ec779b8330e77c04fe3a3c0a73b90d57b4beaf Reviewed-on: https://chromium-review.googlesource.com/753832 Commit-Queue: Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#517294}
-
chrome-release-bot authored
TBR=anantha@chromium.org Change-Id: I2d6506a78da7d63b5c11f2631aa2fd96e47fc1a0 Reviewed-on: https://chromium-review.googlesource.com/775856Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#517293}
-