- 08 Feb, 2019 40 commits
-
-
rbpotter authored
Using isScalingDisabled to set the availability disabled the scaling section for all PDFs. This CL restores the previous behavior of ignoring this value and showing the scaling section for all documents. Bug: 929830 Change-Id: Ibab11edaa68d839aa40dac988d997acbac24e0fc Reviewed-on: https://chromium-review.googlesource.com/c/1459776 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#630152}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=abdulsyed@chromiue.org Change-Id: Ia222fec8b2e2cc1e6cf4512b379dd990f80569e0 Reviewed-on: https://chromium-review.googlesource.com/c/1460315Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#630151}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/dd39fc4a..054df48c 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=luci.chromium.try:linux-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: I151c2f76fe02e58b527bd31d28e64521eab5ce9b Reviewed-on: https://chromium-review.googlesource.com/c/1459811Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#630150}
-
Maggie Cai authored
Currently, after clearing data for a Etld+1, the origins that had permission settings and data or cookies will be left in a state where the usage or cookie display element is not hidden. This is due to the fact that Polymer was not notified about the change of the element. This CL ensures that the Polymer is notified about the change. Bug: 835712 Change-Id: Icf2c20643e0a63992e295e2c347a99d7a586ec80 Reviewed-on: https://chromium-review.googlesource.com/c/1457807Reviewed-by:
Patti <patricialor@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#630149}
-
Leonard Grey authored
Bug: 928311 Change-Id: I743e399fd34d23352c53069d382ac6a47d4b71b3 Reviewed-on: https://chromium-review.googlesource.com/c/1459997Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#630148}
-
Charlie Harrison authored
The recent tab helper tests swap out the main thread with their own custom task runner (used for fast forwarding time). However, this doesn't work well with the NavigationSimulation, which internally uses base::RunLoop to pump tasks. Any code that adds an async action that delays navigation commit will hang these tests, and the AsyncNavigationIntercept experiment does just this. To fix, disable NavigationSimulator from pumping / waiting for task completion internally, by setting AutoAdvance to false. Then within the test, manually run tasks on the task runner after start. This is a bit of a hacky fix (since it is special casing nav start). But there are three possible paths forward: 1. RenderViewHostTestHarness tests can support fast forwarding natively, as well as pumping tasks with base::RunLoop by having its type be kBoundToThread. Not sure how much work this would entail. 2. RecentTabHelper can be refactored to use mock timers rather than PostDelayedTasks. 3. NavigationSimulator can be improved by allowing callers to inject their task runner before starting the navigation, so the simulator can pump tasks correctly. Bug: 793053 Change-Id: I43edda78a0236d8357d8ecf9a8f7db55c421b422 Reviewed-on: https://chromium-review.googlesource.com/c/1458477Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Auto-Submit: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#630147}
-
calamity authored
This reverts commit 9a0ad6e5. Reason for revert: Compile failure on linux-chromeos-rel https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/linux-chromeos-rel/19683 Original change's description: > Adds AssistantNotificationView. > > This view provides the UI for in-Assistant notifications. Currently the > labels/buttons for this view are stubbed in but a follow up CL will wire > this view up to actual mojom::AssistantNotifications. > > Screenshot: http://shortn/_MYjBlqDoku > > Bug: b:118654460 > Change-Id: I1a436c33466aff9db0c92595a988170c99456e0f > Reviewed-on: https://chromium-review.googlesource.com/c/1453547 > Commit-Queue: David Black <dmblack@google.com> > Reviewed-by: Xiaohui Chen <xiaohuic@chromium.org> > Cr-Commit-Position: refs/heads/master@{#630144} TBR=xiaohuic@chromium.org,dmblack@google.com Change-Id: I90a8a9b28ff2414e504806d92a30fb58d51daea7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:118654460 Reviewed-on: https://chromium-review.googlesource.com/c/1460204Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#630146}
-
Darren Shen authored
The opt-in assistant menu is interfering with some tast tests. Tast tests use --oobe-skip-postlogin to skip dialogs that appear after a new user has logged in, so let's just use that flag too. Bug: 929396 Change-Id: I16dd55a68f6e68ed4780e99d68afdc24a1b0002e Reviewed-on: https://chromium-review.googlesource.com/c/1459865Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#630145}
-
David Black authored
This view provides the UI for in-Assistant notifications. Currently the labels/buttons for this view are stubbed in but a follow up CL will wire this view up to actual mojom::AssistantNotifications. Screenshot: http://shortn/_MYjBlqDoku Bug: b:118654460 Change-Id: I1a436c33466aff9db0c92595a988170c99456e0f Reviewed-on: https://chromium-review.googlesource.com/c/1453547 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#630144}
-
Caleb Rouleau authored
This reverts commit 6c2e6729. Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=929793#c6 Original change's description: > Third try of ResourceLoadViaDataPipe > > Flipping the flag revealed a couple of issues which were fixed: > - OnTransferSizeUpdated(): https://crrev.com/c/1454344 > - One more PostTask() made tests more flaky: https://crrev.com/c/1454345 > > I hope third try will go well. > > Bug: 894819 > Change-Id: Icc6159622aacd5c4a4c250a0834bf4c3641d916a > Reviewed-on: https://chromium-review.googlesource.com/c/1454062 > Commit-Queue: Makoto Shimazu <shimazu@chromium.org> > Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> > Auto-Submit: Makoto Shimazu <shimazu@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#629089} TBR=kinuko@chromium.org,shimazu@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 894819 Change-Id: I9aca1329997e4f2517cd72bc79020bf2d147af35 Reviewed-on: https://chromium-review.googlesource.com/c/1459584Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#630143}
-
Leo Zhang authored
Bug:837156 Change-Id: I4456e92e52cf503843da3190661b9de6cf5029ae Reviewed-on: https://chromium-review.googlesource.com/c/1460276Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Leo Zhang <googleo@chromium.org> Cr-Commit-Position: refs/heads/master@{#630142}
-
Kyle Milka authored
Some of the NTP DLOGs trigger quite often, and none of them are very useful to see on every NTP load. Convert them all to DVLOG(1) so as not to spam the output, they can still be triggered with --v=1. Bug: 929875 Change-Id: Ie1fb98a357c23a4ba67c6b105b0d640f372fbb65 Reviewed-on: https://chromium-review.googlesource.com/c/1460107Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#630141}
-
Raphael Kubo da Costa authored
This fixes the build with libstdc++: ../../ui/gfx/color_utils.cc: In function ‘SkColor color_utils::SetDarkestColorForTesting(SkColor)’: ../../ui/gfx/color_utils.cc:434:12: error: ‘sqrtf’ is not a member of ‘std’ std::sqrtf((dark_luminance + 0.05f) * (kWhiteLuminance + 0.05f)) - 0.05f; ^~~~~ ../../ui/gfx/color_utils.cc:434:12: note: suggested alternative: ‘sqrt’ std::sqrtf((dark_luminance + 0.05f) * (kWhiteLuminance + 0.05f)) - 0.05f; ^~~~~ sqrt sqrtf() is not formally part of C++14 as far as I can see even though libc++ has it in <cmath>. Additionally, we're only dealing with floats in all parts of the expression above, so using the float sqrt() overload should be harmless anyway. Bug: 819294 Change-Id: If6c7bf31819df97a761e6963def6d6506154c34d Reviewed-on: https://chromium-review.googlesource.com/c/1458193 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#630140}
-
dpapad authored
The Polymer observer which updates the header visibility was not executing on startup because |showingSubpage_| is initially undefined. Worked fine in Polymer 2 because of different observer behavior semantics. Bug: 929834 Change-Id: I9061bf701d90411bf76e1dc2d12a3830ca6199be Reviewed-on: https://chromium-review.googlesource.com/c/1459798 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Nicolas Ouellet-Payeur <nicolaso@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#630139}
-
Andrew Luo authored
Test: test_runner.py instrumentation ... --use-webview-provider /path/to/webview/apk Bug: 914553 Change-Id: I061e69e4484442055a74a14f225a5cefd0419a2e Reviewed-on: https://chromium-review.googlesource.com/c/1396849 Commit-Queue: Andrew Luo <aluo@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#630138}
-
Vladislav Kaznacheev authored
Use the same text as for a11y name. Bug: 794441 Test: manual Change-Id: Ifdbf19b20d2ded8071dd8187083af832c1357f22 Reviewed-on: https://chromium-review.googlesource.com/c/1460074 Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Auto-Submit: Vladislav Kaznacheev <kaznacheev@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#630137}
-
Martin Kreichgauer authored
This changes FidoRequestHandlerBase to potentially instantiate a caBLE discovery even when the native Windows WebAuthn API is present. Previously, we did not support caBLE in that environment due to the native UI not being integrated with Chrome's own WebAuthn UI. ChromeAuthenticatorRequestDelegate now controls dispatch for the Windows API authenticator. For requests where TransportAvailabilityInfo indicates that both caBLE and the native API are available, it will show the caBLE UI and only dispatch to the native API after the decides to do so via the transport selection dropdown menu. If caBLE is not available, the request is dispatched to the Windows API immediately without additional Chrome UI. Bug: 905111 Change-Id: I1a00b0c9f0772eb97de954b38319b599e8d6c5ac Reviewed-on: https://chromium-review.googlesource.com/c/1455647 Commit-Queue: Martin Kreichgauer <martinkr@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#630136}
-
Meilin Wang authored
- Add a new private autotest Api SetWhitelistedPerf to toggle user pref based on perf_name by calling PrefService* profile->Set(pref_name, value). - Update the existing arc++ autotest Api SetPlayStoreEnabled by calling SetWhitelistedPerf (arc::pref::kArcLocationServiceEnabled, params->enabled) instead. Bug: b/123427495 Test: local compile and manually tested with existing arc++ autotest: test_that -b DUT cheets_AuthPerf. Change-Id: Ia6e77bad6f489b58ecac25c6ea1dfeb9676b76f9 Reviewed-on: https://chromium-review.googlesource.com/c/1437709 Commit-Queue: Meilin Wang <meilinw@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#630135}
-
Dale Curtis authored
Seems that we may not get the webglcontextlost event unless a GL command happens to fail after the context loss has occurred. Use a 250ms timer to tickle the context until the webglcontextlost event occurs. BUG=929012,929429 Change-Id: I191b2338f633612fc3b8206bf27f9a14c968bd23 Reviewed-on: https://chromium-review.googlesource.com/c/1459780 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#630134}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I0dbef366e8c10731904f12ea68ea4656b7748519 Reviewed-on: https://chromium-review.googlesource.com/c/1459536Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#630133}
-
Dana Fried authored
CL which actually implements images is forthcoming. Bug: 928954 Change-Id: I55e829aed86c8a5d8a7ad3e644bd722216a336d1 Reviewed-on: https://chromium-review.googlesource.com/c/1455656 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#630132}
-
Nate Fischer authored
This improves the adb_command_line tool as follows: * For WebView, throw an exception if someone tries to use this on a user device (WebView won't respect the flags anyway) * For Chrome, log a warning on user devices (Chrome is slightly more relaxed, but usually won't respect flags) * Minor refactoring to use already-existing helper methods to add some flags (no significant change to behavior here though). R=agrieve@chromium.org Bug: 918727 Test: Manual (try to write flags on user and userdebug emulators) Change-Id: I78dc223bd882fc41d47d19bac6b2b2a26a6a53ac Reviewed-on: https://chromium-review.googlesource.com/c/1458369 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#630131}
-
Matt Wolenetz authored
Current code allows large numbers of empty samples in a trun, with consequent overhead for allocating and populating their metadata. Such overhead impacts both production and fuzzer MSE parsing paths. This change adds histograms to gather metrics to hopefully allow realistic constraints on number of zero-sized samples in a trun or length of sequences of zero-sized samples in a trun. BUG=907268 Change-Id: I78d5c8ea43fb0c023d951267debf66f168e5c4af Reviewed-on: https://chromium-review.googlesource.com/c/1449158 Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#630130}
-
wutao authored
This patch modifies the dialog plate to match the UX mock. Main changes: 1. Move the dialog plate to top. 2. Adding a back arrow. 3. Adding a molecule animating logo. Bug: 924624 Test: manual Change-Id: I5bae7d4bec2f096d3c17a7b47a7ac34e71089e21 Reviewed-on: https://chromium-review.googlesource.com/c/1457022Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#630129}
-
Erik Luo authored
When a CSS selector matches many elements in a DOM ancestor path, Styles sidebar can be flooded with many sections with the exact same stylesheetId and range. This CL dedupes sections in this case. Screenshot: https://imgur.com/a/Zc3jkQm Bug: 929536 Change-Id: I4f76b0df9052df34b6d42028a038c65a22c8fac1 Reviewed-on: https://chromium-review.googlesource.com/c/1451675Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#630128}
-
Kenneth Russell authored
Seen to intermittently crash the GPU process with the passthrough command decoder on Win/Intel as well. Bug: 929009 Change-Id: I98f3fc6ebf89ee22835a5769ec7db9c0bf2d5cc6 Tbr: geofflang@chromium.org No-Try: True Reviewed-on: https://chromium-review.googlesource.com/c/1460418Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#630127}
-
Steven Bennetts authored
Tests were using this inconsistantly and there was a lot of boilerplate to support one test case that I addressed with an override. Bug: none Change-Id: I808d413184eabf8de11fcd0edea4f3aa52fc9d08 Reviewed-on: https://chromium-review.googlesource.com/c/1457723Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Auto-Submit: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#630126}
-
wutao authored
This patch will set the click or tap event in assistant_page_view to be handled to prevent app_list_view changing state. Bug: 924624 Test: manual Change-Id: I5bcdca18a7980f85803556b282227eeeb87c46c1 Reviewed-on: https://chromium-review.googlesource.com/c/1455271 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#630125}
-
calamity authored
This reverts commit 18ff8e77. Reason for revert: Breaking win32-rel compile https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/win32-rel/10878 Original change's description: > [image_decode_bench] Use //base CommandLine to process arguments > > - use //base CommandLine to process the command line arguments > - add support for benching multiple input image files > - include the input file file name in the output > - add program usage and help arguments -h --help > - retain the -i iterations option for now > - remove an old TODO > > Bug: 601198 > Change-Id: Ib4e942dcc89ef9ff7eda6271f0cb3d0f93c5cca1 > Reviewed-on: https://chromium-review.googlesource.com/c/1454104 > Reviewed-by: Leon Scroggins <scroggo@chromium.org> > Commit-Queue: Noel Gordon <noel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#630123} TBR=scroggo@chromium.org,noel@chromium.org,adenilson.cavalcanti@arm.com Change-Id: Ic3aadcb231ceccbbe11a1b591de655a33f8d696e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 601198 Reviewed-on: https://chromium-review.googlesource.com/c/1459869Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#630124}
-
Noel Gordon authored
- use //base CommandLine to process the command line arguments - add support for benching multiple input image files - include the input file file name in the output - add program usage and help arguments -h --help - retain the -i iterations option for now - remove an old TODO Bug: 601198 Change-Id: Ib4e942dcc89ef9ff7eda6271f0cb3d0f93c5cca1 Reviewed-on: https://chromium-review.googlesource.com/c/1454104Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#630123}
-
chrome://browser-switchNicolas Ouellet-payeur authored
Instead of immediately switching browsers, Chrome will now navigate to chrome://browser-switch, which takes care of switching browsers and closing the tab. Bug: 887005 Change-Id: I195b6ad80b18b7cd6fd2c42a42d03853c14a80a1 Reviewed-on: https://chromium-review.googlesource.com/c/1456680 Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#630122}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I2fae8217f120f3c8ded26d6466b888d89d9fda64 Reviewed-on: https://chromium-review.googlesource.com/c/1459617 Auto-Submit: Raul Tambre <raul@tambre.ee> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#630121}
-
Eric Orth authored
Some reworking how the "DNS race" works now that the initial resolve can handle both stale and fresh and we only need to spawn a separate call if it actually does return a stale result. Also fix some tests that were relying on a custom HostResolver mock that gave unintended behavior when CreateRequest() was used instead of Resolve(). Bug: 922699 Change-Id: I349b5995f2fc5c9042f1a0387bac4018461717d4 Reviewed-on: https://chromium-review.googlesource.com/c/1435710Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#630120}
-
Chris Harrelson authored
This makes it safe to use property trees and LayerState on GraphicsLayers. Bug: 929028 Change-Id: I5b6ca533b0c3c4c30e5f6f75132064f0d4b7b987 Reviewed-on: https://chromium-review.googlesource.com/c/1459518Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#630119}
-
Boris Sazonov authored
This CL adds UiUtils.getTintedDrawable and removes several snippets that were doing the same thing. Bug: None Change-Id: Ia32b8ca25524f4e7bf2e431bb52436ec0f852110 Reviewed-on: https://chromium-review.googlesource.com/c/1456743Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#630118}
-
Maks Orlovich authored
This is apparently a good practice since these macros can generate quite a bit of code, which I didn't know at the time of writing this. Change-Id: If28af80c07200562f029e2c588ffc5666a5e8326 Reviewed-on: https://chromium-review.googlesource.com/c/1459579Reviewed-by:
Eric Orth <ericorth@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#630117}
-
Maks Orlovich authored
If the closes run in parallel, there is some non-determinism in timing of when they re-acquire FDs to finalize writes to disk and release FDs afterwards, making exact behavior of FD limiter dependent on execution schedule, especially on number of threads ScopedTaskEnvironment uses. Change-Id: Id0da08ba64d24816835b155440cb7327dfcdf889 Reviewed-on: https://chromium-review.googlesource.com/c/1459519Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#630116}
-
Ken Rockot authored
This converts the following service manifests from JSON to C++: - Chrome no-op service (for network service testing) - Chrome printing service - Removable storage writer service - Misc Windows utilities service - Windows WiFi utilities service - Chrome profile import service These are the last of the JSON manifests under src/chrome/. Bug: 895616 Change-Id: I0c890f68d50441841e6a3e6a74d4f5fbc04c4d16 Reviewed-on: https://chromium-review.googlesource.com/c/1456976 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#630115}
-
Hector Carmona authored
Screenshot in bug. Bug: 928174 Change-Id: I55fb4d0226fd623a4d377ed95928891744e55cef Reviewed-on: https://chromium-review.googlesource.com/c/1459578Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#630114}
-
Etienne Pierre-doray authored
CL unintentionnal removed a break line (behavior unchanged). This CL reintroduce this line. Change-Id: I1962dd3f8edf18f8a93a527d5ec629f79ddfa463 Reviewed-on: https://chromium-review.googlesource.com/c/1458685Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#630113}
-