- 29 Aug, 2019 40 commits
-
-
Ryo Hashimoto authored
BUG=840743 Change-Id: Ie220fcaaad0204e23dbcc1c935e0aad8c7d0b88f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772848Reviewed-by:
Gabriel Marin <gmx@chromium.org> Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#691472}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8c4bce8edcd8..68f2584d937d Created with: gclient setdep -r src-internal@68f2584d937d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I4a0ed3635903096cf1d00f5d7cf80086aa25da8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775666Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#691471}
-
Zhenyao Mo authored
BUG=997863 TEST=manual R=kbr@chromium.org Change-Id: Ib9650c6d3ca1efabaa41df4c66a8055b4c42b0a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775385 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#691470}
-
Hirokazu Honda authored
This is a possible workaround for color artifacts issue on kepler device and ffmpeg with VP8 stream encoded by Intel HW encoder. This CL sets both mb_no_skip_coeff and loop_filter_adj_enable to 1, which are originally 0. After this CL, any color artifact is not observed on a kepler device. However, I have no evidence that the corruption issue will never happen. Setting mb_no_skip_coeff to 1 means that each macro block will be read (i.e. not skipped) by a decoder. Setting loop_filter_adj_enable to 1 means that the macroblock level loop filter adjustment is on for the frame. Even after this CL, the fps performance is comparable. The encoded quality is a bit improved in terms of PSNR and SSIM. Bug: 139766881 Test: Hangout meet with atlas (intel) and guado (kepler) Test: Decode the VP8 stream with FFmpeg VP8 decoder and confrim the result matches libvpx Change-Id: I62e82dcb4a39c15a3157591d75e07876c13c9aa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773662Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Pawel Osciak <posciak@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#691469}
-
Hirokazu Honda authored
A VideoEncodeAccelerator (VEA) client needs to specify a proper h264 level in the original VEA API. If the h264 level is unspecified, Level 4.1 is used by default. This design causes a failure of recording 4k video with media recorder because most VEA clients don't specify the level. This CL modifies the VEA API design. A VEA client is still able to specify h264 level. However, if it is invalid (or unspecified), VideoEncodeAccelerator s selects one of proper h264 levels for the specified resolution, bitrate and framerate. Bug: b:139788862 Test: video_encode_accelerator_unittest on hana and eve Test: Record 4k video Change-Id: I807a6fce10929739fe6ab161d2faddfd9e39d3a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765131Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#691468}
-
Darren Shen authored
This reverts commit 830d60ac. Reason for revert: Possible cause of crbug.com/999010 Original change's description: > [fuchsia] Add support for loading embedder content via fuchsia-dir://. > > Defines a new scheme for loading resources from named embedder > Directories. Resources from these directories can be loaded using > the URL: > > fuchsia-dir://<directory-name>/<path>/<to>/<file>.html. > > * Browser tests added for testing URLLoaderFactory & URLLoader logic. > * Integration tests added to test ContextProvider changes. > > Bug: 991298 > Change-Id: I5875594d9fe5cc7f9006ccdecda78cc3bdf667b3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764335 > Commit-Queue: Kevin Marshall <kmarshall@chromium.org> > Reviewed-by: Wez <wez@chromium.org> > Cr-Commit-Position: refs/heads/master@{#691363} TBR=wez@chromium.org,nasko@chromium.org,jam@chromium.org,kmarshall@chromium.org Change-Id: Ib11211bc041036e0a84d32d093dcaa209ffb0c81 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 991298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775641Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#691467}
-
Pratish Kumar authored
This CL modifies the method PDFiumPage::CalculateImages() to extract alternate text information of an image present in the struct tree element corresponding to that image object. This CL introduces a method PDFiumPage::PopulateImageAltText() which traverses the entire struct tree of the page recursively and extracts the alt text from struct tree elements corresponding to the marked content IDs of the images in the page. A unit test has been added to verify the alternate text of the images present in a page. Bug: 981448 Change-Id: I0d48019c3439f859a7856deb2ce29cdb117f20c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742246Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Commit-Queue: Pratish Kumar <prkum@microsoft.com> Cr-Commit-Position: refs/heads/master@{#691466}
-
Nigel Tao authored
The ARC_GET_INSTANCE_FOR_METHOD macro is really a private implementation detail of the ArcAppListPrefs class. Bug: 826982 Change-Id: Ibc6a74a2ebb54282b36b361ad2ee561ca600dce0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767468 Commit-Queue: Nigel Tao <nigeltao@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#691465}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ed2f5ecd..5c64cbb4 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I01b784eda8caa8a14b056a024fad22306ae29284 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775010Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#691464}
-
Varun Khaneja authored
If 3 consecutive lookups fail, enter backoff for 5 minutes. Bug: 992099,963165 Change-Id: I10a7745524a0a621aaf1a887b1a6a1dba22407bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767623 Commit-Queue: Varun Khaneja <vakh@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Auto-Submit: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#691463}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Bug: 977050 Change-Id: I0a1089b86302375ca5a77c4b654d7854eae0fcf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700863Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#691462}
-
Yutaka Hirano authored
Turn some into DCHECK, and remove others. Bug: 994000 Change-Id: Ic45693dd2ac1f50833a3aacd454479b2ba9083b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775678Reviewed-by:
Adam Rice <ricea@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#691461}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I16425972e4deee547102b7ddbed31ba7b146c4a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775718Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#691460}
-
Will Harris authored
This uses ACG with thread opt-out as the launcher thread needs to be able to write the sandbox intercepts into the child process which would normally be blocked. BUG=851565 Change-Id: I5e24c156700037fdd2f7849f4ce0210f01207f0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713906 Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
James Forshaw <forshaw@chromium.org> Cr-Commit-Position: refs/heads/master@{#691459}
-
Darren Shen authored
Test still flaky. TBR=shuchen No-Presubmit: True No-Try: True Bug: 997888 Change-Id: Ib6026d72ddbc881084472aa320f3f8b7c30ead92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772869Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#691458}
-
Nigel Tao authored
BUG=826982 Change-Id: Idd3fe21cecc08bb902b5708a772618dd3a5a4695 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767451 Commit-Queue: Nigel Tao <nigeltao@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#691457}
-
Andrew Comminos authored
For the initial trial, require site isolation to be present. Bug: 956688 Change-Id: I18c255118965357f46e46c7aef6ac4cbf4205060 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707591Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Andrew Comminos <acomminos@fb.com> Cr-Commit-Position: refs/heads/master@{#691456}
-
Alexey Baskakov authored
The external access to the apps that are owned by WebAppRegistrar (the LevelDb) should be read-only. We should support const_iterator properly: let's make AllApps const_iterator to return read-only reference |const WebApp&|. Next CL: Introduce a "batched writes" API, which allows to mutate apps. Bug: 891172 Change-Id: Ibf3b3bc361fd4273d4f28ffd26dbf3b6241e41f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774117Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#691455}
-
Andrew Luo authored
Bug: 997759 Change-Id: Ia3dab4a9d6ed99e1d1d71281c6897c88b47b09de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775192 Commit-Queue: Andrew Luo <aluo@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#691454}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/378c18813b5a..5d27a6961601 git log 378c18813b5a..5d27a6961601 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 timvp@google.com Support separable shader programs Created with: gclient setdep -r src/third_party/angle@5d27a6961601 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cwallez@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Bug: None Change-Id: Ic7e3efb9c36d3173cce08d0662514588ade0bd29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775658Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#691453}
-
Kevin Qin authored
According to OpenXR spec, an application must read from the event queue with regularity and handle them. In this CL, we add event polling for OpenxR and handling of XrEventDataSessionStateChanged event. So OpenXR can start and end session when correct session changed event received. Bug: 976448 Change-Id: I556c945420ef0c61f2e2a0bcd2c2f190b0b21482 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1759685 Commit-Queue: Zheng Qin <zheqi@microsoft.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#691452}
-
Lei Zhang authored
Add InitializeWithLocale() to properly set a locale, and ValidateInitialSettingsForLocale() to test a locale. Use these new methods in two new test cases to check how PrintPreviewHandler::GetLocaleInformation() handles Hindi and Russian. One new test illustrates bad handling for Hindi. Bug: 998039 Change-Id: I851b751e3ae4064b7fed3326d98e0b86c4058d86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775392 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#691451}
-
Kent Tamura authored
formResetCallback() should copy the |defaultOn| value to |on|. Bug: 972476 Change-Id: I099b2768a64aa5e9c53a27d8fc9b514f4ef93179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772953 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#691450}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Bug: 977050 Change-Id: Iff33509bf42affd561a37769237c6c57f4d65753 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700901Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#691449}
-
Lei Zhang authored
Many places referred to delimiter as 'delimeter'. Fix the occurrences in base/ and chrome/. Change-Id: Iac64397ee122b36113e7792bd12ecbf78c37f48a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775389 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#691448}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Bug: 977050 Change-Id: Ic543889a81cb0ddaf6426956143656684b1bbcaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700908Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#691447}
-
Istiaque Ahmed authored
The flag is necessary to force extension content verification mode to specific value for debugging and reproducing content verification related bugs. Bug: None Change-Id: I846931ded64da2a4e89447d6f43fa516b81d2f73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771591Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#691446}
-
Lan Wei authored
We want to allow the users to define the duration for every tick, so we add an argument to Action class which will be a duration for all ticks. If there is a tick which need a different duration, we can call addTick or pause to pass a different value. Bug: 606367 Change-Id: Ifaad20fd6f6d2a3c97b54960b13289012bd4abc2 TBR=nzolghadr@chromium.org Change-Id: Ifaad20fd6f6d2a3c97b54960b13289012bd4abc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775502Reviewed-by:
Lan Wei <lanwei@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#691445}
-
Matt Menke authored
This CL adds NetworkIsolationKey as an argument to the RequiresHTTP11 methods in HttpServerProperties, and makes consumers pass in the correct key. It also moves tracking of this bit over to the ServerInfo struct, to simplify things a bit, which requires the RequiresHTTP11 take a SchemeHostPort instead of a HostPortPair. Bug: 969890 Change-Id: Ieb7a8ae234eae2d459895b63101be4d1c00d82fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761553Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#691444}
-
Gyuyoung Kim authored
This CL converts old Mojo types to the new Mojo types. - Apply mojo::Remote to ScreenOrientationListenerPtr - Apply mojo::PendingRemote to MediaControlsMenuHostPtr - Make CreateMediaControlsMenuHostRemote return mojo::PendingRemote type Bug: 955171 Change-Id: I0e5e82b1f8658740733ec7183b55b43670f380dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771222 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#691443}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8624d125dc22..8c4bce8edcd8 Created with: gclient setdep -r src-internal@8c4bce8edcd8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I0c5577190c88779203b548a9c8e85e9993fdc4bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775579Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#691442}
-
Wez authored
Configurations to attach an async:Loop to be the default dispatcher for the current thread are being moved to a dedicated libasync-loop-default package, and renamed. Bug: fuchsia:31742 Change-Id: Ie141bee150f5a614fe04e043df13500bcefcb5e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775387 Commit-Queue: Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Wez <wez@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#691441}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Using TBR due to pexpect/OWNERS owners no longer in Chrome. Received LGTM from simonhatch@ and all other OWNERS. NOPRESUBMIT=true TBR=tonyg@chromium.org Bug: 977050 Change-Id: I3171c6b2aadafbdee6acc71b645d009134d11bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700828Reviewed-by:
Simon Hatch <simonhatch@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#691440}
-
Leon Han authored
According to spec at https://w3c.github.io/web-nfc/#web-nfc-author-records-tnf-4, this CL changes it from "w3.org:webnfc" to "w3.org:A". BUG=520391 Change-Id: Ieb422420bc860f90f43fb7ce97b87961daf9b52a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769488 Commit-Queue: Leon Han <leon.han@intel.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Cr-Commit-Position: refs/heads/master@{#691439}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/63655b5a21eb..a4b448831cee git log 63655b5a21eb..a4b448831cee --date=short --no-merges --format='%ad %ae %s' 2019-08-28 michaelludwig@google.com Reland "Calculate draw bounds in drawEdgeAAImageSet" 2019-08-28 michaelludwig@google.com Reland "Combine snapBackImage and snapSpecial" 2019-08-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-08-28 brianosman@google.com Revert "Pin the GLSL version to be no larger than the GL version" 2019-08-28 michaelludwig@google.com Fix non-zero special-image subsets in magnifier filter 2019-08-28 michaelludwig@google.com Revert "Fix flutter roll" 2019-08-28 scroggo@google.com SkAnimatedImage: Update HEIF duration 2019-08-28 jvanverth@google.com Implement fences and semaphores for Metal. Created with: gclient setdep -r src/third_party/skia@a4b448831cee If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC stani@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=stani@google.com Bug: chromium:139815242 Change-Id: I6208b81128808494ce739953c46fe78a955c9e4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775275Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#691438}
-
Aaron Colwell authored
This sets |origin_to_commit| to an opaque origin with precursor information that is consistent with the URL we were trying to navigate to. This allows the origin at commit time to match the commit URL in situations where we end up displaying an error page in response to a navigation. Bug: 991607 Change-Id: I3aee10268be70f9cc500fbecd638e587bc0bd7c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768711 Commit-Queue: Aaron Colwell <acolwell@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#691437}
-
Nigel Tao authored
Bug: 826982 Change-Id: If549cb46f4f806e80b0fac5b5c3ba19b1855bac1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767289 Commit-Queue: Nigel Tao <nigeltao@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#691436}
-
Eric Foo authored
This is CL is generated by a script. Data is pulled from review conducted in Q2 2019. See https://tinyurl.com/yxau5sc4 for context. Bug: 977050 Change-Id: I0c96b2eade460f27d3623fb9de9efed0e63cc0f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700836Reviewed-by:
Jeffrey Yasskin <jyasskin@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Eric Foo <efoo@chromium.org> Auto-Submit: Eric Foo <efoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#691435}
-
Gyuyoung Kim authored
This CL converts mojo::Binding to mojo::Receiver as well as MediaStreamDeviceObserverRequest to mojo::PendingReceiver in MediaStreamDeviceObserver::BindMediaStreamDeviceObserverRequest. Bug: 955171 Change-Id: I166d3415373ce9cd0c2d49e3645fa2fe03b05af8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768514Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#691434}
-
Yuwei Huang authored
The USER message class sends GCM tickle. We have never set up GCM project nor do we rely on tickle, so this CL changes the message class to STATUS, so that the FTL server doesn't send a tickle to the receiver for signaling messages. Bug: 992563 Change-Id: Ie3528b9586ef67115a7ccfa5782461aad9167dc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757068Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#691433}
-