Mike Reed
1f63b51649
remove unused variable
...
Bug: skia:
Change-Id: I0300d5c0b616ed87426aa7329491cf1d2b8c58f2
Reviewed-on: https://skia-review.googlesource.com/c/192107
Reviewed-by: Nigel Tao <nigeltao@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-14 03:08:00 +00:00
KDr2
e77142e0d6
Fix bug of SkSVGCanvas::Make
...
The method `SkSVGCanvas::Make(const SkRect& bounds, SkWStream* writer)`
passes a pointer to a stack-allocated object to the returned SkCanvas.
TBR=
Change-Id: Ica7933adc59764a69eb2fb6312df91ffffd5627b
Reviewed-on: https://skia-review.googlesource.com/c/192040
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: Mike Reed <reed@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-02-14 02:09:30 +00:00
Ravi Mistry
09c01e9df2
Make Housekeeper-PerCommit-Bookmaker a tryjob only bot
...
NoTry: true
Bug: skia:8770
Change-Id: Iec19708f6ae82df43d2e7a7d02360ace4cc31d5f
Reviewed-on: https://skia-review.googlesource.com/c/192106
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
2019-02-14 00:23:20 +00:00
Herb Derby
afbe1c49d9
Remove empty processing from drawGlyphRunAsBMPWithPathFallback
...
Change-Id: I9946614342b4a3883b25f749f54dbfc97f3460d4
Reviewed-on: https://skia-review.googlesource.com/c/192104
Commit-Queue: Herb Derby <herb@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-02-13 23:48:00 +00:00
recipe-roller
77a0e925a7
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/3b1e64245a0b29d8352d28a3c442482bcb5f2889 presubmit: use depot_tools.on_path rather than a handrolled equivalent. (jbudorick@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I8a6d1ef0952648cd9b6b75315ddc814523b981a0
Reviewed-on: https://skia-review.googlesource.com/c/192103
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-13 22:42:29 +00:00
Brian Osman
5105d68f93
Use half-floats for out-of-gamut color in GrAAFillRRectOp
...
Bug: skia:
Change-Id: Id093f295708b1f6719bece9899ebadfb9a473e46
Reviewed-on: https://skia-review.googlesource.com/c/192101
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Chris Dalton <csmartdalton@google.com>
2019-02-13 21:41:19 +00:00
Nigel Tao
9859ef8d20
Keep scaledHeight calculation across oID calls
...
Prior to this commit, scaledHeight was only computed for the first
onIncrementalDecode call, and if y-sampling was requested, forgotten for
subsequent calls.
Bug: skia:8235
Change-Id: I87e8c2ba1b6a07b589841b0d7fbe9325f6bad76f
Reviewed-on: https://skia-review.googlesource.com/c/191880
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2019-02-13 20:38:39 +00:00
Mike Reed
186669c412
work to fix bookmaker
...
Bug: skia:
Change-Id: I2d2766e92b289d827984144b625b3da0fbfee58b
Reviewed-on: https://skia-review.googlesource.com/c/192033
Reviewed-by: Mike Reed <reed@google.com>
2019-02-13 20:07:33 +00:00
Jim Van Verth
2782b2872b
Fix drag events in Mac viewer.
...
Rather than depend on the Cocoa event system we intercept the events
in our main loop and send them to the appropriate sk_app::Window. A
hashmap that maps from Cocoa windowNumbers to an sk_app::Window is
added to make this possible.
We continue to send the event on through the Cocoa system to catch
system level events -- e.g., window close and drag events. We also
continue to catch key events in an NSView to keep the app from beeping
annoyingly because it thinks it's capturing events outside its focus.
Finally we ensure that move events are always enabled for the window
so that imgui knows that the cursor is over it.
Bug: skia:8737
Change-Id: Id49df51f68942fbf51634d6484291df862074864
Reviewed-on: https://skia-review.googlesource.com/c/191574
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
2019-02-13 19:26:39 +00:00
Herb Derby
a4c6487f6c
Use SkStrikeSpec to consolidate SkDescriptor, Effects and Typeface.
...
Introduce SkStrikeSpec. Allow an SkStrikeInterface to return on
that represents the strike. Have GrTextBlob::Run::setFont() use
SkStrikeSpecs.
Misc Cleanups
* In SkStrikeCache::Node - rename fCache -> fStrike
* Parameter reformatting
Change-Id: I1b289e2cb4e5252d5c3cb776f3b2a31c6e1948b3
Reviewed-on: https://skia-review.googlesource.com/c/192029
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-13 18:48:39 +00:00
Mike Klein
65e841715e
rewrite SkMasks::CreateMasks to work in bytesPerPixel
...
This ought to make it a bit more clear that undefined
shifts (like 1<<31, 1<<32, 1<<33) are not possible,
only 1<<8, 1<<16, 1<<24.
Change-Id: Ia358f9204e5956ba6c23603c5961af86a991b659
Reviewed-on: https://skia-review.googlesource.com/c/192030
Reviewed-by: Leon Scroggins <scroggo@google.com>
Reviewed-by: Greg Kaiser <gkaiser@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-13 18:48:09 +00:00
skia-autoroll
e317664bbd
Roll third_party/externals/angle2 d3fac74a236e..6fc22a13d45d (7 commits)
...
d3fac74a23..6fc22a13d4
git log d3fac74a236e..6fc22a13d45d --date=short --no-merges --format='%ad %ae %s'
2019-02-13 courtneygo@google.com Vulkan: Discard scissored clears where scissor is null
2019-02-13 syoussefi@chromium.org Vulkan: Implement debug markers
2019-02-13 syoussefi@chromium.org Roll Vulkan repos
2019-02-13 spang@chromium.org Disable broken tests on Fuchsia (reland)
2019-02-13 spang@chromium.org Vulkan: Port renderer to Fuchsia (reland)
2019-02-12 geofflang@chromium.org Vulkan: Support EGL images sourced from cube maps.
2019-02-12 syoussefi@chromium.org Revert "Vulkan: support instanced draws."
Created with:
gclient setdep -r third_party/externals/angle2@6fc22a13d45d
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=stephana@google.com
Change-Id: Ica739aded431cf1034fe5abe9c639bbd69cf8400
Reviewed-on: https://skia-review.googlesource.com/c/191949
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-13 18:30:39 +00:00
Mike Klein
da5e03954d
add Windows -Wuffs builders
...
Should help us figure out the build warnings and errors.
I figure we probably don't need any more than the existing one Linux
test bot until we're looking to make the big switch?
Bug: skia:8764
Change-Id: I7a8b427e3ac7278907e67f140d9e067161cd2123
Reviewed-on: https://skia-review.googlesource.com/c/192027
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-13 17:27:31 +00:00
Mike Reed
62ad46b059
fix contour-measure for move-line-move
...
Use RawIter, so we can dependably peek() (since consumeDegenerates in
Iter() make peeking unreliable), which caused us to think there were two
real contours in the test case.
Bug: oss-fuzz:13013
Change-Id: I0d85f3e6a83cb972c4d801dd9b17f0e388b926d0
Reviewed-on: https://skia-review.googlesource.com/c/192025
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
2019-02-13 17:14:09 +00:00
Robert Phillips
6f0e02f5d7
Switch path renderers over to using GrRecordingContext
...
The path renderers convert paths into Ganesh ops when recording so should also be able to make due with only the GrRecordingContext.
Change-Id: Ie796af73ca5aa2a074ebd037d6d558ec85ff5928
Reviewed-on: https://skia-review.googlesource.com/c/191568
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-02-13 16:58:29 +00:00
Hal Canary
b6f5378333
SkShaper: enable for unit and render tests
...
New tests that use skshaper should hide behind SK_USING_SKSHAPER define.
Change-Id: Ifcd726d931e3eb1ff209085a63e8129c9cd5596d
Reviewed-on: https://skia-review.googlesource.com/c/192026
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-02-13 16:19:48 +00:00
Mike Reed
ff1c49258f
fix rawiter::peek
...
Bug: skia:
Change-Id: I27f1b788c0e89da41479e9ef379f5a8feb02ea8e
Reviewed-on: https://skia-review.googlesource.com/c/192028
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-13 16:16:48 +00:00
Robert Phillips
b97da530f0
Switch Ops over to using GrRecordingContext
...
Since, by definition, the ops are created when recording, it makes sense that they should be able to make due with only the GrRecordingContext.
TBR=bsalomon@google.com
Change-Id: If64353aee30b35d0a16401f7de00954f44ed8c59
Reviewed-on: https://skia-review.googlesource.com/c/190670
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
2019-02-13 15:53:09 +00:00
skia-autoroll
721801a0d6
Roll ../src 77b5d9247fd7..1f0e830f475f (486 commits)
...
77b5d9247f..1f0e830f47
git log 77b5d9247fd7..1f0e830f475f --date=short --no-merges --format='%ad %ae %s'
2019-02-13 pkotwicz@chromium.org [Android WebAPK] Make Webapp action notification links work with new-style WebAPKs
2019-02-13 droger@chromium.org [signin] Remove dead code in signin_promo
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 lowell@chromium.org Update user_policy_signin_service_unittest.cc to use GetSafeWeakWrapper.
2019-02-13 bokan@chromium.org Split FragmentAnchor into an interface
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 94a5328e0e4b..9cee184aaa27 (1 commits)
2019-02-13 djean@google.com [ios] moved location bar to url loading service
2019-02-13 raleksandrov@google.com Show notification after Managed Guest Session auto launch
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 yukishiino@chromium.org v8binding: Add comments to V8ValueOrScriptWrappableAdapter
2019-02-13 raphael.kubo.da.costa@intel.com FileSystemURL: Stop marking move constructor as noexcept
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal da6c33913777..6cff075bcfed (1 commits)
2019-02-13 pkotwicz@chromium.org [Android Webapp] Fix WebappSplashScreenController NullPointerException
2019-02-13 pkotwicz@chromium.org [Android WebAPK] Don't request WebAPK update if WebApkActivity is finished
2019-02-13 tikuta@chromium.org fix deps/public_deps usage in proto_library
2019-02-13 lowell@chromium.org Update gaia_auth_fetcher_ios_unittest.mm to use GetSafeWeakWrapper.
2019-02-13 msarda@chromium.org [unified-consent] Remove IsUnifiedConsentGiven from JNI layer.
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.154.
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /remoting.
2019-02-13 tikuta@chromium.org [remoting] small fix for BUILD.gn
2019-02-13 abhijeet@igalia.com Remove unwanted header from sync_session_durations_metrics_recorder.h
2019-02-13 myid.shin@igalia.com [s13n] Eliminate browser_state_keyed_service_factories.mm's references to signin internals factories
2019-02-13 myid.shin@igalia.com [s13n] Eliminate web_view_browser_state.mm's references to signin internals factories
2019-02-13 treib@chromium.org Sync NudgeTracker: Consistently consider the set of enabled data types
2019-02-13 wtc@google.com Roll src/third_party/libaom/source/libaom/ 20a747b9c..625cded05 (175 commits)
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 66f09a72995a..94a5328e0e4b (1 commits)
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /components.
2019-02-13 jdoerrie@chromium.org [Sheriff] Add link to VirtualTimeCrossProcessNavigation Bug
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 44ab56b963a4..da6c33913777 (1 commits)
2019-02-13 mnissler@chromium.org Track SchedulerConfiguration and update system
2019-02-13 tikuta@chromium.org [components] small fix for BUILD.gn
2019-02-13 msarda@chromium.org [unified-consent] Replace EnableGoogleServices with SetUrlKeyedDataCollectionEnabled.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult cb6a5681563e..63f9b85be556 (1 commits)
2019-02-13 rayankans@chromium.org Add Logging/Querying functionality to DevToolsBackgroundServicesContext
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 jdoerrie@chromium.org [Sheriff] Disable slow Linux MSAN Layout Tests
2019-02-13 dullweber@chromium.org Move browsing_data extension tests into a unit_test
2019-02-13 3su6n15k.default@developer.gserviceaccount.com Automated Commit: LKGM 11752.0.0 for chromeos.
2019-02-13 sinhak@chromium.org Fix crash for crOS Account Manager in Multi-Signin mode
2019-02-13 jdoerrie@chromium.org [Sheriff] Disable BackgroundTabNavigation on Linux
2019-02-13 tikuta@chromium.org small fix for BUILD.gn
2019-02-13 brunoad@chromium.org Reland "Add initial Contained Home bridge implementation."
2019-02-13 djean@google.com [ios] remove use or url_loader in bookmarks
2019-02-13 yhirano@chromium.org [RawResource] CachedMetadata can arrive later than ResponseBody
2019-02-13 mkwst@chromium.org Implement `Sec-Fetch-Mode`
2019-02-13 djean@google.com [ios] moving ‘switch to tab’ to url loader
2019-02-13 alessiob@chromium.org PFFFT (3rd party): replace _alloca() with _malloca()
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn bb5696bcd3b7..f872e6924cbb (1 commits)
2019-02-13 vkuzkokov@chromium.org Fetching printer capabilities is user visible.
2019-02-13 triploblastic@google.com Added memory tracing for code cache in blink::Resource
2019-02-13 jdoerrie@chromium.org [Sheriff] Disable Flaky meta-viewport-link-headers-imagesrcset.html on Win7
2019-02-13 mnissler@chromium.org Expose SetSchedulerConfiguration debugd IPC
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 1a351b413fb6..cb6a5681563e (1 commits)
2019-02-13 dullweber@chromium.org Delete all types of Storage on profile close
2019-02-13 yhirano@chromium.org [Fetch keepalive] "same-origin" request shouldn't be affected by restriction for CORS preflight
2019-02-13 carlscab@google.com Reenable tests in SequenceManagerTest
2019-02-13 arbesser@google.com [Autofill Assistant] Adjusted PR paddings and margins to align them with the UI.
2019-02-13 ricea@chromium.org WebSocket: Fix cookie permissions check
2019-02-13 jiajie.hu@intel.com Add support for program interface query of webgl2-compute
2019-02-13 nator@chromium.org [Background Sync] Add field trial testing config
2019-02-13 okalitova@chromium.org Integrates PluginVmLauncherView with backend
2019-02-13 bratell@opera.com Adding helper functions to create and check for Length variants
2019-02-13 yukishiino@chromium.org Bulk-update: Hyperlinks to HTML standard (multipage/... => C/)
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3703.0_rc-r1-merged to 74.0.3704.0_rc-r1-merged
2019-02-13 zetamoo@google.com Remove PlzNavigate references from NavigationParams comment.
2019-02-13 maxmorin@chromium.org Disable RenderFrameAudioInputStreamFactoryTest on Android
2019-02-13 jkrcal@chromium.org [AF Profile] Add metrics for debugging difference between USS/Directory
2019-02-13 mamir@chromium.org [Sync::USS] Remove Password Pseudo USS code
2019-02-13 carlscab@google.com Fix EQT metrics
2019-02-13 nikitapodguzov@chromium.org Use enum classes instead of enums in printer description.
2019-02-13 hiroshige@chromium.org Use const references for all FetchClientSettingsObject parameters
2019-02-13 noel@chromium.org [zlib_bench] improve program options handling
2019-02-13 edcourtney@google.com Collect ActiveWindowStateType metric for PIP.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from bb35f192cd36 to ed8a157e58ca
2019-02-13 lowell@chromium.org Update network_location_provider_unittest to use GetSafeWeakWrapper.
2019-02-13 lowell@chromium.org Update sync_test.cc to use GetSafeWeakWrapper.
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.153.
2019-02-13 blundell@chromium.org Add GN restriction that //content isn't used on iOS
2019-02-13 tkent@chromium.org MarkupAccumulator: Introduce a new class representing two namespace maps.
2019-02-13 jiajie.hu@intel.com Add command buffer support for program interface query
2019-02-13 perezju@chromium.org [tools/perf] Remove third_party/davclient
2019-02-13 yuli@chromium.org Extract timer-tick util function from Options.
2019-02-13 mkwst@chromium.org Implement `navigator.getUserAgent()`
2019-02-13 mamir@chromium.org [Sync] Fix flaky test testDownloadMovedBookmark()
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /chrome.
2019-02-13 ellyjones@chromium.org flags: remove enumerate-audio-devices
2019-02-13 acourbot@chromium.org media/gpu/v4l2vda: make the V4L2 VDA able to work with arbitrary IP buffers
2019-02-13 myid.shin@igalia.com [s13n] Eliminate //ios/chrome's autocomplete_history_manager_factory.cc's include of GCMSFactor
2019-02-13 djean@google.com [ios] moved ‘open url in new tab’ to url loading service
2019-02-13 tkent@chromium.org MarkupAccumulator: Remove XML namespace check.
2019-02-13 nickdiego@igalia.com ozone/wayland: Reuse tooltip subsurfaces
2019-02-13 nickdiego@igalia.com ozone/wayland: Make buffer manager resistant to event order deviations
2019-02-13 tkent@chromium.org Early return for null namespace URI in MarkupAccumulator::AppendAttributeAsXMLWithNamespace()
2019-02-13 yangguo@chromium.org Declutter rpath.
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /chrome/browser.
2019-02-13 johnchen@chromium.org [ChromeDriver] Dump core on Chrome startup timeout
2019-02-13 yukishiino@chromium.org v8binding: Support arbitrary v8::Value as callback_this_value
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult ed0a2fef2475..1a351b413fb6 (1 commits)
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /content.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 56355687fa89..9a7a9053e8f7 (1 commits)
2019-02-13 edcourtney@google.com Add PipContainer and use it instead of AlwaysOnTopContainer for PIP.
2019-02-13 chrishall@chromium.org Adding language detection test case.
2019-02-13 yukishiino@chromium.org Bulk-update: Hyperlinks to HTML standard (single page => multi page)
2019-02-13 rekanorman@google.com [App Management] Add sets of app ids with notifications blocked/allowed to the page state.
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bfd273d6897f..44ab56b963a4 (2 commits)
2019-02-13 wtlee@google.com Prevent exposing Chrome OS specific methods to other platforms
2019-02-13 acourbot@chromium.org media/gpu/v4l2ip: create output frame after dequeue
2019-02-13 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@896ca12d8a73e7679ef3a4c7402301a5603b5faa
2019-02-13 loyso@chromium.org WebApp: Let BookmarkAppInstallFinalizer implement web_app::InstallFinalizer API.
2019-02-13 jinsukkim@chromium.org Android: Factor printing API out of Tab
2019-02-13 3su6n15k.default@developer.gserviceaccount.com Automated Commit: LKGM 11750.0.0 for chromeos.
2019-02-13 lucmult@chromium.org [Files app] Convert ui/file_manager/background/ to const/let
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 229fc83d68a6..983e44692194 (3 commits)
2019-02-13 sque@google.com base: GetProcStatsFieldAsString() returns string
2019-02-13 philipchen@chromium.org Add --regulatory-label-dir flag
2019-02-13 xiaochengh@chromium.org TextControlElement should not change frame selection when detached
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 6f37e6fc9199..bfd273d6897f (1 commits)
2019-02-13 acourbot@chromium.org media/gpu/v4l2vda: remove OutputRecord::state
2019-02-13 rekanorman@google.com [App Management] Add 'Open Extensions settings' button to Chrome app view.
2019-02-13 chrishall@chromium.org Adding support to content browsertests to discard some nodes before output based
2019-02-13 rmcelrath@chromium.org Remove unused drive::test_util::FakeNetworkChangeNotifier
2019-02-13 rmcelrath@chromium.org Migrate CrostiniManager from NetworkChangeNotifier to NetworkConnectionTracker
2019-02-13 tkent@chromium.org domparsing: Fix an issue that XMLSerializer generates new prefix for an attribute with an existing namespace
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in //third_party/blink.
2019-02-13 jinsukkim@chromium.org Android: Remove unused methods
2019-02-13 dtrainor@chromium.org Fix memory bloat in ThumbnailProviderImpl
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 5ce8fdf64e0d..56355687fa89 (2 commits)
2019-02-13 danan@chromium.org Add DemoMode.AppLaunchSource UMA metric
2019-02-13 hiroshige@chromium.org Expose internals.resolveModuleSpecifier()
2019-02-13 ccameron@chromium.org cc: Plumb overlay_candidate for UIResources
2019-02-13 manucornet@chromium.org CrOS Shelf: Enable wallpaper color extraction
2019-02-13 enga@chromium.org Add glBindBufferRange workaround for Qualcomm Adreno GPUs
2019-02-13 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /base.
2019-02-13 acourbot@chromium.org media/gpu/v4l2vda: remove decoder_frames_at_client_
2019-02-13 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@0e4b1315e61ec051dafad75c73f6258f718d56c6
2019-02-13 wtlee@google.com Reland "Make Chrome Camera App a component app"
2019-02-13 peter@chromium.org Assign a series of Push API-related histograms to peter@
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 johnjan@microsoft.com Fixing getPageSource in ChromeDriver
2019-02-13 tzik@chromium.org Resolve a mutual dependency between unique_any and std::is_move_constructible
2019-02-13 tapted@chromium.org CrOS media: Move app state utils from common/utils.js to base/app_util.js
2019-02-13 rekanorman@google.com [App Management] Add show_in_management field to App Service App struct.
2019-02-13 jinsukkim@chromium.org Android: Reland "Android: Remove some methods from Tab"
2019-02-13 billorr@chromium.org WebXR: Remove error handling for unexpected null poses in TestPresentationPoses
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.152.
2019-02-13 stevenjb@chromium.org Add ActiveNetworkIconTest
2019-02-13 agl@chromium.org device/fido: add support for changing PINs.
2019-02-13 chrome-release-bot@chromium.org Updating trunk VERSION from 3704.0 to 3705.0
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle eca36cb5fc90..229fc83d68a6 (1 commits)
2019-02-13 hiroshige@chromium.org Add tentative WPT tests for Built-in Module Infra and Import Maps
2019-02-13 wanderview@chromium.org SimpleCache: Update fieldtrial_testing_config.json entries.
2019-02-13 ceciliani@google.com [App Management] UI Fix-up for Medium Priority Issues.
2019-02-13 danielng@google.com Roll src/third_party/cros_system_api/ 3cf556ebe..5949b3349 (2 commits)
2019-02-13 huangdarwin@chromium.org Refactor: unsigned long long -> uint64_t in third_party/blink/renderer/modules/webdatabase
2019-02-13 yoshiki@chromium.org Add tests of visibility of hidden view and change button in system tray
2019-02-13 acourbot@chromium.org media/gpu/v4l2vda: replace image_processor_bitstream_buffer_ids_
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 346061f26d05..5ce8fdf64e0d (2 commits)
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 81fea2586c8c..6f37e6fc9199 (2 commits)
2019-02-13 chkuo@google.com [Chromcast] Call CastWebContentImpl::LoadUrl() instead of WebContent::GetController().LoadUrl()
2019-02-13 wylieb@chromium.org [IC] Remove Feed's custom CachedImageFetcher implementation
2019-02-13 zmo@chromium.org Consolidate color expectations in pixel gpu integration tests.
2019-02-13 xingliu@chromium.org Android notification: use new API for offlinepage download notification.
2019-02-13 zmo@chromium.org Add power measurement gpu integration tests to GPU Win Intel bots
2019-02-13 lucmult@chromium.org [Files app] Convert ui/file_manager/base/ to arrow function
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 5a525870308e..ae2acf7bf997 (1 commits)
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 883a9911b25f..66f09a72995a (2 commits)
2019-02-13 bashi@chromium.org service worker: Create timeout timer immediately after context creation
2019-02-13 mrefaat@chromium.org Use TabIdTabHelper instead of tabId property from tab
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 1a2165d6ecbc..bff397d7343e (1 commits)
2019-02-13 krb@chromium.org [omnibox] Prevent re-addition of ellipsis to tail suggestions
2019-02-13 jinsukkim@chromium.org Android: More native pages become navigable
2019-02-13 dalecurtis@chromium.org Fix race with SwitchOutputDevice() and GetOutputDeviceInfoAsync().
2019-02-13 acourbot@chromium.org media/gpu/v4l2vda: revamp EGL fences handling
2019-02-13 beccahughes@chromium.org [Media Image] Move image observer to separate call
2019-02-13 tommycli@chromium.org Omnibox: Add back vertical margin field trial
2019-02-13 bashi@chromium.org service worker: Add fieldtrial config for eager code cache outside install event
2019-02-13 iby@chromium.org Fix race condition in CrostiniRestarter
2019-02-13 sidereal@google.com Expose DeleteLxdContainer command in CrostiniManager
2019-02-13 mlamouri@chromium.org Picture-in-Picture: remove/rename some methods in player/video element.
2019-02-13 dpapad@chromium.org File Manager cleanup: Use CustomEvent type parameters.
2019-02-13 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@00d0131bfcd2f99e6f8e4a9696c797f7500c4c2d
2019-02-13 wylieb@chromium.org [Image Fetcher] Add timeout to image data downloading
2019-02-13 afakhry@chromium.org Virtual Desks 1: Initial scaffolding
2019-02-13 jinsukkim@chromium.org Revert "Android: Remove some methods from Tab"
2019-02-13 chrishtr@chromium.org [BGPT] Support kDstIn blend-mode for non-render surface quads
2019-02-13 shrekshao@google.com change validation logic when count or primcount == 0
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult d04e3604af50..ed0a2fef2475 (4 commits)
2019-02-13 bokan@chromium.org Revert "Fix nullptr scrollbar crash"
2019-02-13 qinmin@chromium.org Allow url download without DownloadManagerImpl
2019-02-13 szager@chromium.org [IntersectionObserver] Refactor IntersectionGeometry
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 836313fde0e9..81fea2586c8c (2 commits)
2019-02-13 dfried@chromium.org Fix tab hover card layout.
2019-02-13 johannes@chromium.org Add a script for rolling inspector_protocol into Chromium. Also supports --reverse.
2019-02-13 falken@chromium.org service worker: Minor cleanup in WebServiceWorkerNetworkProvider.
2019-02-13 eroman@chromium.org Deprecate the Net.WpadQuickCheck* histograms.
2019-02-13 krb@chromium.org [omnibox] Add flag to toggle tab switch reverse logic
2019-02-13 twellington@chromium.org Cache whether accessibility is enabled to avoid repeated remote calls
2019-02-13 donnd@chromium.org [Ephemeral Tab] Change the name to "Preview page".
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 70dbe56abb70..346061f26d05 (7 commits)
2019-02-13 nasko@chromium.org Add CanAccessDataForOrigin overload taking url::Origin parameter.
2019-02-13 dpapad@chromium.org File Manager: Removed unused addNewServicesItem_ boolean.
2019-02-13 twellington@chromium.org Update url action container width to 48dp (phones only)
2019-02-13 boliu@chromium.org android: Use existing acitivty alias constant
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 3407b0dde3a3..1a2165d6ecbc (4 commits)
2019-02-13 rbpotter@chromium.org Print Preview: Make Scaling settings a dropdown
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from e9b630cce9b6 to bb35f192cd36
2019-02-13 jortaylo@microsoft.com [Animation Worklet] Upstream web tests (related to animator) to WPT
2019-02-13 katie@chromium.org Revert "Add flag for Assistant feedback UI"
2019-02-13 agl@chromium.org //device/fido: restore CTAP2 protocol after fallback.
2019-02-13 jbudorick@chromium.org Update lingering references to infra/config/global.
2019-02-13 dfried@chromium.org Improvements in FlexLayout "stretch" cross-axis alignment handling.
2019-02-13 dmazzoni@chromium.org Add unit test covering ax_enum_util and fix issues found.
2019-02-13 robertogden@chromium.org Add UMA to track when the verbose status string is not shown
2019-02-13 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.151.
2019-02-13 lucmult@chromium.org [Files app] Convert ui/file_manager/base/ to let/const
2019-02-13 ellyjones@chromium.org flags: assign enable-ntp-button
2019-02-13 bpastene@chromium.org chromeos: Disable Tast test security.Mtab to unblock LKGM rolls.
2019-02-13 enne@chromium.org Clean up alokp's old UMA histograms
2019-02-13 eugenebut@google.com Move web_kit_constants.h to private web layer directory.
2019-02-13 zmo@chromium.org Fail trace tests if all events fail to record a valid mode.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 60ea40c21049..883a9911b25f (8 commits)
2019-02-13 ericrk@chromium.org Android OOP-D: Fix layout test issues due to size mismatch
2019-02-13 harrisjay@chromium.org Fixes a resizing bug in the Custom Tab Bar
2019-02-13 raphael.kubo.da.costa@intel.com BaseRenderingContext2D: Use base::CheckMul and simplify code in putImageData()
2019-02-13 chfremer@chromium.org [Video Capture Service] Remove some unused methods
2019-02-13 iby@chromium.org Break up CrostiniRegistryService::UpdateApplicationList
2019-02-13 zhongyi@chromium.org Remove unused quic_force_hol_blocking from HttpNetworkSession::Params.
2019-02-13 livvielin@chromium.org Implement getReferrerChain API for safeBrowsingPrivate
2019-02-13 falken@chromium.org service worker: Simplify class names of the network providers.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle d3fac74a236e..eca36cb5fc90 (2 commits)
2019-02-13 huangdarwin@chromium.org Refactor: unsigned long long -> uint64_t in third_party/blink/renderer/modules/background_fetch
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 40bc713e023f..d04e3604af50 (1 commits)
2019-02-13 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-13 amusbach@chromium.org tablet: Fix edge case with |defer_bounds_updates| set inappropriately.
2019-02-13 yanxiao@google.com Add flag for Assistant feedback UI
2019-02-13 thakis@chromium.org Remove yet more semicolons.
2019-02-13 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 625c12a44887..836313fde0e9 (3 commits)
2019-02-13 zmo@chromium.org Add a basic test for power measurement integration test
2019-02-13 sergeyu@chromium.org [Fuchsia] Migrate to ViewsV2
2019-02-13 jennyz@chromium.org Fix the vox latency issue on zero state query remove and append buttons.
2019-02-13 alliemurray@google.com Reland: Add quick view test for removable usb partitions.
2019-02-13 zhuoyu.qian@samsung.com Replace erase(std::remove()) and erase(std::remove_if()) in content/
2019-02-13 zmo@chromium.org Move tolerance from per color rect expectation to per page
2019-02-13 jyw@chromium.org Support extensible WAV format in WavAudioHandler.
2019-02-13 minch@google.com Apply SplitViewController::IsWindowInSplitView.
2019-02-13 jbudorick@chromium.org luci: remove obsolete infra/config/global directory.
2019-02-13 andrewxu@chromium.org Fix the issue of UI janking when dragging from shelf
2019-02-13 pkotwicz@chromium.org Fix WebApkUpdateDataFetcher#start() crash
2019-02-13 rkgibson@google.com Add functionality for omnibox copied image search suggestion
2019-02-13 jkim@igalia.com [s13n] Add LegacyReloadAccountsFromSystem to IdentityManager
2019-02-13 dalecurtis@chromium.org Fix issues with vpx-alpha on Mac.
2019-02-13 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 7073bb3d5388..70dbe56abb70 (3 commits)
2019-02-12 katie@chromium.org Revert "[FCP++] TextPaint: Move node checking from pre-paint to paint"
2019-02-12 khachatryan@chromium.org [ChromeDriver] Disable test ChromeDriverTest.testActionsTouchStart on WaterFall
2019-02-12 estade@chromium.org Mash: make window service toplevel window layers LAYER_NOT_DRAWN
2019-02-12 afakhry@chromium.org Correct calculation of the `DoBrowserControlsShrinkRendererSize` bit
2019-02-12 tmathmeyer@chromium.org Refactor DXVA_PicParams_H264 creation.
2019-02-12 baileyberro@chromium.org Stop prefetching sub directories for SMB shares
2019-02-12 karenqian@google.com Added ability to query tests and bots
2019-02-12 jinsukkim@chromium.org Android: Remove some methods from Tab
2019-02-12 dmurph@chromium.org [SessionStorage] Handling possible hang scenarios when cloning a namespace.
2019-02-12 sergeyu@chromium.org [Fuchsia] Actually disable FuchsiaFontManagerTest.Caching
2019-02-12 meacer@chromium.org Fix display of login interstitial in popup windows
2019-02-12 jennyz@chromium.org Fix the key board up/down navigation for zero state results.
2019-02-12 zmo@chromium.org Increase direct composition pixel test color diff tolerance 3->5
2019-02-12 chfremer@chromium.org [Content API Cleanup] Move some implementation from content/public/renderer to content/renderer
2019-02-12 miu@chromium.org Cleanup: Remove unused --disable-cast-streaming-hw-encoding flag.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium faee4b7be598..3407b0dde3a3 (1 commits)
2019-02-12 abhishekbh@chromium.org arc: Unthrottle container on app launch
2019-02-12 agl@chromium.org //device/fido: add some basic PIN-management messages.
2019-02-12 sinansahin@google.com Fixing find in page hint color for incognito
2019-02-12 pbos@chromium.org Update new tab-loading animation
2019-02-12 gyuyoung@igalia.com s13n: Expand IdentityManager::DiagnosticsObserver with OnRefreshTokenUpdatedForAccountFromSource
2019-02-12 gmx@chromium.org tcmalloc: remove support for runtime selection of stack unwinding method
2019-02-12 alph@chromium.org DevTools: Parse CPU profile line level info from streaming format.
2019-02-12 thestig@chromium.org Fix bad refactoring in PluginList::GetPluginInfoArray().
2019-02-12 robertogden@chromium.org Remove heavy page capping about flag
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 59fb9c61a368..625c12a44887 (2 commits)
2019-02-12 pwnall@chromium.org sqlite: Remove source code for old release 3.26.0.
2019-02-12 huangdarwin@chromium.org Async Clipboard: Specify exceptions
2019-02-12 kaznacheev@google.com Add a shortcut to open fullscreen Launcher
2019-02-12 im.toms.inbox@gmail.com Displays clipboard contents next to the "Paste and Go/Search" option in
2019-02-12 kristipark@chromium.org [NTP] Add flag to hide the fakebox on the NTP
2019-02-12 yileili@google.com Add clearcut log scopes to assistant oauth request.
2019-02-12 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@91d81bb73d5e8424e45918c84e275a9d46c51d51
2019-02-12 dpapad@chromium.org Add more WebUI team members as OWNERS.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 jonross@chromium.org Reduce sharding of content_browsertests variants
2019-02-12 anthonyvd@chromium.org Cleanup some signin dead code and metrics
2019-02-12 harringtond@chromium.org Obviate and remove task queue from OfflinePageAutoFetcherService
2019-02-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.149.
2019-02-12 pdr@chromium.org [BlinkGenPropertyTrees] Skip foreign layer collection for no-op updates
2019-02-12 jbudorick@chromium.org Copy luci configs from infra/config/global to infra/config.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 15335ac43673..d3fac74a236e (4 commits)
2019-02-12 tangltom@chromium.org [unified-consent] Clicking 'Cancel' button during setup aborts sync
2019-02-12 palmer@chromium.org Update the information about sandboxed processes.
2019-02-12 gab@chromium.org [Threading and Tasks] Clarify thread-hostile/thread-compatible terms
2019-02-12 agrieve@chromium.org diagnose_bloat.py: Switch to measuring bundles.
2019-02-12 pmarko@chromium.org Make policy check independent of profile_ever_initialized
2019-02-12 yrsun@chromium.org TabLifecycleObserver expects discard reason on state change
2019-02-12 yigu@chromium.org [Animation Worklet] Re-enable flaky web tests related to current time
2019-02-12 justincohen@google.com [ios] Always use new tab in -openOrReuseTabInMode.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult ca040b0b93a7..40bc713e023f (5 commits)
2019-02-12 bcwhite@chromium.org Change owners for unowned histograms, by request.
2019-02-12 sergeyu@chromium.org [Fuchsia] Disable FuchsiaFontManagerTest.Caching test
2019-02-12 tommycli@chromium.org Omnibox: Add back kUIExperimentShowSuggestionFavicons flag
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 6b37b6fb3f93..faee4b7be598 (7 commits)
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 estade@chromium.org Make default bg for ClientSurfaceEmbedder's surface layer transparent
2019-02-12 siashah@chromium.org [Upstream] Request the user to fill in the missing card expiration date.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia eb46bd892dd8..60ea40c21049 (11 commits)
2019-02-12 chrisha@chromium.org Add feature that prioritizes tabs with background comms during session restore.
2019-02-12 wez@chromium.org [Fuchsia] Remove ComponentContext and generic zx::channel-based APIs.
2019-02-12 avi@chromium.org Don't attempt to clone NSPasteboards.
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 5cef1126ccff..59fb9c61a368 (7 commits)
2019-02-12 jarhar@chromium.org [DevTools] Escape '#' in request HTML previews
2019-02-12 petermayo@chromium.org [Sheriff] Suppress flaky tests
2019-02-12 timvolodine@chromium.org [AW] Add UMA for measuring shouldInterceptRequest usage and intercepted url schemes
2019-02-12 raul@tambre.ee //android_webview: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-12 justincohen@google.com [ios] Prevent more taps in the NTP if the underlying NTP hasn't committed.
2019-02-12 dmazzoni@chromium.org Revert "Remove WalkAllDescendants from AXTreeSerializer"
2019-02-12 mcnee@chromium.org Enable input event stream validation for SitePerProcessBrowserTests
2019-02-12 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /components/autofill.
2019-02-12 raul@tambre.ee //components/assist_ranker: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-12 mcasas@chromium.org ChromeOS: Enable using ImageCHROMIUM for Canvas2D on Intel
2019-02-12 sky@chromium.org chromes: adds EmbeddedAllocator
2019-02-12 ellyjones@chromium.org flags: assign enable-blink-heap-unified-garbage-collection
2019-02-12 crouleau@chromium.org Revert "Cleanup run_performance_tests.py's output files handling"
2019-02-12 wangxianzhu@chromium.org [BlinkGenPropertyTrees] Don't crash on another rare clip-escaping case
2019-02-12 crouleau@chromium.org Revert "We need '--browser=reference' to come last."
2019-02-12 agrieve@chromium.org SuperSize: Add --minimal-apks-file for measuring app bundles.
2019-02-12 ginko@google.com Fixes RTL focus traversal for searchbox, re-enables tests
2019-02-12 jonross@chromium.org SkiaRenderer Intergration Tests
2019-02-12 michaelbai@chromium.org Add mojom interface for ContentCapture
2019-02-12 enne@chromium.org Fix potential memory overrun in MapRasterCHROMIUM
2019-02-12 ldaguilar@chromium.org Request status report before daily limit runs out.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 025edab2778a..6b37b6fb3f93 (3 commits)
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 98a7e803523c..5a525870308e (1 commits)
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 64102c08496b..ca040b0b93a7 (2 commits)
2019-02-12 lijiawei@chromium.org [Chromecast] Expose interfaces to CastWebContents
2019-02-12 juncai@chromium.org Reland: Network Service: Fix linux-perf-fyi perf histogam metrics' name issue
2019-02-12 manukh@chromium.org [omnibox] Add a flag to enable material design weather icons
2019-02-12 robertogden@chromium.org Do not record top-level Previews.PageEndReason on non-previews
2019-02-12 johntlee@chromium.org Navi: Add grid of NTP backgrounds
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 3a059915745c..5cef1126ccff (1 commits)
2019-02-12 masonfreed@chromium.org Avoid spurious commits caused by compositor animations
2019-02-12 jennyz@chromium.org Fix the DCHECK failures under zero state.
2019-02-12 almasrymina@chromium.org [Chromecast] Allow audio backend tests to depend on vendor mixer output
2019-02-12 dmblack@google.com Handles in-Assistant notification button clicks.
2019-02-12 kristipark@chromium.org [NTP] Apply light background to promo img in dark mode
2019-02-12 shrekshao@google.com Roll WebGL db52df1..a0f51b2
2019-02-12 jortaylo@microsoft.com [Animation Worklet] Upstream web tests (related to multiple effects) to WPT
2019-02-12 kpaulhamus@chromium.org Don't scramble authenticator mojo message IDs.
2019-02-12 yiningwang@google.com Remove single-tab feature's flag
2019-02-12 ender@google.com Introduce new omnibox suggestion view for answer suggestions.
2019-02-12 petermayo@chromium.org [Sheriff] Disable SingleProcessBrowserTest.Test on Linux
2019-02-12 mathias@chromium.org Improve copy JS path functionality
2019-02-12 martiniss@chromium.org Remove old CQ bot names
2019-02-12 zhongyi@chromium.org Add configuration for idle migration time in QuicChromiumClientSession.
2019-02-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.147.
2019-02-12 kristipark@chromium.org [NTP] Request favicon.ico for shortcuts with missing icons
2019-02-12 ahaas@chromium.org [v8][wasm] Enable traphandler by default on Windows and macOS
2019-02-12 etiennep@chromium.org Unflake autoplay-when-visible web-test.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 18b059506119..15335ac43673 (3 commits)
2019-02-12 dfried@chromium.org Add screen reader indexes for tabs.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 25d927225543..025edab2778a (1 commits)
2019-02-12 mtklein@chromium.org re-enable OffscreenCanvas pixel tests
2019-02-12 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@bf3094004127a5b32edf8b80c8e4cc9bcad500d0
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 huangdarwin@chromium.org Refactor: Remove extra cast
2019-02-12 hbos@chromium.org Mark RTCIceTransport-extensions.https.html as passing.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 40a7940e0572..354205b3dc23 (1 commits)
2019-02-12 jam@chromium.org Add a ForceNetworkInProcess policy to force networking to run in the browser process.
2019-02-12 kojii@chromium.org [LayoutNG] Avoid Vector::push_back in AssociateItemsWithInlines
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 0f34a98a206d..73c3124cc249 (1 commits)
2019-02-12 rmcelrath@chromium.org Migrate EventBasedStatusReportingService from NetworkChangeNotifier to NetworkConnectionTracker
2019-02-12 rmcelrath@chromium.org Migrate DemoSession from NetworkChangeNotifier to NetworkConnectionTracker.
2019-02-12 digit@google.com android: Reduce chromium linker by 100 kiB
2019-02-12 joenotcharles@google.com Updates from internal repo to chrome_cleaner components and constants
2019-02-12 ellyjones@chromium.org base: remove BiDiLineIterator AS_URL support
2019-02-12 alexilin@chromium.org metrics: Convert FieldTrialList to the new shared memory API
2019-02-12 ayui@chromium.org Update CreateMintTokenFlow() to return unique_ptr instead of raw pointer
2019-02-12 spang@chromium.org Roll src/third_party/glslang/src/ 493096468..05d12a946 (34 commits)
2019-02-12 rtoy@chromium.org Relax required SNR a bit
2019-02-12 dmazzoni@chromium.org Adds initial scaffolding for image labeling feature
2019-02-12 nuskos@chromium.org Update the last Perfetto Service struct to have a type trait.
2019-02-12 nektar@chromium.org Fixed copyright message in AOMContentAXTree by removing the (C) symbol
2019-02-12 hcarmona@chromium.org Navi: Re-enable synthetic trials for onboarding.
2019-02-12 Max) Gu [FCP++] TextPaint: Move node checking from pre-paint to paint
2019-02-12 shivanisha@chromium.org History intervention: Desktop metric for navigating to a skippable entry
2019-02-12 cammie@chromium.org [net] Support opaque origins in split cache.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 jlebel@chromium.org [iOS] Fixing 'Sync your Chrome data' behavior
2019-02-12 drott@chromium.org Update owner for DirectWrite related metrics
2019-02-12 pcc@chromium.org Skip tests that call GetTaggedBytes() on P+ devices.
2019-02-12 meacer@chromium.org Add more tests for translation_helper.py
2019-02-12 davidben@chromium.org Avoid an unnecessary SSL_SESSION refcount bump.
2019-02-12 yigu@chromium.org [Animation Worklet] Introduce state function to Animator and AnimatorDefinition
2019-02-12 cjgrant@chromium.org Fix GN config for Android no-secondary-ABI case
2019-02-12 robertogden@chromium.org Take ownership of DRP and Preview related about://flags
2019-02-12 lanwei@chromium.org [ChromeDriver] Use Input.dispatchTouchEvent in ExecutePerformActions
2019-02-12 tommycli@chromium.org Omnibox: Expose OmniboxPopupModel on OmniboxPopupContentsView
2019-02-12 abhijeet@igalia.com Port unit and browser tests away from AccountFetcherService.
2019-02-12 mlippautz@chromium.org Revert "bindings: Replaces DOMWrapperMap with a regular HashMap"
2019-02-12 thakis@chromium.org Remove cpu,mal,laforge from components/component_updater/OWNERS.
2019-02-12 yigu@chromium.org [Animation Worklet] Clean up animator registration logic for wpt test
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 enne@chromium.org cc: Remove temporary CHECKs from issue 898668
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 5987c4e8395a..bb5696bcd3b7 (1 commits)
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 3999f1076247..eb46bd892dd8 (5 commits)
2019-02-12 kojii@chromium.org Fix CreateForTabulationCharacters crash when many tab characters
2019-02-12 mmenke@chromium.org Temporary revert of 7913a74b0e22d99c3425dcea22e68783919a9667
2019-02-12 kojii@chromium.org Revert "Crash early if FindFamily DWriteFontProxy call fails"
2019-02-12 lizeb@chromium.org sandbox: Check that CPU feature detection works in 64 bit mode on Android.
2019-02-12 gambard@chromium.org [iOS] Fix NTP cell AccessibilityIdentifier
2019-02-12 fserb@chromium.org Add owner to Blink.Canvas.HibernationEvents
2019-02-12 ldaguilar@chromium.org Allow observers in ScreenTimeController for usage time limit warning.
2019-02-12 yigu@chromium.org [Animation Worklet] Fix flaky worklet animation unit test
2019-02-12 ender@google.com Refer to Activity directly when presenting security dialog.
2019-02-12 drott@chromium.org Additional metrics to monitor font lookup table construction
2019-02-12 dcastagna@chromium.org cros: Disable explicit DMA fences
2019-02-12 xidachen@chromium.org [Code health] Use a struct instead of std::pair in PaintWorkletImageCache
2019-02-12 ntfschr@chromium.org AW docs: add README and TOC
2019-02-12 ekaramad@chromium.org [ MimeHandlerView ] Fix a crash in FrameContainer
2019-02-12 jperaza@chromium.org Add Android support to breakpad_integration_test.py and update docs
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools b1f865dac505..98a7e803523c (1 commits)
2019-02-12 tonikitoo@igalia.com Flip the boolean logic in SetFreshnessOfAccountsInGaiaCookie
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader f96948857780..0f34a98a206d (1 commits)
2019-02-12 amaralp@chromium.org Don't test website theming on tablets
2019-02-12 shivanisha@chromium.org History intervention: Out parameter to be changed to a pointer
2019-02-12 gambard@chromium.org [iOS] Add edit icon to autofill edit item
2019-02-12 rbpotter@chromium.org Web UI: Add HTML Imports Polyfill to Chromium
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle c66fb571be1a..18b059506119 (1 commits)
2019-02-12 ulan@chromium.org bindings: Check for empty handle in the write barrier of unified heap GC
2019-02-12 rbpotter@chromium.org Print Preview: Remove extra margin for search field
2019-02-12 loonybear@chromium.org Implement Parameterized Feature Policy
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9fd1a7fa40fb..3a059915745c (3 commits)
2019-02-12 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@e98588d58730760258eee065fc9b6d5fc6e5512f
2019-02-12 lowell@chromium.org Mark two signin_manager_base methods as protected instead of public.
2019-02-12 wanderview@chromium.org Keep processes with service workers controlling clients at foreground priority.
2019-02-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.146.
2019-02-12 sorin@chromium.org Introduce update_client::NetworkFetcher as a way to abstract the network.
2019-02-12 jperaza@chromium.org Whitelist "exception_info" crash key
2019-02-12 estade@chromium.org Remove OmniboxPopupView::PaintUpdatesNow()
2019-02-12 thakis@chromium.org blink: Remove semicolons after DEFINE_foo_EVENT_LISTENER macros.
2019-02-12 krb@chromium.org [omnibox] Handle tab key with same conditions as right arrow
2019-02-12 thakis@chromium.org Remove semicolons after WTF_ALLOW_foo_WITH_MEM_FUNCTIONS macros.
2019-02-12 tonikitoo@igalia.com [s13n] Move GetAuthTokenFunctionTest.NonInteractiveCacheHitSecondary away from GCMS
2019-02-12 futhark@chromium.org Add paint invalidation for changing high contrast mode.
2019-02-12 hbos@chromium.org Mark RTCIceConnectionState-candidate-pair.https.html as flaky.
2019-02-12 loonybear@chromium.org Support report for oversized-images policy violation
2019-02-12 petermayo@chromium.org [Sheriff] worklet-animation-local-time-undefined flaky
2019-02-12 kylechar@chromium.org gpu: Cleanup callback types (part 5).
2019-02-12 thakis@chromium.org Require semicolons after a few macros in blink.
2019-02-12 joenotcharles@google.com Reland "Invoke shortcut parser from scanner"
2019-02-12 ikilpatrick@chromium.org [LayoutNG] Add percentage_resolution_block_size into the min/max pass.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 manukh@chromium.org [omnibox]: Restyle omnibox text when reverting with a default keyword match.
2019-02-12 rohitrao@chromium.org [ios] Adds a skeleton EarlGrey2 test for ios_web_shell.
2019-02-12 gangwu@chromium.org [Feed] Import feed@3293f23ae831c666be27273fbf2a73d9b2fe7552
2019-02-12 gab@chromium.org [base] Migrate the Win MessagePump to DoSomeWork
2019-02-12 carlscab@google.com Use int for extensionId in PostTask
2019-02-12 digit@google.com android: crazy linker: Remove RDebug::PostCallback()
2019-02-12 joenotcharles@google.com [scheduling] Use ScopedTaskEnvironment instead of MessageLoop in chrome_cleaner
2019-02-12 hbos@chromium.org Mark track-stats as not flaky after upstream changes.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 63d477cd99b0..3999f1076247 (1 commits)
2019-02-12 olka@chromium.org Disable BrowserThreadPostTaskBeforeThreadCreationBrowserTest.ExpectFailures on Linux
2019-02-12 kylechar@chromium.org Split DrmOverlayManager code.
2019-02-12 mbarowsky@chromium.org Adapt GpuImageDecodeCacheTest test suite to exercise YUV decoding
2019-02-12 jkim@igalia.com [s13n] Add EnsureFactoryAndDependeeFactoriesBuilt to IdentityManagerFactory
2019-02-12 olka@chromium.org Revert "Roll src/third_party/perfetto 56445ec1e273..beb7371c5de4 (19 commits)"
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 jgruber@chromium.org Add browse:media:youtubetv:2019 system health story
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bfbd9c54f22d..9fd1a7fa40fb (2 commits)
2019-02-12 jkim@igalia.com [s13n] Remove supervised_user_service_factory.cc's dependence on PO2TSFactory
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 56445ec1e273..beb7371c5de4 (19 commits)
2019-02-12 rhalavati@chromium.org Enable Incognito Window Counter by Default.
2019-02-12 tonikitoo@igalia.com Remove left over BuildFakeGaiaCookieManagerServiceWithURLLoader declaration
2019-02-12 melandory@chromium.org [E2ELatency] Fix E2E Latency measurement for FCM Invalidations
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3702.0_rc-r1-merged to 74.0.3703.0_rc-r1-merged
2019-02-12 myid.shin@igalia.com [s13n] Eliminate include of GCMS in child_account_service.cc
Created with:
gclient setdep -r ../src@1f0e830f47
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-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=stephana@google.com
Change-Id: If7d59db021b7a8a07c95610398a8f7c8f81f9fbb
Reviewed-on: https://skia-review.googlesource.com/c/191944
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-13 15:35:08 +00:00
Leon Scroggins III
30d15e6ca0
Blacklist Codec tests on Wuffs bot
...
Bug: skia:8235
Bug: skia:8750
Bug: skia:8762
With these tests skipped, we can run the 'image' tests, meaning that we
will decode tests images at various scales and upload them to Gold. This
will help prevent us from introducing new bugs while we fix the
existing ones. It will also turn the Wuffs bot green.
Change-Id: Idf42abb170ede0944106116b9c4dbb60edafe91a
Reviewed-on: https://skia-review.googlesource.com/c/191740
Reviewed-by: Nigel Tao <nigeltao@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2019-02-13 15:25:47 +00:00
skia-autoroll
f28dc4f1a5
Roll third_party/externals/swiftshader 73c3124cc249..de16f327d051 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/73c3124cc249..de16f327d051
git log 73c3124cc249..de16f327d051 --date=short --no-merges --format='%ad %ae %s'
2019-02-13 capn@google.com Replace vulkan.h includes with vulkan_core.h
Created with:
gclient setdep -r third_party/externals/swiftshader@de16f327d051
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=stephana@google.com
Change-Id: I9e793598b964e0c4926b34b4025b3e05e3db130a
Reviewed-on: https://skia-review.googlesource.com/c/191942
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-13 15:19:17 +00:00
Ethan Nicholas
ac285b1c2a
added constant 0 and 1 swizzle components to SkSL
...
Bug: skia:
Change-Id: I8f4dce314ebe0d5de7ba032a435f362eeb14edc4
Reviewed-on: https://skia-review.googlesource.com/c/191565
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2019-02-13 14:43:07 +00:00
skia-recreate-skps
9cee184aaa
Update go_deps asset
...
Automatic commit by the UpdateGoDEPS bot.
TBR=borenet@google.com
Change-Id: I3df99f9cc5fdbe61a472cc285b09c0a9b783526e
Reviewed-on: https://skia-review.googlesource.com/c/191920
Commit-Queue: Ravi Mistry <rmistry@google.com>
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-02-13 13:11:42 +00:00
Ben Wagner
94a5328e0e
Add Ubuntu18 Calmbench and Valgrind jobs
...
Change-Id: Ie12013d2a337727d4a170863be7b124ef8d36ad6
Reviewed-on: https://skia-review.googlesource.com/c/191741
Auto-Submit: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
2019-02-13 12:32:12 +00:00
Mike Klein
66f09a7299
replace gamma_correct with gamut/transfer_fn in DM
...
gamma_correct as is (really meaning, linear blending) isn't super
useful, in that it doesn't distinguish gamuts or transfer functions
except between identity and non-identity.
This replaces it with fields that describe the gamut and TF.
Change-Id: Ied08c2df537be61ee1903ef6cc279991326271a2
Reviewed-on: https://skia-review.googlesource.com/c/191573
Reviewed-by: Brian Osman <brianosman@google.com>
Reviewed-by: Stephan Altmueller <stephana@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-13 00:15:38 +00:00
recipe-roller
7c8643859d
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/4a4b3854779841cdbd8f2ebba9adddde9a10ae41 Add LUCI CQ recipe module. (tandrii@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ia81a3dd42fb40def17a7af0479b0f62ae124ca22
Reviewed-on: https://skia-review.googlesource.com/c/191800
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-13 00:07:12 +00:00
Herb Derby
883a9911b2
Inline allocateNewGlyph
...
allocateNewGlyph is used in a single place.
Change-Id: Iccf06d647dddf8fb90ea888c61e9cbb77304ec1f
Reviewed-on: https://skia-review.googlesource.com/c/191665
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
2019-02-12 22:28:48 +00:00
Ben Wagner
a8d94c1688
Font fallback to handle no font with character.
...
In the event that no fallback font can be found to handle a character,
just keep using the current font.
Change-Id: I93c852dc8ee5eaa868e48a5ce3e8298a642b15c7
Reviewed-on: https://skia-review.googlesource.com/c/191661
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
2019-02-12 21:52:12 +00:00
skia-autoroll
3687a4c7bf
Roll third_party/externals/angle2 c66fb571be1a..d3fac74a236e (8 commits)
...
c66fb571be..d3fac74a23
git log c66fb571be1a..d3fac74a236e --date=short --no-merges --format='%ad %ae %s'
2019-02-12 jmadill@chromium.org Disable warnings-as-error in GLSLTest.
2019-02-12 ynovikov@chromium.org Vulkan: Require Android NDK API level 26, dropping Android N support.
2019-02-12 geofflang@chromium.org Vulkan: Support creating EGL images from non-zero mipmaps of textures.
2019-02-12 fjhenigman@chromium.org Vulkan: support instanced draws.
2019-02-12 jmadill@chromium.org Add fuchsia_x64 to commit-queue.cfg.
2019-02-12 jmadill@chromium.org Add fuchsia_x64 to CQ.
2019-02-12 ianelliott@google.com Vulkan: Create/use a constant for the highest Vulkan version used.
2019-02-12 syoussefi@chromium.org Suppress EGLSurfaceTest.SwapInterval on android shield tv
Created with:
gclient setdep -r third_party/externals/angle2@d3fac74a236e
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=stephana@google.com
Change-Id: I6060d56ad324f8cf456c1f3cc8d27b1b8af66974
Reviewed-on: https://skia-review.googlesource.com/c/191702
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-12 21:29:30 +00:00
Florin Malita
63136afbd0
[sksg] Fix group hit-testing order
...
Change-Id: Idc25109a598caabf01e3ab61dc97f984ff453d40
Reviewed-on: https://skia-review.googlesource.com/c/191664
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Florin Malita <fmalita@chromium.org>
Reviewed-by: Mike Reed <reed@google.com>
2019-02-12 21:10:00 +00:00
Mike Reed
be89130dbf
update sample-sg with hittesting
...
Bug: skia:
Change-Id: Ic7e9d011bd1e7b3d27d3cea9dc38f2ad65294451
Reviewed-on: https://skia-review.googlesource.com/c/191663
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-12 20:50:52 +00:00
Ben Wagner
9ca55f2ef3
Check both thickness and position in gm.
...
Previously only position was checked (twice).
Bug: skia:8755
Change-Id: Ic169a08723853dd0e69a160b3f34506e922f0736
Reviewed-on: https://skia-review.googlesource.com/c/191662
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2019-02-12 20:50:38 +00:00
Herb Derby
14d64dd4c4
Remove unneeded SkPackedUnicharID
...
Change-Id: I85334081f3b114dc0855adcbee4156247fd457bb
Reviewed-on: https://skia-review.googlesource.com/c/191720
Auto-Submit: Herb Derby <herb@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2019-02-12 20:15:13 +00:00
recipe-roller
8d2c435805
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/5a525870308e2b51d53bfd4d78236a3c03f464d0 Support Git editor paths with spaces (raul@tambre.ee )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ie2a2ed1214a110062837de6b4f83c49e842671aa
Reviewed-on: https://skia-review.googlesource.com/c/191660
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-12 19:45:46 +00:00
Greg Daniel
60ea40c210
Remove private configs from GrPixelConfig.
...
GrPixelConfig is no longer public so there is no need for us to have the
special private configs.
Bug: skia:
Change-Id: Id732a3b2db3a7b9fd5d767e5548e796a4e670547
Reviewed-on: https://skia-review.googlesource.com/c/191572
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-02-12 19:08:01 +00:00
Hal Canary
59cf562826
SkPaint: clean up ctor, dtor, etc
...
Change-Id: I5a333112f68fcd001f39e646570a246875c03bc3
Reviewed-on: https://skia-review.googlesource.com/c/191566
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-02-12 18:55:30 +00:00
Brian Osman
7c979f52c3
Experimental Particle System
...
This adds a new "Particles" slide to viewer, that allows
editing, loading, and saving particle effects. All of the
particle system code is in modules/particles.
There are many rough edges and some not-yet-finished changes
to generalize the model[1]. A rough overview:
- SkReflected.h implements a lightweight reflection system
for classes derived from SkReflected. Adding a new class
involves deriving from SkReflected, adding a macro to the
class declaration, and implementing visitFields(), which
simply calls a virtual on an SkFieldVisitor for each field.
Currently, emitters and affectors use this mechanism.
- SkParticleSerialization.h demonstrates two useful field
visitors - for serializing to and from JSON. The driver
code that uses those is directly in ParticlesSlide.
- SkParticleData.h and SkCurve.h define a variety of helper
types for talking about particles, both for parameterizing
individual values, and communicating about the state of a
particle among the effect, affectors, and emitters.
- SkParticleEffect.h defines the static data definition of
an effect (SkParticleEffectParams), as well as a running
instance of an effect (SkParticleEffect). The effect has
simple update() and draw() methods.
- ParticlesSlide.cpp adds a third field visitor to generate
GUIs for interactively editing the running effect.
---
1: The critical change I'd like to make is to remove all
special case behavior over time and at spawn (setting sprite
frames, size over time, color over time, etc...). Integration
is the only fixed function behavior. Everything else is driven
by two lists of affectors. One is applied at spawn time, using
the effect's lifetime to evaluate curves. This allows spawning
particles with different colors as the effect ages out, for
example. The second list is applied every frame to update
existing particles, and is driven by the particle's lifetime.
This allows particles to change color after being spawned, for
example.
With a small set of affectors using a single expressive curve
primitive (keyframed list of cubic curve segments), we can
have affectors that update color, size, velocity, position,
sprite frame, etc., and implement many complex behaviors.
Bug: skia:
Change-Id: Id9402bef22825d55d021c5a2f9e5e41791aabaf4
Reviewed-on: https://skia-review.googlesource.com/c/181404
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Mike Reed <reed@google.com>
2019-02-12 18:53:41 +00:00
Ben Wagner
50becee292
Primitive SkShaper to do primitive line breaking.
...
This essentially resurects the old SkTextBox code into a primitive
shaper.
Change-Id: Ia4d1a5ab3d1c7d410962b49ac3891298655c7dc4
Reviewed-on: https://skia-review.googlesource.com/c/191562
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Hal Canary <halcanary@google.com>
2019-02-12 17:56:40 +00:00
Mike Reed
ec80d901b9
starter sample for playing with SG.
...
will flesh out more over time.
Bug: skia:
Change-Id: If5eaf0a7c404b9209b93871eb3ac3d74da8c65dd
Reviewed-on: https://skia-review.googlesource.com/c/191003
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@google.com>
2019-02-12 17:03:40 +00:00
Ben Wagner
da5df741c0
Make SkSpan C++11 compatible.
...
In C++11 constexpr operators cannot be defaulted.
Change-Id: Ibc73d9b9291f3e1a45bb5c0a7ff59c2b90a3e380
Reviewed-on: https://skia-review.googlesource.com/c/191567
Reviewed-by: Stephan Altmueller <stephana@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
2019-02-12 17:02:10 +00:00
Ben Wagner
7ad9b96d7c
Upgrade to Mesa 18.3.3
...
This seems to resolve the leak in libxcb, but introduces a new leak in
VkTestUtils.
Bug: skia:8710
Change-Id: I71482d8f1c5eebfffd211a4124bd2db01283741b
Reviewed-on: https://skia-review.googlesource.com/c/186862
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Auto-Submit: Ben Wagner <benjaminwagner@google.com>
2019-02-12 16:42:30 +00:00
Herbert Derby
249b40e9de
Remove redundant fGlyphMap.set
...
allocateNewGlyph calls fGlyphMap.set. No reason to call it again in lookupPackedGlyphID.
Change-Id: I3724094de6a76a9c5e9f11a1808b14c3dd50b64e
Reviewed-on: https://skia-review.googlesource.com/c/191561
Auto-Submit: Herb Derby <herb@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2019-02-12 16:38:30 +00:00
skia-autoroll
0b6ae6386d
Roll third_party/externals/swiftshader 0f34a98a206d..73c3124cc249 (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/0f34a98a206d..73c3124cc249
git log 0f34a98a206d..73c3124cc249 --date=short --no-merges --format='%ad %ae %s'
2019-02-12 capn@google.com Fix Visual Studio build.
Created with:
gclient setdep -r third_party/externals/swiftshader@73c3124cc249
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=stephana@google.com
Change-Id: I8fbdc327888b0229e5a481d2c4d6f30254dc82ce
Reviewed-on: https://skia-review.googlesource.com/c/191519
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-12 16:18:40 +00:00
recipe-roller
8300626e78
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/98a7e803523c25d355e3b62907fef55dbaba3a3b [Metrics] Fix box drawing on Windows, and refactor code. (huangs@chromium.org )
TBR=borenet@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Iea95d2fa1897712c6a7e1c0945c09f1fea74acca
Reviewed-on: https://skia-review.googlesource.com/c/191563
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-02-12 16:13:00 +00:00
skia-autoroll
4ba75c80e3
Roll third_party/externals/swiftshader f96948857780..0f34a98a206d (1 commits)
...
https://swiftshader.googlesource.com/SwiftShader.git/+log/f96948857780..0f34a98a206d
git log f96948857780..0f34a98a206d --date=short --no-merges --format='%ad %ae %s'
2019-02-12 capn@google.com Remove shader call stack bounding
Created with:
gclient setdep -r third_party/externals/swiftshader@0f34a98a206d
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=stephana@google.com
Change-Id: Ibc4939db0a88b16278db9d7c7c8a12b694bf896a
Reviewed-on: https://skia-review.googlesource.com/c/191517
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-12 15:30:00 +00:00
Florin Malita
eb46bd892d
[sksg] Hit-testing API
...
Introduce RenderNode::nodeAt(const SkPoint&) as the entry point for the hit-testing API.
This is backed by a onNodeAt() virtual, which gets dispatched throughout the render DAG,
and normally stops at the first leaf Draw node in encounters.
To support the implementation, introduce a GeometryNode::contains(const SkPoint&) API.
This is backed by a onContains() virtual, overridden in each concrete geometry class.
Expose nodeAt() on sksg::Scene, and add some basic unit tests.
Change-Id: I0c8abd9d1e51ecf2d8b4dd699f325cd636e21084
Reviewed-on: https://skia-review.googlesource.com/c/191296
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: Mike Reed <reed@google.com>
2019-02-12 15:01:05 +00:00
skia-autoroll
01d5ec8b9f
Roll ../src 35663ddf4997..77b5d9247fd7 (472 commits)
...
35663ddf49..77b5d9247f
git log 35663ddf4997..77b5d9247fd7 --date=short --no-merges --format='%ad %ae %s'
2019-02-12 myid.shin@igalia.com [s13n] Replace use of GaiaCookieManagerService in personal_data_manager.cc
2019-02-12 jkim@igalia.com [s13n] Eliminate ChromeSigninClientSignoutTest's usage of SigninManager::RemoveAccountsOption
2019-02-12 msarda@chromium.org [unified-consent] Move SyncDataType to implementation file.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 70ce8736cbc2..b1f865dac505 (1 commits)
2019-02-12 droger@chromium.org [signin] HTTP Proxy Authentication Required (407) treated as transient
2019-02-12 csharrison@chromium.org Remove Wno-exit-time-destructors from flatbuffers
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 217acf58d0d8..63d477cd99b0 (1 commits)
2019-02-12 treib@chromium.org Prefer syncer::SyncService over browser_sync::ProfileSyncService
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult cbea2ee3dd1b..64102c08496b (1 commits)
2019-02-12 lizeb@chromium.org blink/bindings: Enable foreground parking on bots.
2019-02-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.141.
2019-02-12 juncai@chromium.org Revert "Network Service: Fix linux-perf-fyi perf histogam metrics' name issue"
2019-02-12 gambard@chromium.org [iOS] Remove unused files
2019-02-12 ntfschr@chromium.org AW docs: link to WebView-specific docs
2019-02-12 lowell@chromium.org Remove old comment that references (long gone) ClientLogin.
2019-02-12 mario@igalia.com Implement new method AccountsCookieMutator::ForceTriggerOnAddAccountToCookieCompleted()
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b60ac582901c..bfbd9c54f22d (1 commits)
2019-02-12 jlebel@chromium.org [iOS] Force OnCookieChange for iOS in GaiaCookieManagerService
2019-02-12 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@d1cdca08110505262f644005a0e8a89885d67b47
2019-02-12 gyuyoung@igalia.com BlinkMemory: Apply USING_FAST_MALLOC to ax_context.h
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3702.0_rc-r1 to 74.0.3702.0_rc-r1-merged
2019-02-12 arbesser@google.com [Autofill Assistant] Added level 2 DVLOG messages.
2019-02-12 lizeb@chromium.org blink/bindings: Lazily register ParkableStringManager's memory pressure listener.
2019-02-12 tzik@chromium.org Use noexcept consistently on base::AnyInternal::reset
2019-02-12 arbesser@google.com [Autofill Assistant] Surface price to the user.
2019-02-12 msarda@chromium.org [unified-consent] Remove dependency for ContextualContentSuggestions.
2019-02-12 mstensho@chromium.org Don't skip past auto-height flexboxes in quirks mode.
2019-02-12 peconn@chromium.org 🕵️ Allow launching a new (blank) Incognito Tab.
2019-02-12 mario@igalia.com Implement new method AccountsCookieMutator::TriggerCookieJarUpdate()
2019-02-12 jsca@google.com Only run compile_db.py unit tests on commit.
2019-02-12 gambard@chromium.org [iOS] Workaround for Nav. Controller back button
2019-02-12 smaier@chromium.org Android: Adding more convenient TaskTraits
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 51e7b1437ef6..cbea2ee3dd1b (1 commits)
2019-02-12 alexilin@chromium.org Reland "android: Experiment setup for the reached code profiler."
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a06c65b053aa..b60ac582901c (3 commits)
2019-02-12 toyoshim@chromium.org Web MIDI: Make TaskService and MidiManagerWin integer-overflow-proof
2019-02-12 mario@igalia.com Implement methods to add accounts to the cookie jar from AccountsCookieMutator
2019-02-12 carlscab@google.com Add method to add/extract extensions to/from TaskTraits
2019-02-12 eseckler@chromium.org perfetto: Fix reset of sinks
2019-02-12 gabimelchior@google.com Rename and add tests for CheckedRandomAccessIterator::RangesOverlap
2019-02-12 perezju@chromium.org Disable failing FontUniqueNameLookupTest.TestHandleFailedRead on ASAN bots
2019-02-12 jlebel@chromium.org [MDC roll] Roll Material Components to 155f278b6
2019-02-12 yuli@chromium.org Make play-sound an util function, decoupling from Options.
2019-02-12 arthursonzogni@chromium.org Do not use frame pending deletion for history navigation.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 perezju@chromium.org Disable flaky testDownloadMovedBookmark
2019-02-12 peria@chromium.org IDL: Drop duplicated typedef
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f06e184f930b..a06c65b053aa (2 commits)
2019-02-12 yhirano@chromium.org Fix ResponseBodyLoader::DelegatingBytesConsumer
2019-02-12 peria@chromium.org bindings: Move Internals code for NetInfo to modules/netinfo
2019-02-12 lowell@chromium.org Update enterprise_reporting_private_unittest.cc to use GetSafeWeakWrapper.
2019-02-12 aee@chromium.org Audio Player WebUI: reset the slider when advancing to next track
2019-02-12 yoshiki@chromium.org Revert "Disable lock screen notification"
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 olka@chromium.org Revert "Make Chrome Camera App a component app"
2019-02-12 rhalavati@chromium.org Update incognito window counter button and menu.
2019-02-12 ahemery@chromium.org Navigation: Map of committing NavigationRequests indexed by request pointer.
2019-02-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.140.
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 00cbe2e5ac11..f06e184f930b (2 commits)
2019-02-12 raul@tambre.ee //storage/browser/fileapi: Fix base::ThreadChecker presubmit warnings
2019-02-12 wtlee@google.com Make Chrome Camera App a component app
2019-02-12 olka@chromium.org Revert "Tracing: Connect to service on startup"
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 horo@chromium.org Introduce SignedExchangeReporter
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 msisov@igalia.com [ozone/wayland] Use gbm with in-process-gpu mode
2019-02-12 msisov@igalia.com Revert "[ozone/common] Make planar import work with 0x5505 and 0x5504."
2019-02-12 mbonadei@chromium.org Define _USE_MATH_DEFINES to make math constants available on Windows.
2019-02-12 falken@chromium.org Remove over-aggressive CHECK about worker shadow page loading.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 233fc0b03c02..217acf58d0d8 (1 commits)
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 081ebc18785e..7073bb3d5388 (1 commits)
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d3b357bfb7ec..00cbe2e5ac11 (1 commits)
2019-02-12 nhiroki@chromium.org PlzWorker: Introduce WebDedicatedWorker and WebDedicatedWorkerHostFactoryClient
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 lucmult@chromium.org [Files app] Better handle null entry on VolumeManager
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 loyso@chromium.org WebApp: Move out IsValidBookmarkAppUrl into bookmark_app_util.h
2019-02-12 bashi@chromium.org worker: Add some CHECK()s before evaluating script
2019-02-12 jarrydg@chromium.org Quota: Add a test for the Quota expansion experiment.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 rockot@google.com [SM] Move Catalog impl into Service Manager
2019-02-12 mrsuyi@google.com [iOS] Fix TabGridBottomToolbar rotation bug
2019-02-12 gyuyoung@igalia.com s13n: Rename IdentityManager::Observer::OnAccountUpdated
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 6b695c3ffb27..c66fb571be1a (4 commits)
2019-02-12 raul@tambre.ee //device: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-12 kojii@chromium.org [LayoutNG] Add |changes_may_affect_earlier_lines_| flag
2019-02-12 wtlee@google.com Change naming pattern to fit generated locale strings
2019-02-12 dstaessens@chromium.org media/gpu/test: Simplify frame validator by moving YUV writing to file writer.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 454e5fb7457d..233fc0b03c02 (4 commits)
2019-02-12 abhijeet@igalia.com Remove unwanted header.
2019-02-12 dats@chromium.org Extract mount state tracking into separate class
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 9a03a0e325f2..d3b357bfb7ec (4 commits)
2019-02-12 findit-for-me@appspot.gserviceaccount.com Revert "Reland: Add quick view test for removable usb partitions."
2019-02-12 hiroh@chromium.org media: Remove VaapiVP8Encoder media_feature
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 64c44b0c53c4..f96948857780 (3 commits)
2019-02-12 zmo@chromium.org Redo video trace tests.
2019-02-12 manucornet@chromium.org CrOS Shelf: let events get through the shelf in OOBE/login states
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 meiliang@chromium.org [Tab Group] Add mRootId to Tab and persist in TabState
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 62e83971caa1..5987c4e8395a (4 commits)
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium ca5a5ba6efd6..25d927225543 (1 commits)
2019-02-12 tkent@chromium.org Simplify MarkupAccumulator::SerializeNodesWithNamespaces()
2019-02-12 yhirano@chromium.org Define PlaceHolderBytesConsumer separately
2019-02-12 sidereal@google.com Expose DeleteLxdContainer command in CiceroneClient
2019-02-12 hiroh@chromium.org flag-metadata.json: Set HW video/mjpeg decoding to chromeos-video/camera-eng and hiroh
2019-02-12 noel@chromium.org Fix TestMetadataModel {@extends} class problems
2019-02-12 mxcai@chromium.org Settings: Enable site settings flag by default.
2019-02-12 yigu@chromium.org [Animation Worklet] Disable flaky DocumentTimelineSetPlaybackRate
2019-02-12 wez@chromium.org [Fuchsia] Create //fuchsia/base and consolidate common utilities in it.
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a21789d403c1..9a03a0e325f2 (8 commits)
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 hayato@chromium.org Return a reference, instead of a pointer, in some Clone-related functions
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools a23bf5951d28..70ce8736cbc2 (1 commits)
2019-02-12 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@e2eb25aaa6dd3c512b172588f3400f9c25a410c3
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 57812c1cf92b..081ebc18785e (1 commits)
2019-02-12 ericrk@chromium.org Add more logging to narrow down web contents delegate issue
2019-02-12 chrome-release-bot@chromium.org Updating trunk VERSION from 3703.0 to 3704.0
2019-02-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.139.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 lindsayw@google.com Migrate to @interface and @impl ChromeMatchers for chrome_matchers.h/mm
2019-02-12 sreerenj.balachandran@intel.com vaapi/h264_encoder: ensure the packed headers for constrained-baseline
2019-02-12 huangdarwin@chromium.org Docs: Make explicit in style guide that new and delete are banned
2019-02-12 bashi@chromium.org worker: WorkerGlobalScope::EvaluateClassicScript should use WorkerThreadDebugger
2019-02-12 ortuno@chromium.org bluetooth: Make device list stable
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 7abb469ef7eb..ca5a5ba6efd6 (4 commits)
2019-02-12 cmp@chromium.org IndexedDB: Update DispatcherHost to use WeakPtr ref to BlobStorageContext
2019-02-12 mxcai@chromium.org Settings: Remove link to Site Details from category pages for non-origins.
2019-02-12 arthursonzogni@chromium.org Remove WebFrameWidget::Initialize()
2019-02-12 noel@chromium.org Make MockDirectoryModel ES6 classy
2019-02-12 dtseng@chromium.org Partial revert of revisions to command store
2019-02-12 rockot@google.com [SM] Use Manifest directly for service metadata
2019-02-12 cyan@chromium.org Fix dual focus over bookmarks bar and Omnibox after dragging bookmark.
2019-02-12 takise@chromium.org Make sure Android PIP window reacts to system ui windows
2019-02-12 luoe@chromium.org DevTools: use 2 rows for narrow Computed sidebar layouts
2019-02-12 reillyg@chromium.org [device_orientation] Split SensorEntry into a separate GCed class
2019-02-12 thomasanderson@chromium.org Merge Windows and Posix libc++ configs
2019-02-12 wangxianzhu@chromium.org [LayoutNG] Remove NGPaintFragment selection invalidation logic
2019-02-12 piman@chromium.org Move TransferBufferManager from ContextGroup to CommandBufferService
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 jmadill@chromium.org ANGLE Android: Use SDK level 26 and drop "N" support.
2019-02-12 mxcai@chromium.org Settings: Reduce total dom elements on All Sites page to increase performance.
2019-02-12 dalecurtis@chromium.org Roll src/third_party/dav1d/libdav1d/ f1b756ef5..3cf4d32e7 (31 commits)
2019-02-12 liberato@chromium.org Make FeatureProvider work on FeatureVectors.
2019-02-12 reillyg@chromium.org Take ownership of histograms owned by scheib@chromium.org
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools e893454f797f..a23bf5951d28 (1 commits)
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 ortuno@chromium.org bluetooth: Refresh device list every second
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite d416cb794c17..57812c1cf92b (1 commits)
2019-02-12 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c15741b70f84..a21789d403c1 (4 commits)
2019-02-12 tby@chromium.org [Dolphin] Resumbit of reverted commit 1459856.
2019-02-12 tkent@chromium.org XMLSerializer: Fix prefixed attribute serialization
2019-02-12 pdr@chromium.org Separate logging for ui and blink main-thread layer updates
2019-02-12 mastiz@chromium.org Remove a bunch of TODOs
2019-02-12 martiniss@chromium.org Rename CQ bots in documentation
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 30595ea7c782..454e5fb7457d (23 commits)
2019-02-12 khmel@chromium.org apps: Fix accessing to profile from non-UI thread.
2019-02-12 oysteine@google.com Tracing: Connect to service on startup
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 ryansturm@chromium.org Preventing post-commit applied Previews on offline pages
2019-02-12 qinmin@chromium.org Fix a crash when starting download background tasks
2019-02-12 iwells@chromium.org Add limitless prefetching setting to chrome://offline-internals
2019-02-12 tetsui@chromium.org SystemTray: Fix fake corners on notification slide
2019-02-12 pwnall@chromium.org bindings: Add thread safety annotations to ScriptStreamer.
2019-02-12 sreerenj.balachandran@intel.com vaapi/vp8_encoder: Fix the wrong quantization parameter
2019-02-12 martiniss@chromium.org Add shared cache for debug trybots
2019-02-12 vasilvv@chromium.org Remove references to Chromium event loop in epoll_quic_server
2019-02-12 xingliu@chromium.org Background download service: More startup delay to avoid a jank.
2019-02-12 gyuyoung@igalia.com s13n: Rename IdentityManager::Observer::OnAccountRemovedWithInfo
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium c05172e4e216..7abb469ef7eb (5 commits)
2019-02-12 donnd@chromium.org Restrict two flaky CustomTabActivityTest to L+.
2019-02-12 falken@chromium.org service worker: Add new fakes for mocking renderer-side service worker.
2019-02-12 kmackay@chromium.org [Chromecast] Don't use SFX for non-default device ID audio streams
2019-02-12 pcc@chromium.org Fix MemoryInstrumentationTest.PrivateFootprintComputation on Android devices running P+.
2019-02-12 gyuyoung@igalia.com s13n: Convert IdentityManager::Observer::OnRefreshTokenUpdatedForAccount to use CoreAccountInfo
2019-02-12 falken@chromium.org service worker: Make EmbeddedWorkerTestHelper own the Mojo implementations.
2019-02-12 csharrison@chromium.org Enable AsyncNavigationIntercept on Android
2019-02-12 mukai@chromium.org Synchronize cleaning up the gesture state in the ws client
2019-02-12 gbeaty@chromium.org Add a buildbucket configuration for a Win32 ARM64 builder.
2019-02-12 mlamouri@chromium.org Reland "Picture-in-Picture: move key methods into a service."
2019-02-12 buldina@chromium.org [ChromeDriver] Remove tests from _NEGATIVE_FILTER
2019-02-12 pfeldman@chromium.org DevTools: manage String and ProtocolMessage types independently.
2019-02-12 robertogden@chromium.org Disable highlight for Previews IPH
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-12 ericrk@chromium.org Android OOP-D: Ensure watchdog not disabled until after sync teardown
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 183d99e38bfe..51e7b1437ef6 (1 commits)
2019-02-12 aluo@chromium.org use-webview-provider for cts tests
2019-02-12 rtoy@chromium.org Move realtime methods from BaseAudioContext to AudioContext
2019-02-12 futhark@chromium.org Make sure to clean up line tree properly on detach.
2019-02-12 donnd@chromium.org [TTS] Fix a crash recently introduced.
2019-02-12 alliemurray@google.com Reland: Add quick view test for removable usb partitions.
2019-02-12 goto@chromium.org Testing editing markdown in gerrit.
2019-02-12 rbuis@igalia.com Fix spec reference
2019-02-12 agawronska@chromium.org child user: Add parent_access namespace and rename objects inside it.
2019-02-12 wylieb@chromium.org [Image Fetcher] Add feature-specific metrics reporting
2019-02-12 sky@chromium.org chromeos: removes quick_launch
2019-02-12 jdoerrie@chromium.org [Passwords] Add Field Trial Testing Config for HTTP FOAS Experiment
2019-02-12 rmcelrath@chromium.org Deflake ZipFiles/FilesAppBrowserTest.Test/zipFileOpenDownloads_GuestMode
2019-02-12 zhongyi@chromium.org Add an idle migration period to QuicChromiumClientSession.
2019-02-12 jazzhsu@chromium.org [CrOS Video Player] Search subtitle when loading video
2019-02-12 rockot@google.com [SM] Use maps for Manifest capability data
2019-02-12 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.138.
2019-02-12 caseq@chromium.org DevTools: support binary protocol framing
2019-02-12 petermayo@chromium.org [Sheriff] Ignore failing WPT target_blank_implicit_noopener.html
2019-02-12 juncai@chromium.org Network Service: Fix linux-perf-fyi perf histogam metrics' name issue
2019-02-12 nharper@chromium.org Update bulk entries in HSTS preload list
2019-02-12 domfarolino@gmail.com Implement TextEncoder()'s encodeInto method
2019-02-12 sammiequon@google.com overview: Introduce OverviewObserver.
2019-02-12 drubery@chromium.org Reland "Don't send download pings if the download is cancelled"
2019-02-12 sumankancherla@chromium.org [ui/vr] Add timeout for in-head permissions prompt.
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 0029dfe28cf4..6b695c3ffb27 (5 commits)
2019-02-12 ntfschr@chromium.org AW docs: steps for net debugging
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader d9ce258c174b..64c44b0c53c4 (1 commits)
2019-02-12 pdr@chromium.org Remove unused SVG attribute names
2019-02-12 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 12b3d7e9d661..40a7940e0572 (1 commits)
2019-02-12 huayinz@chromium.org Remove dummy theme
2019-02-11 rmcelrath@chromium.org Replace network_service_chromeos_fyi_gtests with network_service_gtests on cros fyi bot
2019-02-11 wutao@chromium.org app_list: Modify Assistant main stage
2019-02-11 eirage@chromium.org Change input event prediction default predictor to kalman
2019-02-11 xiyuan@chromium.org Implement RemoteTextInputClient::IsTextEditCommandEnabled
2019-02-11 sammiequon@google.com overview: Removed GetOverviewWindowForMinimizedStateForTest.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@ae6d56308684b97f30a01b455ce3eb205cba79aa
2019-02-11 oysteine@google.com Tracing: Disable for processes without a TaskScheduler.
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 2f1edd6a8ac3..c05172e4e216 (3 commits)
2019-02-11 mlamouri@chromium.org Picture-in-Picture: comment flaky test until the flake source is fixed.
2019-02-11 hferreiro@igalia.com Replace use of GaiaCookieManagerService in single_client_sessions_sync_test.cc
2019-02-11 jimmyxgong@google.com Allow premount to always succeed on all errors
2019-02-11 wangxianzhu@chromium.org [PE] Avoid crash about unaliased status when skipping fragment clips
2019-02-11 crouleau@chromium.org We need '--browser=reference' to come last.
2019-02-11 jmadill@chromium.org Lift WebGL/ANGLE/Vulkan/Win suppression.
2019-02-11 gyuyoung@igalia.com s13n: Remove unnecessary the includes of account_tracker_service.h in ChromePasswordProtectionService
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn 3b71e65658cd..62e83971caa1 (1 commits)
2019-02-11 mfoltz@chromium.org [Presentation API] Reject PresentationRequest.start() with the correct error.
2019-02-11 qnnguyen@chromium.org cros: Reset auto-login delay on user activity
2019-02-11 lanwei@chromium.org Input.dispatchTouchEvent sends events to SyntheticGestureController
2019-02-11 ikilpatrick@chromium.org [LayoutNG] Remove superflous min/max constraint.
2019-02-11 jeffreycohen@chromium.org [SendTabToSelf] New model API
2019-02-11 mlamouri@chromium.org Screen Orientation: do not delay firing the change event.
2019-02-11 yashard@google.com Move platform-dependent feature status to runtime_enabled_features.json5
2019-02-11 rekanorman@google.com [App Management] Add uninstall confirmation dialog for extension apps.
2019-02-11 mlippautz@chromium.org bindings: Replaces DOMWrapperMap with a regular HashMap
2019-02-11 ricea@chromium.org Implement WritableStreamNative
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 pwnall@chromium.org sqlite: Add code for release 3.27.1
2019-02-11 karenqian@google.com Deleting standalone headless bots
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 98f4a99359d5..e893454f797f (1 commits)
2019-02-11 jamescook@chromium.org Convert CHECK(false) to LOG(FATAL) in ash
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite dbec33e55f7a..d416cb794c17 (1 commits)
2019-02-11 tbansal@chromium.org Remove unnecessary dependencies to previews/core
2019-02-11 bsheedy@chromium.org Revert "Generate and use the real key to sign UMA/UKM uploads."
2019-02-11 Tom.Tan@microsoft.com Create symlink to x64 dump_syms.exe for Windows ARM64 cross build
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 jamescook@chromium.org Change debug "crash ash" shortcut to use LOG(FATAL)
2019-02-11 siyua@chromium.org Add more brower test for Autofill local card migration flow.
2019-02-11 ikilpatrick@chromium.org [LayoutNG] Make border_padding be required for ng_length_utils.cc
2019-02-11 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 4ddd89fe2fbd..c15741b70f84 (6 commits)
2019-02-11 derat@chromium.org ash: Handle missing battery time estimates from powerd.
2019-02-11 cuianthony@google.com [VR] Moved VR strings to VR DFM
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 emircan@chromium.org Do not allow audio to be approved by default for getDisplayMedia()
2019-02-11 tommycli@chromium.org Omnibox: Add mechanism to toggle popup closing on blur
2019-02-11 gmx@chromium.org Add two new hooks to allocator_extension.h
2019-02-11 jimmyxgong@google.com Enable UpdateSharePath on ERROR_NOT_FOUND from StartReadDirectory.
2019-02-11 pwnall@chromium.org sqlite: Upgrade from 3.26.0 to 3.27.1.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 bpastene@chromium.org Add chromeos-kevin-compile-rel to all //chromeos/CHROMEOS_LKGM changes.
2019-02-11 jwd@chromium.org Generate and use the real key to sign UMA/UKM uploads.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 jrummell@chromium.org Add trace events for EME events in CdmAdapter
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 011147f5b36f..2f1edd6a8ac3 (1 commits)
2019-02-11 katie@chromium.org Revert "Fixing a few tests for user_prompts in ChromeDriver"
2019-02-11 lanwei@chromium.org Set click count correctly to dispatch "dblclick" event
2019-02-11 ellyjones@chromium.org flags: assign disable-cast-streaming-hw-encoding to miu
2019-02-11 vmpstr@chromium.org [DL]: Keep a reference to the Document on the DL context.
2019-02-11 vmpstr@chromium.org [DL]: Add isLocked attribute.
2019-02-11 alph@chromium.org DevTools: Expose renderer tasks on the performance panel.
2019-02-11 jamescook@chromium.org content: Fix fling scrolls down sometimes reversing direction
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 loonybear@chromium.org Move policy validation for unoptimized-images and legacy-formats to image loader
2019-02-11 lazyboy@chromium.org Remove ProcessMap::Item() constructor as it is not used.
2019-02-11 jsbell@chromium.org Browsing Data: Simplify CannedBrowsingDataXYZHelper classes
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools aec259ea6232..98f4a99359d5 (1 commits)
2019-02-11 kerrnel@chromium.org Roll src/third_party/cros_system_api/ dbbd7b449..3cf556ebe (1 commit)
2019-02-11 mark@chromium.org Update Crashpad to bba9d0819c12a4bf39bebafb6233e000aa8a446c
2019-02-11 abhijeet@igalia.com Remove unwanted header.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 pfeldman@chromium.org DevTools: migrate devtools message to an explicit BigBuffer-backed type.
2019-02-11 davidben@chromium.org Roll src/third_party/boringssl/src 70fe61055..7ef4223fb
2019-02-11 raul@tambre.ee //chromeos: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-11 alexilin@chromium.org android: Fix CallbackHelper wait condition for handling spurious wakeups
2019-02-11 mrobinson@igalia.com Add support for ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDDED_BY
2019-02-11 kuznetsovs@yandex-team.ru Propagate user activation state to RenderFrameHost clients.
2019-02-11 ssid@chromium.org Refactor proto database classes to use less templates
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle fe59f6b5ed2b..0029dfe28cf4 (1 commits)
2019-02-11 kmackay@chromium.org [Chromecast] Add missing dependency
2019-02-11 katie@chromium.org Disabling flaky test SingleClientSessionsWithDeferRecyclingSyncTest.NavigateThenCloseTabThenOpenTab.
2019-02-11 yashard@google.com Add platform-dependent feature support to runtime_enabled_features.json5
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 dfried@chromium.org Placeholder preview image for hover cards (first pass).
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 dtseng@chromium.org Re-use ax ids for reparented or destroyed LayoutObjects
2019-02-11 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@e06d72647e3c51c43a954c4e8171b49149e9e567
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 oysteine@google.com Tracing: Simplified threading in the service
2019-02-11 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /chrome/browser/subresource_filter.
2019-02-11 dtapuska@chromium.org Rename PausableObject to ContextLifecycleStateObserver
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thestig@chromium.org Add WARN_UNUSED_RESULT to base::win::GenericScopedHandle::Take().
2019-02-11 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 311c0266963f..4ddd89fe2fbd (2 commits)
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /components/gcm_driver.
2019-02-11 jimmyxgong@google.com Implement RequestUpdatedSharePath in SmbService
2019-02-11 raul@tambre.ee //courgette: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-11 khmel@chromium.org Revert "Fix OEM app position issue"
2019-02-11 brunoad@chromium.org Revert "Add initial Contained Home bridge implementation."
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 77a1a7e6182e..30595ea7c782 (4 commits)
2019-02-11 steimel@chromium.org Add MPRIS service implementation
2019-02-11 liberato@chromium.org Add BrowserFeatureProvider.
2019-02-11 sammiequon@google.com tablet: Remove unneeded run loops from TabletModeControllerTest.
2019-02-11 edchin@chromium.org [ios] Fix side swipe snapshot display
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 sorin@chromium.org Update owners list for c/b/extensions/updater
2019-02-11 dtseng@chromium.org Revert "Add ObfuscatedFileUtilMemoryDelegate."
2019-02-11 sky@chromium.org chromeos: workaround for coordinate conversion issues
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 kelvinjiang@chromium.org [Extensions] Reland/fix (Separate activity log into multiple files)
2019-02-11 sullivan@chromium.org Add boolean to UserIntiatedInfo noting if an input event led to navigation.
2019-02-11 nickdiego@igalia.com ozone/wayland: Support NumLock in non-chromeos builds
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 ayui@chromium.org Change ImmersiveModeController and OpaqueBrowserFrameView to use unique_ptr instead of raw pointer
2019-02-11 kylechar@chromium.org Remove VizDisplayCompositor fieldtrial testing config.
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 27a3c7755b4d..011147f5b36f (1 commits)
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 boliu@chromium.org android: exit in child service onDestroy
2019-02-11 raul@tambre.ee //printing: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-11 morlovich@chromium.org CookieMonster: Remove ctime uniqueness massaging stuff.
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 3ef549770d8f..dbec33e55f7a (1 commits)
2019-02-11 thakis@chromium.org Revert "Roll src/third_party/perfetto 56445ec1e273..13e2ebff3976 (14 commits)"
2019-02-11 mek@chromium.org [AppCache] Get rid of unused StatusChanged IPC.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 ydago@chromium.org Management WebUI: Use style similar to settings page.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 jtallon@igalia.com Parents fire selection-changed ATK events for selected children
2019-02-11 tommycli@chromium.org UI: Give some SimpleMenuModel::Delegate methods sane default values.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 56445ec1e273..13e2ebff3976 (14 commits)
2019-02-11 jazzhsu@chromium.org [CrOS Video Player] Add loop mode to native controls
2019-02-11 johnjan@microsoft.com Fixing a few tests for user_prompts in ChromeDriver
2019-02-11 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.137.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 smcgruer@chromium.org Cleanup: removed unused functions in RecordingSource
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 manucornet@chromium.org CrOS Systray: Update bubble bounds on shelf autohide change
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG
2019-02-11 aaronhk@google.com Use new makeColorTypeAndColorSpace function in StaticBitmapImage
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 buldina@chromium.org [ChromeDriver] Update logging
2019-02-11 sullivan@chromium.org Add UKM to note whether an AMP document was loaded in the main frame.
2019-02-11 sdefresne@chromium.org Convert SyncAccountInfo to use CoreAccountInfo
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 sammiequon@google.com applist: Remove home launcher gesture flag.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 sullivan@chromium.org Remove UserInputTracker and user_input_event from page load metrics.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a483882d6057..311c0266963f (5 commits)
2019-02-11 amusbach@chromium.org split view: Clear transforms if ending split view while resizing.
2019-02-11 tonikitoo@igalia.com Update IdentityManager::SetAccountsInCookie() to take a callback invoked on completion
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 5257816bd3ae..77a1a7e6182e (1 commits)
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle abf6dbbb107b..fe59f6b5ed2b (1 commits)
2019-02-11 sammiequon@google.com overview: Pause occlusion tracker when dragging a overview item.
2019-02-11 ender@google.com Extend scope of kOmniboxRichEntitySuggestions flag.
2019-02-11 jeffreycohen@chromium.org [SendTabToSelf] refactor STTSService to STTSSyncService
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 agrieve@chromium.org Android: Speed up md5_check.py when fine-grained changes are not needed
2019-02-11 raul@tambre.ee //chromecast: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-11 morlovich@chromium.org Don't assume ctime unique in CookieStoreIOS::DeleteCanonicalCookieAsync
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 amusbach@chromium.org split view: Set |is_resizing_| to false when ending split view.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 agrieve@chromium.org Android: Create size-info files for bundles
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 fayang@chromium.org Remove QuicConnectionDebugVisitor::OnAckFrame.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 raul@tambre.ee //ash: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 dtrainor@chromium.org Add ActivityResultWithNative to the ActivityLifecycleDispatcher
2019-02-11 kevers@chromium.org Fix canonical form of rotate property.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.133.
2019-02-11 backer@chromium.org Reuse GLRendererCopier in SkiaRenderer
2019-02-11 ydago@chromium.org Management WebUI: Introduce Polymer.
2019-02-11 mbonadei@chromium.org Roll abseil_revision 0b1e6d417b..2901ec32a9.
2019-02-11 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c76067485f42..a483882d6057 (2 commits)
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 abhijeet@igalia.com Port signin_util_win_browsertest.cc to IdentityManager
2019-02-11 cjgrant@chromium.org Enable 64-bit browser targets by default
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 61b4f7489dbd..f13c2cd9ee41 (1 commits)
2019-02-11 jdoerrie@chromium.org [Sheriff] Disable VirtualTimeCrossProcessNavigation on Linux
2019-02-11 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@edbcef5df62a561d82a3303cb2044e2352bf4020
2019-02-11 nitsakh@slack-corp.com Add v8 Function Converter ToV8 to gin
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 116d4065d0a8..5257816bd3ae (3 commits)
2019-02-11 jamescook@chromium.org Fix shutdown crashes in LoggedInSpokenFeedbackTest.KeyboardShortcutViewer
2019-02-11 fayang@chromium.org Turn on FLAGS_quic_reloadable_flag_quic_enable_version_46.
2019-02-11 vasilvv@chromium.org Platformize PickUnusedPortOrDie()
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 majidvp@chromium.org [Animation Worklet] Fix currentTime test flakiness
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 jmadill@chromium.org Upgrade WebGL supprssion to failing.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 tonikitoo@igalia.com Make GaiaCookieManagerServer::GaiaCookieRequest non-copyable
2019-02-11 agrieve@chromium.org Reland "Android: Fix colorama-related pydeps"
2019-02-11 cfroussios@chromium.org [Password Manager] Skip illegal entries when migrating away from native backends
2019-02-11 majidvp@chromium.org [Animation Worklet] Clean up WorkletAnimation unittest
2019-02-11 mastiz@chromium.org Avoid session sync becoming unready-to-sync
2019-02-11 fdoray@chromium.org TaskScheduler: Ensure that we always wake up the correct number of workers.
2019-02-11 hferreiro@igalia.com DCHECK the IdentityManager when local sync is not enabled
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 tienmai@chromium.org [GCPW] Remove code from generate user name change.
2019-02-11 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 45088b3b3faa..c76067485f42 (3 commits)
2019-02-11 thakis@chromium.org Remove a few unnecessary semicolons.
2019-02-11 sdefresne@chromium.org Convert OnPrimaryAccountCleared to use CoreAccountInfo
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/swiftshader 9388dded242f..d9ce258c174b (1 commits)
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia d336ebdea812..116d4065d0a8 (1 commits)
2019-02-11 lowell@chromium.org Convert cloud_policy_manager_browsertest.cc to use GetSafeWeakWrapper.
2019-02-11 dstockwell@google.com pdf: Work around focus appearing for styled input elements
2019-02-11 dpapad@chromium.org WebUI cleanup: Remove more obsolete dependencies to i18n_template.js.
2019-02-11 khokhlov@google.com skip login in replay mode only
2019-02-11 bsazonov@chromium.org [Android] Fix Resources$NotFoundException from bg_white_dialog
2019-02-11 okalitova@chromium.org Add download verification method to PluginVmImageManager
2019-02-11 v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update V8 to version 7.4.132.
2019-02-11 hferreiro@igalia.com Replace use of GaiaCookieManagerService in ProfileManager
2019-02-11 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/webrtc 1a1c52baf952..61b4f7489dbd (1 commits)
2019-02-11 jkim@igalia.com [s13n] Implement IdentityManager::ForceTriggerOnCookieChange
2019-02-11 beaufort.francois@gmail.com Picture-in-Picture: do not activate/focus window on show.
2019-02-11 raul@tambre.ee //pdf: Convert base::(U)Int(64)ToString(16) to NumberToString(16)
2019-02-11 tienmai@chromium.org [GCPW] Auto-generate new username when one is already used.
2019-02-11 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 171caf9508b1..45088b3b3faa (2 commits)
2019-02-11 jdoerrie@chromium.org [Sheriff] Disable flaky GetDisplayMediaVideoAndAudio
Created with:
gclient setdep -r ../src@77b5d9247f
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-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=stephana@google.com
Change-Id: I26013925c2d81b609074a249dec28ccc156bfebd
Reviewed-on: https://skia-review.googlesource.com/c/191515
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-02-12 14:58:10 +00:00
Ethan Nicholas
0dc8087e91
SkSL Metal backend can now handle CCPR
...
Bug: skia:
Change-Id: I796a40db46174b405495af8234c5b8d7920a46d6
Reviewed-on: https://skia-review.googlesource.com/c/189985
Reviewed-by: Jim Van Verth <jvanverth@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2019-02-12 14:56:00 +00:00
Kevin Lubick
402bf74ea8
Build code size treemaps for skottie_tool
...
Bug: skia:
Change-Id: I3364fa6b89674f65bf493467198740e1862d215e
Reviewed-on: https://skia-review.googlesource.com/c/191291
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
2019-02-12 13:54:00 +00:00
Greg Kaiser
be03a851e4
SkUTF: Avoid potential nullptr dereference
...
next_fail() dereferences the first argument. So calling
next_fail() with the first argument of 'ptr' when we know 'ptr'
is nullptr will cause a problem.
For NextUTF16(), we instead return -1 when we know 'ptr' is
nullptr, just as the code currently does for NextUTF8() and
NextUTF32().
Change-Id: Ifabb45c694d6e3dbeee5ac7b953f15895cea3a69
Reviewed-on: https://skia-review.googlesource.com/c/191420
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
2019-02-12 13:50:10 +00:00