- 05 Sep, 2018 40 commits
 - 
- 
Andres Calderon Jaramillo authored
This CL moves features::kVaapiJpegImageDecodeAcceleration so that it can be accessed easily by GpuServiceImpl. GpuServiceImpl will use it to decide whether it should instantiate an implementation of the image decode acceleration mojo interface when requested by a renderer. Bug: 868400 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 Change-Id: I93aa630792adae723236c8403ff807a31469ea8c Reviewed-on: https://chromium-review.googlesource.com/1203430Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#588877}
 - 
Andrew Grieve authored
Can repro the failure via: cd out/Debug rm gen/arsc/apks/MonochromePublicTestAr.ap_ rm lib.java/third_party/android_system_sdk/android_system.jar ninja gen/arsc/apks/MonochromePublicTestAr.ap_ Change-Id: I6885219d272510ec024263a3567fb27acf68050f Reviewed-on: https://chromium-review.googlesource.com/1205500Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#588876}
 - 
Chris Lu authored
[ios] Subclass MDCAppBarViewController to prevent it from dismissing on Accessibility Z-gesture in Settings This is already managed well by SettingsNavigationController. Video: https://drive.google.com/open?id=1P3kKX_m8_xnaS2lF58BKvaRL5tTbsuyw Bug: 877162, 874471 Change-Id: Ieb95fe427cece1d1fdb8f223bb16c0f0bbf05ce3 Reviewed-on: https://chromium-review.googlesource.com/1197411 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#588875}
 - 
danakj authored
Split the condition on viewport-enabled between the gpu-raster decision and the setting-up-the-viewport state. Expand the comment about the gpu-raster decision. Remove an if condition for a possible null pointer that was already dereferenced above. R=bokan@chromium.org Change-Id: I93110b078cc372fde1b1e490101d879a392acdd1 Reviewed-on: https://chromium-review.googlesource.com/1205310Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#588874}
 - 
danakj authored
R=enne@chromium.org Bug: 854256 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ieeae7911be96a95f961062262d24a454ec10da26 Reviewed-on: https://chromium-review.googlesource.com/1204925Reviewed-by:
enne <enne@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#588873}
 - 
Matthew Jones authored
This patch adds ActivityTabProvider to ChromeActivity. This class provides an easy mechanism for classes that care about the tab that is currently in the foreground (i.e. not in the tab switcher/toolbar swipe/animation layout). The observer provides either the activity's tab or null depending on the state of the browser. The null event can be ignored depending on the listener. The ActivityTabObserver interface only has a single method: onActivityTabChanged(Tab t) When an observer is attached to the provider, onActivityTabChanged is called on only that observer with the current tab (giving it access without requiring a handle to a larger object). Bug: 871279 Change-Id: Ice961224c6690dc79c38f5d6cb255fed4730c8ce Reviewed-on: https://chromium-review.googlesource.com/1165489 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#588872}
 - 
Evan Stade authored
Bug: 760811 Change-Id: If4f19ebfeb32cfdfca8aa94eac26c9c7afbf44fa Reviewed-on: https://chromium-review.googlesource.com/1204591 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#588871}
 - 
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d0f0cb8ffc5e..74b1c01cdd1d git log d0f0cb8ffc5e..74b1c01cdd1d --date=short --no-merges --format='%ad %ae %s' 2018-09-05 egdaniel@google.com Fix freeing of vulkan feature structs is test context. Created with: gclient setdep -r src/third_party/skia@74b1c01cdd1d The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;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=jvanverth@chromium.org Change-Id: I45590a5c0ca19f861c604407a42486ea8cafaafa Reviewed-on: https://chromium-review.googlesource.com/1206950Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588870}
 - 
Joe Mason authored
RegKeyPath in pup.mojom has the only registry handle passed from the chrome_cleaner target process to the broker process. This handle is always a root key (eg. HKCU or HKLM) so it can be represented directly using the PredefinedHandle enum. This simplifies the serialization slightly and is a first step to switching to a move-only interface for registry handles. Also update copyright headers and an obsolete comment on the EngineCommands interface. R=wfh Bug: 830892 Change-Id: I687773b545d199b765345b2a7dd8e310b7609265 Reviewed-on: https://chromium-review.googlesource.com/1197223Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Joe Mason <joenotcharles@chromium.org> Cr-Commit-Position: refs/heads/master@{#588869}
 - 
Xiaoqian Dai authored
If a tab dragging is ended by a second finger tap down, PerformDeferredAttach() might be called to merge the dragged tab into an overview window under the current event position. The event position is calculated based on the current attached tabstrip if it's a touch down event, thus we need to make sure the current attached tabstrip is not nullptr when GetCursorScreenPoint() is called. Bug: 877698 Change-Id: Ic2dcf9f2d4e79c00f3fd7ff0b724a8a45ba64781 Reviewed-on: https://chromium-review.googlesource.com/1200526Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#588868}
 - 
Maja Kabus authored
Element::setAttribute() modified to accept generic TrustedType (StringOrTrustedHTMLOrTrustedScriptOrTrustedScriptURLOrTrustedURL) (the name will be changed later). This is the implementation used for setting attributes explicitly. Added virtual GetCheckedAttributesNames() method, overriden in HTMLXXXElement files, to return list of names of attributes that need to have values checked against Trusted Types. Added new implementations of Element::setAttribute(), one per each Trusted Type, to be used internally in HTMLElement functions. Corrected existing TrustedXXX::GetString() implementations to be concise. Added TrustedScriptURL::GetString(). Bug: 739170 Change-Id: I3a9f51cbed5d75f8059141738b419cc66e529006 Reviewed-on: https://chromium-review.googlesource.com/1146563 Commit-Queue: Maja Kabus <kabusm@google.com> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#588867}
 - 
Vladislav Kuzkokov authored
Managed icon on the setting is read out as "This setting is managed". Bug: 878607 Change-Id: I8dcff087f8280fb1c9fdabdb17946c2917f94461 Reviewed-on: https://chromium-review.googlesource.com/1203375Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Vladislav Kuzkokov <vkuzkokov@chromium.org> Cr-Commit-Position: refs/heads/master@{#588866}
 - 
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f20223d3..a330ed95 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ie83c1e9caf9294db2ecbc546ffa7e182e1041637 Reviewed-on: https://chromium-review.googlesource.com/1205608Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588865}
 - 
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/d15b2011d9c0..bf7940726346 git log d15b2011d9c0..bf7940726346 --date=short --no-merges --format='%ad %ae %s' 2018-09-05 shapiroc@chromium.org Switch scarlet back to non-experimental 2018-09-05 vapier@chromium.org cros_portage_upgrade: drop x86 from required list 2018-09-05 vapier@chromium.org cros_mark_chrome_as_stable: stop passing CROS_SVN_COMMIT through Created with: gclient setdep -r src/third_party/chromite@bf7940726346 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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=chrome-os-gardeners@chromium.org Change-Id: I7af1dceaad7a3f56a37663d4643efab87ffb8227 Reviewed-on: https://chromium-review.googlesource.com/1206774Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588864}
 - 
Samuel Huang authored
In https://chromium-review.googlesource.com/c/chromium/src/+/1205917: "Set longer timeout to all tests in wpt/editing/run/", the test external/wpt/editing/run/removeformat.html 's Timeout expectation was removed (along with reference to crbug.com/813098). Likely as a result, WebKit Linux Trusty Leak is flaking in webkit_layout_test for removeformat.html. This CL undos the particular change to remove noise. TBR=tkent@chromium.org,yoichio@chormium.org Bug: 813098 Change-Id: I632084ec48cd8e3fb670a8d20c1210440b13fdc7 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1207011Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#588863}
 - 
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/390e80705d70..86b118ed994e git log 390e80705d70..86b118ed994e --date=short --no-merges --format='%ad %ae %s' 2018-09-05 chiniforooshan@chromium.org Telemetry: first_gesture_scroll_update_latency Created with: gclient setdep -r src/third_party/catapult@86b118ed994e The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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 BUG=chromium:760553 TBR=sullivan@chromium.org Change-Id: I61b285211a6383252f79fef7af7d4cc36fc7f82a Reviewed-on: https://chromium-review.googlesource.com/1206775Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588862}
 - 
Ben Mason authored
Change-Id: Id4153b6fdd76aff58f682c92e5e67614cf30bfa4 Reviewed-on: https://chromium-review.googlesource.com/1205609Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#588861}
 - 
Maja Kabus authored
Removed TrustedHTML::escape(), TrustedHTML::unsafelyCreate(), TrustedScriptURL::unsafelyCreate(), TrustedURL::create(), TrustedURL::unsafelyCreate(). Current version of Trusted Types API is based on policies and no longer uses the functions mentioned above. Bug: 739170 Change-Id: I2bfc430bab3fa9a68ab9f3a0e5d76070841cec51 Reviewed-on: https://chromium-review.googlesource.com/1206474 Commit-Queue: Maja Kabus <kabusm@google.com> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#588860}
 - 
Sujie Zhu authored
We add one metric enum to represent each window shown/acceptance and one enum to denote the migration triggering source. We record the histogram of each window shown/acceptance for each kind of the triggering source, which means for each entry point, we create a separate sub-histogram for the metric. Bug: 852904 Change-Id: I2f1ac0561dcf44e81d8138b5250c68bf3b697be4 Reviewed-on: https://chromium-review.googlesource.com/1197326Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Robert Kaplow (slow) <rkaplow@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#588859}
 - 
Eric Robinson authored
I've run this test using the Linux Release (with dcheck) 1000 times locally, and run 3 dry runs here. I haven't been able to reproduce the flakiness observed initially. I'm unsure if there was an underlying issue that was fixed or if I need to run on some additional architecture. I plan to re-enable this and monitor the run tracker so I have a better idea how to address the flakiness if it still exists. Bug: 874443 Change-Id: Ic3a839fd28a105b1b761ddffca5363803b357cc9 Reviewed-on: https://chromium-review.googlesource.com/1203933Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Cr-Commit-Position: refs/heads/master@{#588858}
 - 
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9478f7a38e6c..d0f0cb8ffc5e git log 9478f7a38e6c..d0f0cb8ffc5e --date=short --no-merges --format='%ad %ae %s' 2018-09-05 kjlubick@google.com Run lottie-web Gold collection at ToT Created with: gclient setdep -r src/third_party/skia@d0f0cb8ffc5e The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;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=jvanverth@chromium.org Change-Id: Ia2647f30bcead35ef90364d497a663f1b7988125 Reviewed-on: https://chromium-review.googlesource.com/1206770Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588857}
 - 
Friedrich Horschig authored
Before this CL when dismissing the keyboard accessory, it might return when new actions or tabs are added. With this CL, dismissing the accessory means to only show it again when it was explicitly requested (i.e. by the keyboard opening it). Bug: 880188, 877008 Change-Id: I96187cbd29a1c98384b80b11a9ca40209aee4270 Reviewed-on: https://chromium-review.googlesource.com/1206473Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Friedrich Horschig [CEST] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#588856}
 - 
Yi Su authored
Make SearchByImage use ImageFetchTabHelper as "Copy Image" and "Save Image" do. Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I46251cec7c3a21fd0aea341a386a9f5766e9b52a Reviewed-on: https://chromium-review.googlesource.com/1203712Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Yi Su <mrsuyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#588855}
 - 
Mike West authored
Intent to Remove: https://groups.google.com/a/chromium.org/d/msg/blink-dev/35t5cJQ3J_Q/FH45dl0vAwAJ PR against HTML: https://github.com/whatwg/html/pull/4001 Bug: 794548 Change-Id: I6a310aeeba12bc427062169c6397621725eb9bbd Reviewed-on: https://chromium-review.googlesource.com/1206270 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#588854}
 - 
Yi Su authored
The TabGridEmptyStateView is ignored in Voiceover, and changing the constraints of the view can fix it. There is still a bug that happens when user open the Voiceover in regular TabGrid for the first time, but that bugs exists before this CL and will be fixed later. Bug: 876873 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ifb07363b0e216bbb7b0ee4e3c05d7bfd59d4e415 Reviewed-on: https://chromium-review.googlesource.com/1202146Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Yi Su <mrsuyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#588853}
 - 
Rune Lillesveen authored
The initial lifecycle state is kStyleClean (in Document::Initialize). As long as we are not scheduling layout tree updates, we will still be in kStyleClean until we start scheduling updates. For the test in question we are in a state where we have kStyleClean, but style isn't actually clean because we haven't started scheduling updates. Make sure we are actually updating style before checking and continuing testing. Discovered this in the work with update roots where we were able to go back to kVisualUpdatePending before the check. Bug: 868810 Change-Id: Ie20d02b0e4be1d08914b056f4726627c40293414 Reviewed-on: https://chromium-review.googlesource.com/1206492Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#588852}
 - 
kristipark authored
Centers the dialog in the viewport rather than the ntp-contents div. Before: https://screenshot.googleplex.com/kk5zQAxuCTr.png After: https://screenshot.googleplex.com/NE4asURv2Dp.png Bug: 880582 Change-Id: If5eac9aaf3bfd1d8e778aa684d6acffd874bab6d Reviewed-on: https://chromium-review.googlesource.com/1205671 Commit-Queue: Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#588851}
 - 
Anna Malova authored
Bug: 847528 Change-Id: Ie119a50be4dc4131954cac001a70821feb94018f Reviewed-on: https://chromium-review.googlesource.com/1077147 Commit-Queue: Anna Malova <amalova@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#588850}
 - 
Vladislav Kuzkokov authored
Bug: 878550 Change-Id: I2702b90cf5e59d211a93dfd18daa3d8977117005 Reviewed-on: https://chromium-review.googlesource.com/1193897 Commit-Queue: Vladislav Kuzkokov <vkuzkokov@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#588849}
 - 
W. James MacLean authored
A number of changes have landed recently that may eliminate the flakieness seen in this test. This CL re-enables the test, but feel free to revert this if the flakes continue. Bug: 833380 Change-Id: I013c87578e665cd91f111e2a1c6bb31a58cf6be1 Reviewed-on: https://chromium-review.googlesource.com/1205479Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#588848}
 - 
Rune Lillesveen authored
Made the SetRemaining* ClearRemaining* instead since that was its only use. Discovered during the work with update roots. Bug: 868810 Change-Id: Ia292127db574add6802ef09ee947b88725e7ee9e Reviewed-on: https://chromium-review.googlesource.com/1206571Reviewed-by:
Anders Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#588847}
 - 
Elad Alon authored
Several web-apps wish to use startEventLogging. Since all logs are currently uploaded to Crash, we need a way to distinguish which wep-app owns which log. We'll initially use an identifier, incorporated into the filename. Bug: 775415, 816510 Change-Id: I20cfda02bb679abe5ce1f816aa3f8239448f497d Reviewed-on: https://chromium-review.googlesource.com/1201860Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Henrik Grunell <grunell@chromium.org> Commit-Queue: Elad Alon <eladalon@chromium.org> Cr-Commit-Position: refs/heads/master@{#588846}
 - 
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/711a31aead90..b29409064e87 git log 711a31aead90..b29409064e87 --date=short --no-merges --format='%ad %ae %s' 2018-09-05 yinwa@webrtc.org Revert "Explicitly wrap main thread in test_main.cc." 2018-09-05 magjed@webrtc.org Reland "Add Y4mFileReader" 2018-09-05 srte@webrtc.org Minor refactor in GoogCcNetworkController. 2018-09-05 phoglund@webrtc.org Revert "Adds WebRTC.Audio.Record/PlayoutSampleRateOffsetInPercent UMA stats to native WebRTC." 2018-09-05 andersc@webrtc.org Scaling settings nullability in Obj-C SDK. 2018-09-05 mbonadei@webrtc.org Remove clang:find_bad_constructs suppression from logging (part 1). 2018-09-05 yinwa@webrtc.org Revert "Remove steveanton from api/ watchlist" 2018-09-05 mbonadei@webrtc.org Fix rtc_base_generic webrtc_overrides dependencies. 2018-09-05 jonasolsson@webrtc.org Remove stringstreams from sdp parsing. 2018-09-05 yinwa@webrtc.org Revert "Add SSLConfig object to IceServer." 2018-09-05 srte@webrtc.org Adds arithmetic support to DataRate. 2018-09-05 sprang@webrtc.org Don't let time flow backwards in pacer Created with: gclient setdep -r src/third_party/webrtc@b29409064e87 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:b/113648245,chromium:None,chromium:824831 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ifc8096f1b03f6ba7c906d891f695548609660f4a Reviewed-on: https://chromium-review.googlesource.com/1205628Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#588845}
 - 
Bernhard Bauer authored
This reverts commit 90205fff. Reason for revert: Breaks cronet build; see e.g. https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8936264155658998032/+/steps/generate_build_files/0/stdout Original change's description: > Android: Make enable_resource_whitelist_generation GN arg work when setting to true > > Also: > * Default the arg to true for all release builds that contain debug info. > (most bots set strip_debug_info=true though) > * Add better failure messages for when no debug info is present. > > Bug: 864878 > Change-Id: Ied849d6e24a672b896c802be6df6c0958ecabfe0 > Reviewed-on: https://chromium-review.googlesource.com/1142193 > Commit-Queue: agrieve <agrieve@chromium.org> > Reviewed-by: Richard Coles <torne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#588734} TBR=torne@chromium.org,pcc@chromium.org,agrieve@chromium.org,lizeb@chromium.org Change-Id: Ia7ca1c880cb1f2d5b8eda7f458cb0a3b2b8133ba No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 864878 Reviewed-on: https://chromium-review.googlesource.com/1206334Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Commit-Queue: Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#588844}
 - 
Benoit Lize authored
ParkableStringManager tracks all the current ParkableStrings. This replace ParkableStringTable. Since strings not on the main thread were never parked, don't remember them at all. Bug: 877044 Change-Id: I17ad0b4fc38264ddb344776a5b202fa5475bb906 Reviewed-on: https://chromium-review.googlesource.com/1199383 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#588843}
 - 
Jérôme Lebel authored
Change-Id: I071ed925c3f6b9764381b282b108c7f7eb79a407 Reviewed-on: https://chromium-review.googlesource.com/1203552Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#588842}
 - 
Jinho Bang authored
Split the IsValidPaymentValidationErrorsFormat() into smaller pieces. Bug: 861704 Change-Id: I5fac3d3cb99fb2a106b224d16b821ffca8d9053c Reviewed-on: https://chromium-review.googlesource.com/1201508Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#588841}
 - 
Anders Hartvoll Ruud authored
This CL gives return values from element.styleMap.get the correct type according to the current PropertyRegistration. The expected behavior is exactly the same as for attributeStyleMap, so those tests have been adapted to run for both API entry points. Note: PrepopulatedComputedStylePropertyMap is available in worklets, where the ExecutionContext is not a Document, but we don't need to reify values in this case, because already-reified values are "pushed" rather than "pulled". (See ::UpdateStyle). Note: Exit ParseIfRegistered before registration lookup. This avoids the lookup if we already know that we won't need it (which is the case for [Prepopulated]ComputedStylePropertyMap). Bug: 641877 Change-Id: Id54a22079c88368efccc372d01252fa3e7734d10 Reviewed-on: https://chromium-review.googlesource.com/1201302Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Anders Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#588840}
 - 
Mathias Bynens authored
This is an ECMAScript feature, implemented in V8. Proposal repository: https://github.com/tc39/proposal-global Intent to ship: https://groups.google.com/d/msg/v8-users/Vkoh0wXRwaM/Yt7MpzhkAgAJ Bug: v8:5537 Change-Id: I3ec375cbe25098cb52a6198561d5a9a7ce389cbb Reviewed-on: https://chromium-review.googlesource.com/1206354Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#588839}
 - 
Jérôme Lebel authored
Change-Id: Iefbc02b0d0c26550b1f63424b311a056ce3bbd94 Reviewed-on: https://chromium-review.googlesource.com/1204095 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#588838}
 
 -