- 14 Sep, 2018 40 commits
-
-
Andrew Grieve authored
This was my intention in b0e391b3, but the logic was being skipped for diffs! Change-Id: Ibf83dbc3274612027f618782227d482b72c1fb44 Reviewed-on: https://chromium-review.googlesource.com/1226293Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#591355}
-
Fredrik Söderquist authored
Much like a list marker, the details marker needs be added to the "color changed" special case/optimization. Bug: 883711 Change-Id: Ib2237bd13887f4b5ff7fd2270bae6cb8654e0cd3 Reviewed-on: https://chromium-review.googlesource.com/1225875 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#591354}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/78d0c2c5..8f8f600c 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: Id257df4687fb739cc7d0f394da4b397d2cc531af Reviewed-on: https://chromium-review.googlesource.com/1226821Reviewed-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@{#591353}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 38b72391. With Chromium commits locally applied on WPT: d8d86dd3 "Implement Feature-Policy: lazyload" eebc4d85 "DOMWindowTimers::setTimeout and setInterval modified to accept Trusted Types." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/24694 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=markdittmer No-Export: true Change-Id: I6310b5c0b268f2f2587f3fd76b599b5e3acbc92d Reviewed-on: https://chromium-review.googlesource.com/1226819 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#591352}
-
David Tseng authored
- large chromevox tests will move to interactive_ui_tests These tests drive the user interface by using automation and wait for text to speech feedback that comes from a real tts extension running in memory. These tests run within the context of an extension background page (so have access to all of the chrome extension apis available to ChromeVox). - chromevox_tests These tests will run in a content script-like environment and test js at a class level and not involve things like chrome extension apis. Bug: 881845 Change-Id: I88ff32d2831017cfa350348dae20ed49d9fabe50 Reviewed-on: https://chromium-review.googlesource.com/1222704 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#591351}
-
Moe Ahmadi authored
Bug: 883348 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Ie83175a6d48efbfdf551ccaa13f1454c7a2e8f41 Reviewed-on: https://chromium-review.googlesource.com/1225855Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#591350}
-
Dave Tapuska authored
Some pointer event tests used a log method that would cause the layout to change and this caused issues for using threaded compositing. Switch to a method that already existed before to collect the log entries and then show them at the end of the test. BUG=831653 Change-Id: I3d1b16d01aa15c3c1660d36ce10aa702671c6786 Reviewed-on: https://chromium-review.googlesource.com/1226097Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#591349}
-
Leonard Grey authored
We can't remove TabDialogsCocoa yet because TabDialogsMac uses it. Bug: 877493 Change-Id: I07d1f203fb0e0868167a4a65cbcd661bb118a7c5 Reviewed-on: https://chromium-review.googlesource.com/1226300Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#591348}
-
Navid Zolghadr authored
Unify the path for sending pointerrawmove in pointerlock mode with the normal event processing path. Bug: 880524 Change-Id: I021261e0107b6172da02684cf82e0f46df304eba Reviewed-on: https://chromium-review.googlesource.com/1205476Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#591347}
-
Kush Sinha authored
|WebUIMessageHandler|s should not register with global services in their constructors. They should rather use |OnJavascriptAllowed()| / |OnJavascriptDisallowed()| lifecycle callbacks for managing their subscription. Bug: 833797, 873830 Change-Id: I71222128683af36cd1cb1e0b3ffb5e16291ac6e4 Reviewed-on: https://chromium-review.googlesource.com/1221251Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#591346}
-
Tibor Goldschwendt authored
Makes the request session flow more streamlined. We start with the first step to handle the request. In the result handler we trigger the next step and so on. This makes it easier to reason about the flow. And it also enables adding the request for installing the AR module. Change-Id: Id04fca44faf64e7cf1a4d5d95a7b58b65cc3726f Reviewed-on: https://chromium-review.googlesource.com/1220574 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#591345}
-
Juan Antonio Navarro Perez authored
Stories currently flaky on internal perf bots. TBR=negnguyen@google.com NOTRY=true Bug: 883652 Change-Id: Ifd976bfa0e2ef64490129f75d3d5c2ccb0f40e2d Reviewed-on: https://chromium-review.googlesource.com/1226594Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#591344}
-
Denis Kuznetsov authored
Get rid of enterprise-card / enterprise-header, switch existing screens to oobe-dialog. This cl simplify existing code before migrating enrollment flow to polymer completely. Bug: 811556 Change-Id: I5035707ba57c4281a293a616225a8171a8e552dc Reviewed-on: https://chromium-review.googlesource.com/1225698 Commit-Queue: Denis Kuznetsov <antrim@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#591343}
-
Charlie Harrison authored
Case insensitive matching has some performance cost, mostly in copying and re-allocating the underlying URL to do lower-cased matching. This CL changes IS_MATCH_CASE to IS_CASE_INSENSITIVE in the flatbuffer format, and reverses its meaning. It also changes proto -> flatbuffer conversion to ignore the match_case proto bit. At some later date we may want to either: - Align with the proto rules and make match case false by default - Introduce new rule parsing syntax which supports case insensitivity For now, just punt with a TODO. TBR=nednguyen@chromium.org Bug: 767605 Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Change-Id: I440d5966076a184ea1042f6f38c8562732ae803d Reviewed-on: https://chromium-review.googlesource.com/1223209Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#591342}
-
Ehsan Karamad authored
The method MHVCB::GetEmbedderRenderFrame() is virtual *and* used inside the dtor of MHVCB which is a mistake. Currently the references to MHVCB inside an embedder frame do not get cleaned up after destruction (causing leaks inside g_mime_handler_view_container_base_map). This bug is also a potential root cause of some crashes which only show themselves when the NetworkService is enabled (the corresponding codepath is triggered when the feature is on). Bug: 882645 Change-Id: I8c06184ac65054dc7e43d7582f99b2f7162280f0 Reviewed-on: https://chromium-review.googlesource.com/1225470Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#591341}
-
Gauthier Ambard authored
This CL changes the accessibility value of the progress bar, to indicate that it is related to the loading of the page. Bug: 228526 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I51b55f15f420423374e7b0430945c98cfa71c964 Reviewed-on: https://chromium-review.googlesource.com/1225876Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#591340}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/66261f1ac2b7..776a411b5267 git log 66261f1ac2b7..776a411b5267 --date=short --no-merges --format='%ad %ae %s' 2018-09-14 bsalomon@google.com Pin miter sin half angle to 0 in GrAAConvexTessellator. Created with: gclient setdep -r src/third_party/skia@776a411b5267 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 BUG=chromium:883331 TBR=caryclark@chromium.org Change-Id: I8a80cf66620ba57dd6806e8dd90b22e806c42a27 Reviewed-on: https://chromium-review.googlesource.com/1226379Reviewed-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@{#591339}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9e11a283..78d0c2c5 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: I68a820ebe027c1eeab45ee09ee9706fed65c95e3 Reviewed-on: https://chromium-review.googlesource.com/1226816Reviewed-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@{#591338}
-
Daniel Bratell authored
It's not allowed to have unused object fields but the compiler can't always know if a field is unused. In jumbo builds it will know more so sometimes those detect cases that normal compilation won't see. In this case a field only used in ChromeOS builds. In file included from gen/chrome/browser/browser_jumbo_1.cc:80: In file included from ./../../chrome/browser/chrome_content_browser_client.cc:428: In file included from ../../chrome/browser/speech/extension_api/tts_engine_delegate_factory_impl.h:10: ../../chrome/browser/speech/extension_api/tts_engine_delegate_impl.h:35:28: error: private field 'browser_context_' is not used [-Werror,-Wunused-private-field] content::BrowserContext* browser_context_; ^ TBR=dmazzoni@chromium.org Bug: 862710 Change-Id: I4eca7b940ad49fb44ec61ec513ba54db55f4914c Reviewed-on: https://chromium-review.googlesource.com/1225759 Commit-Queue: Daniel Bratell <bratell@opera.com> Reviewed-by:Daniel Bratell <bratell@opera.com> Reviewed-by:
Jinho Bang <jinho.bang@samsung.com> Cr-Commit-Position: refs/heads/master@{#591337}
-
Daniel Bratell authored
There are sub-namespaces to ::headless named storage and switches and those will be chosen by the compiler instead of ::storage or ::switches if the compiler knows about them. This problem appeared in jumbo builds where the compiler knew more about all the namespaces. Fix is to either rename/remove the sub-namespaces or to do what this patch does, prefix storage with :: (so ::storage and ::switches) to clarify what namespace is intended. Bug: 883727 Change-Id: I1f6e428926f0a959787c2205f92505280d96b831 Reviewed-on: https://chromium-review.googlesource.com/1225792Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#591336}
-
David Jean authored
Show scrim when search controller is active but no query has been entered (see iOS Contacts app). Allow cancelling by tapping the scrim. Dedupped some constants as discussed in previous CLs. Updated history search bar centering code to restore previous value on exit. Bug: 882785 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Id4ba6dc704c70ce44334431f95c66c9ed133b3a0 Reviewed-on: https://chromium-review.googlesource.com/1219002 Commit-Queue: David Jean <djean@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#591335}
-
Che-yu Wu authored
Add a switch to specify the path of quarantine folder. Bug: crbug.com/883903 Change-Id: Id04408340bc5732d9bf1823da8f11d52bcb6f740 Reviewed-on: https://chromium-review.googlesource.com/1224675Reviewed-by:
Chris Sharp <csharp@chromium.org> Commit-Queue: Che-yu Wu <cheyuw@google.com> Cr-Commit-Position: refs/heads/master@{#591334}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e8664ecd. With Chromium commits locally applied on WPT: d8d86dd3 "Implement Feature-Policy: lazyload" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/24693 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=markdittmer No-Export: true Change-Id: I21ee910b57973a08b07aaa9dd9db9037ce841d1e Reviewed-on: https://chromium-review.googlesource.com/1226815 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#591333}
-
afdo-chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://autoroll.skia.org/r/afdo-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=gbiv@chromium.org Change-Id: I80efaaf408717d3fb21fc379cb4f0128d06fe0e4 Reviewed-on: https://chromium-review.googlesource.com/1226817Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#591332}
-
Balazs Engedy authored
Bug: 881321 Change-Id: Ie6b3476a9c8dc14734f545b6dbe7cc8f6b85ca03 Reviewed-on: https://chromium-review.googlesource.com/1221324 Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Jun Choi <hongjunchoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#591331}
-
Sergey Poromov authored
This change removes enterprise_default for PacHttpsUrlStrippingEnabled, that was set to "False" and now all users should have it set to "True". Long-term security-wise the behavior should be that URLs are always stripped for Pac proxies, i.e.as the policy set to "True". We are keeping ability to change the policy in server-side configuration to "False" in case customers will be broken by the change. Otherwise, the policy is going to be deprecated in M74. Bug: 619087 Change-Id: I29db0211ced988b0fde5efaf3ce7863466bffb6e Reviewed-on: https://chromium-review.googlesource.com/1224449 Commit-Queue: Sergey Poromov <poromov@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#591330}
-
Xida Chen authored
TBR=alexmos@chromium.org Bug: None Change-Id: I4654e5ff379aafd783a0cf578c0ccbf488baa134 Reviewed-on: https://chromium-review.googlesource.com/1226521Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#591329}
-
Yi Su authored
This feature is ready for shipping, enable the flag by default. Bug: 163201 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: Iffcc4f61b162d507975507898c55ea2450b87e25 Reviewed-on: https://chromium-review.googlesource.com/1221262 Commit-Queue: Eric Noyau <noyau@chromium.org> Reviewed-by:
Eric Noyau <noyau@chromium.org> Cr-Commit-Position: refs/heads/master@{#591328}
-
Maja Kabus authored
Types. New implementations of DOMWindowTimers::setTimeout() and setInterval() added to accept TrustedScript as an argument. Previously existing implementations renamed to setTimeoutFromString() and setIntervalFromString(), respectively. Bug: 739170 Change-Id: I3513ebb651534f0b1ef1b8de9c694136b02e2412 Reviewed-on: https://chromium-review.googlesource.com/1179899Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Maja Kabus <kabusm@google.com> Cr-Commit-Position: refs/heads/master@{#591327}
-
Mike West authored
`http://127.0.0.1` does not need to be upgraded, as it's "potentially trustworthy" in and of itself. Bug: 824462 Change-Id: I6e67abf258557e6be97ba1540f363c8586a5a24e Reviewed-on: https://chromium-review.googlesource.com/1224390Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#591326}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e899629be4d8..af6c139eb6ff git log e899629be4d8..af6c139eb6ff --date=short --no-merges --format='%ad %ae %s' 2018-09-14 saza@webrtc.org Drop legacy AEC metrics interface from ApmTest.Process 2018-09-14 maxmorin@webrtc.org Revert "Reland Profile 2 to default profiles" 2018-09-14 henrik.lundin@webrtc.org Let NetEq use the PLC output from a decoder Created with: gclient setdep -r src/third_party/webrtc@af6c139eb6ff 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 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I5c07cff51ee5949db9b7a29121fff98a60a7990d Reviewed-on: https://chromium-review.googlesource.com/1226378Reviewed-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@{#591325}
-
Tomasz Moniuszko authored
Potentially dangerous situation is possible when user is performing double-click on UI element. If bubble is being shown as a result of the first click, the control under the mouse cursor (button on the bubble) can be activated with the second click. This wasn't the intention of the user as the time between clicks was too short to read the contents in the bubble that appeared. For example, user can accidentally click "Accept" button on the permission prompt bubble. This CL adds protection against such unintended clicks. Mouse and touch events are ignored for a short period of time after bubble has been shown. Bug: 864530 Change-Id: I54d229bf39dd000079b9eabd8de1cfba5103a022 Reviewed-on: https://chromium-review.googlesource.com/1140307 Commit-Queue: Tomasz Moniuszko <tmoniuszko@opera.com> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#591324}
-
Mirko Bonadei authored
Not a real change to libsrtp itself but just a rename of //third_party/libsrtp/VERSION to //third_party/libsrtp/LIBSRTP_VERSION in order to avoid issues with libc++. Bug: 883897 Change-Id: Iccd0dcc5ee1e3e9339ecbf96f3b6d7844d8fc135 Reviewed-on: https://chromium-review.googlesource.com/1225873 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#591323}
-
Matthew Cary authored
This is helpful for local testing, where our older devices are getting flaky, and will eventually be necessary when the bot upgrades. Bug: 758566 Change-Id: If1d36f17c3ffd8605d14ab1aa30d4df0acafc3ad Reviewed-on: https://chromium-review.googlesource.com/1219688Reviewed-by:
Egor Pasko <pasko@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Matthew Cary <mattcary@chromium.org> Cr-Commit-Position: refs/heads/master@{#591322}
-
jchen10 authored
This exposes KHR_parallel_shader_compile extension to WebGL. With this extension, applications may benefit from background shader compilation and program linking, avoiding main thread long blocking for complex shaders. BUG=849576 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: I6b62142d28dc14f85d50a820e6a87409d5a371c8 Reviewed-on: https://chromium-review.googlesource.com/1161747Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Jie A Chen <jie.a.chen@intel.com> Cr-Commit-Position: refs/heads/master@{#591321}
-
Gauthier Ambard authored
This CL adds a snackbar for the copy action from the share menu. It also consolidates metrics for the different actions of the share menu. Bug: 880030, 883642 Cq-Include-Trybots: luci.chromium.try:ios-simulator-cronet;luci.chromium.try:ios-simulator-full-configs Change-Id: I9ad39ad2f4f9b34e4d26aacc12a9db1fb2364bb6 Reviewed-on: https://chromium-review.googlesource.com/1224311Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#591320}
-
Michael van Ouwerkerk authored
There's a sample crash report at crash/29c8dbdcacdc72b1 see Fields > Product data > loaded_dynamic_module Bug: 865935 Change-Id: Iceef1eea20064565e08712cb087850818a34f581 Reviewed-on: https://chromium-review.googlesource.com/1216363Reviewed-by:
Peter Conn <peconn@chromium.org> Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#591319}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f861aa1a. With Chromium commits locally applied on WPT: d8d86dd3 "Implement Feature-Policy: lazyload" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/24692 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=markdittmer No-Export: true Change-Id: Ia8b9f6ea7856428a7574f7435da9eb936deabd0c Reviewed-on: https://chromium-review.googlesource.com/1226814 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#591318}
-
Eric Seckler authored
This makes ThreadWatcherTest compatible for use of TestBrowserThreadBundle to prepare for the upcoming PostTask refactor. The TestBrowserThreadBundle initializes globals that will be required to post a task to or obtain a TaskRunner for a BrowserThread. This is a more involved change, since ThreadWatcherTest currently runs the UI thread on a separate thread from the main thread. Since this is not supported by TBTB, this change also refactors the test architecture. The tests now use the WatchDogThread to verify expectations and wait for state changes on the ThreadWatcher objects. This is closer to the way ThreadWatcher would be used in practice. State changes are now observed on the WatchDogThread, too, eliminaing the need for some locking, and signalling uses nested RunLoops instead of condition variables where possible. Bug: 878356 Change-Id: I6e759b140c7544b7abbdb8fd59f6a51163dc31e4 Reviewed-on: https://chromium-review.googlesource.com/1222891Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#591317}
-
Alex Clarke authored
This class's job is to map base::TaskTraits to actual task queues for the browser process. This was split off from https://chromium-review.googlesource.com/c/chromium/src/+/1214223 and is a pre-requisite for the BrowserUIThreadScheduler. Design doc: https://docs.google.com/document/d/1z1BDq9vzcEpkhN9LSPF5XMnZ0kLJ8mWWkNAi4OI7cos/edit# BUG=863341, 872372 Change-Id: Ic80e8f66cf245cca136c29387031d111e57fa713 Reviewed-on: https://chromium-review.googlesource.com/1224115 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#591316}
-