- 13 Nov, 2018 40 commits
-
-
Ian Clelland authored
This CL moves the IsFeatureAllowed checks for image policies from the old location on Frame to the new methods on Document. Bug: 888668 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I3d44ce3f0263e2b9f3dec3f33f2a9c89f57f76ab Reviewed-on: https://chromium-review.googlesource.com/c/1243168Reviewed-by:
Luna Lu <loonybear@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#607660}
-
Eric Stevenson authored
https://chromium-review.googlesource.com/c/chromium/src/+/1319335 caused some tests to be moved to secondary dex files which are ignored by TestRequestBuilder KitKat. This CL adds support by manually listing tests the same way incremental install does. Bug: 903820 Change-Id: I1cb874c4bf570d482bc28668978234538629e261 Reviewed-on: https://chromium-review.googlesource.com/c/1332607Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#607659}
-
François Beaufort authored
This CL fixes a tab crash that occurs when calling document.exitPictureInPicture() if a video in a shadow DOM is already in Picture-in-Picture. Bug: 904828 Change-Id: I6aed0fa43dd0af1406d4349509101d423f622d96 Reviewed-on: https://chromium-review.googlesource.com/c/1333769Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#607658}
-
Steve Kobes authored
This histogram has 100 buckets (per go/uma-histogram-guidelines), corresponding to jank scores 0 - 10. Bug: 581518 Change-Id: If3376139e60feafc671fe7e6e64391cb1a70f609 Reviewed-on: https://chromium-review.googlesource.com/c/1332389Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#607657}
-
Mario Sanchez Prada authored
Migrate away from SigninManagerBase::GetAuthenticatedAccountInfo and use the IdentityManager's API instead. Bug: 903867 Change-Id: Ic8ce02d342bcd277385f766132b163d969422584 Reviewed-on: https://chromium-review.googlesource.com/c/1331475Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#607656}
-
Javier Ernesto Flores Robles authored
Shows the manual fallback icons to the right on iPads. Changes include: -Updates FormInputAccessoryView to support a custom view to the right. -Stops instantiation of ManualFillAccessoryViewController when manual fallback is disabled. Bug: 845472 Change-Id: I82b3772bf60af33f3102b520ce3cc647b16310b9 Reviewed-on: https://chromium-review.googlesource.com/c/1329176 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#607655}
-
Chromium WPT Sync authored
Using wpt-import in Chromium fc5cd59f. With Chromium commits locally applied on WPT: 9ff65400 "Add redirected cases to CSP/import tests in wpt/worklets" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=kyleju No-Export: true Change-Id: I6f3bd1847e71117d55d174880d86b5be0e26166d Reviewed-on: https://chromium-review.googlesource.com/c/1333891 Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#607654}
-
Daniel Bratell authored
third_party/mesa is no longer part of Chromium, and having it listed here enforces gn checks for any product that still checks out mesa in third_party (i.e. Google Chrome) which is a problem. Bug: 873321 Change-Id: If1c28fb2c393f04c9b0fe0703204fd7225a1a483 Reviewed-on: https://chromium-review.googlesource.com/c/1333812 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#607653}
-
John Abd-El-Malek authored
The functionality worked, as part of converting DICE, however the test code didn't work since it depended on accessing the net objects directly. Switch the tests to use the EmbeddedTestServer, to better match production, which removes the dependency on net/. Also: -make GetFilePathWithReplacements replace strings in the mock headers if they're present -add a global to google_util to ignore ports; that way other tests can be converted without having to modify each callsite to google_util Bug: 881976 Change-Id: Ic52023495c1c98c1248025c11cdf37f433fef058 Reviewed-on: https://chromium-review.googlesource.com/c/1328142 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#607652}
-
David Bokan authored
Root scroller shouldn't consider plugins. However, the current method of getting the scrollable area would check for a local frame and try to convert its view to a LocalFrameView. In the case of a plugin, the ContentFrame()->IsLocalFrame may return true but the EmbededContentView is a PluginView rather than a LocalFrameView. This CL cleans up these checks by looking exclusively at the EmbeddedContentView since that's all we care about. Bug: 903440 Change-Id: I7f172559321ecb4777e1fd85ed63f105798df257 Reviewed-on: https://chromium-review.googlesource.com/c/1330330Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#607651}
-
Marc Treib authored
The PrefService isn't required anymore. Bug: 884159 Change-Id: I6fabe54fe69e56602d8bbbd6134b8cc8acec9e80 Reviewed-on: https://chromium-review.googlesource.com/c/1333773Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#607650}
-
Wei Li authored
These tests were flaky before, but have been stable recently. We should enable them to capture problems. BUG=146006 Change-Id: I909a5e09ad5107a97ba18aef0ffb572928bfdc7c Reviewed-on: https://chromium-review.googlesource.com/c/1332927Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#607649}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0b46de2db691..b73027ad4816 git log 0b46de2db691..b73027ad4816 --date=short --no-merges --format='%ad %ae %s' 2018-11-13 treehugger-gerrit@google.com Merge "profiling: Allow heapprofd to read /proc." Created with: gclient setdep -r src/third_party/perfetto@b73027ad4816 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-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. TBR=perfetto-bugs@google.com Change-Id: I027901a6b37bfdfca4491bc8f2bc5af0dba61403 Reviewed-on: https://chromium-review.googlesource.com/c/1333857Reviewed-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@{#607648}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e769ed90c359..44ca9a392ac6 git log e769ed90c359..44ca9a392ac6 --date=short --no-merges --format='%ad %ae %s' 2018-11-13 mbonadei@webrtc.org Allow usage of stringstream under examples/. 2018-11-13 kwiberg@webrtc.org Remove some unused RentACodec static methods 2018-11-13 peah@webrtc.org AEC3: Corrected erroneous if-statement that always returned true 2018-11-13 nisse@webrtc.org Add missing include of unistd.h 2018-11-13 nisse@webrtc.org Delete deprecated class WrappedI420Buffer 2018-11-13 mbonadei@webrtc.org Configs to run slow_tests. 2018-11-13 nisse@webrtc.org Delete obsolete interface class RtpData 2018-11-13 srte@webrtc.org Adds setup of RTP Extensions in Scenario tests. 2018-11-13 asapersson@webrtc.org Add tests for cpu overuse scaling. 2018-11-12 ouj@fb.com Adding rtcp report interval into RTCConfiguration. 2018-11-12 ouj@fb.com Explicitly retain self in objc blocks to avoid compiler warning. 2018-11-12 srte@webrtc.org Allows change of fake encoder max rate in scenarios tests. 2018-11-12 srte@webrtc.org Add support for screenshare content type in scenario tests. 2018-11-12 srte@webrtc.org Simplifies audio priority rate config in scenario tests. 2018-11-12 eladalon@webrtc.org Remove obsolete comment (WebRtcSessionDescriptionFactory ctor) 2018-11-12 srte@webrtc.org Using early acknowledged rate for safe reset in GoogCC. 2018-11-12 ilnik@webrtc.org In RTP to NTP estimator use linear regression instead of ad hoc filter 2018-11-12 eladalon@webrtc.org Event log - Use ToUnsigned() and ToSigned() on timestamp_ms 2018-11-12 eladalon@webrtc.org Event logs - encode N channels as N-1 2018-11-12 kwiberg@webrtc.org AudioCodingModule: Remove support for creating encoders 2018-11-12 nisse@webrtc.org Tweak ChannelReceive interface, to make it closer to ChannelReceiveProxy 2018-11-12 nisse@webrtc.org Eliminate use of EventWrapper from android audio device tests 2018-11-12 eladalon@webrtc.org Add RtcEvent::timestamp_ms() 2018-11-12 kron@webrtc.org Add offer_extmap_allow_mixed to RTCConfiguration 2018-11-12 danilchap@webrtc.org Revert "Run robolectric tests for Android on several Android API versions" 2018-11-12 aleloi@webrtc.org Fuzzer crash in AGC2. 2018-11-12 jonasolsson@webrtc.org Remove most of api/ortc/. 2018-11-12 kron@webrtc.org Fix overflow for high bitrates in BitrateProber 2018-11-12 yvesg@google.com Revert "Roll "Enable SSE, SSE2, and run-time detected SSE4.1 for libopus."" 2018-11-10 eladalon@webrtc.org Hide RtcEvent members behind accessors 2018-11-10 eladalon@webrtc.org Event logs - separate audio_level and voice_activity 2018-11-09 yvesg@webrtc.org Roll "Enable SSE, SSE2, and run-time detected SSE4.1 for libopus." 2018-11-09 eladalon@webrtc.org Rename fields in rtc_event_log2.proto 2018-11-09 mellem@webrtc.org Fix up an outdated comment in peerconnection_integrationtest.cc. 2018-11-09 Peter) Slatala Signal Network route change in fake ice. 2018-11-09 eladalon@webrtc.org Use delta-encoding in new WebRTC event logs 2018-11-09 phoglund@webrtc.org Clean up root OWNERS. 2018-11-09 artit@webrtc.org Run robolectric tests for Android on several Android API versions 2018-11-09 kron@webrtc.org Pass HdrMetadata between VideoFrame and EncodedImage for VP9 2018-11-09 terelius@webrtc.org Add support for audio in latency visualization. 2018-11-09 jonasolsson@webrtc.org Fix flaky JsepTransportControllerTests. 2018-11-09 kron@webrtc.org Add RTP header extension for HDR metadata 2018-11-09 ilnik@webrtc.org In RTP to NTP estimator do not allow huge jumps in NTP timestamps 2018-11-09 yvesg@webrtc.org Reintroduce missing dependencies in libwebrtc.a library. 2018-11-09 mellem@webrtc.org Implement data channels over media transport. 2018-11-08 ouj@fb.com Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" 2018-11-08 yvesg@webrtc.org [Win/boringSSL] Add nasm as part of required dependencies. 2018-11-08 Peter) Slatala Callback changes to media transport interface: 2018-11-08 Peter) Slatala Add owners for media_transport_interface 2018-11-08 sprang@webrtc.org Add ability to specify if rate controller of video encoder is trusted. 2018-11-08 sprang@webrtc.org In Android encoders, cache EncoderInfo in InitEncode. 2018-11-08 nisse@webrtc.org Delete rtc::Filesystem. Move needed functions to filerotatingstream.cc. 2018-11-08 nisse@webrtc.org Eliminate use of EventWrapper from mac audio device 2018-11-08 sprang@webrtc.org Add magjed/nisse/sprang/brandtr as api/video_codecs owners 2018-11-08 danilchap@webrtc.org Introduce RtpPacket::GetExtension accessor that return result 2018-11-08 yujo@chromium.org Split a separate codecs target off of :video_jni 2018-11-08 nisse@webrtc.org Eliminate use of EventWrapper from ios audio device tests 2018-11-08 alessiob@webrtc.org Tolerate optional chunks in WAV files 2018-11-08 saza@webrtc.org Add flag for fast jitter buffer playout in neteq simulation 2018-11-08 alessiob@webrtc.org MsanUninitialized: restric type check to msan case. 2018-11-08 nisse@webrtc.org Delete classes EventFactory and EventFactoryImpl. 2018-11-08 oprypin@webrtc.org Make the bitrate_allocator param optional to prepare for its removal 2018-11-08 nisse@webrtc.org Reenable test RampUpTest.AudioTransportSequenceNumber 2018-11-08 kwiberg@webrtc.org Add a style rule about not using const optional<T>& arguments 2018-11-08 saza@webrtc.org Add missing conditional defines to neteq test and tools targets 2018-11-08 nisse@webrtc.org Deprecate EventFactory and delete all usage. 2018-11-07 sprang@webrtc.org Update H264 encoder to use GetEncoderInfo 2018-11-07 sprang@webrtc.org Update LibVpxVp8Encoder to use GetEncoderInfo 2018-11-07 sprang@webrtc.org Update VP9 encoder to use GetEncoderInfo 2018-11-07 orphis@webrtc.org Remove multiple RTX codec entries in GetRtpReceiver/SenderCapabilities 2018-11-07 sprang@webrtc.org Update SimulcastEncoderAdapter merging of EncoderInfo 2018-11-07 ilnik@webrtc.org Clear FrameBuffer if there were no frames received for 10 minutes 2018-11-07 alessiob@webrtc.org Reland "Isolating APM API build target: making :api an actual target." 2018-11-07 brandtr@webrtc.org Add field trial for target bitrate RTCP XR message. 2018-11-07 nisse@webrtc.org Delete NullEventFactory Created with: gclient setdep -r src/third_party/webrtc@44ca9a392ac6 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-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=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None,chromium:none,chromium:None,chromium:901661,chromium:None,chromium:None,chromium:None,chromium:766721,chromium:None,chromium:None,chromium:None,chromium:none,chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I80b2d4e7908e09e4b4b99e592eca5879ce252ca2 Reviewed-on: https://chromium-review.googlesource.com/c/1333849Reviewed-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@{#607647}
-
Vincent Boisselle authored
These protos will be used to interface with the new Autofill API. We don't make any use of the protos in this CL. Change-Id: I2353c0f183501748556cd3702f6fc625c43adb50 Reviewed-on: https://chromium-review.googlesource.com/c/1324197Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Commit-Queue: Vincent Boisselle <vincb@chromium.org> Cr-Commit-Position: refs/heads/master@{#607646}
-
Mario Sanchez Prada authored
Replace usage of SigninManagerBase::IsAuthenticated with IdentityManager::HasPrimaryAccount(). Bug: 903840 Change-Id: I907301ebe26df1a1b7c718a30ec0051b26a5ad55 Reviewed-on: https://chromium-review.googlesource.com/c/1332300Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#607645}
-
Kevin Bailey authored
...to reflect current team. The other relevant OWNER files refer to this one. Change-Id: Ifdbe2da5c6f1ac93e53e8f464ce2472d0ebef04e Reviewed-on: https://chromium-review.googlesource.com/c/1333889Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#607644}
-
Wan-Teh Chang authored
https://aomedia.googlesource.com/aom.git/+log/35171107616f..716f2896c6ba $ git log 351711076..716f2896c --date=short --no-merges --format='%ad %ae %s' 2018-11-06 remy.foray Fix overflow in clamp_mv_to_umv_border_sb 2018-11-02 johann.koenig cfl: replace null functions with NULL 2018-11-07 yaowu Port simplified rdmult computation from libvpx 2018-11-07 urvang Change MV_REFERENCE_FRAME type back to int8_t. 2018-11-06 urvang Remove LAST_REF_FRAMES enum value. 2018-11-05 urvang Cleanup regarding buffer pool ref counts. 2018-11-06 yunqingwang Fix optimization config flag 2018-11-05 urvang Reference related code: Better naming and comments 2018-11-06 urvang Doc for refresh_*_frame and new_bwdref_update_rule 2018-11-05 urvang Introduce an enum for reference types. 2018-11-06 david.turner Remove uses of _mm_set_epi64x 2018-10-30 elliottk Add warning when writing colocated chroma in Y4M 2018-11-01 elliottk Add high bit-depth edge detection 2018-11-05 chiyotsai Remove av1_set_mv_cost 2018-11-05 debargha Deprecate redundant get_horver_correlation() fn 2018-11-02 sarahparker Clean up naming in horver_correlation_test 2018-11-02 johann.koenig cdef: remove AOM_UNUSED 2018-11-02 sarahparker Check pointers in test/* functions 2018-11-02 sarahparker Namespace global motion functions 2018-11-02 ravi.chaudhary Fix issues for palette content in enc row-mt (...) Created with: roll-dep src/third_party/libaom/source/libaom R=tomfinegan@chromium.org,johannkoenig@google.com,jzern@chromium.org Change-Id: I6b0f6c1c736dc894fb4c77e0915b4e748157d6a5 Reviewed-on: https://chromium-review.googlesource.com/c/1331909Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#607643}
-
Tom Tan authored
Bug: 893460 Change-Id: I1beadfbd939b8998a9d64f14260b106180ce3aae Reviewed-on: https://chromium-review.googlesource.com/c/1333131 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#607642}
-
Denis Kuznetsov authored
After version rollback it is possible to have device with TPM state / InstallAttributes /policy preserved, but with robot account information lost. We need to trigger a path that would perform only this step upon version rollback. TBR: alemate@chromium.org Bug: 854101 Change-Id: Ib1f4bb7f571661d8db3f9a46702ad09ad6fa275e Reviewed-on: https://chromium-review.googlesource.com/c/1296604 Commit-Queue: Denis Kuznetsov <antrim@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#607641}
-
Dmitry Gozman authored
- Introduce a top-level struct for navigaiton info. - Avoid passing the struct by non-const reference. - Add comments describing the fields. We can follow up with WebNavigationParams constructor taking WebNavigationInfo which will make it easy for all the clients to commit. TBR=tommycli@chromium.org, thestig@chromium.org Bug: 855189 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I84aeb2771d83b4e0f1e713a259d7889d0956782f Reviewed-on: https://chromium-review.googlesource.com/c/1279226 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#607640}
-
Mitsuru Oshima authored
Bug: None Test: None Change-Id: I697dcf3af1c6736e572d67ad254d815fd797402f Reviewed-on: https://chromium-review.googlesource.com/c/1333897Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#607639}
-
Jan Krcal authored
This CL creates the first integration tests for the autofill wallet metadata model type. Bug: 894001 Change-Id: I55ab6517d03d7ccb199d24ccbbc9ff13927017f0 Reviewed-on: https://chromium-review.googlesource.com/c/1332934Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#607638}
-
Jeffrey Cohen authored
Bug: 901429 Change-Id: I888c28fb2900e2c780c654ebb2a92450ec9a6c59 Reviewed-on: https://chromium-review.googlesource.com/c/1331578Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#607637}
-
Max Moroz authored
This reverts the speculative fix landed in https://crrev.com/c/1262077. Bug: 892167 Change-Id: I1eb3c8c9cb2615cfd33681554fad7e4234a4a497 Reviewed-on: https://chromium-review.googlesource.com/c/1332428Reviewed-by:
Jonathan Metzman <metzman@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#607636}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a20b35ec2dc1..52c961afab61 Created with: gclient setdep -r src-internal@52c961afab61 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-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. BUG=chromium:904763,chromium:904715,chromium:904768 TBR=mmoss@chromium.org Change-Id: I7bcd8c7d8e992d8a105053cf1bbb5f86c24af384 Reviewed-on: https://chromium-review.googlesource.com/c/1333855Reviewed-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@{#607635}
-
Carlos IL authored
This test was added as part of a fix for a crash that occurred due to interstitials not having an associated web contents. With committed interstitials enabled, interstitials are no longer a special case, and do have a web contents, so the special conditions that are checked in this test no longer apply. Bug: 752372 Change-Id: Id06e38674dd17f97a467f98b5759433aad8cd6ec Reviewed-on: https://chromium-review.googlesource.com/c/1313675Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#607634}
-
Danyao Wang authored
This CL adds a new AddRestoreCompletionCallback APIs to NavigationManager. Since session restore is asynchronous in slim nav, this allows callers to registers a completion callback that NavigationManager will execute when session restore completes. LegacyNavigationManager always runs the completion handler synchronously. [MainController -removeBrowsingDataForBrowserState:] is refactored to wait for session restore completion. This fixes SigninInteractionControllerTestCase/ testSignInSwitchManagedAccount. Bug: 890381 Change-Id: Iae660ab054514a9db8d75804a7a8d9599b234d7e Reviewed-on: https://chromium-review.googlesource.com/c/1331568 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#607633}
-
Mario Sanchez Prada authored
Migrated away from SigninManagerBase::GetAuthenticatedAccountId() and AccountTrackerService::GetAccountInfo(), to rely on the IdentityManager. Bug: 903886 Change-Id: I4bd70c490760a9d22687545f7d22851f9cdb9a5a Reviewed-on: https://chromium-review.googlesource.com/c/1331473Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Cr-Commit-Position: refs/heads/master@{#607632}
-
Nektarios Paisios authored
AXSelection: Added declarative test for aria-hidden and strengthened tests for aria-hidden and list bullets Tests now check the results of both shrinking a selection as well as extending a selection. In the case of aria-hidden, we want to check whether a DOM selection on aria-hidden endpoints would be correctly extended or shrunk when converted to an equivalent AX selection, since aria-hidden objects are an example of an object that is ignored in the accessibility tree. In the case of a list bullet, we want to check whether an AXSelection that has an endpoint on a list bullet, would be correctly extended or shrunk when converted to a DOM selection, since list bullets are an example of an object not present in the DOM tree. R=dmazzoni@chromium.org Bug: 639340 Change-Id: Ia9e7dee6efe5c0059faae101a1a07b5d7d35ef5c Reviewed-on: https://chromium-review.googlesource.com/c/1327221 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#607631}
-
Stephane Zermatten authored
https://chromium-review.googlesource.com/c/1331401 introduced a bug that made the page visible temporarily between the time the overlay is switched off and the time a touchable element appears. This was due to an over-eager early abort in updateTouchableArea, which would not update anything unless the touchable area changed - regardless of whether enabled changed. This patch fixes the problem by decoupling the update of "enabled" from the update of the touchable area. Bug: 806868 Change-Id: I3ee78489cb538d6fd06e24d15fcb47a456b1f079 Reviewed-on: https://chromium-review.googlesource.com/c/1333754Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Commit-Queue: Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#607630}
-
Lukasz Suder authored
The details and statusMessage were moved to controller. If the details from parameters differ from details coming from Action, Autofill Assistant is closed. Bug: 806868 Change-Id: Icb7da81fa7eca0bf4894632f4ca0c3a68b16ae1c Reviewed-on: https://chromium-review.googlesource.com/c/1332192 Commit-Queue: Lukasz Suder <lsuder@chromium.org> Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#607629}
-
Fredrik Söderquist authored
filter-contrast-003.html Adjust the color from #400000 to #3f0000, since (0x40 / 255) is just over 0.25 and can after filtering and rounding end up above 0. (0x3f / 255) on the other hand is just below 0.25 and the result will be clamped to zero. filter-external-001-test.html filter-external-002-test.html Change the hue-rotate parameter in the external file from 120 to 150. Move the file to support/ and remove lint entry. Make both filters operate in sRGB to make computing the reference easier. Use rgb(...) notation with percentage values in reference. fecolormatrix-type.html Add color-interpolation-filters=sRGB to the filter to make it easier to reason about what the result should be. Use rgba(...) notation in the ref using percentage notation. filters-test-brightness-003.html Add 'filter: brightness(0)' before 'filter: brightness()' to properly test if the "no argument" notation is considered valid by the parser. filter-grayscale-001.html filter-grayscale-002.html filter-grayscale-003.html filter-grayscale-004.html filter-grayscale-005.html Remove the " (and not blue)" text from the reference and update the 001,004 and 005 tests accordingly. css-filters-animation-saturate.html Interpolate the argument from 4900% rather than 5000% to end at the ref's 2500% (25). css-filters-animation-hue-rotate.html Sample the animation at .5 to match the expectation. css-filters-animation-drop-shadow.html Use explicit rgba(...) in the ref rather than the keyword 'gray'. We're interpolating the color of the drop-shadow from 'black' (rgba(0, 0, 0, 1)) to 'transparent' (rgba(0, 0, 0, 0)) here, so it's better and more accurate to describe the color as "semi-transparent black" (rgba(0, 0, 0, 0.5)). css-filters-animation-combined-001.html Initial value for animation for 'opacity(...)' is '1' - not zero. Change test to interpolate from 0 -> 1 (rather than 1 -> 1) Bug: 903383 Change-Id: I4d0113989414616494b98c22fbac817f007cd762 Reviewed-on: https://chromium-review.googlesource.com/c/1333816Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#607628}
-
Steve Anton authored
A ByteBufferQueue is internally a queue of byte buffers. Clients can append entire byte buffers then copy data out across buffer boundaries. Bug: 874296 Change-Id: I64e8a7e9f080aa73e818a81c1a42241ac9ac4e26 Reviewed-on: https://chromium-review.googlesource.com/c/1289152 Commit-Queue: Steve Anton <steveanton@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#607627}
-
Corentin Wallez authored
A lot of expectations were removed but some of them were still necessary, this adds them back. TBR=kbr@chromium.org BUG=chromium:693135 BUG=chromium:772651 BUG=chromium:798117 BUG=chromium:874620 BUG=chromium:887241 Change-Id: Ib3bccdf2ff48a28a8f0a3ce428239980a58c5266 Reviewed-on: https://chromium-review.googlesource.com/c/1333650Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#607626}
-
Dan Harrington authored
The Google c++ style guide removed this rule in 2014. There was support on cxx for removing this rule from the Chromium style guide. Change-Id: I6434b2c2112638cfe96e8c42b59e20889d19aa9f Reviewed-on: https://chromium-review.googlesource.com/c/1330935Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Dan H <harringtond@google.com> Cr-Commit-Position: refs/heads/master@{#607625}
-
Fabio Tirelo authored
This is another step to generalize the data sent to the front end for the accessory sheet, to enable sending data for profiles and credit cards. Please check the linked bug for the desired final state as well as the steps of this refactoring to be sent in follow-up CLs. Bug: 902425 Change-Id: I240da77100748a337b889bff7b4be0a7c82404f4 Reviewed-on: https://chromium-review.googlesource.com/c/1330694 Commit-Queue: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by:
Friedrich Horschig [CET] <fhorschig@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#607624}
-
Moe Ahmadi authored
SaveCardInfoBarView's constraints break while the parent view animates. This CL fixes that problem by lowering the priority of the constraints on the SaveCardInfoBarView's bottom anchor while setting up subviews and restoring it once SaveCardInfoBarView has moved to its superview. This CL also: -adds a11y identifiers to subviews for easier debugging. -sets translatesAutoresizingMaskIntoConstraints to NO where missing. -removes unnecessary constraints. Bug: 904521 Change-Id: I99dabdbc83614b881c6af4eaad22c29cc4fd8c08 Reviewed-on: https://chromium-review.googlesource.com/c/1331910 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#607623}
-
Christopher Thompson authored
This adds the custom malloc/free functions from the old libpng_read_fuzzer to the upstream fuzzer to prevent clusterfuzz running into OOM. Bug: 904054 Change-Id: Ibb824beb191cb5657687c55ee2db8c7783547bad Reviewed-on: https://chromium-review.googlesource.com/c/1330936 Commit-Queue: Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#607622}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/cd47a379f960..0864a7ac638c git log cd47a379f960..0864a7ac638c --date=short --no-merges --format='%ad %ae %s' 2018-11-13 syoussefi@chromium.org Vulkan: Enable end2end tests for ES2_VULKAN everywhere Created with: gclient setdep -r src/third_party/angle@0864a7ac638c The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-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=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 Change-Id: I15f68178f76b7927f5f059c7124c23256173dde2 Reviewed-on: https://chromium-review.googlesource.com/c/1333853Reviewed-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@{#607621}
-