Commit Graph

40344 Commits

Author SHA1 Message Date
Brian Osman
bdcdf1a7c3 Add SkParticleValue to allow further customization of curve behavior
All curves (and path affectors) are driven by an SkParticleValue. The
value can derive its value from the current defaults (age of particle
or effect), or explicitly choose the other one, a random value, or any
other particle value. Values can be range adjusted and support repeat,
clamp, and mirror tiling.

Also fixed some more issues related to resource path in the slide GUI.

Bug: skia:
Change-Id: I4755018d5b57ae2d5ec400d541055ca4fb542978
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196760
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-03-04 22:04:17 +00:00
Herb Derby
0f27b5ee2b Introduce SkStrikeCacheInterface
Introduce SkStrikeCacheInterface in order to move from a
template a based interface on SkGlyphRunListPainter to
a class based interface.

Change-Id: Ib15e437420c00f4e11242ac1a4d8a87ee2af9ee1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197101
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-03-04 21:59:30 +00:00
Greg Daniel
b6c15babd5 Add API for creating SkImage from AHB while uploading data to it.
Bug: skia:
Change-Id: I893b511450df7f15bdde202fe01ce223ea2294a9
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/195366
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
2019-03-04 21:59:12 +00:00
skia-autoroll
ad39760239 Roll third_party/externals/angle2 4d153383bd3a..0e1ce2e55387 (1 commits)
4d153383bd..0e1ce2e553


git log 4d153383bd3a..0e1ce2e55387 --date=short --no-merges --format='%ad %ae %s'
2019-03-04 jmadill@chromium.org Vulkan: Update code hash after roll.


Created with:
  gclient setdep -r third_party/externals/angle2@0e1ce2e55387

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

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=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=reed@google.com

Change-Id: I7e446f954496d2654ccdfeff2cebe0bceb04a9dd
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197080
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-04 21:54:12 +00:00
Robert Phillips
0d075de863 Clean up GrSurfaceContext's relationship with GrRecordingContext
GrSurfaceContext was explicitly holding a lot of things it could just get from its GrRecordingContext.

Change-Id: Ia2e9708d71318dc0c101d56aadf5ae797230bc75
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/194360
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-03-04 21:54:05 +00:00
Mike Klein
b70990eda4 add kRGBA_F16Norm_SkColorType
For now this is distinct from kRGBA_F16_SkColorType but treated the
same.  Next steps are to see if we can keep it clamped to [0,1].

Switched a few switches away from default to exhaustive.

Took away any explicit SW clamps for now except the one we definitely
want in append_gamut_clamp_if_normalized().

Skip F16Norm in the DDL test because we can't yet distinguish it from
F16.

Change-Id: I021a864fe078e4fa4e2b399982e6c38350e10d74
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196371
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Reed <reed@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
2019-03-04 21:49:07 +00:00
Robert Phillips
49b293a7d5 Remove (unnecessary?) flush in RenderYUVAToRGBA
I don't think we need a flush here.

Change-Id: I87bf41b491835578e7df9bea4e15ea24dd551c1e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196645
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-03-04 21:49:03 +00:00
skia-autoroll
12ea3e6beb Roll ../src aae499d4d09d..8e3cddfd5a43 (217 commits)
aae499d4d0..8e3cddfd5a


git log aae499d4d09d..8e3cddfd5a43 --date=short --no-merges --format='%ad %ae %s'
2019-03-04 yusufo@google.com Add junit and DummyUIActivity tests for GridTabSwitcher
2019-03-04 xiaohuic@google.com assistant: http connection header response
2019-03-04 lanwei@chromium.org Add pause action to touch scroll action in WPT pointerevent touch tests
2019-03-04 thestig@chromium.org Remove unneeded base/debug/stack_trace.h includes.
2019-03-04 jdiggs@igalia.com Improve logic determining the accessible role of non-scoped th elements
2019-03-04 xiaohuic@google.com assistant: pin audio device
2019-03-04 olivierrobin@chromium.org ProtoDatabaseTest Flush thread on lock release
2019-03-04 collinbaker@chromium.org Fix IPH menu button animation for non-unit scale factors
2019-03-04 sczs@chromium.org [ios] Displays InfobarBadge when an Infobar is presented.
2019-03-04 bpastene@chromium.org Swtich android_compile_x(86|64)_dbg trybots to luci in CQ config.
2019-03-04 cbiesinger@chromium.org Inline MinimumValueForLength for better performance
2019-03-04 akihiroota@chromium.org Change how rich text attributes are reported within editable text
2019-03-04 riajiang@chromium.org Delete event-source in all transform request calls.
2019-03-04 danan@chromium.org Enable hiding of supervised users for M74
2019-03-04 johannes@chromium.org [DevTools] Roll of inspector protocol ...
2019-03-04 kevers@chromium.org Implement 2D matrix decomposition in ui/gfx.
2019-03-04 lindsayw@google.com [ios] Rolls EG2 to ad70b511da47793e27e77c1a69c7895e8403be45.
2019-03-04 tbarzic@chromium.org webui login: Remove lock screen app focus handling
2019-03-04 chrishtr@chromium.org [PE] Remove RunPostLayoutTasks enum.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a72882291163..93bee44895a6 (2 commits)
2019-03-04 wutao@chromium.org app_list: Remove back button in dialog plate
2019-03-04 lpz@chromium.org Begin importing WPT runner codebase into Chromium.
2019-03-04 dmblack@google.com Moves more view delegation to AssistantViewDelegate.
2019-03-04 smaier@chromium.org Android: ensuring onDestroy called between tests
2019-03-04 fs@opera.com Remove TODO in svg_fe_convolve_matrix_element.idl
2019-03-04 ellyjones@chromium.org flags: remove windows10-custom-titlebar
2019-03-04 joenotcharles@google.com Add RESULT_CODE_TEST_ENGINE_SANDBOX_DISCONNECTED_TOO_SOON
2019-03-04 sadallst@microsoft.com Fixed bug where calling speak immediately after cancel would fail. The problem was that the windows speech API expects a NULL argument when only clearing the queue, otherwise it will try to speak the word given after flushing the queue, even if the word is an empty string.
2019-03-04 olivierrobin@chromium.org Disable failing tests in google_services_settings_egtests
2019-03-04 rdevlin.cronin@chromium.org [Extensions] Update updater owners
2019-03-04 xidachen@chromium.org [Code health] Remove an un-necessary lines in TestExpectations
2019-03-04 manucornet@chromium.org CrOS Shelf: Replace some test API calls with existing public APIs
2019-03-04 stevenjb@chromium.org NetworkStateHandler: Only scan when technology is enabled
2019-03-04 yigu@chromium.org [BlinkGenPropertyTrees] Mark compositing/overflow/overflow-scroll-with-local-background.html as flaky on Linux Debug
2019-03-04 rdevlin.cronin@chromium.org [Extensions Cleanup] Fix a couple typos
2019-03-04 thestig@chromium.org Fix various nits in print_browsertest.cc.
2019-03-04 orinj@chromium.org [omnibox] Remove flag omnibox::kEnableClipboardProvider
2019-03-04 manukh@chromium.org [omnibox chrome:omnibox]: Remove 'Copy as text' button.
2019-03-04 erikchen@chromium.org Remove broken priority adjustment code.
2019-03-04 katie@chromium.org Mark all images dirty when the user requests image annotations once.
2019-03-04 manukh@chromium.org [omnibox chrome:omnibox]: Add classifications for contents & description
2019-03-04 tbansal@chromium.org Resource Scheduler: Add metrics to record gap between non-delayable requests
2019-03-04 dtseng@chromium.org Add support for virtual accessibility hierarchies in Chrome OS using wrappers.
2019-03-04 csharrison@chromium.org Remove experiment_percentage for flatbuffers_unittests
2019-03-04 olivierrobin@chromium.org Register OfflinePageTabHelper as ReadingListModelObserver.
2019-03-04 newcomer@chromium.org Remove touchable app context menu flags
2019-03-04 yigu@chromium.org Revert "Disable flaky test AccessibilityWinBrowserTest.TestIScrollProvider"
2019-03-04 yigu@chromium.org Disable flaky test AccessibilityWinBrowserTest.TestIScrollProvider
2019-03-04 afakhry@chromium.org Virtual Desks 2.1: Desks mini views behavior.
2019-03-04 mrefaat@chromium.org Reland "Reduce the use of tabModel & Tab inside SideSwipeController"
2019-03-04 katie@chromium.org Updates autoclick ring widget size from movement threshold.
2019-03-04 syoussefi@chromium.org Enable EXT_sRGB webgl tests on ANGLE
2019-03-04 backer@chromium.org Seed the GPU fuzzers with SharedImages
2019-03-04 carlosil@chromium.org Call HandleSSLError without posting from nav throttle.
2019-03-04 pasko@chromium.org Revert "Add stacktrace scripts to telemetry isolate"
2019-03-04 bratell@opera.com Drop crash workaround for scrollbar clicking
2019-03-04 amithi@chromium.org Exposing RID attribute in RTCRtpCodingParameters.
2019-03-04 ellyjones@chromium.org flags: remove enable-background-blur
2019-03-04 sdefresne@chromium.org Convert away from method JSONReader::ReadDeprecated
2019-03-04 jinsukkim@chromium.org Android: Fix NPE accessing Tab
2019-03-04 tiborg@chromium.org [vr] Fix GVR JNI calls
2019-03-04 jennyz@chromium.org Fix the vk flashing issue when closing remove query dialog.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c51a3ddd3012..a72882291163 (2 commits)
2019-03-04 ayui@chromium.org Replace deprecated RunLoop::QuitCurrentWhenIdleClosureDeprecated() with Quit[WhenIdle]Closure()
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 4d153383bd3a..0e1ce2e55387 (1 commits)
2019-03-04 bratell@opera.com Remove variable shadowing in blink/animation
2019-03-04 tangltom@chromium.org Remove GetAvatarIconForMenu()
2019-03-04 mlippautz@chromium.org unified-heap: Move all snapshot logic into cc file
2019-03-04 etienneb@chromium.org Move fonts related trace events in 'fonts' category
2019-03-04 mamir@chromium.org [Sync::USS] Merge local and remote passwords with the most recent
2019-03-04 lanwei@chromium.org Set ui::Event's coordinates correctly in SyntheticGestureTargetAura
2019-03-04 digit@google.com android: crazy_linker: Fix search path handling.
2019-03-04 bokan@chromium.org Fix doubletap-to-jump-forwards.html
2019-03-04 ellyjones@chromium.org flags: remove enable-content-suggestions-new-favicon-server
2019-03-04 eae@chromium.org [LayoutNG] Handle empty runs in LineLeftBounds
2019-03-04 lgrey@chromium.org Dark mode: update profile badge colors
2019-03-04 riajiang@chromium.org Include hit-test data for pointer-events:none regions and set Ignore.
2019-03-04 perezju@chromium.org [tools/perf] Disable failing load_accessibility:media:wikipedia:2018
2019-03-04 brianosman@google.com Use Skia drawing when doing conversion operations that may need dither
2019-03-04 tikuta@chromium.org [zip_analyzer] remove unused include
2019-03-04 kylechar@chromium.org Use base::BindOnce for Post[Delayed]TaskWithTraits callbacks.
2019-03-04 smcgruer@chromium.org Mark StylePropertyMapReadOnly methods const
2019-03-04 szermatt@chromium.org [Autofill Assistant] Allow scripts to specify Cancel or Close actions.
2019-03-04 xiaochengh@chromium.org Fix caret rendering when at the end of a block after an ineditable inline
2019-03-04 tangltom@chromium.org Refactor GetRandomAvatarIconIndex
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 794439738e8e..c51a3ddd3012 (2 commits)
2019-03-04 yigu@chromium.org Mark external/wpt/ambient-light/AmbientLightSensor.https.html flaky on debug bots
2019-03-04 tikuta@chromium.org [reading_list] remove unused deps
2019-03-04 msalama@google.com Android: Fix orderfile clankium bot failure.
2019-03-04 jkarlin@chromium.org [NetInfo] Fix memory leak
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 87e05b5df58c..b678940d3a44 (7 commits)
2019-03-04 yigu@chromium.org Mark external/wpt/css/vendor-imports/mozilla/mozilla-central-reftests/counter-styles-3/symbols-function.html as flaky
2019-03-04 mmenke@chromium.org Fix crash in ClientSocketPoolBaseHelper::GetLoadState.
2019-03-04 phweiss@google.com Remove VPN Disconnect button if VpnConfigAllowed is false
2019-03-04 jlebel@chromium.org [iOS] Updating "Change Accounts" string in the sign-in promo
2019-03-04 obrufau@igalia.com [css-grid] Always consider baseline shim for the minimum contribution
2019-03-04 bsalomon@google.com [SkiaRenderer] Remove usage of legacy promise image param and typename.
2019-03-04 bsazonov@chromium.org Add Android to the list of platforms for UnifiedConsent.
2019-03-04 bratell@opera.com Remove variable shadowing in blink/input
2019-03-04 huangs@chromium.org [Bundles] Add Bundle support to Trichrome Chrome
2019-03-04 backer@chromium.org Build RasterDecoder fuzzer with passthrough
2019-03-04 szermatt@chromium.org Fix ControllerTest.Stop fails on android-marshmallow-arm64-rel
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 2978aa5db94c..794439738e8e (1 commits)
2019-03-04 mslekova@chromium.org flags: assign harmony-await-optimization
2019-03-04 mamir@chromium.org [Sync::USS] Use correct the order in DCHECK_LE  in PasswordSyncBridge
2019-03-04 rayankans@chromium.org Update Background service proto with new schema.
2019-03-04 knollr@chromium.org Run pending tasks in ~TestBrowserThreadBundle.
2019-03-04 rayankans@chromium.org Create a protocol + handler for Background Service recording.
2019-03-04 jbroman@chromium.org Don't leak the device serial number in BrowserDMTokenStorageMac.
2019-03-04 backer@chromium.org Run video pixels tests with SkiaRenderer
2019-03-04 caitlinfischer@google.com [Autofill] Renamed files with shorter, more descriptive names.
2019-03-04 jonross@chromium.org Add Vulkan Integration Test on GPU FYI Bots
2019-03-04 treib@chromium.org Remove dead code from SyncTest
2019-03-04 lowell@chromium.org Make IdentityAccessorImplTest a friend of IdentityTestEnvironment.
2019-03-04 tonikitoo@igalia.com Generate <out>/gen/.../core/css/properties/css_property.cc|h using downcast helpers
2019-03-04 yigu@chromium.org Mark http/tests/security/xss-DENIED-cross-origin-stack-overflow.html non flaky
2019-03-04 stkhapugin@chromium.org Remove pre-UI Refresh code in Location Bar, Omnibox, Popup.
2019-03-04 tikuta@chromium.org [web_applications] remove unused deps
2019-03-04 jkarlin@chromium.org [NetInfo] Fix a broken browsertest
2019-03-04 gyuyoung@igalia.com BlinkMemoryMgt: Annotate Blink's platform/graphics with the macros of Allocator
2019-03-04 ellyjones@chromium.org flags: remove enable-gamepad-vibration from metadata
2019-03-04 chinglinyu@chromium.org Suppress memory pressure notifications when tab discarder is in action.
2019-03-04 treib@chromium.org Mark elements-panel-shadow-selection-on-refresh-[2,3].js flaky on Win and Linux
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8d29f4238a2c..2978aa5db94c (2 commits)
2019-03-04 rayankans@chromium.org [Background Fetch] Remove cache migration DB task.
2019-03-04 ericrobinson@google.com Add a cpu task duration pipe for PageLoadMetricsObserver.
2019-03-04 javierrobles@chromium.org [iOS][MF] Pass only the needed origin.
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 4a42742dc6e4..87e05b5df58c (2 commits)
2019-03-04 olivierrobin@chromium.org Add VirtualURL to OpenURLCommand
2019-03-04 lowell@chromium.org Update IdentityManagerImpl to use IdentityManager::Observer.
2019-03-04 yoavweiss@chromium.org [Client hints] Move navigation CH logic to content
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn a8ce0a434e12..081d5c2f6480 (1 commits)
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 672eb32910a9..8d29f4238a2c (3 commits)
2019-03-04 sdefresne@chromium.org Remove LegacyMergeSigninCredentialIntoCookieJar()
2019-03-04 treib@chromium.org Revert "Add end-to-end browser tests for PluginVm setup flow"
2019-03-04 tikuta@chromium.org [deterministic] update whitelist
2019-03-04 jkim@igalia.com OnionSoup: Move app_banner.mojom in public/platform to public/mojom
2019-03-04 lowell@chromium.org Revert "Eliminate IdentityTestEnvironment's public complex constructor"
2019-03-04 treib@chromium.org Mark VideoPathTraceTest_DirectComposition_ComplexOverlays flaky on Win10
2019-03-04 treib@chromium.org Revert "DocumentLoader: commit navigation synchronously"
2019-03-04 myid.shin@igalia.com Change short to int16_t/int32_t in third_party/blink/renderer/core/css
2019-03-04 okalitova@chromium.org Add end-to-end browser tests for PluginVm setup flow
2019-03-04 bratell@opera.com Remove variable shadowing in blink/html
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 246fc71a449d..672eb32910a9 (1 commits)
2019-03-04 mrsuyi@chromium.org Add test asserts for WebClient in plugin_placeholder_inttest.
2019-03-04 jlebel@chromium.org [iOS] Moving the sync status from the account to Google services cell
2019-03-04 olivierrobin@chromium.org Offline page without native page content
2019-03-04 yhirano@chromium.org Revert "Fix HeadlessProtocolBrowserTest.VirtualTimeFetchStream"
2019-03-04 leon.han@intel.com [ServiceWorker] Apply provider hosts precreate/complete logic in tests
2019-03-04 pastarmovj@chromium.org Mark the Always Open PDFs externally to be a syncable pref.
2019-03-04 rhalavati@chromium.org Remove dead code from ProfileChooserView.
2019-03-04 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.271.
2019-03-04 jkim@igalia.com fixup! OnionSoup: Move web_feature.mojom in public/platform to public/mojom
2019-03-04 myid.shin@igalia.com Change short/uint16_t to int16_t in third_party/blink/core/events/mouse_event.h and the related codes
2019-03-04 myid.shin@igalia.com Change short to int16_t in third_party/blink/renderer/platform/wtf/typed_arrays/int16_array.h
2019-03-04 mamir@chromium.org [Sync::USS] Adding the flag to enable USS Passwords on iOS
2019-03-04 jlebel@chromium.org [iOS] Removing preload feature from Sync and Google services
2019-03-04 fhorschig@chromium.org [Mfill Android] Add white scrolling shadows to accessory bar
2019-03-04 pkotwicz@chromium.org [Android WebAPK] Make WebappDirectoryManager work with new-style WebAPKs
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools da4dbf85f950..8f418985f120 (1 commits)
2019-03-04 justincohen@google.com [ios] Ignore NTP omnibox progress updates when the NTP isn't visible.
2019-03-04 wtlee@google.com Add hotkeys to launch dev-tool for Chrome Camera App
2019-03-04 fhorschig@chromium.org [Android][Tests] Move autofill integration test to keyboard_accessory/
2019-03-04 falken@chromium.org service worker: Remove kServiceWorkerServicification feature.
2019-03-04 falken@chromium.org service worker: Removed unused weak ptr for EmbeddedWorkerTestHelper.
2019-03-04 alancutter@chromium.org Make '/' focus search bar in History, Bookmarks, Downloads and Settings
2019-03-04 rhalavati@chromium.org Implement MemoryFileStreamReader.
2019-03-04 falken@chromium.org service worker: Return true in IsServicificationEnabled().
2019-03-04 treib@chromium.org Cleanup dependencies and includes in ProfileSyncServiceFactory
2019-03-04 wutao@chromium.org app_list: Assistant page to peeking when clicking scrim
2019-03-04 wutao@chromium.org app_list: Start Assistant in half or full state
2019-03-04 tkent@chromium.org Remove unnecessary blink:: in renderer/core/editing
2019-03-04 kbr@chromium.org Print the actual GL error (in hex) with --generate-dchecks.
2019-03-04 kbr@chromium.org Bind a clean vertex array object in YUVToRGBConverter.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal cbe8756f8a6d..246fc71a449d (1 commits)
2019-03-04 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.270.
2019-03-04 rhalavati@chromium.org Implement ObfuscatedFileUtilMemoryDelegate.
2019-03-04 tkent@chromium.org Deprecate unimplemented -webkit-appearance keywords
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 50cfd59a72c7..cbe8756f8a6d (1 commits)
2019-03-04 bashi@chromium.org bindings: Remove Web Agent
2019-03-04 adanilo@chromium.org Add sub-menu arrow for sub-menu host items.
2019-03-04 abhijeet@igalia.com Generate 'platform_probe' sources to follow Blink coding style.
2019-03-04 falken@chromium.org Documentation: service worker performance
2019-03-04 dpapad@chromium.org WebUI cleanup: Remove dead code cr.LinkController.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 85fe2405c4e4..50cfd59a72c7 (2 commits)
2019-03-04 lucmult@chromium.org [Files app] Convert ui/file_manager/integration_tests/ to arrow function
2019-03-04 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG
2019-03-04 dstockwell@google.com pdf: Ensure annotation mode and rotation do not overlap
2019-03-04 abhijeet@igalia.com Generate 'core/probe' sources to follow Blink coding style.
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools e9e89e3aa538..da4dbf85f950 (1 commits)
2019-03-04 falken@chromium.org service worker: Bind Mojo interfaces using the WorkerThread's task runner.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8a2215122b55..85fe2405c4e4 (1 commits)
2019-03-04 harrisjay@chromium.org Parses file handling information from the manifest.
2019-03-04 chrome-release-bot@chromium.org Updating trunk VERSION from 3724.0 to 3725.0
2019-03-04 qinmin@chromium.org Fix a crash when resolving download display names
2019-03-04 lucmult@chromium.org [Files app] Convert ui/file_manager/integration_tests/ to let/const
2019-03-04 adanilo@chromium.org Adding keyboard nav between menu and sub menu.
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9d54d4e02689..8a2215122b55 (1 commits)
2019-03-04 wzang@chromium.org cros: Do not show palette welcome bubble in public sessions
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 1c92c159adf9..a8ce0a434e12 (1 commits)
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal adaf99005d75..9d54d4e02689 (1 commits)
2019-03-04 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8518d46bdc51..adaf99005d75 (1 commits)
2019-03-04 jiameng@chromium.org [On-device adaptive brightness] Implement a ModelConfigLoader.
2019-03-04 falken@chromium.org service worker: Remove unused code in EmbeddedWorkerTestHelper.
2019-03-04 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c1a9feb6f06e..5800f2e8a920 (2 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 086b87279975..8518d46bdc51 (2 commits)
2019-03-03 dfried@chromium.org Disable actions bar resize when it cannot be resized.
2019-03-03 metzman@chromium.org [libFuzzer][Windows] Assert is_asan is true
2019-03-03 joelhockey@chromium.org Fix login_utils_browsertest for renaming Contained Shell to Kiosk Next Shell
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 14f03d515823..c1a9feb6f06e (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ab0b469d2c84..086b87279975 (1 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 00da64ab2e55..82b33f4ea601 (1 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c6671be0ea75..14f03d515823 (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 2e1cc15680e6..ab0b469d2c84 (2 commits)
2019-03-03 yusufo@google.com Add unit tests for TabListMediator
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 71bae22f623e..e9e89e3aa538 (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b3d3ddb6af8a..2e1cc15680e6 (1 commits)


Created with:
  gclient setdep -r ../src@8e3cddfd5a

The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll

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=skia.primary:Perf-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=reed@google.com

Change-Id: Ia0e1b0213341a5e8c550edf632d95bf8b365b2ae
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197083
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-04 21:44:05 +00:00
Hal Canary
197a39eac7 SkQP: fix androidx (follows 2ccdd2bc1d)
No-Try: true
Change-Id: Ifdcc96d4133f5b05b47665ee7bdd9fbd0c004b03
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197011
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
2019-03-04 21:43:58 +00:00
Robert Phillips
193c421f2f Remove peekProxy's side-effect behavior
Prior to this CL peekProxy could cause the conversion of YUVA planes to RGBA. This switches peekProxy back to just peeking.

In future Ganesh asTextureProxyRef is going to require a GrRecordingContext (bc it can actually do work). The options were to either add a GrRecordingContext parameter to peekProxy or remove its ability to do work (as in this CL).

Change-Id: I42d7dcd41f7c99a7712446d3f6629ffde91bfe5b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197105
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-03-04 21:38:54 +00:00
skia-autoroll
e1c6d464cc Roll third_party/externals/swiftshader 823ca85404fb..bb305299f4de (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/823ca85404fb..bb305299f4de


git log 823ca85404fb..bb305299f4de --date=short --no-merges --format='%ad %ae %s'
2019-03-04 chrisforbes@google.com Fix culling to match Vulkan convention


Created with:
  gclient setdep -r third_party/externals/swiftshader@bb305299f4de

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

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=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=reed@google.com

Change-Id: Ic3d88c352fe562fb8908e13eca9099a02c7cb48b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197081
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-04 21:38:52 +00:00
skia-recreate-skps
e3e80b7edf Update go_deps asset
Automatic commit by the UpdateGoDEPS bot.

TBR=borenet@google.com

Change-Id: Ie6af3c493df45dda589956005c835efe4a0d5a05
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/196961
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-04 21:33:48 +00:00
recipe-roller
df0f362438 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
  https://crrev.com/da4dbf85f95051345f147cfe69d909d85e81a429 autoninja: limit j value for mac (tikuta@chromium.org)
recipe_engine:
  https://crrev.com/ae3604f2d2ae0291ecdc690672cc173e06a965ba [proto_support] Handle unicode filesystem walks. (iannucci@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I8e683b0559c9f4a8247e298c01cf2d095ddea99c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197019
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-04 21:33:45 +00:00
Mike Reed
5800f2e8a9 Reland "use colorspace steps to determine legacy blits"
This reverts commit c945f0e31a.

Reason for revert: looks like this did not help

Original change's description:
> Revert "use colorspace steps to determine legacy blits"
> 
> This reverts commit 0919852526.
> 
> Reason for revert: speculative: unblock android roll
> 
> Original change's description:
> > use colorspace steps to determine legacy blits
> > 
> > Bug: skia:8793
> > Change-Id: I1de4bde25f7dcb12175733a3213c43f92410dc4a
> > Reviewed-on: https://skia-review.googlesource.com/c/196647
> > Commit-Queue: Mike Reed <reed@google.com>
> > Reviewed-by: Mike Klein <mtklein@google.com>
> > Reviewed-by: Brian Osman <brianosman@google.com>
> 
> TBR=mtklein@google.com,brianosman@google.com,reed@google.com
> 
> Change-Id: I79a21df9a3c3a9f3127f57131feff0f3e417e642
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Bug: skia:8793
> Reviewed-on: https://skia-review.googlesource.com/c/196774
> Reviewed-by: Mike Reed <reed@google.com>
> Commit-Queue: Mike Reed <reed@google.com>

TBR=mtklein@google.com,brianosman@google.com,reed@google.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: skia:8793
Change-Id: I2b70c6e3763bf27112b54ed0d0611a6addc755b9
Reviewed-on: https://skia-review.googlesource.com/c/196981
Reviewed-by: Mike Reed <reed@google.com>
2019-03-03 22:13:00 +00:00
Mike Reed
cf27e74da0 Reland "bring back lowp bilerp_clamp_8888"
This reverts commit c6671be0ea.

Reason for revert: looks like it didn't help

Original change's description:
> Revert "bring back lowp bilerp_clamp_8888"
> 
> This reverts commit 5043c09b8b.
> 
> Reason for revert: speculative, to try to unblock android roller
> 
> Original change's description:
> > bring back lowp bilerp_clamp_8888
> > 
> > PS1-3 are the literal code I removed a few months ago.
> > 
> > PS4 adds asserts to make sure we don't underflow.
> > PS5 adds rounding when scaling off bias, reducing diff slightly.
> > 
> > Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
> > Change-Id: Ice573395a1680e1c3b55a8fe3e4d034f15adde1b
> > Reviewed-on: https://skia-review.googlesource.com/c/196620
> > Commit-Queue: Mike Klein <mtklein@google.com>
> > Reviewed-by: Brian Osman <brianosman@google.com>
> 
> TBR=mtklein@google.com,brianosman@google.com,reed@google.com
> 
> # Not skipping CQ checks because original CL landed > 1 day ago.
> 
> Change-Id: I816c23c4a12451be518ea3baf4b9a3fdba9b818a
> Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
> Reviewed-on: https://skia-review.googlesource.com/c/196777
> Reviewed-by: Mike Reed <reed@google.com>

TBR=mtklein@google.com,brianosman@google.com,reed@google.com

Change-Id: I0f96a395ac704a52735c93a08f8ed52a148d5de5
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Reviewed-on: https://skia-review.googlesource.com/c/196980
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-03 22:12:24 +00:00
skia-autoroll
c1a9feb6f0 Roll ../src 7761d0dc32ad..aae499d4d09d (42 commits)
7761d0dc32..aae499d4d0


git log 7761d0dc32ad..aae499d4d09d --date=short --no-merges --format='%ad %ae %s'
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 00d8177c5012..b3d3ddb6af8a (3 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f49bb82e3b83..00d8177c5012 (4 commits)
2019-03-03 mrobinson@igalia.com Have AXPlatforNodeBase::GetText return base::string16
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 44870a8bb9ad..f49bb82e3b83 (1 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 1b9f889628e0..c6671be0ea75 (1 commits)
2019-03-03 myid.shin@igalia.com Refactor: unsigned short/unsigned int -> uint16_t in components/webcrypto & third_party/blink/*/web_crypto*
2019-03-03 pasko@chromium.org Add stacktrace scripts to telemetry isolate
2019-03-03 nasko@chromium.org Remove steps between RenderProcessHost exit observers and IPC listeners.
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 3d2820ae0098..44870a8bb9ad (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal cf451d9bf2b2..3d2820ae0098 (2 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c97b0672a73f..1b9f889628e0 (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal e79f3276771a..cf451d9bf2b2 (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7992ba06807f..e79f3276771a (2 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 58a75383a70b..c97b0672a73f (1 commits)
2019-03-03 yigu@chromium.org Mark external/wpt/import-maps/fallback-disallowed.sub.tentative.html as timeout
2019-03-03 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.269.
2019-03-03 gyuyoung@igalia.com OnionSoup: Clean up all uses of UseCounter::Count(const LocalFrame*) in blink/renderer/core
2019-03-03 yigu@chromium.org Disable flaky telemetry_perf_unittest
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 77bf2b56dbad..7992ba06807f (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 1bd704a6689c..77bf2b56dbad (1 commits)
2019-03-03 chrome-release-bot@chromium.org Updating trunk VERSION from 3723.0 to 3724.0
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 572e1eb0b1c7..1bd704a6689c (2 commits)
2019-03-03 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 0d7012a80c17..58a75383a70b (1 commits)
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 21e23bf63aa5..572e1eb0b1c7 (1 commits)
2019-03-03 ellyjones@chromium.org flags: augment unowned-flags tool
2019-03-03 yigu@chromium.org Disable flaky WebApkUpdateManagerUnitTests
2019-03-03 jinsukkim@chromium.org Android: Move createBringTabToFrontIntent from Tab to IntentUtils.
2019-03-03 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c5515150536d..21e23bf63aa5 (2 commits)
2019-03-02 yigu@chromium.org Mark external/wpt/html/browsers/browsing-the-web/read-media/pageload-image-in-popup.html as flaky on Linux Debug
2019-03-02 yigu@chromium.org Disable test DrmGpuDisplayManagerTest.GetDisplays on ChromeOS
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal e7c392b9f74b..c5515150536d (3 commits)
2019-03-02 dpapad@chromium.org WebUI cleanup: Remove third_party/bidichecker and leftovers.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite e931c51da4d9..d6a2367b5587 (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7a5b434ecd06..e7c392b9f74b (3 commits)
2019-03-02 sky@chromium.org ui/cc minor doc updates
2019-03-02 penghuang@chromium.org Add a lock in SharedImageManager to make it thread safe.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia c945f0e31a53..0d7012a80c17 (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 84459ccc0af3..7a5b434ecd06 (2 commits)
2019-03-02 estade@chromium.org Extract PowerManagerClient from DBusThreadManager
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a205c81b19c5..84459ccc0af3 (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult ccde41b4c52b..b3bee2e7d9f1 (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 9159c8ef83b2..c945f0e31a53 (1 commits)


Created with:
  gclient setdep -r ../src@aae499d4d0

The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll

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=skia.primary:Perf-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=reed@google.com

Change-Id: I72b41e522206d1785fa607d35f5d478884d750b1
Reviewed-on: https://skia-review.googlesource.com/c/196948
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-03 20:04:52 +00:00
recipe-roller
14f03d5158 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
  https://crrev.com/e9e89e3aa538298f77e98da01bc36416118e9e88 Improve error message for missing gerrit credentials in git-cl. (whesse@google.com)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I65e8273f1d09d4db1c4e78a29f4516c3002d7989
Reviewed-on: https://skia-review.googlesource.com/c/196778
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-03 19:26:22 +00:00
Mike Reed
c6671be0ea Revert "bring back lowp bilerp_clamp_8888"
This reverts commit 5043c09b8b.

Reason for revert: speculative, to try to unblock android roller

Original change's description:
> bring back lowp bilerp_clamp_8888
> 
> PS1-3 are the literal code I removed a few months ago.
> 
> PS4 adds asserts to make sure we don't underflow.
> PS5 adds rounding when scaling off bias, reducing diff slightly.
> 
> Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
> Change-Id: Ice573395a1680e1c3b55a8fe3e4d034f15adde1b
> Reviewed-on: https://skia-review.googlesource.com/c/196620
> Commit-Queue: Mike Klein <mtklein@google.com>
> Reviewed-by: Brian Osman <brianosman@google.com>

TBR=mtklein@google.com,brianosman@google.com,reed@google.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Change-Id: I816c23c4a12451be518ea3baf4b9a3fdba9b818a
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Reviewed-on: https://skia-review.googlesource.com/c/196777
Reviewed-by: Mike Reed <reed@google.com>
2019-03-03 13:06:40 +00:00
skia-recreate-skps
1b9f889628 Update SKP version
Automatic commit by the RecreateSKPs bot.

TBR=rmistry@google.com
NO_MERGE_BUILDS

Change-Id: I5e321e403da17668eee0e933541e8245594f05ba
Reviewed-on: https://skia-review.googlesource.com/c/196960
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-03 08:39:32 +00:00
skia-recreate-skps
c97b0672a7 Update go_deps asset
Automatic commit by the UpdateGoDEPS bot.

TBR=borenet@google.com

Change-Id: Iefc82929a002c274d77df6586fe1ccf89a12d286
Reviewed-on: https://skia-review.googlesource.com/c/196471
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-03 05:39:52 +00:00
Mike Reed
58a75383a7 change particleslide to use Resources
standard way to find assets across different platforms

Bug: skia:
Change-Id: I4cb464be1e643a59431eba66b5caad70ecfed1e9
Reviewed-on: https://skia-review.googlesource.com/c/196775
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-03 01:38:01 +00:00
skia-autoroll
0d7012a80c Roll ../src cddf8925a8d8..7761d0dc32ad (267 commits)
cddf8925a8..7761d0dc32


git log cddf8925a8d8..7761d0dc32ad --date=short --no-merges --format='%ad %ae %s'
2019-03-02 khushalsagar@chromium.org cc: Mark decode as used in transfer cache uploads.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 640200f64d14..00da64ab2e55 (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c1aae30db14d..a205c81b19c5 (1 commits)
2019-03-02 mmenke@chromium.org Remove respect_limits from ConnectJob layer.
2019-03-02 spang@chromium.org Opt into base::ThreadPriority::DISPLAY for all ozone builds
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 1ad40a34b2b8..c1aae30db14d (1 commits)
2019-03-02 marinaciocea@chromium.org Onion Soup DataChannel.
2019-03-02 dcastagna@chromium.org ui: Cache ShelfWidget render pass
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 705e67347962..9159c8ef83b2 (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f0a1b048927d..1ad40a34b2b8 (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 1916cbc6c5c8..4a42742dc6e4 (1 commits)
2019-03-02 gyuyoung@igalia.com OnionSoup: Remove all uses of UseCounter::Count(const LocalFrame*) in blink/renderer/modules
2019-03-02 mmenke@chromium.org Socket Pools Refactor 30: Finish flattening the socket pools.
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 0f0ee26c3f59..f0a1b048927d (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc c9ea5451bf6b..1916cbc6c5c8 (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7c4802a4aee5..0f0ee26c3f59 (2 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia a726918932ce..705e67347962 (1 commits)
2019-03-02 lazyboy@chromium.org Reland "Hook up running extension SW information to ProcessManager"
2019-03-02 jlebel@chromium.org [iOS][Unity] Adding wallet toggle in Manage sync settings
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 99d0127062b0..7c4802a4aee5 (1 commits)
2019-03-02 alexclarke@chromium.org Reland "SequenceManager to perform periodic housekeeping (sweep canceled tasks)"
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 7e215c65d411..c9ea5451bf6b (1 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 97ba813d953b..99d0127062b0 (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 51701df4ab00..e931c51da4d9 (2 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3721.0_rc-r1-merged to 74.0.3722.0_rc-r1-merged
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 55e858330914..97ba813d953b (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 0b2d9ee474e1..51701df4ab00 (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia a232cd4482a0..a726918932ce (1 commits)
2019-03-02 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.268.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools c903198758bd..71bae22f623e (1 commits)
2019-03-02 billorr@chromium.org Revert "Add trace events for measuring WebXR perf on Desktop"
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 18eeaa27090c..55e858330914 (2 commits)
2019-03-02 guidou@chromium.org Mark MediaDevices-related interfaces as SecureContext
2019-03-02 zynis@yandex-team.ru [clang-tidy] Fix std::move not working
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia e842e326a448..a232cd4482a0 (9 commits)
2019-03-02 vtsyrklevich@chromium.org Add GWP-ASan macOS field trial
2019-03-02 awolter@chromium.org Enable NetworkChangeNotifier for fuchsia
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader a2f5fd826031..823ca85404fb (1 commits)
2019-03-02 guidou@chromium.org Remove content::MediaStreamRegistryInterface
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 22379a19cb4b..0b2d9ee474e1 (2 commits)
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 27b49c79a076..18eeaa27090c (1 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 436d47d5bde9..e842e326a448 (2 commits)
2019-03-02 wez@chromium.org Revert "[Fuchsia] Add build rules and CIPD recipes for symbol data archives."
2019-03-02 khmel@chromium.org arc: Add switch to disable Play Store auto-update.
2019-03-02 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.267.
2019-03-02 dbeam@chromium.org WebUI Dark Mode, Extensions: fix install warnings dialog
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 6f1a852fce0b..4d153383bd3a (1 commits)
2019-03-02 siliu@microsoft.com Add full support for Text Services Framework on Windows
2019-03-02 khmel@chromium.org Roll src/third_party/cros_system_api/ e415e09bd..de1a4c92e (4 commits)
2019-03-02 dpapad@chromium.org WebUI cleanup: Move various grd files under a more targeted folder.
2019-03-02 lfg@chromium.org Change AttachToOuterWebContents to AttachInnerWebContents instead.
2019-03-02 chrome-release-bot@chromium.org Updating trunk VERSION from 3722.0 to 3723.0
2019-03-02 sunnyps@chromium.org gpu: Ignore DXGI_STATUS_OCCLUDED status returned by swap chain Present
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f6e48be13b14..27b49c79a076 (1 commits)
2019-03-02 joone.hur@intel.com Add support for GPU acceleration in headless Chromium for Linux
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc baffae6ec001..7e215c65d411 (6 commits)
2019-03-02 estevenson@chromium.org Android: Add support for building stub APKs.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult bd30f49227bf..ccde41b4c52b (1 commits)
2019-03-02 dbeam@chromium.org WebUI Dark Mode: update disabled settings-slider labels
2019-03-02 sunnyps@chromium.org Disable resource sharing in DXVA decoder for decode swap chain
2019-03-02 livvielin@chromium.org Update extension id for preventing elisions
2019-03-02 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal de06cda3ccd6..f6e48be13b14 (14 commits)
2019-03-02 vmpstr@chromium.org [DL]: Ensure to force unlock display locks when updating layout for a node.
2019-03-02 rbpotter@chromium.org Print Preview: Move Other Options test to separate file
2019-03-02 donnd@chromium.org [TTS] Add a chrome://flags feature for Definitions
2019-03-02 tguilbert@chromium.org Roll src/third_party/dav1d/libdav1d/ 16ba83510..493155af0 (30 commits)
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 76bd848cabd5..6f1a852fce0b (2 commits)
2019-03-02 jam@chromium.org Fix downloading from extensions scheme with the network service.
2019-03-02 chfremer@chromium.org [Video Capture Service] Add Receiver::OnStopped() to indicate stopping device is complete
2019-03-02 khushalsagar@chromium.org surface_texture : Add crash key to detect hangs in UpdateTexImage.
2019-03-02 yigu@chromium.org Revert "Hook up running extension SW information to ProcessManager"
2019-03-02 penghuang@chromium.org Support UseSkiaRendererNonDDL on X11 with EGL
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 6ee619e4f6db..bd30f49227bf (1 commits)
2019-03-02 yigu@chromium.org Mark virtual/omt-worker-fetch/external/wpt/service-workers/service-worker/registration-mime-types.https.html as flaky
2019-03-02 eugenebut@google.com Store Pending Navigation Item in Navigation Context.
2019-03-02 sumankancherla@chromium.org Draw/no-draw state of webxr/prompts cleanup. No-op.
2019-03-02 chouinard@chromium.org [Feed Internals] Add data about last fetch
2019-03-02 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.265.
2019-03-02 michaelbai@chromium.org Make the ContentCaptureTask delay time configurable.
2019-03-02 thestig@chromium.org Print Preview: Fix crash when performing N-up printing.
2019-03-02 updowndota@chromium.org Fix voice match status sync logic
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite a10710421d5d..22379a19cb4b (2 commits)
2019-03-02 staphany@chromium.org Roll src/third_party/crc32c/src/ e4dfc9f1b..5998f8451 (1 commit)
2019-03-02 hiroshige@chromium.org Merge methods to ContentSecurityPolicy::AllowInline()
2019-03-02 sorin@chromium.org Implement a network stack in terms of WinHTTP for //chrome/updater
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 6008eaf28adc..c903198758bd (1 commits)
2019-03-02 cthomp@chromium.org Update chrome.dashboardPrivate API match
2019-03-02 yigu@chromium.org Mark http/tests/security/xss-DENIED-cross-origin-stack-overflow.html as flaky on Win7
2019-03-02 jeffish@microsoft.com DevTools: Fix a11y issues in Sensors tool
2019-03-02 johnchen@chromium.org Revert "[ChromeDriver] Dump core on Chrome startup timeout"
2019-03-02 nigeltao@chromium.org Remove the now-redundant App Service IconType
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 021adeeeb408..6ee619e4f6db (1 commits)
2019-03-02 chfremer@chromium.org [Video Capture] Add optional update_rect to video frames and fill it during tab capture
2019-03-02 skym@chromium.org [Feed] Add auth token duration metric.
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 88be5f464ddf..a10710421d5d (1 commits)
2019-03-02 thomasanderson@chromium.org Enable leak detection in fontconfig
2019-03-02 sclittle@chromium.org LazyLoad: Update default distance thresholds to more realistic values.
2019-03-02 tbarzic@chromium.org Revert "cros: Show login shelf guest button during enterprise enrollment"
2019-03-02 rdevlin.cronin@chromium.org [ServiceWorkers] (Sometimes) log messages from ServiceWorker contexts
2019-03-02 chrishtr@chromium.org Re-land #2: [BGPT] Support kDstIn blend-mode for non-render surface quads
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc ed50e6c7596d..baffae6ec001 (1 commits)
2019-03-02 vtsyrklevich@chromium.org GWP-ASan: Use more memory in the browser process
2019-03-02 dmblack@google.com Migrate DialogPlateObserver to AssistantViewDelegate.
2019-03-02 luum@chromium.org ipp_converter IPP APIs change
2019-03-02 dmblack@google.com Fix issue which caused AssistantWebView to ignore hotkey combos.
2019-03-02 tonikitoo@igalia.com Switch CSSStyleSheet, CSSUnsupportedStyleValue and ShadowTreeStyleSheetCollection to use downcast helpers
2019-03-02 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools a6d41e2396bd..6008eaf28adc (1 commits)
2019-03-02 yulunwu@chromium.org Resolved incorrect z layer order for error bubbles.
2019-03-02 bungeman@chromium.org Roll src/third_party/harfbuzz-ng/src/ fe5329231..4f37ab63d (56 commits)
2019-03-02 vakh@chromium.org Add upto 2 pairs to the HashPrefixMaps being merged.
2019-03-01 andrewxu@chromium.org Notification to warn user of excessive displays (Low level code)
2019-03-01 vmpstr@chromium.org BGPT: Set may be 2d axis misaligned if we have a compositing animation.
2019-03-01 ayui@chromium.org Rename test file to update-no-cache-request-headers.https.html
2019-03-01 jinsukkim@chromium.org Android: TabAttr for per-tab boolean attribute
2019-03-01 perezju@chromium.org [tools/perf] Remove unused Metric.CustomizeBrowserOptions
2019-03-01 azeemarshad@chromium.org [AndroidSms] Use WeakPtr in streaming_connection_establisher
2019-03-01 shaktisahu@chromium.org Cleanup android DownloadManagerDelegate functions
2019-03-01 sadrul@chromium.org telemetry: Update blink-perf unittests to use new API.
2019-03-01 ltenorio@chromium.org Rename the Contained Shell chrome://settings section.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 37c024a6a7fd..a2f5fd826031 (2 commits)
2019-03-01 bsalomon@google.com [SkiaRenderer] Consider total matrix when applying scissor on CPU.
2019-03-01 mtklein@chromium.org add some guards for lowp RP stages
2019-03-01 meiliang@chromium.org [TabGroupCard] Implement TabGroupContentLayer
2019-03-01 livvielin@chromium.org Add herd immunity extension to safeBrowsingPrivate permissions list
2019-03-01 kristipark@chromium.org Add the Most Visited state for custom links to chrome://ntp-tiles-internals
2019-03-01 mcasas@chromium.org Vaapi Jpeg decoder test: add a yuv420 image file for testing
2019-03-01 bsheedy@chromium.org Automate remaining VR reposition/resize tests
2019-03-01 chaopeng@chromium.org Add feature flag for Fallback Cursor Mode
2019-03-01 orinj@chromium.org [omnibox] Remove field trial parameter kDisableResultsCachingRule
2019-03-01 ryansturm@chromium.org Removing dead code around Previews Reloads
2019-03-01 khushalsagar@chromium.org cc: Update scheduling policy for animated images.
2019-03-01 jkunkee@microsoft.com [imagediff] Fix typo in Windows cross-build logic
2019-03-01 brucedawson@chromium.org Fix logic for when UCRT files are shipped
2019-03-01 justincohen@google.com [ios] Correct currentItemOffset in restore session.
2019-03-01 nigeltao@chromium.org Rename some "app_service" variables
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6ecc5174ac93..de06cda3ccd6 (3 commits)
2019-03-01 yuweih@chromium.org [Remoting][FTL] Implement simple Gaia sign in flow
2019-03-01 asvitkine@chromium.org Fix MetricsReportingEnabled test on official bots.
2019-03-01 etienneb@chromium.org Add Location annotation ScopedBlockingCall
2019-03-01 pmonette@chromium.org Disable module analysis when printing is initiated.
2019-03-01 yigu@chromium.org Mark http/tests/devtools/resource-tree/resource-tree-htmlimports.js flaky on Linux
2019-03-01 dgozman@chromium.org DocumentLoader: commit navigation synchronously
2019-03-01 jbroman@chromium.org Fix memory leak in CopyFontWithSymbolicTraits.
2019-03-01 jinsukkim@chromium.org Android: Delete Tab.getAuthenticationHelper/getSystemWindowInsetBottom
2019-03-01 majidvp@chromium.org [Animation Worklet] Deflake scroll-timeline-writing-mode test
2019-03-01 yigu@chromium.org Mark http/tests/devtools/resource-tree/resource-tree-frame-navigate.js as flaky
2019-03-01 sajjadm@google.com Adding optimization flags necessary for building on MacOS.
2019-03-01 jzw@chromium.org Be more defensive in language detection code.
2019-03-01 hiroshige@chromium.org Merge ContentSecurityPolicy::Allow*FromSource() into AllowFromSource()
2019-03-01 agl@chromium.org device/fido: handle WRONG_LENGTH during U2F registration.
2019-03-01 yliuyliu@google.com Add ability for DummyUiActivity test to annotate test method to indicate whether load native or not
2019-03-01 majidvp@chromium.org [Animation Worklet] Improve worklet-animation-currentTime test
2019-03-01 sky@chromium.org views/chromeos: activation fixes for virtual keyboard window
2019-03-01 eladalon@chromium.org Replace RTCPeerConnection.id origin trial by session ID-based approach
2019-03-01 seantopping@chromium.org [Chromecast] Reduce Active URL log spam
2019-03-01 ramyan@chromium.org Removed photos integration from NTP background customization.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 1581ff030b9c..76bd848cabd5 (1 commits)
2019-03-01 nigeltao@chromium.org Remove unused ArcAppLauncher::LaunchAppIfReady
2019-03-01 kzar@kzar.co.uk Provide parentFrameId in more webNavigation events
2019-03-01 kylechar@chromium.org Plumb if VizDisplayCompositor feature enabled to Ozone.
2019-03-01 yigu@chromium.org Disable WebViewAPITest.TestDialogConfirmDefaultGCCancel on windows
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite b2b876f75ba1..88be5f464ddf (4 commits)
2019-03-01 tonydeluna@chromium.org Revert "System modal dialog should block shelf/status/system tray."
2019-03-01 smcgruer@chromium.org [ScrollTimeline] Implement 'fill' support.
2019-03-01 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.264.
2019-03-01 majidvp@chromium.org [Animation Worklet] Fix flaky worklet-animation-with-fill-mode.https.html
2019-03-01 kmilka@chromium.org Fix flaky PromoServiceTests
2019-03-01 bungeman@chromium.org Add SK_IGNORE_MAC_BLENDING_MATCH_FIX define.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 727c16174db3..021adeeeb408 (1 commits)
2019-03-01 marcin@mwiacek.com Migrate ScreenCapture to @IntDef
2019-03-01 celineo@google.com Fuzz multiple quads and SharedQuadState in CompositorFrame.
2019-03-01 edinkadric@google.com Fix issue where we accessed MenuController after deleting it.
2019-03-01 alph@chromium.org Reland "[heap profiler] Make use of thread_local instead of base::TLS"
2019-03-01 mpw@chromium.org Landing Recent QUIC changes until 8:59 AM, Feb 26, 2019 UTC-5
2019-03-01 andrewxu@chromium.org Notification to warn user of excessive displays (high level code)
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 2997ec9a7a46..ed50e6c7596d (5 commits)
2019-03-01 ssid@chromium.org leveldb_proto: Remove functions with prefix from the public api
2019-03-01 gujen@google.com [Autofill] Add Price field as heuristic type.
2019-03-01 yuweih@chromium.org [Remoting][FTL Playground] Change some VLOG(0) to printf
2019-03-01 alpastew@microsoft.com Make run_bindings_tests.py presubmit test run on Windows
2019-03-01 meacer@chromium.org Enable confusable interstitial on Android
2019-03-01 tbansal@chromium.org Add Autocomplete.MatchType to histograms.xml and the ownership.
2019-03-01 alph@chromium.org [heap profiler] Make use base::SamplingHeapProfiler helper for memlog.
2019-03-01 ntfschr@chromium.org AW docs: guide for using the WebView shell
2019-03-01 khorimoto@chromium.org [CrOS MultiDevice] Hide multi-device settings menu item when appropriate.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 1223e7fc0a3c..436d47d5bde9 (8 commits)
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader dd1e37e31d68..37c024a6a7fd (1 commits)
2019-03-01 tcwang@google.com Fix a problem where crc32c not built on ARM64 on Chrome OS
2019-03-01 kevers@chromium.org Enable asynchronous mutations for animation worklets.
2019-03-01 gilmanmh@google.com Move construction of HighContrastSettings to helper method.
2019-03-01 tonikitoo@igalia.com Simplify TargetIsFrame function in core/input/event_handler.cc
2019-03-01 ekaramad@chromium.org [ FeaturePolicy ] Apply Sandbox from CSP or DocumentInit
2019-03-01 rbpotter@chromium.org Print Preview: Move copies test to individual file
2019-03-01 frpoole@microsoft.com UIA_FlowsFromPropertyId Implementation
2019-03-01 khushalsagar@chromium.org gpu/android: Use RGB_565 format for display buffers with SurfaceControl.
2019-03-01 ctzsm@chromium.org aw: De-flake AwContentsClientOnRendererUnresponsiveTest
2019-03-01 krb@chromium.org [omnibox] Fix tab key through tab switch buttons
2019-03-01 karenqian@google.com Added branch-heads regexp to CQ config
2019-03-01 mario@igalia.com Migrated graphics_context_canvas.mm away from WTF::RetainPtr
2019-03-01 veranika@chromium.org Remove references to the UserInitiatedChromeCleanups feature
2019-03-01 dpapad@chromium.org WebUI cleanup: Remove support for obsolete chrome://history-frame URL.
2019-03-01 vicfei@microsoft.com Stand Up IsOffscreen in AXPlatformNodeWin::GetPropertyValue
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 19dd955a0744..b2b876f75ba1 (2 commits)
2019-03-01 luum@chromium.org Checking nullptr on libCUPS API
2019-03-01 stgao@chromium.org Added a link to the new flake portal.
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d7ccfee2ef7c..6ecc5174ac93 (3 commits)
2019-03-01 lazyboy@chromium.org Hook up running extension SW information to ProcessManager
2019-03-01 rnk@chromium.org Revert "Add integration test for butter credit card save dialog"
2019-03-01 justincohen@google.com [ios] Make sure webState view stays in the view hierarchy on restore.
2019-03-01 ldaguilar@chromium.org Add logic to override with duration in UsageTimeLimitProcessor.
2019-03-01 tmartino@chromium.org Pointing renderer/autofill OWNERS to top-level OWNERS
2019-03-01 tguilbert@chromium.org Fix leftover |cast_impl_| comments
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 0b4f8a4df79d to a510a7616b64
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto ab0bd92ed40d..640200f64d14 (1 commits)
2019-03-01 lukasza@chromium.org Clarify why document.domain WPT tests are skipped by default.
2019-03-01 gangwu@chromium.org [Feed] Import feed@9a7f20c75b0e6ca8d669e967ec0bd6b72965df3e
2019-03-01 fs@opera.com Pass StringView to SVG path parsing
2019-03-01 rkgibson@google.com [iOS] Store default search engine search-by-image status in UserDefaults
2019-03-01 wzang@chromium.org cros: Remove GetBaseColor in ShelfBackgroundTargetColorTest
2019-03-01 jamescook@chromium.org chromeos: Move "Set Time" webui files into a new subdirectory
2019-03-01 thestig@chromium.org Remove obsolete entries from checkperms.py.
2019-03-01 ccameron@chromium.org WebContentsViewMac: Simplify deferring close during event loops
2019-03-01 ellyjones@chromium.org flags: remove enable-zero-suggest-redirect-to-chrome
2019-03-01 nicolaso@chromium.org [BrowserSwitcher] Fix file:// URLs for sitelists
2019-03-01 thestig@chromium.org Remove default argument in ui::InputMethodBase constructor.
2019-03-01 gab@chromium.org [base] Migrate MessagePumpLibEvent to DoSomeWork
2019-03-01 yigu@chromium.org Mark http/tests/devtools/resource-tree/resource-tree-htmlimports.js flaky on Mac
2019-03-01 kylechar@chromium.org Cleanup DrmOverlayManager logic and add test.
2019-03-01 bmcquade@chromium.org Simplify UKM SourceUrlRecorder.
2019-03-01 npm@chromium.org Add UMA metric for LargestContentType
2019-03-01 drubery@chromium.org Add test for population of visual features in PhishGuard pings
2019-03-01 ssid@chromium.org Reland "Make sure unwind tables are added for 32 bit libraries in arm64 monochrome"
2019-03-01 chlily@chromium.org Reland "Network Error Logging: Generate error reports on cancellation"
2019-03-01 Max) Gu [FCP++] Enable subframes, OOPIFs from the renderer side
2019-03-01 xidachen@chromium.org Fix a potential crash in TouchActionFilter
2019-03-01 thestig@chromium.org Clean up HaTS code.
2019-03-01 kevers@chromium.org Fix degenerate case of quaternion calculation in ui/gfx.
2019-03-01 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.263.
2019-03-01 yigu@chromium.org Mark euckr-decode-ksc_5601.html flaky also on Linux and Win7
2019-03-01 yigu@chromium.org Disable DeveloperPrivateApiUnitTest.UpdateHostAccess on chromeos
2019-03-01 nektar@chromium.org Adds browser tests for the accessibility code that communicates with the image annotation service
2019-03-01 mek@chromium.org Stop using ArrayBufferBuilder in FileReaderLoader.
2019-03-01 yigu@chromium.org Mark http/tests/devtools/service-workers/service-workers-force-update-on-page-load.js as flaky
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8962ac298f14..d7ccfee2ef7c (1 commits)
2019-03-01 shaktisahu@chromium.org Download infobar : Enable by default
2019-03-01 pkasting@chromium.org Avoid "blacklist" in styleguide.
2019-03-01 tonydeluna@chromium.org OOBE: Hide Guest Mode button if disabled by policy
2019-03-01 alexleung@google.com [Chromecast] Fix bug in updating renderer delay on Android after pausing
2019-03-01 mmenke@chromium.org Socket Pools Refactor 29: Rework HTTP proxy auth (part 3).
2019-03-01 robertogden@chromium.org Add TextBubble String Constructor
2019-03-01 jianj@google.com Roll src/third_party/libvpx/source/libvpx/ 2d403737b..503cb8e63 (8 commits)
2019-03-01 sebmarchand@chromium.org Fix improper usage of the sequence checker in WMIRefresher
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader a1924739029e..dd1e37e31d68 (1 commits)
2019-03-01 maruel@chromium.org Roll src/tools/swarming_client/ d50a88f50..7a61cf37d (1 commit)
2019-03-01 thestig@chromium.org Fix nits in content::RenderWidgetHostImpl.
2019-03-01 sergiyb@chromium.org Implement pinpoint command in the update_wpr script
2019-03-01 tonikitoo@igalia.com Remove never-reached if block in StyleSheetContents::WrapperDeleteRule
2019-03-01 yigu@chromium.org Mark virtual/scroll_customization/fast/events/touch/touch-handler-iframe-plugin-assert.html as flaky
2019-03-01 wutao@chromium.org app_list: Make corner radius same as search page
2019-03-01 fdegans@chromium.org [Fuchsia] Update the local SDK script.
2019-03-01 gambard@chromium.org [iOS] Fix VoiceOver for PopupMenu
2019-03-01 davidbienvenu@chromium.org If screen is locked, set visible windows as occluded.
2019-03-01 hcarmona@chromium.org Navi: Use 2x icons with correct dimensions.
2019-03-01 alexleung@google.com [Chromecast] Audio output buffer size can be configurable using gn args.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3720.0_rc-r1-merged to 74.0.3721.0_rc-r1-merged
2019-03-01 yigu@chromium.org Mark pointerevent_touch-action-pinch_zoom_touch.html flaky on Mac
2019-03-01 khachatryan@chromium.org [ChromeDriver] Enable testCanClickOOPIF on Android Stable


Created with:
  gclient setdep -r ../src@7761d0dc32

The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll

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=skia.primary:Perf-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=scroggo@google.com

Change-Id: I1fd9c6314eb36c23746da9bc3fa3985733626ada
Reviewed-on: https://skia-review.googlesource.com/c/196799
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 19:30:51 +00:00
Mike Reed
c945f0e31a Revert "use colorspace steps to determine legacy blits"
This reverts commit 0919852526.

Reason for revert: speculative: unblock android roll

Original change's description:
> use colorspace steps to determine legacy blits
> 
> Bug: skia:8793
> Change-Id: I1de4bde25f7dcb12175733a3213c43f92410dc4a
> Reviewed-on: https://skia-review.googlesource.com/c/196647
> Commit-Queue: Mike Reed <reed@google.com>
> Reviewed-by: Mike Klein <mtklein@google.com>
> Reviewed-by: Brian Osman <brianosman@google.com>

TBR=mtklein@google.com,brianosman@google.com,reed@google.com

Change-Id: I79a21df9a3c3a9f3127f57131feff0f3e417e642
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:8793
Reviewed-on: https://skia-review.googlesource.com/c/196774
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-02 17:52:34 +00:00
skia-autoroll
9159c8ef83 Roll third_party/externals/angle2 6f1a852fce0b..4d153383bd3a (1 commits)
6f1a852fce..4d153383bd


git log 6f1a852fce0b..4d153383bd3a --date=short --no-merges --format='%ad %ae %s'
2019-03-02 syoussefi@chromium.org Reland "Vulkan: Implement debug markers"


Created with:
  gclient setdep -r third_party/externals/angle2@4d153383bd3a

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

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=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=scroggo@google.com

Change-Id: I57e8d1be5a464b753130bbcf5eb44fb5ce3972e1
Reviewed-on: https://skia-review.googlesource.com/c/196794
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 12:44:01 +00:00
recipe-roller
705e673479 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
recipe_engine:
  https://crrev.com/1a86f54ceba35d31196e8664958e53ba8f64cbd2 cq: fix a comment. (tandrii@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ia1ec24cbf0f0edd1dee460f4cb7dbd32d241982a
Reviewed-on: https://skia-review.googlesource.com/c/196773
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-02 06:44:01 +00:00
skia-autoroll
a726918932 Roll third_party/externals/swiftshader a2f5fd826031..823ca85404fb (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/a2f5fd826031..823ca85404fb


git log a2f5fd826031..823ca85404fb --date=short --no-merges --format='%ad %ae %s'
2019-03-02 chrisforbes@google.com Allow all vkBeginCommandBuffer flags


Created with:
  gclient setdep -r third_party/externals/swiftshader@823ca85404fb

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

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=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: Ie6dfd6b8f614fd749a3bf9e5d4732898b31f532d
Reviewed-on: https://skia-review.googlesource.com/c/196785
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 05:44:01 +00:00
skia-recreate-skps
a232cd4482 Update go_deps asset
Automatic commit by the UpdateGoDEPS bot.

TBR=borenet@google.com

Change-Id: Ia3ea48b3138bbf0fc57ef282281ad3f88d54a9fa
Reviewed-on: https://skia-review.googlesource.com/c/196860
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-03-02 05:35:21 +00:00
skia-autoroll
b5b705818a Roll third_party/externals/swiftshader 37c024a6a7fd..a2f5fd826031 (2 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/37c024a6a7fd..a2f5fd826031


git log 37c024a6a7fd..a2f5fd826031 --date=short --no-merges --format='%ad %ae %s'
2019-03-01 sugoi@google.com Windows build fix
2019-03-01 sugoi@google.com Descriptor sets update mechanism


Created with:
  gclient setdep -r third_party/externals/swiftshader@a2f5fd826031

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

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=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: Ib7710325e27d0a4cc520ba906a277376a6de60e7
Reviewed-on: https://skia-review.googlesource.com/c/196782
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 04:55:01 +00:00
skia-autoroll
ce8403b486 Roll third_party/externals/swiftshader dd1e37e31d68..37c024a6a7fd (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/dd1e37e31d68..37c024a6a7fd


git log dd1e37e31d68..37c024a6a7fd --date=short --no-merges --format='%ad %ae %s'
2019-03-01 capn@google.com Remove src/Vulkan directory from CMake include path


Created with:
  gclient setdep -r third_party/externals/swiftshader@37c024a6a7fd

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

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=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: Ib49014b39c9409af4c79ef6157085a13b30dc4fa
Reviewed-on: https://skia-review.googlesource.com/c/196701
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 04:00:50 +00:00
Ben Wagner
c025aa9638 Adjust luminance gamma for Mac.
It appears that on macOS 10.13 smoothed subpixel antialiased black glyphs
are blit with a gamma of 2.0, but white are blit with a gamma of ~1.4 with
a smooth trasition between these. In macOS 10.14 smoothed black glyphs are
blit with a gamma of 2.0, but white are blit with a gamma ~1.0 with a
smooth transition between. The reason for this is to tone down the high
dilation of the outlines after autohinting.

In order to render like the platform, emulate this behavior by adjusting
the luminance value used to pick the mask gamma.

Bug: chromium:933137
Change-Id: I02d73c29bee1a3506b43598d78f07a03c968349f
Reviewed-on: https://skia-review.googlesource.com/c/196501
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Mike Reed <reed@google.com>
2019-03-02 03:55:47 +00:00
Mike Klein
5043c09b8b bring back lowp bilerp_clamp_8888
PS1-3 are the literal code I removed a few months ago.

PS4 adds asserts to make sure we don't underflow.
PS5 adds rounding when scaling off bias, reducing diff slightly.

Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Change-Id: Ice573395a1680e1c3b55a8fe3e4d034f15adde1b
Reviewed-on: https://skia-review.googlesource.com/c/196620
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-02 03:55:46 +00:00
Mike Reed
0919852526 use colorspace steps to determine legacy blits
Bug: skia:8793
Change-Id: I1de4bde25f7dcb12175733a3213c43f92410dc4a
Reviewed-on: https://skia-review.googlesource.com/c/196647
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-02 03:50:43 +00:00
Jim Van Verth
841d654844 Fix memory leak in Metal.
ARC wasn't kicking in for the renderCmdEncoders -- adding the __strong
keyword seems to be enough of a hint.

Bug: skia:8243
Change-Id: I07e75d355ab89102126ba2134250f0440ecc488c
Reviewed-on: https://skia-review.googlesource.com/c/196652
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-03-02 03:50:40 +00:00
Jim Van Verth
74826c81bd Restore old Viewer setup order.
The backend needs to be set up before setting the current slide because
some slides require the backend resolution to set their size. We'll
check to see if a slide is set before drawing instead.

Also adds a null slide to be drawn when no slides are loaded.

Change-Id: Idb34deea80ea32762fa9e7434312e7b542c6a87e
Reviewed-on: https://skia-review.googlesource.com/c/196650
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-02 03:45:39 +00:00
Greg Daniel
bae712104d Add flush call to take access type, flags, and semaphore.
Bug: skia:
Change-Id: I5e664939a446616ef57acc79d26a10e6908cda10
Reviewed-on: https://skia-review.googlesource.com/c/196643
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-03-02 03:45:36 +00:00
skia-autoroll
e842e326a4 Roll third_party/externals/angle2 1581ff030b9c..6f1a852fce0b (3 commits)
1581ff030b..6f1a852fce


git log 1581ff030b9c..6f1a852fce0b --date=short --no-merges --format='%ad %ae %s'
2019-03-01 syoussefi@chromium.org Reland "Roll Vulkan repos"
2019-03-01 syoussefi@chromium.org Reland "Add system util to execute app and retrieve its output"
2019-03-01 syoussefi@chromium.org Vulkan: Support ETC, S3TC and BPTC compressed textures


Created with:
  gclient setdep -r third_party/externals/angle2@6f1a852fce0b

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

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=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=scroggo@google.com

Change-Id: I0ce1e62025e330da03e4adde9fb22bde33877950
Reviewed-on: https://skia-review.googlesource.com/c/196780
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-02 03:40:36 +00:00
recipe-roller
b1bf82a945 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
  https://crrev.com/5117888302cfc6e8a6fc58de1148c18c15012317 [led] Roll back to cc015d8903532826f4430b87501a3c542ef468ce. (iannucci@chromium.org)
  https://crrev.com/a6d41e2396bddb611df0cbc41de557a585939ace [cipd] Update to 2.2.18. (vadimsh@chromium.org)
recipe_engine:
  https://crrev.com/921a0d25cc4e1ccc382944bcfadda66e4f04948a Add proper protobuf support to recipe engine. (iannucci@chromium.org)
  https://crrev.com/0c4c8afe0d49874f5d596697b09057aa3be0a64c [source_manifest] Use PB for source manifest proto. (iannucci@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ice1d285f988a3d6b028bde3c0f0de434506cc238
Reviewed-on: https://skia-review.googlesource.com/c/196767
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-03-02 03:40:31 +00:00
skia-autoroll
436d47d5bd Roll ../src 1dc32aecaa61..cddf8925a8d8 (456 commits)
1dc32aecaa..cddf8925a8


git log 1dc32aecaa61..cddf8925a8d8 --date=short --no-merges --format='%ad %ae %s'
2019-03-01 katie@chromium.org Image labels pref syncs across a user's accounts.
2019-03-01 lushnikov@chromium.org devtools: bump max number of devtools isolated worlds
2019-03-01 yigu@chromium.org Disable flaky test PromoServiceTest.PromoDataNetworkError
2019-03-01 mahmadi@chromium.org [iOS][Translate] Translate Infobar Accessibility
2019-03-01 emaxx@chromium.org Implement diagnostics daemon starting talking to extensions
2019-03-01 ellyjones@chromium.org flags: assign extension-apis
2019-03-01 ssid@chromium.org Fix apk merger to ignore unwind_cfi built in arm64
2019-03-01 yuweih@chromium.org [Remoting] Integrate with OAuthTokenGetter for FtlClient
2019-03-01 raphael.kubo.da.costa@intel.com Make cc::ListContainer's iterators STL-compatible
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 329fac37dd27..8962ac298f14 (1 commits)
2019-03-01 samans@chromium.org Add jonross@chromium.org as owner of surface sync in content
2019-03-01 michaelbai@chromium.org Revert "[vr] Move Java and resources to //chrome/android/features/vr"
2019-03-01 mrsuyi@chromium.org Enable dynamic type on NTP tiles.
2019-03-01 pmonette@chromium.org Reverse the effect of the background inspection feature
2019-03-01 aboxhall@chromium.org Update some accessibility-related tests to be testharness tests.
2019-03-01 mmenke@chromium.org Socket Pools Refactor 28: Rework HTTP proxy auth (part 2).
2019-03-01 tonikitoo@igalia.com Switch t_p/blink/renderer/core/css away from DEFINE_STYLE_RULE_TYPE_CASTS
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 255569187f27..1223e7fc0a3c (4 commits)
2019-03-01 thakis@chromium.org Revert "Enable -Wextra-semi in release builds that don't set dcheck_always_on=true."
2019-03-01 jdufault@google.com Reland "cros: Make FakeGaia in OobeBaseTest a mixin"
2019-03-01 fserb@chromium.org Only update ImageBitmap if we have a real image
2019-03-01 thestig@chromium.org Make ShowConstrainedWebDialog() parameters unique_ptrs.
2019-03-01 mustaq@google.com Add a console warning for rejected file-chooser dialog calls.
2019-03-01 kpschoedel@chromium.org Convert some EventRewriters to new API.
2019-03-01 khushalsagar@chromium.org android_webview: Add comment for exclusion of url in crash reports.
2019-03-01 aluo@chromium.org Uninstall webkit cts apks before running.
2019-03-01 yigu@chromium.org Mark DepthCapture_depthStreamToR32FloatTexture as flaky on win7
2019-03-01 majidvp@chromium.org [animation-worklet] Deflake tests running with threaded compositing
2019-03-01 bsazonov@chromium.org [Signin][Mice] Expose GAIAServiceType enum to Java
2019-03-01 ellyjones@chromium.org testing: fix gtest failure crash
2019-03-01 thakis@chromium.org Enable -Wextra-semi in release builds that don't set dcheck_always_on=true.
2019-03-01 chlily@chromium.org Reporting and Network Error Logging: Add OnShutdown() methods
2019-03-01 gerchiko@microsoft.com Implemented setPlaybackRate for scroll-linked Worklet Animations.
2019-03-01 tonikitoo@igalia.com Switch t_p/blink/renderer/core/css away from DEFINE_CSS_RULE_TYPE_CASTS
2019-03-01 ekaramad@chromium.org [ MimeHandlerView ] Move some IPCs to mojo
2019-03-01 dpapad@chromium.org Android: Stop redirecting chrome://welcome to chrome-native://newtab
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 07a259de1240..329fac37dd27 (4 commits)
2019-03-01 caitlinfischer@google.com [Autofill] Added ability to make suggestion label formats.
2019-03-01 dtseng@chromium.org Fall back to simpler implementation of editing feedback for <textarea>
2019-03-01 javierrobles@chromium.org [iOS][MF] Do the password filtering in the SQL layer
2019-03-01 yigu@chromium.org Mark external/wpt/background-fetch/fetch.https.window.html as flaky
2019-03-01 npm@chromium.org Reland "Unify input delay computations for UMA, UKM, and EventTiming"
2019-03-01 edin@google.com Fix filtering bug where it wouldn't take the selected item into account.
2019-03-01 yigu@chromium.org Disable flaky WebApkUpdateManagerUnitTests
2019-03-01 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.262.
2019-03-01 sebmarchand@chromium.org SystemMonitor: Unregister the observers when they are destroyed
2019-03-01 ellyjones@chromium.org flags: remove third-party-doodles
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 859abef68cb5..2997ec9a7a46 (3 commits)
2019-03-01 ellyjones@chromium.org flags: assign enable-zero-suggest-redirect-to-chrome
2019-03-01 dewittj@chromium.org [EoS] Adds a chrome://explore-sites-internals page.
2019-03-01 tiborg@chromium.org [vr] Move Java and resources to //chrome/android/features/vr
2019-03-01 ellyjones@chromium.org flags: assign enable-clipboard-provider
2019-03-01 shaochuan@chromium.org arc: Check non-null profile in ArcSessionManager::SetProfile()
2019-03-01 yigu@chromium.org Revert "Disable flaky test testPendingUpdateFileDeletedAfterUpdateCompletion"
2019-03-01 yigu@chromium.org Revert "Disable flaky test testFileDeletedIfStoreWebApkUpdateRequestToFileFails"
2019-03-01 hta@chromium.org Move RTCDtlsTransport from "test" to "experimental"
2019-03-01 yigu@chromium.org Disable flaky test testPendingUpdateFileDeletedAfterUpdateCompletion
2019-03-01 alexclarke@chromium.org Fix bug with RemoveAllCanceledTasksFromFront and blocked queues
2019-03-01 amalova@chromium.org Rename TRANSLATE_LANGUAGE extra to match the extra naming in CustomTabIntent.
2019-03-01 wjmaclean@chromium.org Don't default to allowing handles to be shown.
2019-03-01 treib@chromium.org Mark interleaved-cursors-large.html as flaky timeout
2019-03-01 yigu@chromium.org Mark http/tests/devtools/editor/text-editor-ctrl-d-2.js timeout
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 2dfb3f01e77d..1c92c159adf9 (2 commits)
2019-03-01 yigu@chromium.org Disable flaky test testFileDeletedIfStoreWebApkUpdateRequestToFileFails
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d85235292c2c..07a259de1240 (1 commits)
2019-03-01 bratell@opera.com Remove state variable shadowing in blink/paint
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 328027b6c434..859abef68cb5 (4 commits)
2019-03-01 yigu@chromium.org Mark worklet-animation-with-scroll-timeline flaky on compositor path
2019-03-01 ltenorio@chromium.org Renaming the Contained Shell to Kiosk Next Shell.
2019-03-01 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.259.
2019-03-01 yigu@chromium.org Mark worklet-animation-with-scroll-timeline-and-display-none.https.html flaky
2019-03-01 nicolaso@chromium.org [BrowserSwitcher] Save sitelistcache.dat file
2019-03-01 yukishiino@chromium.org v8binding: Fix use of zero-length variable length arrays
2019-03-01 rsesek@chromium.org Add base::BufferIterator.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 88ac583e6668..ab0bd92ed40d (1 commits)
2019-03-01 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@103df1bf782674889deb7136cdf7b1318dadb86b
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult fb02ade1a0b9..727c16174db3 (1 commits)
2019-03-01 amalova@chromium.org Set target language of the Translate InfoBar in CCT via Intent's parameters.
2019-03-01 zynis@yandex-team.ru [clang-tidy] Typo in MachineLevelUserCloudPolicyManager::Init
2019-03-01 mrobinson@igalia.com Handle UTF-16 with multiple code points in AtkText
2019-03-01 kirr@yandex-team.ru Generate SmokeBenchmarks without base class modifications.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 11c520cd3508 to 0b4f8a4df79d
2019-03-01 svillar@igalia.com OnionSoup: cleanup WPT [ Slow ] tests
2019-03-01 yhirano@chromium.org Put the reason for "revalidation policy" calculation to trace events
2019-03-01 myid.shin@igalia.com Refactor: unsigned short -> uint8_t/uint16_t in third_party/blink/renderer/platform/wtf/text/utf8.cc
2019-03-01 myid.shin@igalia.com Refactor: unsigned short -> uint16_t in third_party/blink/*.tmpl
2019-03-01 bsazonov@chromium.org [Signin][Mice] Open system account settings from 'Manage accounts'
2019-03-01 nigeltao@chromium.org Remove the AppType arg from AppService.LoadIcon
2019-03-01 javierrobles@chromium.org [iOS] Use weak self
2019-03-01 bsazonov@chromium.org [Signin][Mice] Expose MOBILE_IDENTITY_CONSISTENCY flag to Java
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9539a2ce1044..d85235292c2c (1 commits)
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 8e98c60f8483..328027b6c434 (4 commits)
2019-03-01 mlippautz@chromium.org WebAudio: AudioScheduledSourceNode: Fix HasPendingActivity
2019-03-01 ahemery@chromium.org Navigation: Added a browser-initiated NavigationClient disconnect handler.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 65cf8a9b9775..88ac583e6668 (1 commits)
2019-03-01 skyostil@chromium.org Tracing: Handle mismatching Looper log lines
2019-03-01 ljusten@chromium.org Add log for block_devmode
2019-03-01 ahemery@chromium.org Navigation: Avoid early abort when intercepting DidCommit.
2019-03-01 jlebel@chromium.org [iOS] Clicking on settings link in Sign-in should not start sync engine
2019-03-01 jdemeulenaere@google.com [Autofill Assistant] Add animations when setting carousel chips.
2019-03-01 jkim@igalia.com OnionSoup: Move web_client_hints_types.mojom in public/platform to public/mojom
2019-03-01 abhijeet@igalia.com Generate 'core/probe' sources to follow Blink coding style.
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 27fb2bec31ac..9539a2ce1044 (2 commits)
2019-03-01 alexclarke@chromium.org Revert "SequenceManager to perform periodic housekeeping (sweep canceled tasks)"
2019-03-01 droger@chromium.org [signin][Mice] Expose all Android accounts to Chrome
2019-03-01 jfernandez@igalia.com Import 'line-break: anywhere ' tests
2019-03-01 bsazonov@chromium.org [Signin][Android] Open all accounts settings page on O+
2019-03-01 michaelbai@chromium.org Instantiate the ContentCaptureManager
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult df7065a0be96..fb02ade1a0b9 (1 commits)
2019-03-01 djean@google.com [ios] create parameters for url loading service
2019-03-01 yhirano@chromium.org Provide simple string to ResourceFetcher::requestResource trace
2019-03-01 adunaev@igalia.com [ozone/wayland] Fixed wrong behaviour on maximize/restore.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 3e8b031e3e8e..19dd955a0744 (8 commits)
2019-03-01 treib@chromium.org Mark media/controls/modern/doubletap-to-jump-forwards.html as flaky
2019-03-01 rkgibson@google.com [iOS] Stop Voiceover reading items on the WebView when omnibox is open
2019-03-01 peconn@chromium.org 🕵️ Focus URL bar for externally launched Incognito tab.
2019-03-01 mrsuyi@chromium.org Migrate meta_tags_egtest.mm to meta_tag_inttest.mm.
2019-03-01 rkgibson@google.com Search Copied Img from omnibox longpress looks at default search engine
2019-03-01 ricea@chromium.org Protect against re-entrant use of StreamPromiseResolver
2019-03-01 nator@chromium.org [Background Sync] Verify network conditions when woken up.
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 100cc47d5e0a..27fb2bec31ac (1 commits)
2019-03-01 treib@chromium.org Revert "Reland "[DevTools] Application>Clear Site Data: stop service worker when unregistering it""
2019-03-01 yhirano@chromium.org Set requestor origin from referrer in WebAssociatedURLLoader
2019-03-01 huangdarwin@chromium.org Refactor: Replace excess uses of WTF::HashSet::Find with WTF::HashSet::Contains
2019-03-01 hayato@chromium.org Make TreeScope::Retarget() return a reference
2019-03-01 lowell@chromium.org Remove workaround for KeyedService lifetimes from IdentityAccessorImpl.
2019-03-01 arbesser@google.com [Autofill Assistant] Introduces a new command line parameter to set the server url.
2019-03-01 perezju@chromium.org [tools/perf] Add command_line_tools module
2019-03-01 treib@chromium.org Revert "Introduce ash::network_icon::NetworkIconState"
2019-03-01 treib@chromium.org Revert "network_icon: Use GUID instead of path to track state in cache"
2019-03-01 qinmin@chromium.org Get display names for all download on InProgressManager initialization
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 520d06f4107a..df7065a0be96 (3 commits)
2019-03-01 googleo@chromium.org Add feature for new input logic.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc b8a4d688f907..8e98c60f8483 (6 commits)
2019-03-01 gambard@chromium.org [iOS] Change NTP fakebox animation
2019-03-01 gambard@chromium.org [iOS] Fix flakyness on OmniboxPopup test
2019-03-01 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.258.
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6edf76bf7b99..100cc47d5e0a (1 commits)
2019-03-01 dmazzoni@chromium.org Add general-purpose vlogs for ax_image_annotator.
2019-03-01 djean@google.com [ios] merged LoadURL inside url loading service
2019-03-01 yoichio@chromium.org Remove Shadow DOM V0, Custom Element V0 and HTML Imports
2019-03-01 chrome-release-bot@chromium.org Updating trunk VERSION from 3721.0 to 3722.0
2019-03-01 yoichio@chromium.org Refactoring: Clarify DocumentMarkerController::InvalidateRectsForTextMatchMarkersInNode type to const Text&.
2019-03-01 ichikawa@chromium.org Fix an error in build.py.
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 1757d2dc1b48..6edf76bf7b99 (3 commits)
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle ffa277a12fcd..1581ff030b9c (1 commits)
2019-03-01 sammc@chromium.org Remove the special-casing for Files app allowing file_browser_handlers.
2019-03-01 noel@chromium.org [piexwasm] Add tests.html test page
2019-03-01 tkent@chromium.org md-history: Fix a search field regression caused by r410495.
2019-03-01 chrishall@chromium.org Renaming language detection feature flag function to be grammatically sensible.
2019-03-01 tkent@chromium.org Fix web_feature/PRESUBMIT.py broken since r636661
2019-03-01 khachatryan@chromium.org [ChromeDriver] Remove workaround for testCanClickOOPIF for Mac
2019-03-01 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.257.
2019-03-01 robsc@chromium.org Add 'App recommendation' as distinguishing text to Accessibility Name.
2019-03-01 yoichio@chromium.org Force enable V0 APIs for FilesApp extension w Polymer1.
2019-03-01 thomasanderson@chromium.org Fix highlight state getting stuck on after menus close
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 4daef0984277..1757d2dc1b48 (2 commits)
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 14a41b316425..3e8b031e3e8e (1 commits)
2019-03-01 maajid@chromium.org Add metric for ARC Total engagement time, which is the sum of foreground and background.
2019-03-01 lucmult@chromium.org [Files app] Convert foreground/js/ to arrow function
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from e1ac07a9548d to 11c520cd3508
2019-03-01 mxcai@chromium.org Settings: Add metrics recording for All Sites page.
2019-03-01 bashi@chromium.org OMT service worker fetch: Set global scope's URL for installed script
2019-03-01 thestig@chromium.org Make views::WebDialogView's handler parameter a unique_ptr.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 906430d4b40c..255569187f27 (1 commits)
2019-03-01 kmackay@chromium.org [Chromecast] Update volume change API
2019-03-01 lucmult@chromium.org [Files app] Fix closure markups revealed when converting to arrow function
2019-03-01 thestig@chromium.org Split PrintPreviewDialogController::OnNavEntryCommitted() in two.
2019-03-01 rbpotter@chromium.org Refactor Print Preview tests: MediaSize, Dpi
2019-03-01 dbeam@chromium.org WebUI Dark Mode: fix a contrast problem on extension error page
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5c212bf59cf6..4daef0984277 (1 commits)
2019-03-01 wangxianzhu@chromium.org Let PrePaintTreeWalk handle layer invalidation of subtree of clip change
2019-03-01 lucmult@chromium.org [Files app] Fix wrong removal of .bind() by lebab
2019-03-01 robertogden@chromium.org Migrate DataSaver Snackbar Promo to Generic Class
2019-03-01 hcarmona@chromium.org Navi: A11y - Set aria-hidden in decorative image for Set Default page.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 9950df105a7c..520d06f4107a (1 commits)
2019-03-01 陳威尹 Add an util observer for TabGroup IPH
2019-03-01 dbeam@chromium.org WebUI Dark Mode: update extension-managed download text/links
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 5546fb4fdd85..ffa277a12fcd (1 commits)
2019-03-01 pwnall@chromium.org sql: Rename UMA histogram Sqlite.Stats to Sqlite.Stats2.
2019-03-01 jkim@igalia.com OnionSoup: Move mojom files in public/platform to public/mojom
2019-03-01 chrishall@chromium.org Removing 'language' from deny-node test as it is a separate concern.
2019-03-01 sunnyps@chromium.org Port power measurement script to use selenium
2019-03-01 yusufo@google.com Adjust control height at top and bottom for Grid Tab Switcher
2019-03-01 hollingum@google.com Special-case for determining the app_id of crostini apps.
2019-03-01 agawronska@chromium.org Add new style to LoginPinView
2019-03-01 tengs@chromium.org Message Center: Add flag to chrome://flags for enabling redesigned stacking bar UI.
2019-03-01 wrong@chromium.org Push HTTP requests to front of the queue rather than the end.
2019-03-01 michaelbai@chromium.org Send captured content per document
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal fe5a160336aa..5c212bf59cf6 (4 commits)
2019-03-01 keishi@chromium.org Fix OomIntervention.Reduced* metrics
2019-03-01 cbiesinger@chromium.org [layoutng] Add some LIKELY/UNLIKELY annotations
2019-03-01 dbeam@chromium.org WebUI Dark Mode: fix up empty list message in light/dark
2019-03-01 sidereal@google.com Associate crostini windows and shelf icons with primary profile only
2019-03-01 myid.shin@igalia.com Add the precise-width integer check in cpp.py
2019-03-01 smcgruer@chromium.org ScrollTimeline: make endScrollOffset inclusive only when max-scroll-position
2019-03-01 ericrk@chromium.org Disable HW Acceleration on GM45 with bad driver
2019-03-01 mek@chromium.org Fix mime-type for filesystem: directory listings.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia b2565b18d03e..906430d4b40c (17 commits)
2019-03-01 hansberry@chromium.org [SmartLock] Disambiguate tip to optionally turn off feature.
2019-03-01 kelvinjiang@chromium.org [Extensions] Small UI changes for activity log
2019-03-01 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.256.
2019-03-01 govind@chromium.org Updating XTBs based on .GRDs from branch master
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 5117888302cf..a6d41e2396bd (1 commits)
2019-03-01 charliea@chromium.org Disable system_health.memory_desktop/multitab:misc:typical24:2018
2019-03-01 karandeepb@chromium.org DNR: Move ruleset matcher unittests to the extensions layer.
2019-03-01 robliao@chromium.org Rename view_properties.* to view_class_properties.*
2019-03-01 jkim@igalia.com OnionSoup: Move web_feature.mojom in public/platform to public/mojom
2019-03-01 yhirano@chromium.org Remove FetchContext::DidLoadResource
2019-03-01 gyuyoung@igalia.com OnionSoup: Remove all uses of UseCounter::Count(const LocalFrame*) in blink/renderer/core/frame
2019-03-01 annelim@google.com [Autofill] LocalCardMigration Add/Remove Strikes
2019-03-01 jarrydg@chromium.org Quota: Update field trial config to match Finch
2019-03-01 ydago@chromium.org Show policy conflicts on chrome://policy page
2019-03-01 kkhorimoto@chromium.org [iOS] Update DialogPresenterDelegate and its implementation in BVC.
2019-03-01 bokan@chromium.org [Reland] Synthetic input waits on compositor display
2019-03-01 dfried@chromium.org Fix browser actions container snapping during drag.
2019-03-01 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a365aff3ed0b..fe5a160336aa (7 commits)
2019-03-01 shelley.vohr@gmail.com device/fido/mac: add more specific check for TouchID availability
2019-03-01 tmartino@chromium.org [Autofill Views] Increase dropdown min-width
2019-03-01 dbeam@chromium.org WebUI Dark Mode: update incognito icon for light/dark mode
2019-03-01 keishi@chromium.org Add crash key for OomInterventionState
2019-03-01 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@7324f63ee5dd03930ad0270f6476fd73b212225f
2019-03-01 dalecurtis@chromium.org Roll deps for ffmpeg M74 roll.
2019-03-01 rmcelrath@chromium.org Fix URLLoaderFactory use-after-free in NetworkPortalDetectorImpl
2019-03-01 awolter@chromium.org Use CastSysInfoDummy for fuchsia
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 00b1f1e2a50e..14a41b316425 (1 commits)
2019-03-01 wangxianzhu@chromium.org [PE] Properly handle subpixel accumulation across isolation
2019-03-01 myid.shin@igalia.com Refactor: unsigned short/unsigned -> uint16_t in third_party/blink/renderer/platform/text
2019-03-01 sammiequon@google.com overview: Remove overview dimming layer and dim wallpaper instead.
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 5de69e91bd93..5546fb4fdd85 (4 commits)
2019-03-01 ricardoq@google.com private_autotest: add setTabletModeEnabled()
2019-03-01 vakh@chromium.org Add a fuzzer for V4Store::MergeUpdate
2019-03-01 hiroshige@chromium.org Remove InlineType argument from AllowInlineScript()
2019-03-01 jamescook@chromium.org Rename ImeDriver to ImeDriverMus
2019-03-01 dpapad@chromium.org WebUI cleanup: Remove support for obsolete chrome://extensions-frame URL.
2019-03-01 amusbach@chromium.org overview: Correct for changes to the |kTopViewInset| window property.
2019-03-01 mattreynolds@google.com Add mojo types for HID report descriptors
2019-03-01 mthiesse@chromium.org Move touchless package behind compile flag
2019-03-01 katie@chromium.org Updates accessibility image label strings from UX.
2019-03-01 meiliang@chromium.org [TabGroup] TabGroupModelFilter Implemenation
2019-03-01 ramyan@chromium.org Extended histogram expiration for NTP Customization Features.
2019-03-01 johntlee@chromium.org Navi: Allow users to preview NTP backgrounds
2019-03-01 juanmihd@chromium.org Enforcing range in parameters of putImageData, getImageData and createImageData
2019-03-01 mstensho@chromium.org [LayoutNG] Reduce vector inline capacities in fragment builder.
2019-03-01 staphany@chromium.org CacheStorage: Extract padding key logic.
2019-03-01 ginko@google.com Speculative fix for Null-dereference crash
2019-03-01 ikilpatrick@chromium.org [LayoutNG] Remove FloatingObjects copyback.
2019-03-01 raleksandrov@google.com Change managed guest session pre-login warning
2019-03-01 bpastene@chromium.org Add milo configs for luci mirrors of 6 android trybots.
2019-03-01 johnidel@chromium.org Fix flaky AdsPLMO.AdFrameSizeInterventionMediaStatusPlayed
2019-03-01 pawliczek@chromium.org Delay querying for printers list until the policy file is parsed
2019-03-01 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools fe83cfa6b43a..5117888302cf (1 commits)
2019-03-01 rockot@chromium.org Introduce new Mojo bindings types
2019-03-01 gilmanmh@google.com Add method to determine whether to apply high contrast filters to page.
2019-03-01 gyuyoung@igalia.com BlinkMemoyrMgt: Annotate Blink's platform/font with the macros of Allocator
2019-02-28 aaronhk@google.com Change type of error thrown by bad ImageData initialization
2019-02-28 hhli@chromium.org Reland "[DevTools] Application>Clear Site Data: stop service worker when unregistering it"
2019-02-28 bashi@chromium.org OMT service worker fetch: Mark a wpt test is flaky
2019-02-28 gayane@chromium.org Revert "Reset NTP customizations when all settings are reset."
2019-02-28 knollr@chromium.org Do not suppress ScopedTimeClockOverrides tsan race.
2019-02-28 martis@chromium.org Image annotation service: use dedicated JSON parsing service for safety.
2019-02-28 manucornet@chromium.org CrOS Shelf: fix login shelf hit test rects in RTL
2019-02-28 backer@chromium.org Force more GL state into a known state
2019-02-28 jeffreycohen@chromium.org [SendTabToSelf] add local dismissal to entries
2019-02-28 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.255.
2019-02-28 stevenjb@chromium.org network_icon: Use GUID instead of path to track state in cache
2019-02-28 jkunkee@microsoft.com [imagediff] During cross builds, build for swarm host
2019-02-28 ryansturm@chromium.org Disabling Previews on reloads by default
2019-02-28 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 72565d358a64..a365aff3ed0b (7 commits)
2019-02-28 lukasza@chromium.org Adding 2 extensions to the allowlist.
2019-02-28 falken@chromium.org Allow extensions to intercept service worker navigation preload requests.
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 25fb765367e1..b8a4d688f907 (11 commits)
2019-02-28 aaronhk@google.com Fix scrollPathIntoView for vertical, right-to-left text
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite f6d776ff4a4a..00b1f1e2a50e (10 commits)
2019-02-28 mattm@chromium.org Migrate DnsProbeRunner to use the NetworkContext HostResolver.
2019-02-28 huangdarwin@chromium.org sqlite: update README.chromium to reflect sqlite upgrade process changes
2019-02-28 lowell@chromium.org Remove unused include.
2019-02-28 dbertoni@chromium.org [Extensions] Basic test for the tabs APIs for service workers.
2019-02-28 estade@chromium.org Fix sharded QuickUnlockPrivateUnitTest
2019-02-28 davidbienvenu@chromium.org Handle occlusion of app windows partly off screen
2019-02-28 enne@chromium.org Always enable passthrough raster decoder on Windows
2019-02-28 pdyson@chromium.org Sample apps with click data first.
2019-02-28 yusufo@google.com Fix live tab showing wrong bitmap and add tests for View/ViewHolder
2019-02-28 ccameron@chromium.org MacPWAs: Reparent apps after install
2019-02-28 meilinw@google.com Run Assistant under signed-out mode of libassistant.
2019-02-28 chcunningham@chromium.org Update fieldtrail test config for MediaCapabilities
2019-02-28 yusufo@google.com Enable undo for TabList
2019-02-28 manucornet@chromium.org CrOS Shelf: Remove gratuitous test expectations
2019-02-28 abhishekbh@chromium.org arc: Change wakeup timers implementation to adapt to new API semantics
2019-02-28 tonydeluna@chromium.org OOBE: Show apps button in login shelf after OOBE enrollment
2019-02-28 eirage@chromium.org 2 test virtual/threaded/.../animation-worklet/ fail on Mac10.11
2019-02-28 nohle@google.com Fix CryptAuth instance ID parameters
2019-02-28 ayui@chromium.org Set net::LOAD_VALIDATE_CACHE flag instead when requesting service worker scripts with viaCache value
2019-02-28 davidqu@google.com Return proper exception on CreateImageBitmap WPT test
2019-02-28 dewittj@chromium.org [EoS] Fix blank space on the top when shown in NoTouchActivity
2019-02-28 eirage@chromium.org Mark 5 test in external/.../counter-styles-3/ flaky
2019-02-28 patrto@microsoft.com Refactor OpenVR test class names to be runtime agnostic
2019-02-28 eirage@chromium.org Revert "Show controls and update time indicators during seeking"
2019-02-28 gmx@chromium.org tcmalloc: compile heap profiler code only when explicitly requested
2019-02-28 nohle@google.com Prefix unit tests in device_sync with "DeviceSync"
2019-02-28 yoichio@chromium.org Force enable V0 APIs for ZipArchiver extension.
2019-02-28 samans@chromium.org Fix black screen when navigating to somewhere after js alert dialog
2019-02-28 marcin@mwiacek.com Improve @IntDef inside Selection
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 201f136c9907..a1924739029e (6 commits)
2019-02-28 nzolghadr@chromium.org Remove id of the release pointer before call to handle
2019-02-28 oysteine@google.com Moved a few resource_coordinator owners to emeritus
2019-02-28 stevenjb@chromium.org Introduce ash::network_icon::NetworkIconState
2019-02-28 estevenson@chromium.org jni_generator: Fix native method capitalization for Proxy Natives.
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 8b15beb626f5 to e1ac07a9548d
2019-02-28 nohle@google.com Add a delay between immediate CryptAuth v2 re-enrollment attempts
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite a0a1dcc95853..f6d776ff4a4a (1 commits)
2019-02-28 bajones@chromium.org Move outputContext from XRSession to XRRenderState
2019-02-28 amusbach@chromium.org tablet: Call CanSnapInSplitview() before transferring snap from desktop.
2019-02-28 dlibby@microsoft.com Wheel-based scroll updates should generate gpu swap latency histograms
2019-02-28 horo@chromium.org Enable SignedExchangeReportingForDistributors by default
2019-02-28 robsc@chromium.org Hide Separators when Zero State Reinstall is enabled.
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools fe34723a55ec..fe83cfa6b43a (1 commits)
2019-02-28 wittman@chromium.org [Sampling profiler] Change filename field to debug basename
2019-02-28 tonikitoo@igalia.com Move async_file_system_callbacks.h to t_p/blink/renderer/modules/filesystem
2019-02-28 thakis@chromium.org Remove _Printf_format_string_.
2019-02-28 bokan@chromium.org Fix fragment anchor invoked without layout in iframe
2019-02-28 johntlee@chromium.org Navi: Add endpoint to fetch NTP backgrounds for preview
2019-02-28 eirage@chromium.org Disable system_health.memory_mobile/browse:news:toi
2019-02-28 ryansturm@chromium.org Reland "Stop over-recording data use related to Previews"
2019-02-28 tbarzic@chromium.org Update OOBE NetworkScreen result reporting
2019-02-28 lanwei@chromium.org Send a fake mouse move event to update hover when threaded scrolls end
2019-02-28 wittman@chromium.org [Sampling profiler] Ensure all modules are constructed with sizes
2019-02-28 tengs@chromium.org Login Screen: Add nullptr checks for that there is a next focusable view.
2019-02-28 halliwell@chromium.org [Chromecast] Remove obsolete GetGl* functions from CastSysInfo
2019-02-28 oysteine@google.com Properly reset ProducerClient between TraceEventAgentTest runs
2019-02-28 qinmin@chromium.org Add method to allow rename a content URI download
2019-02-28 oysteine@google.com Fixed tracing::Coordinator DCHECKs under Perfetto
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/glslang/src ec484527b643..d90d548161bc (2 commits)
2019-02-28 myid.shin@igalia.com Restore ShowdowRoot class size in //third_party/blink/renderer/core/dom
2019-02-28 wnwen@chromium.org Android: Add chrome_all_java target
2019-02-28 mrefaat@chromium.org [IOS] Add mrefaat@ as owner to AppLauncher
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 3c7b056c0c8b..9950df105a7c (1 commits)
2019-02-28 mek@chromium.org Don't crash when resolving blob URLs after context goes away.
2019-02-28 robliao@chromium.org Disable Direct Composition for views_examples_exe and demo (aura_demo)
2019-02-28 goto@chromium.org [idle] Use the time-qualified base::TimeDelta instead of a time-agnostic.
2019-02-28 xidachen@chromium.org [Code health] Remove an un-necessary if statement in TouchActionFilter
2019-02-28 etienneb@chromium.org Migration of font thread to sequence tasks runner
2019-02-28 mattreynolds@google.com Remove chrome://flags/#enable-gamepad-vibration
2019-02-28 thomasanderson@chromium.org Assume session is ending when receiving SIGTERM on Linux
2019-02-28 jennyz@chromium.org Fix the query removal dialog rotation issue.
2019-02-28 akihiroota@chromium.org Add example text for placeholders used in new ChromeVox strings.
2019-02-28 metzman@chromium.org [libFuzzer][Mac] Don't set use_cups true on Mac fuzzer builds.
2019-02-28 jortaylo@microsoft.com [Animation Worklet] Upstream web tests (batch 1 of 2 related to scroll timeline) to WPT
2019-02-28 stevenjb@chromium.org ClearBrowsingDataHandler: Do not call into sync_ui_util if guest
2019-02-28 wangxianzhu@chromium.org [PE] Fix scrolling layer offset issue in non-BlinkGenPropertyTrees
2019-02-28 jam@chromium.org Ensure that NetworkChangeNotifier on Android starts with the correct values in the network process.
2019-02-28 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.254.
2019-02-28 dbeam@chromium.org WebUI Dark Mode: update window separator on "Tabs from other devices"
2019-02-28 estark@google.com Remove unused security_state_ui code
2019-02-28 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 73263e44dae6..72565d358a64 (1 commits)
2019-02-28 tommycli@chromium.org Omnibox: Add warning comment for feature name typo.
2019-02-28 masonfreed@chromium.org Fixing BGPT bug that safe opaque background color was not being set
2019-02-28 jdeblasio@chromium.org Translation screenshots for lookalike interstitial.
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia b7b2da871e95..b2565b18d03e (5 commits)
2019-02-28 majidvp@chromium.org [animation-worklet] Enable wpt tests to run with threaded compositing
2019-02-28 amusbach@chromium.org tablet: Fix cases carrying over snapped windows from laptop to tablet.
2019-02-28 stevenjb@chromium.org SystemClockClient: Remove from DBusThreadManager
2019-02-28 jdufault@google.com cros: BaseWebUIHandler::CallJSOrDefer is now just CallJS
2019-02-28 xidachen@chromium.org Implement a caching strategy for PaintWorkletImageCache
2019-02-28 wittman@chromium.org [Sampling profiler] Encapsulate ModuleCache::Module state
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 160b5823ac4f..65cf8a9b9775 (1 commits)
2019-02-28 goto@chromium.org [idle] Rename enum values from CONSTANT to kConstant
2019-02-28 sinhak@chromium.org Disable Chrome OS Account Manager for Public Sessions
2019-02-28 enga@chromium.org Add interfaces to send ReturnData from decoder to client
2019-02-28 nzolghadr@chromium.org Make OverscrollCustomization as experimental
2019-02-28 lanwei@chromium.org Write web-platform-test for user-activation-delegation API
2019-02-28 bokan@chromium.org Reset search when interested element is removed.
2019-02-28 thestig@chromium.org Clean up android_usb_browsertest.cc.
2019-02-28 agrieve@chromium.org Reland "android: Launch Crashpad with /system/bin/linker on Q"
2019-02-28 danyao@chromium.org [Payment Request] Enable hasEnrolledInstrument by default.
2019-02-28 agdoug@amazon.com Show controls and update time indicators during seeking
2019-02-28 nicolaso@chromium.org Update chrome://browser-switch strings
2019-02-28 mukai@chromium.org Revert "Emit window bounds when the window is transformed."
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite ad9e9432731b..a0a1dcc95853 (2 commits)
2019-02-28 jinho.bang@samsung.com PaymentRequest: Implement payerdetailchange event in Android
2019-02-28 rouslan@chromium.org [Payment Request] Show PaymentDetails.error.
2019-02-28 xiaochengh@chromium.org Don't move out of editing host when adjusting caret move result for editing boundaries
2019-02-28 jdeblasio@chromium.org Simplify lookalike URL interstitial title string.
2019-02-28 eirage@chromium.org Revert "[Reland] Synthetic input waits on compositor display"
2019-02-28 siggi@chromium.org PM: Fix crash on GPU process exit notifications.
2019-02-28 steimel@chromium.org [Media Intent Handler] Fix broken watchtime metric
2019-02-28 mlippautz@chromium.org heap: Make GCInfo a POD
2019-02-28 kojii@chromium.org [LayoutNG] Copy ShouldPaintDescendantOutlines logic for PaintBlockFlowContents
2019-02-28 huayinz@chromium.org Enable build flag and modify flag description for dark mode
2019-02-28 rogerta@chromium.org Make sure the credential provider window is always on top.
2019-02-28 luum@chromium.org IppParserService: ConvertIppToMojo usage fix
2019-02-28 luum@chromium.org Removed NOTREACHED and fixed ipp_t leak
2019-02-28 chrishtr@chromium.org Revert "Re-land: [BGPT] Support kDstIn blend-mode for non-render surface quads"
2019-02-28 yigu@chromium.org [Code Health] Update cc/animation/README with current hierarchy
2019-02-28 gab@chromium.org Reland "[base] Migrate the Win MessagePump to DoSomeWork"
2019-02-28 ioanap@chromium.org Add expectation for flaky external/wpt/fullscreen/api/element-request-fullscreen-and-remove-manual.html
2019-02-28 lindsayw@google.com [ios] Convert web view shell EarlGrey matchers to ObjC
2019-02-28 eirage@chromium.org Disable test DragImageBetweenFrames on Linux
2019-02-28 rtoy@chromium.org Use correct condition for pending activity on source nodes
2019-02-28 danakj@chromium.org Move SetBackgroundColor from WebLayerTreeView to WebWidgetClient (3/n)
2019-02-28 yosin@chromium.org Get rid of redundant parameter from NGInlineNode::GetOffsetMapping()
2019-02-28 tkent@chromium.org Remove some internal-only -webkit-appearance keywords.
2019-02-28 mcnee@chromium.org Correctly wrap touchscreen pinch events when diverting them to root view
2019-02-28 wnwen@chromium.org Android: Move jni_headers target to chrome/android
2019-02-28 szermatt@chromium.org Add to ScrimView parameters needed by Autofill Assistant.
2019-02-28 wnwen@chromium.org Android: Add all java deps to common apk template
2019-02-28 metzman@chromium.org Make unimplemented virtual methods in ReceivingUiHandler pure
2019-02-28 ksolt@chromium.org [scheduler] Migrating 2 more usages of BackgroundOnlyAsyncTask to PostTask.
2019-02-28 tonikitoo@igalia.com Switch AxObjectCacheBase to use downcast helpers
2019-02-28 tonikitoo@igalia.com Eliminate IdentityTestEnvironment's public complex constructor
2019-02-28 brlong@microsoft.com Add GetUniquePath helper function to file_util.cc
2019-02-28 mlippautz@chromium.org ActiveScriptWrappable: Fix iteration of in-construction objects
2019-02-28 mamir@chromium.org [Sync::USS] Fix DCHECK failure crash in PasswordStoreSync::MergeSyncData
2019-02-28 rtoy@chromium.org AudioContexts have no pending activity if they're not running
2019-02-28 jbudorick@chromium.org Reland "[build] Update APK merger to handle additional libcrashpad_handler_trampoline.so"
2019-02-28 bratell@opera.com Remove variable shadowing in blink/frame
2019-02-28 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.251.
2019-02-28 tonikitoo@igalia.com Switch to using the simple IdentityTestEnvironment ctor in AccountReconcilorTest
2019-02-28 smaier@chromium.org Revert "Android: ensuring onDestroy called between each test"
2019-02-28 treib@chromium.org SyncAuthManager: Fix mixing auth errors from Sync server vs IdentityManager
2019-02-28 tguilbert@chromium.org Add Create*Renderer to MojoRendererFactory
2019-02-28 ltenorio@chromium.org Only launch the Contained Shell when its preference is enabled.
2019-02-28 avi@chromium.org Fix dropping of WebP images to the Finder.
2019-02-28 abhijeet@igalia.com Move mojom/color_chooser/color_chooser.mojom to mojom/choosers/
2019-02-28 bratell@opera.com Include the header instead of cc file
2019-02-28 vkuzkokov@chromium.org Determine |VendorCapability| type based on arguments
2019-02-28 perezju@chromium.org [leak_detection] Fix leak_detection benchmark
2019-02-28 oysteine@google.com Perfetto: Ensure we fully wait for child processes to start tracing
2019-02-28 bokan@chromium.org [Reland] Synthetic input waits on compositor display
2019-02-28 wnwen@chromium.org Android: Use full path for resource zips
2019-02-28 jdoerrie@chromium.org [base] Add std::unique_ptr support to base::Owned
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 1179d5dfaf8d..b7b2da871e95 (1 commits)
2019-02-28 robertma@chromium.org [blinkpy] Handle start & stop of Xvfb better
2019-02-28 thakis@chromium.org Switch to a blacklist for -Wextra-semi.
2019-02-28 backer@chromium.org --enable-gpu-service-logging for DirectContextProvider
2019-02-28 loonybear@chromium.org Add a test to verify violation report for unoptimized-images policy works for JS created Image
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 87c513372ff3..ad9e9432731b (4 commits)
2019-02-28 nator@chromium.org [Background Sync] Remove new from sync manager code.
2019-02-28 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 00be6aaa4a3e..73263e44dae6 (11 commits)
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 4b314eefc839..5de69e91bd93 (1 commits)
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 31ac9850ad0f..2dfb3f01e77d (1 commits)
2019-02-28 kinaba@google.com chromeos: Fix more bugs in ArcScreenCaptureSession with mash.
2019-02-28 morlovich@chromium.org Fix missing prefs checks in RestrictedCookieManager.
2019-02-28 wnwen@chromium.org Android: Add wnwen@ to chrome/android/features/OWNERS
2019-02-28 rayankans@chromium.org [Background Fetch] Store in-progress bytes per request.
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 2c7964832eac..25fb765367e1 (16 commits)
2019-02-28 ellyjones@chromium.org flags: assign show-autofill-type-predictions
2019-02-28 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@cf64e55132e3546234f0f941f29d9d6664a80dc6
2019-02-28 wittman@chromium.org [Sampling profiler] Reland "Use null for invalid ModuleCache::Module state"
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult afd6d361b5b7..3c7b056c0c8b (1 commits)
2019-02-28 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 1eac440c1718..160b5823ac4f (6 commits)
2019-02-28 jinho.bang@samsung.com PaymentRequest: Fix a crash when payment sheet UI is skipped
2019-02-28 tandrii@chromium.org Revert "OOR-CORS: Introduce ResourceRequest::cors_exempt_headers"
2019-02-28 hanxi@google.com Expose more API in SimpleDependencyFactory.
2019-02-28 chouinard@chromium.org [Feed] Only build internals page when flag is on
2019-02-28 tandrii@chromium.org Whitespace test.


Created with:
  gclient setdep -r ../src@cddf8925a8

The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll

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=skia.primary:Perf-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac10.13-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=scroggo@google.com

Change-Id: Ifd73baa00b8a6f8db2775bb1b5003bfa43338cf3
Reviewed-on: https://skia-review.googlesource.com/c/196557
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-01 18:52:34 +00:00
Hal Canary
44861f94c9 SkQP: Fix report
Change-Id: I210f71444d4a567dc888c6b9dc136b70642a7a92
Reviewed-on: https://skia-review.googlesource.com/c/196508
Reviewed-by: Hal Canary <halcanary@google.com>
(cherry picked from commit 10783761fe46b1b4c7d7098b5abf49923c820ee8)
Reviewed-on: https://skia-review.googlesource.com/c/196646
Commit-Queue: Hal Canary <halcanary@google.com>
2019-03-01 18:50:49 +00:00
Mike Klein
656281b793 update high-contrast color filter for tagged SW destinations
We haven't updated this since the tagged == linear days.

Bug: skia:8812
Cq-Include-Trybots: luci.chromium.try:linux-blink-rel
Change-Id: I2f67696f37aab410e1b482348ee8b1cf7e7b1697
Reviewed-on: https://skia-review.googlesource.com/c/196622
Commit-Queue: Mike Klein <mtklein@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Mike Klein <mtklein@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
2019-03-01 18:47:29 +00:00
skia-autoroll
e1f5b64465 Roll third_party/externals/swiftshader a1924739029e..dd1e37e31d68 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/a1924739029e..dd1e37e31d68


git log a1924739029e..dd1e37e31d68 --date=short --no-merges --format='%ad %ae %s'
2019-03-01 bclayton@google.com SpirvShader: Begin unary and binary ops.


Created with:
  gclient setdep -r third_party/externals/swiftshader@dd1e37e31d68

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

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=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=scroggo@google.com

Change-Id: I2e458916250cfeb4a36e90eb38d3de429899cc0d
Reviewed-on: https://skia-review.googlesource.com/c/196553
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-01 17:28:51 +00:00
Ian McKellar
947e5e437f Clean up SkFontMgr_fuchsia.cpp after FIDL API change
This cleans up some changes made in:
https://skia-review.googlesource.com/c/179994

Bug: skia:
Change-Id: I813f44578fd6dcd0da8a3ec3a877f307c6e36093
Reviewed-on: https://skia-review.googlesource.com/c/196504
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-01 16:56:19 +00:00
Mike Reed
ab094dae24 fix docs for fitsInBytes
Bug: skia:
Change-Id: I78c4432ff96e7c7886e5c996dc02d3a9505b6994
Reviewed-on: https://skia-review.googlesource.com/c/196507
Reviewed-by: Stephan Altmueller <stephana@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-03-01 16:48:59 +00:00
Kevin Lubick
53169df243 [canvaskit] Roll 0.4.1
Bug: skia:
Change-Id: I7d2750967ea5da83427a186b8fdd23d5d4aa69f2
Reviewed-on: https://skia-review.googlesource.com/c/196640
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-03-01 16:24:13 +00:00
Mike Klein
4dc70ecbdb fix labels in P3 gm
We first draw interpolating in P3, UPM+PM, then in sRGB, UPM+PM.
Looks like the last gradient got its labels as a copy and paste
from the second.

Add a todo to test the middle color somehow.  That's where we
either are or were going wrong, and it's an easy way to test
interpolation.

Change-Id: Ib7ff385c9244e33ee13fd206279119de25ce2eb6
Reviewed-on: https://skia-review.googlesource.com/c/196581
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-03-01 16:09:49 +00:00
Jim Van Verth
1223e7fc0a Add GrMtlPipelineStateCache.
Allows us to cache MTLRenderPipelines rather than regenerating them
for every use.

Bug: skia:
Change-Id: I3357d3bc6d644074bd9d544a8d5205af56d918e5
Reviewed-on: https://skia-review.googlesource.com/c/195127
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-03-01 14:48:59 +00:00
Florin Malita
a8c728f080 [canvaskit] Ignore image paths in Skottie asset keys
The name should be sufficient.

Change-Id: I451ae4a0f8d0f0864f07abc0405b591a6e2ca769
Reviewed-on: https://skia-review.googlesource.com/c/196506
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
2019-03-01 14:39:29 +00:00
skia-autoroll
d4ae61053c Roll third_party/externals/angle2 5546fb4fdd85..1581ff030b9c (2 commits)
5546fb4fdd..1581ff030b


git log 5546fb4fdd85..1581ff030b9c --date=short --no-merges --format='%ad %ae %s'
2019-03-01 ynovikov@chromium.org Vulkan: disable VK_PRESENT_MODE_FIFO_KHR on Linux Intel
2019-03-01 brucedawson@chromium.org Fix logic for warningsAsErrors


Created with:
  gclient setdep -r third_party/externals/angle2@1581ff030b9c

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

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=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=scroggo@google.com

Change-Id: I6ef2b15c42783cb3fe1f6b96b0410786ef1a4c3e
Reviewed-on: https://skia-review.googlesource.com/c/196548
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-01 14:07:19 +00:00
Florin Malita
71a23d4195 [canvaskit] Consolidate Skottie assets
- use a single name -> SkData map for both images and fonts

 - consolidate images/fonts as a generic "assets" API

 - pass pre-constructed asset maps to the SkottieAssetManager factory
   and remove setter (immutable class at this point)

Bug: skia:
Change-Id: Ief6d3bcbba339ccd1d81fd9950871eaa691ee947
Reviewed-on: https://skia-review.googlesource.com/c/196503
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-03-01 13:14:12 +00:00
skia-autoroll
255569187f Roll third_party/externals/angle2 5de69e91bd93..5546fb4fdd85 (4 commits)
5de69e91bd..5546fb4fdd


git log 5de69e91bd93..5546fb4fdd85 --date=short --no-merges --format='%ad %ae %s'
2019-02-28 tobine@google.com Vulkan:Adding custom pool allocator
2019-02-28 shrekshao@google.com Use string literal style for shader string in WebGLCompatibilityTest
2019-02-28 shrekshao@google.com add ext_float_blend feature and test
2019-02-28 ynovikov@chromium.org Require VK_EXT_queue_family_foreign for EGL_ANDROID_image_native_buffer support


Created with:
  gclient setdep -r third_party/externals/angle2@5546fb4fdd85

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

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=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=scroggo@google.com

Change-Id: Id0c4640371e51484b7009e89a835d35cf5af1149
Reviewed-on: https://skia-review.googlesource.com/c/196468
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-03-01 02:10:57 +00:00