- 18 Sep, 2019 40 commits
-
-
Luke Z authored
This reverts commit 59860aa8. Reason for revert: Suspected breakage of WPT importer (crbug.com/1005222) Original change's description: > [blinkpy] Extend Mac macro to cover more versions > > Although we don't fully support 10.14 or 10.15 yet (we don't have > version-specific baselines for them), this should help to drastically > drive down the number of failures. > > Bug: 1001606 > Change-Id: I3cd93619c015cb154885a154660b169eb1bada58 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790267 > Auto-Submit: Robert Ma <robertma@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Commit-Queue: Robert Ma <robertma@chromium.org> > Cr-Commit-Position: refs/heads/master@{#694358} TBR=dpranke@chromium.org,robertma@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1001606 Change-Id: Ifd0fc72269bfbe56a5faeac8492b42adc9f5ce89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810761Reviewed-by:
Luke Z <lpz@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#697678}
-
Brian White authored
This reverts commit 04e92329. Reason for revert: Likely candidate for linux-chromeos-rel builder failures: https://chromium-swarm.appspot.com/task?id=475cd90235116110 ../../chrome/browser/chromeos/login/test/oobe_screen_waiter.cc:53: Failure Expected equality of these values: target_screen_ Which is: demo-preferences GetOobeUI()->current_screen() Which is: network-selection Original change's description: > Chrome OS Oobe: Show Ash dialog only if required > > When starting a managed guest session (with no Terms of Service), a > blank Ash dialog is shown for a brief moment before the session starts. > This is caused by the Ash dialog for Oobe being shown even when all the > Oobe screens are skipped. > > This CL changes the behavior of the Ash dialog to only show when > required by using a OobeUI::Observer. The dialog is not shown by > default, and will be shown when a Oobe screen is shown. > > OobeScreenWaiter now checks that the native window is visible by > default. A small number of tests had to be changed to either show the > native window or ignore the visibility check. The reasoning for the > changes are in the comments for their respective tests. > > The WebUI behavior is unchanged. > > Bug: 1000164 > Change-Id: I9995f4beba85d7c5af7b13f81f1a654e2d52f372 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1790450 > Commit-Queue: Jit Yao Yap <jityao@google.com> > Reviewed-by: Denis Kuznetsov <antrim@chromium.org> > Cr-Commit-Position: refs/heads/master@{#697539} TBR=antrim@chromium.org,jityao@google.com Change-Id: I4b663f335ad6ef084a2583d54519452fa4a95d19 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1000164 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808710Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#697677}
-
Peter Wen authored
Use new code introduced in: https://crrev.com/c/1758358 Bug: 1000751 Change-Id: Ib1f4d966530c2111e9b0c1fe14637caf4b32d9e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810839 Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#697676}
-
Mandy Chen authored
Currently, if an unsupported JS feature is used, localization presubmit checks will fail with the raw error message from esprima, the JS parsing library. This CL wraps a try-catch block around the parsing call and outputs a nice error message that specifies the file location and the reason. Before: Error: Line 9: Unexpected token = After: Error: DevTools localization parser failed: third_party\blink\renderer\devtools\front_end\security\SecurityPanel.js: Line 9: Unexpected token = This error is likely due to unsupported JavaScript features. Such features are not supported by eslint either and will cause presubmit to fail. Please update the code and use official JavaScript features. Bug: 941561 Change-Id: If945563f84224232155a7de7cf597c5395a0cbb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1729729Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#697675}
-
Nathan Zabriskie authored
This CL sends the sanitized PresentationFeedback to viz clients instead of the original feedback. Change-Id: Icaa567e1dcb5a7acad8d465671ada67cb874095e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810059 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#697674}
-
Chris Lu authored
There is no need for ViewportAdjustmentExperiment since the only experiment remaining is just the kSmoothScrollingDefault feature flag. GetActiveViewportExperiment() can just be a function that returns whether or not smooth scrolling is turned on. GetActiveViewportExperiment() and ViewportAdjustmentExperiment are still needed for downstream compatibility, and will be removed in a subsequent CL. Bug: 914042 Change-Id: I57bcd13dafaafb3b3a05ec65f23dacf2936e81e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1799663Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#697673}
-
Sergey Ulanov authored
FuchsiaVideoDecoder wasn't handling the end-of-stream correctly. The DecodeCB for EOS buffer was called out of order when there are other pending Decode requests. Also DCHECKs were failing. Also updated unittests to detect this issue. Bug: 997853 Change-Id: Iae04250521e929d8ad220ead08d701f274a15979 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810397 Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#697672}
-
Khushal authored
The class was used in the non-viz codepath which we don't support anymore. R=ericrk@chromium.org Change-Id: Iffc9b63d1c10e8696fb1f2c92acf6afdb138fa81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809810 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#697671}
-
Mandy Chen authored
Heap snapshot web worker currently calls localization functions directly, but this causes an issue as localizable resources are not available to the worker. To fix this, send serialized messages to the main thread and localize them there. Bug: 941561 Change-Id: Ic9f434e93fd3a2bb7b06aa669aaa85f905c72df8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758732Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#697670}
-
Peter Boström authored
When the toolbar's display mode is not ::NORMAL the extensions container is never initialized. Not checking for this (or container availability) leads to crashes when the extension-uninstall dialog tries to find where to anchor to in the window. This intentionally checks the display mode instead of container availability as the containers should always be created in ::NORMAL. Bug: chromium:1005154 Change-Id: I5c51bf0f2a02c75896355ccee39077d6c55a0d3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809974 Commit-Queue: Peter Boström <pbos@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Auto-Submit: Peter Boström <pbos@chromium.org> Reviewed-by:
Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#697669}
-
dpapad authored
Specifically: - Remove dependencies to cr.ui.List, cr.ui.ListItem and list.css since these were (erroneously?) added at r508574, but were not used. - Hook up closure_compile target, since it was not referenced from anywhere. - Replace remaining HTML imports with regular <script> tags instead. Bug: 937747 Change-Id: Ib26d4a31ecb365e23205f28d21d18a79ce03aa52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809110Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#697668}
-
Mandy Chen authored
Since the current localization system uses a unique ID for each string that is calculated based on the the md5 hash of the string, each string in the grdp files needs to be unique. However, there are strings in the frontend that appear multiple times. When such strings are moved across folders, sometimes a seemingly random grdp file is changed by the autofix script. (See https://crrev.com/c/1683826 for an example) This CL introduces shared_strings.grdp, a file dedicated for strings that are shared across folders/grdp files. Instead of putting these strings in the grdp files that come first when sorted alphabetically, they live in shared_strings.grdp and have common descriptions among all instances of such strings. This way if shared strings need to be moved, it's more clear what's going on. Note that this CL contains a lot of changes that are generated automatically (e.g. shared strings are removed from their current locations), so here's the list of actual changes that need to be reviewed: * shared_strings.grdp file is added to front_end/langpacks and front_end/langpacks/ devtools_ui_strings.grd * path to shared_strings.grdp is added to scripts/localization_utils/localization_utils.js * in scripts/localization_utils/check_localized_strings.js, the parser marks strings that appear more than once as shared and set the target grdp file to be shared_strings.grdp * shared_strings.grdp file is checked by scripts/check_localizability.js for localizability violations * shared_strings.grdp messages have common descriptions added Bug: 941561 Change-Id: I00db23854656509f2f03988e70adc0109b6e09d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1800918Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#697667}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/873079f1d3a2..e34564bafe83 git log 873079f1d3a2..e34564bafe83 --date=short --no-merges --format='%ad %ae %s' 2019-09-18 ynovikov@chromium.org Revert "Suppress crashing perftests on Win Intel Exp Rel" Created with: gclient setdep -r src/third_party/angle@e34564bafe83 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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=geofflang@chromium.org Bug: chromium:997674 Change-Id: Ifc271b11d3f170345dec722c4ba74afd19591061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810188Reviewed-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@{#697666}
-
Bettina authored
Create experiment for SafeBrowsingPasswordProtectionForSignedInUsers. Bug: 914410 Change-Id: Iae3e6d2b74419048e1a78eb0479bed1d6446282e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809899Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#697665}
-
Matt Simmons authored
R=yusufo@chromium.org Bug: 985386 Change-Id: If0074993b229e2a4da5fa0cf7f59e3fdce2c75a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809518Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Matt Simmons <mattsimmons@chromium.org> Cr-Commit-Position: refs/heads/master@{#697664}
-
Adam Langley authored
This has been enabled by default since M76. Time to get rid of it. Change-Id: I7427d5f991b4c7eedd9bea6c2305683ef187f658 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811198 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#697663}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/dd281eec08fe..795cab2777e2 Created with: gclient setdep -r src-internal@795cab2777e2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: Ib529fe8044fd4502d4128b694435f56eb71e879d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809986Reviewed-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@{#697662}
-
Yun Liu authored
Right now Java per-CL coverage instrument everything as full code base coverage. To only instrument class files related to affected files in a CL, we can: 1. Extract class files only related to affected source files in a jar. 2. Instrument these extracted class files. 3. Extract unaffected members from original jar. 4. Zip everything out to output path. Bug: 1001387 Change-Id: Iaf6a75c7f8005b5d64eee22bc604f25d0c2fcd8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1797109Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Yun Liu <yliuyliu@google.com> Cr-Commit-Position: refs/heads/master@{#697661}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/dd0dff1c35d2..e3671013e5a1 git log dd0dff1c35d2..e3671013e5a1 --date=short --no-merges --format='%ad %ae %s' 2019-09-18 jvanverth@google.com Reland "Add ETC2 support to Metal backend." Created with: gclient setdep -r src/third_party/skia@e3671013e5a1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC brianosman@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=brianosman@google.com Bug: None Change-Id: Ib87a3662c50d4ee2733082ccf257e2d20e732b95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810186Reviewed-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@{#697660}
-
Eric Roman authored
Bug: 1004532 Change-Id: I1a883ddc6c7a0459706afdadf099e6658801e829 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810042Reviewed-by:
Matt Mueller <mattm@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#697659}
-
Jesse Schettler authored
This fixes an issue where the IPC nesting level wasn't being decremented correctly when printing a PDF. Bug: b:140576300 Test: Print a PDF Change-Id: I63579581f2c8a5b9afb231e6057ef8f2f7425ca7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809973Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#697658}
-
Lei Zhang authored
- Change Linux changelog links to https. - Update the links to point to googleblog.com. - Reorder the cases to stable/beta/dev. The updated URLs are short enough to fit on line, so debchange won't cut them off anymore. Bug: 428613 Change-Id: I5aeb151c10fb202ab1f3b77ff4554ed6b486c84e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810458Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#697657}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/ad7f2c5c4c7f..36c1c0e22fab git log ad7f2c5c4c7f..36c1c0e22fab --date=short --no-merges --format='%ad %ae %s' 2019-09-17 52076061+digit-google@users.noreply.github.com Fix Fuchsia build. (#2868) 2019-09-16 raun.krisch@gmail.com Adding valilidation checks for OpEntryPoint duplicate names and execution mode (#2862) 2019-09-16 alanbaker@google.com Extra resource interface validation (#2864) 2019-09-13 alanbaker@google.com Split capability tests (#2866) 2019-09-13 alanbaker@google.com SPIRV-Tools support for SPIR-V 1.5 (#2865) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@36c1c0e22fab If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,geofflang@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 TBR=radial-bots+chrome-roll@google.com,geofflang@chromium.org Bug: None Change-Id: I129f542843f54f1de5e396268a59cb5a550dd3e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809984 Commit-Queue: Geoff Lang <geofflang@chromium.org> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#697656}
-
Thomas Tangl authored
Screenshot: https://drive.google.com/file/d/13LQ5jov5tzc__Q1X-xUq-FX9Ptet2i9y/view?usp=sharing Flag: profile-menu-revamp Note: String is subject to change. Bug: 995720 Change-Id: I2658c66897fe899a16355bdced923e32d8c4cf87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811117 Commit-Queue: Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#697655}
-
Jun Mukai authored
IconLoader::ClearImage should also be called on removing the icon, otherwise it will return incorrect (empty) image after the app reinstallation. Bug: b/139496595 Test: manually Change-Id: I833adf45bd62ee4f3c64c039ae5fdb7364d04cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809750Reviewed-by:
Long Cheng <lgcheng@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#697654}
-
Peng Huang authored
Bug: none Change-Id: I987547cfa1a5007ea3e3844afcc6f7c9d8ad9cd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810762 Auto-Submit: Peng Huang <penghuang@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#697653}
-
Deepanjan Roy authored
Change-Id: If88a9f663337ee91aee816459e9f4ae35ebaaaec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810184 Commit-Queue: Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#697652}
-
Pete Schaffner authored
search-focused "New Search" and "Incognito Search" actions. This replaces the force-touch shortcuts to open new tabs with the omnibox focused. This also updates the current quick action icon set to be more harmonious and in sync with the Material icon set. Bug: 957837 Change-Id: I6f40f98a675b2a92031d40f3f38efbe3d19ff4d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1712873Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#697651}
-
Yutaka Hirano authored
This reduces memory copies. Bug: 991501 Change-Id: Icfd1c0c973d52a4528ec6a7364d7616328a882a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809038Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#697650}
-
Sylvain Defresne authored
The ownership of the "observer_" member field of CookieNotificationBridge was unclear and after a casual look at the code, it was unclear whether the code caused a retain cycle or not. Rename the member field, mark it as __strong and add documentation to make it clear that the ownership model is correct, and that there is no retain cycle caused by this object. Bug: 1005153 Change-Id: I8f49e39e8355a0a2c758848ef34c45b4d5335b66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809376 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#697649}
-
Deepanjan Roy authored
It wasn't obvious to me that leaving the description blank means it automatically gets the text "See the link to graphs below." Updating docs. Change-Id: I20b00383e05a7aebea27735c4e14e690817a3f77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809113Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#697648}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/859cb8a7e034..8c80da317efc git log 859cb8a7e034..8c80da317efc --date=short --no-merges --format='%ad %ae %s' 2019-09-18 treehugger-gerrit@google.com Merge "perfetto-ui: Fix touch left scroll" 2019-09-18 lalitm@google.com trace_processor: add benchmarks for bitvector methods Created with: gclient setdep -r src/third_party/perfetto@8c80da317efc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: chromium:135177627 Change-Id: I373c4a4b818e828f02029fb3f1bca0360745810c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810182Reviewed-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@{#697647}
-
yilkal authored
This CL corrects SupervisedUserNavigationThrottleTest::BlockHost to not overwrite supervised_users::kContentPackManualBehaviorHost settings. Bug: 1003871 Change-Id: I93092b980848c995ffbcb2c204c753e3f5710fd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803901Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#697646}
-
Alex Cooper authored
Inline sessions with options now require user activation or they are rejected. This changes pages with inline sessions to default request an inline session without any options and to request the options in a tap gesture (since Android is currently the only platform that really supports modes other than viewer) Bug: 1005159 Change-Id: Ia6941200d14c29f962f95cd5bfe9b662a9b0eec8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810757 Auto-Submit: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Jacob DeWitt <jacde@chromium.org> Reviewed-by:
Jacob DeWitt <jacde@chromium.org> Cr-Commit-Position: refs/heads/master@{#697645}
-
Nikita Podguzov authored
This helper method is needed to fully complete TestingPrefServiceSimple initialization in unit tests. Bug: 992889 Change-Id: I752b2a3333375177448cbe37e4945e08cfdbbdc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810917 Commit-Queue: Nikita Podguzov <nikitapodguzov@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#697644}
-
rbpotter authored
This is the last remaining file in the PDF viewer that is not closure compiled. Bug: 721073 Change-Id: I9093804ffcd961a8c8a2d6e80b6888996f08f4e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808072 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#697643}
-
James Cook authored
Settings search relies on the HTML attribute associated-control to show yellow bubbles when a search matches a sub-page. Change the settings-subpage for external storage management to have an associated-control at the top level of the settings page, so the bubble appears on the Device > Storage row for a matching search. This also prevents JS exceptions in the search code (the previous selector didn't match any elements). Test: On a device with Google Play Store support, open OS settings and search for "stor". Verify: JS console has no errors. Search field spinner eventually stops spinning. Yellow bubble appears over the Device > Storage item. Clicking search (X) clear bubble removes all yellow bubbles. Bug: 1003970 Change-Id: I752eccebca599b1275fe505cff7cf561dc7ed66c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808179Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#697642}
-
Antonio Gomes authored
... down into blink/renderer. CL also moves the following pure virtual classes: network_list_manager.h and network_list_observer.h to the same location, and adds a TODO to verify their existence altogether. BUG=787254, 919392 R=guidou@chromium.org, haraken@chromium.org Change-Id: Iabba2936c745d028f5388153d5fe0d10ec19a8b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806977 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#697641}
-
Anna Malova authored
for force dark behaviour (force dark vs media query). Rename corresponding methods. Bug: 1001516 Change-Id: I7af3bb835ddd2f9761ffe350e626ef10d7321087 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1796673 Commit-Queue: Anna Malova <amalova@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#697640}
-
Niels Möller authored
Intended to ease deletion of default implementations of methods in the abstract PeerConnectionInterface. See webrtc cl https://webrtc-review.googlesource.com/c/src/+/140860 Bug: webrtc:10716 Change-Id: I57d5b72b1650c3f1558773e9e86f1b77831e9f59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807826Reviewed-by:
Mirko Bonadei <mbonadei@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Commit-Queue: Niels Möller <nisse@chromium.org> Cr-Commit-Position: refs/heads/master@{#697639}
-