- 23 Apr, 2020 40 commits
-
-
danakj authored
v8::Persistent will leak on destruction by default, unless marked as copyable. As such, we must call Reset() before destroying any v8::Persistent with the default, non-copyable, traits. Then we can remove the JS cleanup code added to the spellcheck tests. R=avi@chromium.org Bug: 866140, 1069111 Change-Id: I3da663bda02c8916c1a4ae5d21234c54311a1dab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161652 Auto-Submit: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#762025}
-
Nnamdi Theodore Johnson-Kanu authored
This CL is in preparation for enabling Polymer3 in ChromeOS settings pages. It fixed issues in os_printing_page/ folder that break semi-automatic Polymer3 migration. These changes include splitting up files that contain multiple <dom-module> elements, as this is required by Polymer3 conversion tools. Bug: 1045266 Change-Id: Idf9b18aac87b74d34a431ffe5383fd2f845554fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151090Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Reviewed-by:
jimmy gong <jimmyxgong@chromium.org> Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Cr-Commit-Position: refs/heads/master@{#762024}
-
Hongchan Choi authored
This is for the detailed audio stack tracing. There have been several audio performance issues reported from the applications that use Web Audio and MediaSteam together. We need more information on why the audio rendering thread or AudioWorkletThread is blocked. Bug: 1072727 Change-Id: I56d33d6bf471938815c7aba3f8b94ad461f9c3b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145557 Commit-Queue: Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Stephen Nusko <nuskos@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#762023}
-
Lijin Shen authored
Encourage to use org.chromium.ui.widget.TextViewWithLeading instead of android:lineSpacingExtra or android:lineSpacingMultiplier. Bug: 1069805 Change-Id: I3eea084ac83034d99c27ecdb7b1c69c0877ff800 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163427Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#762022}
-
Alex Turner authored
Currently, AdTagging uses the presence of ad scripts on the v8 stack and the execution context at the time of the fetch as a signal for tagging. However, CSS stylesheets often defer their resource requests until needed. E.g., the fonts defined by the stylesheet may not be requested until a style recalculation occurs. This results in erroneous tagging, as the stack contains the script which caused the style recalculation rather than the one that added the stylesheet. To fix this, we tag stylesheet-requested resources with an is_ad_related bit. This is set through the CSSParserContext according to the stylesheet's ResourceRequest. Finally, a was_requested_by_stylesheet bit is set on these resources, which allows the ad tracker to ignore the v8 stack at request time. Note that, despite constructing a CSSParserContext, the WebVTT parser can be ignored as its CSS is prevented from making network requests. Bug: 1051605 Change-Id: I131586f8c58c4ae0073b1cedae22fa1f92ed408a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050887 Commit-Queue: Alex Turner <alexmt@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
John Delaney <johnidel@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#762021}
-
Haiyang Pan authored
Make them the same as the ones run on the to-be-retired android-kitkat-arm-rel Bug: 1032336 Change-Id: I7916451b2a0bb2fb25cdba8147493326292de507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161660Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#762020}
-
Raymond Toy authored
The DCHECK was checking that the arrays have positive lengths, but the spec allows zero-length arrays too. So change the spec to check for non-negative values. And also modify getFrequencyResponse to return quickly if the length is 0. This applies to both BiquadFilterNodes and IIRFilterNodes. Bug: 1073557 Change-Id: I8c98cf01021c9ece5731ccf8fdbc1fe8fe97f39c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163054Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#762019}
-
Alexander Timin authored
Instead of passing WebContentsGetter to ContentBrowserClient, add explicit callbacks to WebContentsObserver taking RenderFrameHost* or NavigationHandle* as a parameter. This allows to attribute cookie/javascript accesses to the correct frame or navigation request, which is a prerequisite for attributing content settings to the correct document and making them per-document. R=falken@chromium.org,engedy@chromium.org BUG=998171,1061899 Change-Id: Iec55a1db235b26bab44f1c1de76900b73ac6614d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151866 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#762018}
-
Avery Musbach authored
The present CL fixes a bug where if you rip an item off the shelf on one display, it shows at the right or bottom of the shelf on other displays. Test: manual Change-Id: I75813306ec0a11f3ac4ec39ed08ad736e5788fa0 Fixed: 1014721 Bug: 1014721 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161900 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#762017}
-
Omid Tourzan authored
The drive long welcome banner is removed and the new GM2 looks applied to drive welcome banner and drive and download warning banners. Also Dismiss buttons changed from X to text buttons. Modified cr-button is used for text buttons. cr-button provides most of the text button styles, specially ripple (inkdrop) effect. The changed css classes duplicated for existing UI and files-ng with body:not(.files-ng) and body.files-ng prefixes respectively. The icon/logo changed to svg version. rtl/ltr direction tested. It's supported in this CL by using flex system and inline start/ends rules while the non-filesng uses dir attribute and absolution positioning. It helps to reduce the complexity by using one set of rules for both directions. For files-ng clean up: - js: can be caught where isFilesNG() method used - css: body:not(.files-ng) - Other: ToDos added in string resource files Bug: 1002400 Change-Id: Icc04ff6193d164e677d6d39294152ec440c73e48 Patchset 10: - Fix class of welcome banner in non-filesng mode. - Update outline rule to comply percentage convention. Change-Id: Icc04ff6193d164e677d6d39294152ec440c73e48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148917 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#762016}
-
Ramin Halavati authored
Profile Manager and its tests are updated to match the new profile APIs for multiple OTR profile support. Bug: 1033903 Change-Id: I01c5c6389c75e9288deb1b03c5a18aa7307bf270 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144131Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#762015}
-
Sinan Sahin authored
When we're hiding the status indicator, we make the Java view GONE and start animating the cc layer. However, at this point, the cc layer can have an old texture (or a texture that makes no sense). With this CL, we invalidate the cc texture when the Java animation ends and request a render from the LayoutUpdateHost. Please note that this CL doesn't completely fix the issue. However, it makes it much less common. Bug: 1068346 Change-Id: I8e889fec82d5f33c9f5ba30695715a6d6fa67171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144629 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#762014}
-
Joshua Bell authored
There are no matching test files for these - deleted or renamed. Change-Id: I18046adcb151ca7846e7511c39f5721b31218b40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161418 Auto-Submit: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#762013}
-
edchin authored
This is a simple string change required by legal. TBR=sczs@chromium.org Change-Id: Ia2406a23ca6125d36a4f3675a6d001306c1f9d68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161786Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#762012}
-
Xiqi Ruan authored
If Family Link is not installed, open Play store instead. Bug: 1056458 Change-Id: I31e3356fbe9efba93fd75e9f786d9b84ecc87655 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135383 Commit-Queue: Xiqi Ruan <xiqiruan@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#762011}
-
Xiqi Ruan authored
Set notification with system priority when create system notification. Bug: 903545 Change-Id: Ie1b92f2361f7d5564102d1719b95c41753def556 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161771Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Xiqi Ruan <xiqiruan@chromium.org> Cr-Commit-Position: refs/heads/master@{#762010}
-
Tibor Goldschwendt authored
Invokes the NTPUserDataLogger machinery to log the following histograms when loading the WebUI NTP: - NewTabPage.LoadTime - NewTabPage.LoadTime.MostLikely - NewTabPage.LoadTime.MostVisited - NewTabPage.LoadTime.NewTab - NewTabPage.LoadTime.Startup Additionally, adds logging for the new histogram NewTabPage.LoadTime.WebUINTP, which only gets logged when loading the WebUI NTP while the histograms mentioned above get logged when loading any NTP. The local NTP is considered loaded as soon as the most visited tiles have been displayed. We follow the same logic on the WebUI NTP to make the load times comparable. Thus, the logging gets triggered as soon as the most visited tiles have been stamped out. Fixed: 1072865 Change-Id: I2f908a23dffc911b4338c0611c017bbbc38d0ec1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159954Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#762009}
-
Garrett Beaty authored
Using MAC_ANY caused it to pick up Mac 10.15 machines, which don't support the GN args currently used by mac-rel. Which causes them to fail quickly and then get re-used frequently. Until we determine the solution going forward, changing the os dimension will get the builds back to green. # mac-rel is broken, this change will fix it Bug: 1073694, 1073965 Change-Id: I2620c570c443be89f27ace27cbbd9c3c25cd4010 No-Try: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163151 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#762008}
-
Brian Osman authored
This code was relying on a bug: That SkColors passed to erase were treated as being in the bitmap's color space, rather than sRGB. (In every other context, they are interpreted as sRGB). Fixing that bug in Skia breaks this one unit test. To keep the current expectations valid, rewrite the code that fills the bitmap to clearly do what was happening before - draw rectangles with the test colors, accompanied by the bitmap's color space, to prevent any color space conversion. This version of the test passes now, and continues to pass when the Skia bug is fixed. Bug: skia:8663 Change-Id: I3a7e94847f08472081390b23fcfe0a12d8e5a38f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161617Reviewed-by:
Mike Klein <mtklein@google.com> Reviewed-by:
Leon Scroggins <scroggo@google.com> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Commit-Queue: Brian Osman <brianosman@google.com> Cr-Commit-Position: refs/heads/master@{#762007}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/fef5cf8e227b..0f15c2729b8c git log fef5cf8e227b..0f15c2729b8c --date=short --first-parent --format='%ad %ae %s' 2020-04-23 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@0f15c2729b8c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: Ief6f8a62f3fe28fc16df17dbf1ddcd02ac9d7a12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163057Reviewed-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@{#762006}
-
Lily Chen authored
"Leave Secure Cookies Alone" refers to step 12 in Section 5.4 of RFC 6265bis: https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-05#section-5.4 If an insecure URL attempts to set a cookie that is "equivalent" to a preexisting Secure cookie, then that set attempt is rejected. This CL: - Fixes a bug in our calculation of "equivalence" for these purposes, which was not correctly computing domain-matching described in Section 5.1.3 of the RFC. (See example below.) - Adds (perhaps excessively) exhaustive tests for this behavior. - Adds comments clarifying the situation. - Renames variables to make the direction of the comparison clearer, as this is an asymmetric comparison. Example: Before this CL: If https://foo.com/ has set a secure host cookie cookie=secure; secure then we allowed an insecure host cookie to be set by http://a.foo.com/: cookie=insecure This cookie should be rejected, according to the spec, because a.foo.com and foo.com are domain-matching. Bug: 1069804 Change-Id: I002f9ffd7cf8523a2f4291525db2939306028d7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143865 Commit-Queue: Lily Chen <chlily@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#762005}
-
Tim Volodine authored
Implement safebrowsing shutdown when the browser shuts down (i.e. when last instance of BrowserImpl is destroyed). This ensures proper cleanup of the safebrowsing service, pending requests and the corresponding remote safe browsing database manager. In particular in this patch: - move safe_browsing_service ownership to browser_process - shutdown safebrowsing on destruction of last BrowserImpl - add code to count live BrowserImpl instances (corresponds to BrowserImpl.Observer on the java side) - add checks and make sure to stop the safebrowsing database manager on IO thread. BUG=1071533,1015418 Change-Id: I39ad06a489df20454f2970db287b1f11b81ded1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132448 Commit-Queue: Tim Volodine <timvolodine@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#762004}
-
Dave Tapuska authored
IPC messages still might be received while the WebFrameWidgetBase has been closed but not collected yet. Resetting the receiver prevents receiving messages in these states. BUG=1073935 Change-Id: Idef61bae81d142a66efcf5b5ecded7a242383322 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163248Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#762003}
-
Matt Menke authored
Bug: 997049 Change-Id: I2b6bd94a72110094914e0962c34f8bb893a19ef4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154726 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#762002}
-
Mihai Sardarescu authored
This histogram is still used for the migration of identity manager to use the Gaia (instead of the email) as the account ID. Fixed: 1072601 Change-Id: I25fa0b5c093e436a1c3dff799927e1e123ec8dc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2160968 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#762001}
-
Rijubrata Bhaumik authored
Raphael apart from leading the efforts for wake_lock/, has been helping us in reviewing sensors/ code for some time. Bug: None. Change-Id: Id75ccd03282be7b618d8ff7b05fb2d42c9dfb8ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2160999 Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#762000}
-
Dale Curtis authored
https://chromium.googlesource.com/external/github.com/cisco/openh264/+log/6f26bce0b1c4..a5473711f3e2 $ git log 6f26bce0b..a5473711f --date=short --no-merges --format='%ad %ae %s' 2020-04-22 Merge pull request #3272 from mstorsjo/fix-test-refs by huili2 2020-04-22 Merge pull request #3144 from disigma/master by guangwei 2020-04-21 martin Fix test references after pull request #3266 2020-04-10 linjie.fu codec/encoder: loose the reference check 2020-04-10 linjie.fu codec/encoder: fix multi refs encoding support for FFmpeg 2020-03-24 yanqian add v2.1.0 binaries link in releasenote 2020-03-04 guxiwei-hf Using and operation when detecting Loongson mmi instructions 2020-03-03 yanqian update v2.1.0 ReleasNote 2020-02-26 wme-jenkins.gen update version to 2.1.0 2020-02-26 guangwwa fix ut build issue for android 2020-02-19 huili2 fix ubsan failure in UT 2020-02-18 huili2 fix ubsan failure in UT 2020-02-17 martin Fix libdir path in pkg-config files when built with make 2020-02-13 xiaotianshimail2 fix osx thread testcase. 2020-01-28 jisorce meson: fix libdir in openh264.pc.in 2019-10-22 guxiwei-hf Adjust the mmi/msa detection mode for mips platform. 2019-08-24 philn Travis: Update To Xenial and Meson 0.47. 2019-08-13 philn meson: New build option to enable/disable tests 2019-12-11 xiaotianshimail fix oss-fuzz issues 18747 and 18864. Temp disable thread decoder unit_test. 2019-12-11 xiaotianshimail Thread decoding deblocking update by setting pNzc array for neighboring MBs. 2019-12-02 martin Remove a leftover printf from a test 2019-11-26 xiaotianshimail add thread decoding unit test. 2019-11-25 xiaotianshimail Fix a few more fixes found during creating thread unit tests. 1. set all none-zero pCurDqLayer->pNzc to 1 before a MB deblocking. 2. make ReleaseBufferedReadyPicture to behaviour to be more close between thread and non-thread. 3. Fix a typo "sSliceDecodeFinsh" 2019-11-20 xiaotianshimail Fix a thread buffering bug: a few yuv frames at output can be dropped due to unexpected pDst reset. This is resolved by moving pDst into SBufferInfo data structure. 2019-11-15 xiaotianshimail Fix a few test cases in UT for thread decoding. 2019-11-11 xiaotianshimail Threaded decoding enhancement: 2019-11-07 xiaotianshimail fix issue 3203 - oss-fuzz reported bug 18747 which was not fixed in by the commit for fixing the issue 3197. 2019-11-05 xiaotianshimail fix fuzz issues 18744, 18746 and 18747 by clearing info of buffered video frames when decreasing DPB buffers. 2019-11-03 xiaotianshimail replace magic number 17 with MAX_DPB_COUNT. 2019-11-01 xiaotianshimail fix issue 3193 (fuzz 18644) by adding missing initialization of PPicture's refPic lists 2019-10-18 martin Fix building for android 2019-10-31 xiaotianshimail commit-4 of multi-thread decoding support. 2019-10-30 xiaotianshimail add support for NAL with duplicated MBs in threaded decoding mode. 2019-10-28 xiaotianshimail Mainly update DecodeCurrentAccessUnit and associated functions to do threaded parallel frame decodings. 2019-10-25 xiaotianshimail Fix issue 3186 (fuzz 18458). Reset held picture reordering list before calling DestroyPicBuff. 2019-10-18 martin Fix the build for Windows Phone and Windows Store 2019-10-18 martin Fix building for android 2019-10-16 xiaotianshimail second commit for threaded decoding support: Add function WelsDecodeAndConstructSlice (and add associted functions) which combines decoding->reconstructing->deblocking in single MB loop so that it allows multile frames to decode MBs in parallel. 2019-10-15 xiaotianshimail re-structure SWelsDecoderContext and others and prepare for the support of multi-threading support. 2019-08-29 othko97 meson.build: Bump soname version to 5 2019-07-23 xiaotianshimail re-fix oss-buzz bug 14423. 2019-07-10 guxiwei-hf codec/common: [loongson] Fix unaligned access in BACKUP_REG. 2019-07-04 guxiwei-hf codec/processing: [loongson] Add mmi optimization for m_pfSad. 2019-06-27 yang.yu Fix symbol hiding for x86 asm. 2019-06-13 aiszhang update v2.0.0 libraries download URL 2019-05-09 wme-jenkins.gen update version to 2.0.0 2019-05-07 aiszhang Update RELEASES 2019-04-23 xiaotianshimail Fix oss-fuzz reported bug 14423 which is caused by the fix of 14267 in DecreasePicBuff. 2019-04-21 xiaotianshimail Better way to fix oss-fuzz reported bug 14267 by re-assigning reference's references after memory reallocations in DecreasePicBuff instead of just reset. 2019-04-21 xiaotianshimail Additional fix for oss-fuzz 14267. moving up the removing reference's references 2019-04-19 xiaotianshimail Fix oss-fuzz newly reported bug 14267. reset reference's references after call DecreasePicBuff when new sequence arrives 2019-04-04 xiaotianshimail fix oss-fuzzer reported bug 14060 by resetting decoder in time based on the error conditions. 2019-04-03 xiaotianshimail removed the usage of magic number in the fix of issue 14035. 2019-04-03 xiaotianshimail Fix oss-fuzzer 14035. Reset all B-frame's reference's references when IDR is lost to prevent temporal prediction from trying to access lost references. 2019-03-28 xiaotianshimail Fix oss-fuzz reported bug 13941 Heap-use-after-free in WelsDec::MapColToList0. 2019-03-15 xiaotianshimail Prevent decoded pictures of Scalable Baseline Profile (83) (no b-frame) stream from being buffered for reordering. fix "dec crash for spec bitstream (gop2.h264) cisco#3110". 2019-03-15 xiaotianshimail try to use decoder error conditions to determine how to continue instead of trying to loacate deleted references. 2019-02-27 jan deblocking: Disambiguate reference pictures 2019-03-13 jan Revert "enable bs test in UT" 2019-02-27 jan parse_mb_syn_cavlc: Commenting updates 2019-02-27 jan deblocking: make some functions static 2019-02-27 jan decode_slice: Fix some typos in debug messages 2019-02-27 jan decode_slice: Rename ComputeColocated 2019-03-15 martin Move -fstack-protector-all to platform specific makefiles 2019-03-13 xiaotianshimail fix ossz-buzz 13692. validate source yuv pointers before recontructing MBs 2019-03-12 xiaotianshimail Fix AddressSanitizer: heap-use-after-free at decoder.cpp:178. New GOP start can be missed if GOP does not start with picture POC = 0 or the picture POC failed to decoder. The fix is to detect GOP change more accurately so that previous pictures can be flushed out immediately. 2019-03-03 xiaotianshimail additional fix for ossz-buzz bug 13457. 2019-03-01 xiaotianshimail Fix ossz-buzz reported bug 13457. (Don't try to dereference never existing P referemece->reference. 2019-01-23 guangwwa enable stack protector 2019-02-18 xiaotianshimail Fix ossz-buzz reported bug 13185: make the code to be more readable. 2019-02-18 xiaotianshimail Fix ossz-buzz reported bug 13185 by resetting the references of previously deleted references. 2019-02-13 xiaotianshimail Fix ossz-fuzz reported bug-13001. the fix has added one error code in codec_app_def.h which handles null ptrs in ref pic lists within refCount. 2019-02-12 xiaotianshimail Fix Issues 13030 and 13039 in oss-fuzz. 2019-02-08 xiaotianshimail Fix Bugzilla reported bug 1526107. 2019-02-08 xiaotianshimail Fix Bugzilla reported bug 1526408. 2019-02-08 xiaotianshimail Refix Bugzilla reported bug-1525097. 2019-02-08 daniel.minor Only check for working compiler in NDK if $(CXX) contains slashes 2019-02-06 xiaotianshimail coding style consistent by adding {}. 2019-02-06 xiaotianshimail Fix Bugzilla reported bug 1522172_2 (second test case) and 1535089. 2019-02-06 xiaotianshimail Refix Bugzilla reported bug 1525361 per huili's comment https://github.com/cisco/openh264/pull/3093 2019-02-05 nirbheek meson: Fix generation of import library on Windows 2019-02-05 xiaotianshimail fix newly Bugzilla reported (Feb. 5) bug 1525361. 2019-02-05 daniel.minor Remove check for working compiler in NDK 2019-02-04 xiaotianshimail Fix Bugzilla reported bug-1525097. 2019-01-29 xiaotianshimail Additional fix for Bugzilla reported bug-1522172. Do not try tocontinue B-frame temporal direct prediction when previously encountered a concealed errors. 2019-01-26 xiaotianshimail Fix new Bugzilla reported bug-1522172 2019-01-23 xiaotianshimail Fix new Bugzilla reported bug 1522183 2019-01-23 xiaotianshimail Fix new Bugzillia reported bug 1522179. 2019-01-22 xiaotianshimail Fix Bugzilla Bug 152676 2019-01-22 xiaotianshimail Fix Bugzilla Bug 1521684 OpenH264: heap-buffer-overflow in [@ WelsDec::CWelsDecoder::FlushFrame] 2019-01-08 xiaotianshimail Bugzilla 1479656, 1485229 and 1486223 fixes without mixing with other update. 2019-01-07 xiaotianshimail Add 3-cabac and 3-cavlc b-frame temporal direct prediction mode decoding test cases. 2019-01-07 xiaotianshimail Fix Ref Picture count check for CAVLC B motion prediction. 2018-12-26 huili2 fix low memory crash issue 2019-01-04 xiaotianshimail Implemented a generic way to prevent the queued decoded B-frame buffers from being overwritten. 2019-01-04 volvet2002 refine the macro for PSNR calculate 2019-01-03 xiaotianshimail Update and fix temporal direct prediction and fix multi-reference picure re-ordering. 2019-01-02 xiaotianshimail Fix modified Colocated MB type for B frame decoding direct prediction mode. 2018-12-19 xiaotian_shi Add clean CAVLC B-Frame decoder support without whitespace change and general fix. 2018-11-27 895377235 spell error Created with: roll-dep src/third_party/openh264/src TBR=ssilken Bug: 766721 Change-Id: I56ec9642db9af536dfb737134d83795a3f3980a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161246 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#761999}
-
Side Yilmaz authored
|Profile#getLastUsedProfile| is depreciated and replaced with |Profile#getLastUsedRegularProfile|. This CL updates sign in classes. Note: This change is only code clean-up, does not change any behaviour. Bug: 1041781 Change-Id: I6068a13e49993abb155a2758055092ff08ff6f69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157542Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Side YILMAZ <sideyilmaz@chromium.org> Cr-Commit-Position: refs/heads/master@{#761998}
-
Renjie Tang authored
This doesn't change behavior for Chrome on all platforms. But Cronet embedders might switch from quic-disabled to quic-enabled. I will send out a notice once this CL is approved. Change-Id: I62b4b77ec0bd00adf09e64a1193d0e4e6434dcff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024077Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#761997}
-
Mohamed Amir Yosef authored
crrev.com/c/1491623 removed the "REPLACE" part from the update statement, but left the comment. This CL is only removing the comment. Change-Id: I5100c960a303b9ce89bb2c1512ccd7d3392cb125 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2162770 Auto-Submit: Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#761996}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e110a44628b1..1fb4a05e9e21 git log e110a44628b1..1fb4a05e9e21 --date=short --first-parent --format='%ad %ae %s' 2020-04-23 ilnik@webrtc.org Reland "Launch external ref control for vp9 encoder" Created with: gclient setdep -r src/third_party/webrtc@1fb4a05e9e21 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:1027108 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Id49b13fd71a12d1638d220b08582c90bf71a36a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163055Reviewed-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@{#761995}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e58df20c54a4..6fc0066aad67 git log e58df20c54a4..6fc0066aad67 --date=short --first-parent --format='%ad %ae %s' 2020-04-23 jmadill@chromium.org Vulkan: Add a sampler cache. Created with: gclient setdep -r src/third_party/angle@6fc0066aad67 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 tobine@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: tobine@google.com Change-Id: I445d6b9e315100ae844ac96d1e613266feca1cd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163053Reviewed-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@{#761994}
-
zhaoyangli authored
When TESTS_DID_NOT_START or BUILD_INTERRUPTED happened in the an attempt and some tests didn't run due to these statuses, the tests will be retried in next attempt if there is one attempt in our test runner. These cancellations are listed as failed tests in the attempt result and will be finally copied into standard test result json, even though all affected tests succeed in following attempts. This will cause a failure in Chromium recipe. See the bug for details. Since this change, we don't mark these in test results. Tests affected by these statuses are already marked as timeout in standard test results so this won't let go any failures. Bug: 1073491 Change-Id: Id031d3fa1b7ed61bf61db2887ed8037df4244d0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161930Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#761993}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/28447fd262e4..5d77448b5f68 git log 28447fd262e4..5d77448b5f68 --date=short --first-parent --format='%ad %ae %s' 2020-04-23 alexrudenko@chromium.org Migrate Common.Color to generate whitespace color notation by default Created with: gclient setdep -r src/third_party/devtools-frontend/src@5d77448b5f68 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Iaeddb733570acae564c3aa525aed7d02333a8447 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163047Reviewed-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@{#761992}
-
Chris Thompson authored
Bug: 1037264 Change-Id: Ief9f89814fbc71a1571628648089e33c5b9fe5be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159421Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#761991}
-
sczs authored
This reverts commit 920d8f93. Reason for revert: Initial CL for Reland Original change's description: > Revert "Enables kInfobarUIRebootOnlyiOS13 by default" > > This reverts commit b7db0ccb. > > Reason for revert: This causes code to dereference nullptr on iOS 12, thus causing consistent crashed. > > Original change's description: > > Enables kInfobarUIRebootOnlyiOS13 by default > > > > This is now needed in order to enable this locally and not via a finch > > config which might not land before the re-sping gets to users. > > > > Bug: 1071853 > > Change-Id: I71b42ca95e54197ddf76b4301616be36c37ad1ca > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157505 > > Commit-Queue: Sergio Collazos <sczs@chromium.org> > > Reviewed-by: Eugene But <eugenebut@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#760756} > > TBR=eugenebut@chromium.org,sczs@chromium.org > > Change-Id: I534ea0a7d177a3a5452d91ea4bf945375cd2f606 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1071853, 1073091 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159469 > Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> > Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#760984} Bug: 1071853, 1073091 Change-Id: I387c0801d9d40001587565be42c1e1055f27d0ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2159251Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#761990}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/34c40d668082..7fc367463824 git log 34c40d668082..7fc367463824 --date=short --first-parent --format='%ad %ae %s' 2020-04-23 hjd@google.com Merge "trace_processor: Fix broken commit" Created with: gclient setdep -r src/third_party/perfetto@7fc367463824 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I7bc69005e7b1c8a0fc08d2a9845a145d09b794c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2163049Reviewed-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@{#761989}
-
Wez authored
Isolate web_engine child processes (e.g. Renderers) to each run in a separate job, to provide stronger isolation (e.g. they cannot discover one another via PID). Bug: 1053543 Change-Id: I45457f2fb034fd0c050cf12e11ab068618e8e37c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161038 Commit-Queue: Wez <wez@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#761988}
-
Wan-Teh Chang authored
Move PopulateResourceRequestBody() into the unnamed namespace because it is only used in request_conversion.cc. Change-Id: Ie23db3dceaa51e802cfa6f33553c4e059380edb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161875Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#761987}
-
Matt Mueller authored
SecureDnsInterceptor was added in 88b36dab to ensure that unittests of certificate network fetches had secure DNS disabled, but it was only added to HTTPSOCSPTest (which is the base class for SpawnedTestServer based tests), but not to HTTPSCertNetFetchingTest (which is the base class for EmbeddedTestServer based tests). Bug: 846909 Change-Id: I1ea0af37227ee5804f55a78478ad2354211bcb75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2161938Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#761986}
-