- 26 Jun, 2019 40 commits
-
-
Emily Stark authored
Add estark@ to chrome/browser/ui/login/OWNERS. I've been reworking this code as part of HTTP auth committed interstitials. Change-Id: I2d32dce71711e40ed3e85f90b5be5949750089a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678157Reviewed-by:
Carlos IL <carlosil@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#672555}
-
Adam Raine authored
The worklet thread currently does not support all data types for the native and custom properties in CSSPaintValue::GetImage. To resolve this, we will fall back to using the main thread for any CSSPaintValue that contains an unsupported property type. This fall back feature makes use of the extra set of global scopes created on the main thread when CSSPaint is running off main thread. A unit test was also added for this functionality. Bug: 948761 Change-Id: I65dea64b1d6c4f6e8a5ea3319953bcf8ebe68fcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1667751 Commit-Queue: Adam Raine <asraine@google.com> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#672554}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/84b037e09b93..a0b3a02601da git log 84b037e09b93..a0b3a02601da --date=short --no-merges --format='%ad %ae %s' 2019-06-26 paulthomson@google.com Make the ICD manifest use a relative path to the library Created with: gclient setdep -r src/third_party/swiftshader@a0b3a02601da The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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=swiftshader-team+autoroll@google.com Change-Id: I1cb120e5c64fa6073c11f8b70d030e90b3ab10b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678677Reviewed-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@{#672553}
-
Axel Antoine authored
The linear predictor can be based on a first order (Using only velocity) or second order (Using velocity and acceleration) equation to compute the prediction. 1st order: pred_pos = cur_pos + cur_vel / dt * pred_dt 2nd order: pred_pos = cur_pos + cur_vel / dt * pred_dt + 0.5 * (cur_vel - last_vel)/ dt * pred_dt * pred_dt Bug: 977693 Change-Id: I4434044e9a2e0e89550d09e9a7f64302403244c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672188 Commit-Queue: Axel Antoine <axantoine@google.com> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#672552}
-
Shimi Zhang authored
pdfWritingDone() will be called even there is no printing task. This is because native will report printing failure as |pageCount| = 0 for pdfWritingDone(). This CL makes pdfWritingDone() do the clean up tasks for only PRINTING_STATE_STARTED_FROM_ONWRITE state. Bug: 974581 Change-Id: Id69025ecdd2b874e0412b1dbabdb9a00b3a252f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674689 Commit-Queue: Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#672551}
-
Alexander Hendrich authored
This CL adds the "Imprivata (login screen)" extension (ID: lpimkpkllnkdlcigdbgmabfplniahkgm) to the whitelist for extensions on the login screen. Bug: 945345 Change-Id: I21b8ad55e77095c144d443741b206a8410a6ab42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634692Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#672550}
-
John Budorick authored
Bug: 790202 Change-Id: I51149179f46c560df574a91c1bb5baa12926361b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678778Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#672549}
-
Andrew Lee authored
Added more helpful layer properties (ex: opacity, background blur, brightness) to the Styles Panel. Change-Id: Ib1079d07743db121268cbed34579efa918720fe7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1675339 Commit-Queue: MyungJae Lee <myungjaelee@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#672548}
-
Kristyn Hamasaki authored
Bug: 972145 Change-Id: I47f5ec08c7dbd5639f4e11a4aeb8095b03453a37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674451Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Kristyn Hamasaki <khamasaki@google.com> Cr-Commit-Position: refs/heads/master@{#672547}
-
John Chen authored
Each Perform Actions command should restore the mouse buttons and touch state saved by previous actions in the same session. Bug: chromedriver:2981 Change-Id: Ib9873b1f7626911b36cc6a1ace6336d821f89d86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677739Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#672546}
-
Vladislav Kuzkokov authored
This is more convenient for downloaded log archives. Bug: 976821 Change-Id: If9c65729fa7f20dd080bbde5aa3873bcfbac7a22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1671527Reviewed-by:
Mike Frysinger <vapier@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Vladislav Kuzkokov <vkuzkokov@chromium.org> Cr-Commit-Position: refs/heads/master@{#672545}
-
Ian Vollick authored
Some tests have incorrect expectations given the features enabled in this mode. The safe browsing tests were failing due to using the v4 database which required pumping messages on the IO thread to complete initialization. Bug: 974405 Change-Id: I238ab3b9d4f87603c3c79a45ab2c2492dee27fa3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674044 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#672544}
-
Daniel Nicoara authored
This allows Nyan to force glFlush() based on the blacklist since EGL_IMAGE_EXTERNAL_FLUSH_EXT is broken on NVIDIA. Bug: 833975, 978206 Test: Ran on nyan board to validate no corruption. Change-Id: Ib229422ec770a401369cf51b882e15c13a34f376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678381Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#672543}
-
Mohammad Refaat authored
No longer needed as NTP is no longer native content. TEST=Does not regress crbug.com/865818 or other native content (reading list) Bug: 960950 Change-Id: If41febe0c0d6b8b64fb5ebaabd6e95e104447300 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674686Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Auto-Submit: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#672542}
-
Felipe Cerqueira authored
Chrome OS adds an extra 32px top bar for the close(X) button. By using 608px, we'll end up with an effective height of 640px. Bug: 927957 Change-Id: I48e2d2c58abc5660b17b6de91b69bf4528901822 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677347Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Felipe Cerqueira <cerqueira@google.com> Cr-Commit-Position: refs/heads/master@{#672541}
-
Artem Vazhinskiy authored
When analyzing startup and shutdown traces from users, we see that sometimes a large number of tasks (several hundreds) are performed on the history thread one after another. It is not clear what these tasks are, because they all run from HistoryService::ScheduleTask() method. This CL adds more trace information to the HistoryBackend and HistoryService classes to identify the tasks that are being run on history thread. BUG=477975 Change-Id: I12401ad870361956ba9bfa42e133d403cc0b0766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1647890Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Alexander Yashkin <a-v-y@yandex-team.ru> Cr-Commit-Position: refs/heads/master@{#672540}
-
Rohit Rao authored
Adds an example use of colorsets in the settings table view cell catalog. Adds debug code to DCHECK() that named colors are present in the asset catalog. BUG=974255 Change-Id: I870a8b5c4f5af74d7839d685d46fb1c79ebfbe0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662068 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#672539}
-
Eric Stevenson authored
This is a reland of 8209b4f7. In the reland: Fixed webview_instrumentation_apk not setting available locale paks. Original change's description: > Reland "Trichrome Proguard: Fix locale pak selection." > > This is a reland of beea44ce > > Fixed the package name of the generated file being incorrect for Webview in > chrome_public_apk_tmpl.gni. > > Original change's description: > > Trichrome Proguard: Fix locale pak selection. > > > > This CL moves the arrays of locale pak files out of BuildConfig.java > > into a new file, LocaleConfig.java. > > > > This file is generated with a unique package which allows Chrome > > and Webview to have different versions in Trichrome. > > > > Bug: 960025 > > Change-Id: I906d0c7e6c1540bfaa5f89e7bd9adbd9f97c8262 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610255 > > Commit-Queue: Eric Stevenson <estevenson@chromium.org> > > Reviewed-by: David Trainor <dtrainor@chromium.org> > > Reviewed-by: Richard Coles <torne@chromium.org> > > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#662209} > > TBR: dtrainor@chromium.org, torne@chromium.org > Bug: 960025 > Change-Id: Id8ffe2e02c461ccff1b23d5328972c893415f05b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625375 > Commit-Queue: Eric Stevenson <estevenson@chromium.org> > Auto-Submit: Eric Stevenson <estevenson@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#662324} Tbr: torne@chromium.org # //android_webview/ unchanged from original CL Bug: 960025 Change-Id: Id11873246c7ee10198fbe625717a1364fbe0a5fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1627638 Commit-Queue: Eric Stevenson <estevenson@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#672538}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f786b1874665..f1c298950598 Created with: gclient setdep -r src-internal@f1c298950598 The AutoRoll server is located here: https://skia-autoroll.corp.goog/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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome BUG=chromium:978368 TBR=reillyg@google.com,yhirano@google.com,futhark@google.com Change-Id: Ie64c2ac4446242606e7dd759108e2305269b85a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678278Reviewed-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@{#672537}
-
Xiaoqian Dai authored
There are 3 cases in clamshell to tablet mode transition: 1) overview is active but splitview is not: keep overview active during transition. 2) overview and splitview are both active: keep them both active during transition. 3) overview and splitview are both inactive: keep the current behavior. a) if the top window is a snapped window, put it in splitview b) if the second top window is also a snapped window that snaps to the opposite side of the screen, put it in splitview as well c) if the top window is not a snapped window, maximize or fullscreen all windows when entering tablet mode. There are 4 cases in tablet to clamshell mode transition: 1) overview is active but splitview is not: keep overview active during transition. 2) overview and splitview are both active: keep them both active during transition. 3) overview is inactive but splitview is active (i.e., two snapped windows), splitview will be no longer active after transition. But the two snapped window will still keep snapped in clamshell mode. 4) overview and splitview are both inactive: keep the current behavior, i.e., restore all windows to its old window state before entering tablet mode. Bug: 890029 TBR=oshima@chromium.org Change-Id: I9db27b609eba358649039e7a856828ed7c3458ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658955 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#670678} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677445Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#672536}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f20daf0bf0cf..615ae1a71646 git log f20daf0bf0cf..615ae1a71646 --date=short --no-merges --format='%ad %ae %s' 2019-06-26 syoussefi@chromium.org Vulkan: Improve copy buffer self-dependency Created with: gclient setdep -r src/third_party/angle@615ae1a71646 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=syoussefi@google.com Change-Id: Iaba413ca17be27ec2265da12305f0a4c7c08270a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678696Reviewed-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@{#672535}
-
Alex Chau authored
- Created WebPushSender for sending out web-push messages using VAPID (https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications#using_vapid) - Created WebPushMessage struct to encapsulate message_id into messages to make callbacks easier - Refactored across GCMEncryptionProvider / GCMDriver to use WebPushMessage and provide callback mechanism Bug: 966037 Change-Id: I1e8fe6d418e57660ecfe7e8d493b7ae9e71a68f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649165 Commit-Queue: Alex Chau <alexchau@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Adam Langley <agl@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Auto-Submit: Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#672534}
-
Sébastien Séguin-Gagnon authored
Bug: 977568 Change-Id: Ib31e159f019d54e57075fa32b753b8fd0091d136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1675906Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#672533}
-
David Jean authored
Moves all search controllers to use obscuresBackgroundDuringPresentation instead of deprecated dimsBackgroundDuringPresentation. Bug: 976348 Change-Id: Ic4e147efdb6de5d0e60355a2c10f02ac3b206778 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678038Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#672532}
-
Colin Blundell authored
Clarifies the actual usage of this class, which we will be eliminating. TBR=msarda@chromium.org Bug: 967598 Change-Id: I09fe4197aa8e6ae22e1f837fd21186555074971a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678321Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#672531}
-
John Budorick authored
Bug: 978773 Change-Id: I4bac604cee157374b9338066d55a262d3fb713a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678281 Commit-Queue: John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#672530}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d1817b193a8e..da8fc9fa65f4 git log d1817b193a8e..da8fc9fa65f4 --date=short --no-merges --format='%ad %ae %s' 2019-06-26 treehugger-gerrit@google.com Merge "Move next_index into DumpState, now it is long-lived." Created with: gclient setdep -r src/third_party/perfetto@da8fc9fa65f4 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: I3d3598f01c7fa46fd33b0e6cfe74289ed6e0d8ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678279Reviewed-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@{#672529}
-
Tomasz Śniatowski authored
This CL was uploaded by git cl split. R=mmenke@chromium.org Bug: 978036 Change-Id: Ic9ec9b0144b4519cdb6ea3cd07d7c0e2659b1d54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678481 Auto-Submit: Tomasz Śniatowski <tsniatowski@vewd.com> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#672528}
-
Egor Pasko authored
This is the final step in upstreaming the benchmark. Caveats: In order to function properly the benchmark requires a couple of simple Android-side changes in the pinner service plus a non-trivial-to-find exporting of the service, and a more allowing SELinux policy. Benefits: * we may want to experiment with it again, after fixing a few startup bottlenecks * the uploaded experimental change [1] is not super trivial to merge, so if we do not want to keep this stuff, we can keep this upload as something easier to merge in again * the introduced functionality is mostly orthogonal to the existing code. The changes on the current codepath are: 1. during launchCustomTabs() a few more steps are done to pin/unpin and consume extra memory 2. and more logging is done in the CSV 3. that's it [1] CCT benchmark: experiment with pinning https://chromium-review.googlesource.com/c/chromium/src/+/1619698 Bug: 929926 Change-Id: I9cc6dbf16451979100f2116713d71b23aff6b3eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674102 Commit-Queue: Egor Pasko <pasko@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#672527}
-
sczs authored
The password InfobarModal was never getting dismissed after deleting the backing Infobar delegate. It was only working previously because deleting the delegate dismissed the banner which had a side effect of dismissing the modal. After changes on https://crrev.com/c/1670393/ the banner will no longer dismiss the modal, so now we have to explicitly dismiss the Modal before deleting the backing Infobar delegate. This CL also dismisses the Modal if the detachView gets called. This way the user won't be able to manipulate the Modal/Infobar once the Infobar has been destroyed. Bug: 978384 Change-Id: I0f8578bab082b16887111328931a356870455258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1676912Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#672526}
-
Eric Stevenson authored
All generate_jni() targets have been refactored to use full include paths, and the "jni_package" variable is no longer used. Bug: 964169 Change-Id: Ia5e257a48264f3936b440ef1b0a1d2af58d6eabe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674254Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#672525}
-
Scott Violet authored
BUG=none TEST=none Change-Id: I7012d5f962dc6c29402a1b695f4c4ae445703a04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677544 Auto-Submit: Scott Violet <sky@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#672524}
-
Sergey Poromov authored
While external component extensions were already allowed for public (managed guest) sessions, (internal) component extensions were not whitelisted. It didn't affect previously as this code was never called for these extensions, but now it's called after https://crrev.com/c/1630229 added explicit check for all extensions and apps during ExtensionService init. This currently leads to complete block of many component extensions/apps in public session, including for example Files app and etc. However, some component apps, such as Camera app are also explicitly separately whitelisted. Bug: 976550 Test: Manual, updated unit tests. Change-Id: Id55402412bbacb0d830de001381610787fc5e57b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678369Reviewed-by:
Ivan Šandrk <isandrk@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#672523}
-
Nazerke authored
Bug: 973040. Change-Id: If94a974ab68c947144cd0df04f3a843fadd391d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678477 Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Auto-Submit: Nazerke Kalidolda <nazerke@google.com> Cr-Commit-Position: refs/heads/master@{#672522}
-
Steven Bennetts authored
This CL: * Replaces all uses of CrOnc.DeviceState in Settings UI and related cr_elements to OncMojo.DeviceStateProperties. * Replaces all calls to networkingPrivate.getDeviceStates in Settings UI and related cr_elements to CrosNetworkConfig.getDeviceStateList. * Modifies device related <internet-page> events to use mojo types. Bug: 853953 Change-Id: I858fc0db3fc8d171b267776644f9a5a90fd266af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666840 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#672521}
-
Robert Sesek authored
They are no longer supported by macOS. This also removes app_resource_rules.plist. Bug: 496298, 850193 Change-Id: If5c086820469eed0082b3d450ca2359052d56e72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677106Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#672520}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/f97f342fd352..3472b9ae22ff git log f97f342fd352..3472b9ae22ff --date=short --no-merges --format='%ad %ae %s' 2019-06-26 nisse@webrtc.org Delete RTCInboundRTPStreamStats::fraction_lost 2019-06-26 nisse@webrtc.org Convert file objects to strings, before passing to PresubmitNotifyResult 2019-06-26 magjed@webrtc.org Android: Expose getDisplaySize() helper function 2019-06-26 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision c30c3a10..27c2f87c (672280:672459) 2019-06-26 johnny@vidyo.com Enable H.264 temporal scalability in simulcast. 2019-06-26 estevenson@chromium.org Mass refactoring: Change JNI #includes to use full paths (webrtc/). 2019-06-26 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 42482d4f..c30c3a10 (672061:672280) 2019-06-26 oprypin@webrtc.org Specify min_sdk_version for unittest apks also in GN configs Created with: gclient setdep -r src/third_party/webrtc@3472b9ae22ff 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. BUG=chromium:971895,chromium:b/136037072,chromium:None,chromium:964169,chromium:None,chromium:891996 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I2b509ed85e2773874371061089c602ac2b4f8277 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678219Reviewed-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@{#672519}
-
Peter E Conn authored
Our gradle file generators use the varargs form of java.filter.exclude which breaks when there are more than 255 files to exclude. This CL uses java.filter.exclude that takes a list instead. Change-Id: I1cd08d1b91f94f56913c0d7bca3ccf00fc7ac946 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1678560Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#672518}
-
Sam Maier authored
Note that proguard603.jar and retrace603.jar are both still around. Bug: 908988 Change-Id: I9763929febb4827fd0794d2334d25a845a5d37d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1676834 Commit-Queue: Sam Maier <smaier@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Sam Maier <smaier@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#672517}
-
Ian Vollick authored
Since we don't use FILTER_TOUCH_FOR_SECURITY in touchless mode, we should assert if we see it in our dialog properties. Bug: None Change-Id: I2f2f2f355c94775778822c8f92112260543e6fa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677245 Auto-Submit: Ian Vollick <vollick@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#672516}
-