- 24 Sep, 2018 37 commits
-
-
Andreas Haas authored
R=raymes@chromium.org Bug: v8:7295 v8:8015 Change-Id: Id9a5334b9e85e6f37200d4a89eb7b80eec444958 Reviewed-on: https://chromium-review.googlesource.com/1238156Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: Andreas Haas <ahaas@chromium.org> Cr-Commit-Position: refs/heads/master@{#593496}
-
Patrik Höglund authored
We only want to build targets related to WebRTC. Building all is troublesome because very few Chromium bots do that, and some peripheral targets become prone to breaking as a result. We don't have to specify binaries for bots with testers, in that case the builder will simply build what the tester requests. If there is no associated tester, the builder builds all targets by default, so override this default. Bug: 877018 Change-Id: Ie393d7d4390d2cd33f6ff7aec132f24047189c44 Reviewed-on: https://chromium-review.googlesource.com/1230014 Commit-Queue: Patrik Höglund <phoglund@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#593495}
-
Philip Jägenstedt authored
TBR=fwang@igalia.com Bug: 888443 Change-Id: Ifdb189face0391bf54c63477aedc7c1bb7f78a22 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1240293Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#593494}
-
Dominik Röttsches authored
In https://chromium-review.googlesource.com/c/chromium/src/+/756213 PaintTypeface was introduced as one possible serialization approach for sending Typefaces over to the GPU process. This approach has been abandonded in favor of a new mechanism for serializing SkTypefaces over to the GPU process. Revert the PaintTypeface abstraction and introduce a SkTypeface_Factory class in Blink to centralize SkTypeface instantiation. No functional changes. Bug: 816445 Tbr: vmpstr@chromium.org Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_layout_tests_layout_ng;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ieb8843fb1888050f4c0d4bef3e99c6d4ffc85380 Reviewed-on: https://chromium-review.googlesource.com/1238540 Commit-Queue: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#593493}
-
Rune Lillesveen authored
Two of the MediaValues calculations ignored ScreenInfo when called from out-of-process iframes. There is no reason to do that. Just skip that check. Bug: 876760 Change-Id: I6d5139f9bcbaaac45c7fcaa764d84b41151a93a9 Reviewed-on: https://chromium-review.googlesource.com/1238542Reviewed-by:
Anders Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#593492}
-
Mihai Sardarescu authored
It looks like people_handler sets signinAllowed to false for guest profiles and sets it to true for regular profiles. This CL removes the comment as it was stale. Bug: 870239 Change-Id: Icb14df6d4ccfa916faeea3ddd30898e6dd1589ba Reviewed-on: https://chromium-review.googlesource.com/1238336Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#593491}
-
David 'Digit' Turner authored
This CL contains a few changes necessary for a future CL that will try to solve the dangling pointer issues associated with delayed RDebug list updates (see bug for details). + Make MemoryMapping own the corresponding memory mapping. This gets rid of ScopedMemoryMapping which is the only thing really used by the rest of the code. More importantly, this adds move semantics to MemoryMapping, which is used to pass ownership of a given mapping between different objects. + Simplify the ElfLoad::LoadAt() method used to map an ELF object in memory. Allow it to return a result object instead, that transfers ownership of the reserved address space range to the caller (instead of the hidden assumptions from the original code). + Modify SharedLibrary to use a MemoryMapping instance to hold the mapping of reserved address space, and add a ReleaseMapping() method which will be used in a future CL to transfer the mapping to a pending RDebug task object (this will ensure the mapping is only deallocated after the corresponding link_map_t entry is removed from the global list). + Bonus: Make ElfView use C++11 default initializers. BUG=831403 R=pasko@chromium.org, agrieve@chromium.org, rmcilroy@chromium.org Change-Id: I03e2447b81ad7f532b5c660f62a5958b00934b75 Reviewed-on: https://chromium-review.googlesource.com/1238897 Commit-Queue: David Turner <digit@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#593490}
-
Brian Salomon authored
These were initially set to 30s. However, memory usage on perf bots was not reduced to the previous values from before the GrContext flush count mechanism was removed. Bug: 883507 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: Iccf8c622f1aa3c2592e0f3f147a772878d7f8e72 Reviewed-on: https://chromium-review.googlesource.com/1236175Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Brian Salomon <bsalomon@google.com> Cr-Commit-Position: refs/heads/master@{#593489}
-
Peter E Conn authored
Now that Trusted Web Activities have moved over to be based on CustomTabActivity, we can remove some the code from the webapp classes. Bug: 871266 Change-Id: If2cc69b27e58bb83c14e682a9231df9f3c78d25d Reviewed-on: https://chromium-review.googlesource.com/1224116Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#593488}
-
Ben Wells authored
This adds two new fields: "create_shortcuts" and "launch_container". "create_shortcuts" is an optional boolean which controls whether OS level shortcuts are created. On Chrome OS this controls whether the app is pinned to the shelf. "launch_container" is a required string which can be "window" or "tab" and controls what sort of container the web app is launched in. The existing parameter was also renamed to remove the redundant "web_app" prefix and renamed to "app_url" to reflect that it can be any URL within the scope of the app that has a link to the manifest. The unused manifest URL parameter was also removed. Bug: 855281 Change-Id: Iff99e06cbd63334d2745fc587939fc15136586f6 Reviewed-on: https://chromium-review.googlesource.com/1237757Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#593487}
-
Zhongyi Shi authored
Change the HttpStreamFactory::JobController to mark alternative service broken until default network changes. Change the HttpStreamFactory::JobController to mark alternative service broken until default network changes iff TCP succeeds, QUIC fails on the defaut network but succeeds on the alternate network. The HttpServerProperties will clear the brokenness until default network changes. Bug: 790547 Change-Id: Ib33def42b474898879bf9e39567632ed273c5ca2 Reviewed-on: https://chromium-review.googlesource.com/1212142 Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#593486}
-
Ned Nguyen authored
** PERF SHERIFF: this CL may cause perf graphs to regress but it's expected ** Includes shard's timing prediction help making debugging the sharding algorithm's performance easier. This CL also regenerate the shards to include the shards' predicted timing. Bug: 863768 Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Change-Id: I084891d1d0fe05a555b88f692a65966bc31b740b No-Try: true # ios simulator flake Reviewed-on: https://chromium-review.googlesource.com/1214805 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#593485}
-
Marc Treib authored
When Sync switches from transport mode to feature mode, PersonalDataManager should switch from ephemeral to persistent storage for server credit cards. This adds a first integration test for that. Bug: 885211 Change-Id: I0ba6cbceb192b4e024d7c286e48a430ee9da2125 Reviewed-on: https://chromium-review.googlesource.com/1238334Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#593484}
-
Vaclav Brozek authored
This CL collects typos encountered during some work on the new PasswordForm parser. Bug: 883633 Change-Id: I7243aca6afa66d65039d1f049a16e6ee04cc4f53 Reviewed-on: https://chromium-review.googlesource.com/1236335Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#593483}
-
Sergei Datsenko authored
Implement autocomplete, shared-with-me and available-offline queries based on the API provided by the DriveFS system service. BUG=chromium:854481 Change-Id: I0645bc57754fb7ad1663777647d1ff9ad21e79c4 Reviewed-on: https://chromium-review.googlesource.com/1235458 Commit-Queue: Sergei Datsenko <dats@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#593482}
-
Ramin Halavati authored
kMediaEngagementSchemaVersion is removed from the list of preferences that are persieted if modified in incognito mode. Bug: 861722 Change-Id: Idb74a3d2013d74c5c7158a10aca1fb88b926c6db Reviewed-on: https://chromium-review.googlesource.com/1237974Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#593481}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ae967aa5c481..c955a1645148 git log ae967aa5c481..c955a1645148 --date=short --no-merges --format='%ad %ae %s' 2018-09-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 55e57f96fbf8..77db6f4af19f (1 commits) Created with: gclient setdep -r src/third_party/skia@c955a1645148 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=bsalomon@chromium.org Change-Id: I24592f5edbaf6fb4029d16d1f0523244084fae1e Reviewed-on: https://chromium-review.googlesource.com/1239482Reviewed-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@{#593480}
-
David Grogan authored
When entering NG from legacy, we hadn't been marking the entry point's ConstraintSpace as an OrthogonalWritingModeRoot even when it was. The flag's absence was causing PercentageResolutionInlineSizeForParentWritingMode() to return incorrect values. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Id2b24d7c4bb5e8303c70faa18dd696568203ec5a Reviewed-on: https://chromium-review.googlesource.com/1235121 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#593479}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/77db6f4af19f..f668a4b5fb72 git log 77db6f4af19f..f668a4b5fb72 --date=short --no-merges --format='%ad %ae %s' 2018-09-24 jmadill@chromium.org Skip Texture::syncState when no dirty bits. Created with: gclient setdep -r src/third_party/angle@f668a4b5fb72 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=ynovikov@chromium.org Change-Id: I8e70d93565d62630b3265464d2425ec028ef8f6e Reviewed-on: https://chromium-review.googlesource.com/1239483Reviewed-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@{#593478}
-
Luciano Pacheco authored
Add test for the following use cases: 1. Navigate to a Downloads sub-sub-folder using directory tree. 2. Navigate to a Drive sub-sub-folder using directory tree. 3. Navigate to a Drive sub-folder with 50 files and 50 siblings folders, using directory tree. 4. Navigate to Team Drives root using directory tree. Add MetadataStats class to hold metadata operation counters. Change MetadataModel to count operations only during tests using a global instance of MetadataStats. Add getMetadataStats test util function to return the MetadataStats global value to test extension. Add waitFor remote test function to wait for any remote test function to return an expected result. Bug: 880187 Change-Id: I024938cfe09c2599968100b978a071675072b2d8 Reviewed-on: https://chromium-review.googlesource.com/1188046 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#593477}
-
Jia authored
Observers will no longer need to call their notifiers for status. Instead, a notifier will notify an observer when the observer is added to the list, if the notifier is initialized. Bug: 881215 Change-Id: I4c62a71ebf77d6a3c140f85e718bf09608bfe0d2 Reviewed-on: https://chromium-review.googlesource.com/1237802Reviewed-by:
Michael Martis <martis@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#593476}
-
Christopher Lam authored
This CL adds a System Web App Manager which installs Bookmark Apps which point at a chrome:// URL. This CL adds chrome://settings and chrome://oobe/discover as demo System Apps when the flag is enabled, and uninstalls them if the flag is disabled. Change-Id: I1a97ab095b19b5c0fd50a345848a7b5de0d20f16 Reviewed-on: https://chromium-review.googlesource.com/1227865 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#593475}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/937348d4d442..ae967aa5c481 git log 937348d4d442..ae967aa5c481 --date=short --no-merges --format='%ad %ae %s' 2018-09-24 mtklein@google.com Revert "focus exported color apis" 2018-09-24 brianosman@google.com Remove SkPM4f::toF16 Created with: gclient setdep -r src/third_party/skia@ae967aa5c481 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=bsalomon@chromium.org Change-Id: I47d57d96c61452281cbb4490ee888bbfc807abb4 Reviewed-on: https://chromium-review.googlesource.com/1240076Reviewed-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@{#593474}
-
Anand K. Mistry authored
BUG=873903 Change-Id: I61394811e9264a2ea22cedacd7c782bbc4051bf9 Reviewed-on: https://chromium-review.googlesource.com/1233055Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#593473}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/55e57f96fbf8..77db6f4af19f git log 55e57f96fbf8..77db6f4af19f --date=short --no-merges --format='%ad %ae %s' 2018-09-24 jmadill@chromium.org Use global Context lookup in single-threaded cases. Created with: gclient setdep -r src/third_party/angle@77db6f4af19f 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=ynovikov@chromium.org Change-Id: Ia36b7bc51b511d2baea3f855c869ceae25bd8c68 Reviewed-on: https://chromium-review.googlesource.com/1240077Reviewed-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@{#593472}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/11f4994b84e1..937348d4d442 git log 11f4994b84e1..937348d4d442 --date=short --no-merges --format='%ad %ae %s' 2018-09-23 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version 2018-09-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 9d84ccbaf233..55e57f96fbf8 (3 commits) Created with: gclient setdep -r src/third_party/skia@937348d4d442 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=bsalomon@chromium.org Change-Id: I1a81a43ce8b9e6441afe5598fa31b3b82d77ce79 Reviewed-on: https://chromium-review.googlesource.com/1239599Reviewed-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@{#593471}
-
Noel Gordon authored
Bug: 887792 Change-Id: I92c9de0f5af446ece415df03a537dd9a2c5de8ac Reviewed-on: https://chromium-review.googlesource.com/1238296 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#593470}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/218f46686f2f..45ed33924d94 git log 218f46686f2f..45ed33924d94 --date=short --no-merges --format='%ad %ae %s' 2018-09-23 sapzape@gmail.com Change pid to GetPid Created with: gclient setdep -r src/third_party/catapult@45ed33924d94 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:869588 TBR=sullivan@chromium.org Change-Id: I6165920cbe7f75423f9177aafa72e66b596fceab Reviewed-on: https://chromium-review.googlesource.com/1240073Reviewed-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@{#593469}
-
Giovanni Ortuño Urquidi authored
In preparation for BluetoothSystem, this CL replaces GetBluetoothAvailable() and GetBluetoothEnabled() with GetBluetoothState() and changes clients to use it. Bug: 882346 Change-Id: Ibc095ab9ee79561aeb9d145e5a73ffae389574e3 Reviewed-on: https://chromium-review.googlesource.com/1233276 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#593468}
-
Robert Sesek authored
Bug: 832676 Change-Id: I2e98924794cb7165f1355aeeb66a419c82f4a82a Reviewed-on: https://chromium-review.googlesource.com/1239640 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#593467}
-
Luciano Pacheco authored
Change <repeat-button> element to use click event instead of tap, because when binding to tap event Polymer2 wasn't triggering the click event. Change test util functions that issues events to have "composed: true" [1] when they have "bubbles: true", this allows events to propagate across shadow DOM boundary. Add trailing comma to repeat_button.js so auto-formatter leave those lines expanded. Update all functions that were updated in test_util_base.js to use const/let instead of var. [1] - https://developer.mozilla.org/en-US/docs/Web/API/Event/composed Bug: 875525 Change-Id: I5890f159ee54a5d6254b90621776cd82ef9bd7b5 Reviewed-on: https://chromium-review.googlesource.com/1237754 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#593466}
-
Andrew Moylan authored
Add histograms for the following metrics added in Chrome OS CL crrev.com/c/1209022. * Numerical histograms for CPU and RAM usage of ML Service * Enum histogram for Mojo connection/disconnection events Bug: 881186 Change-Id: Id649c3bce16bf6ca65871feee1ab741372530669 Reviewed-on: https://chromium-review.googlesource.com/1237017Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Andrew Moylan <amoylan@chromium.org> Cr-Commit-Position: refs/heads/master@{#593465}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fe48d54568d2..43650198eae8 Created with: gclient setdep -r src-internal@43650198eae8 The AutoRoll server is located here: https://autoroll-internal.skia.org/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. TBR=mmoss@chromium.org Change-Id: If3e9ad79c4953784b1f6d74898137e7da4900623 Reviewed-on: https://chromium-review.googlesource.com/1240074Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: Jamie Madill <jmadill@chromium.org> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#593464}
-
Giovanni Ortuño Urquidi authored
The BluetoothSystem Mojo interface will replace the current Bluetooth API. This introduces a Feature to use BluetoothSystem. Bug: 882346 Change-Id: I9b0bd963642cdcd887c03124f8af1e2fa150d07e Reviewed-on: https://chromium-review.googlesource.com/1235364Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#593463}
-
Noel Gordon authored
Install a DOMContentLoaded handler if needed. Bug: 887792 Change-Id: I19322c024829cf894cb21799c90b707ce1e37826 Reviewed-on: https://chromium-review.googlesource.com/1237837 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#593462}
-
Wez authored
Change-Id: Idb59b065a592de026cbdfe13e820ffabb7bf0674 Reviewed-on: https://chromium-review.googlesource.com/1239713 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#593461}
-
Nico Weber authored
Bug: 832676 Change-Id: I12724b2c0bd76aa86b598f5a23b8c20decf3ba92 Reviewed-on: https://chromium-review.googlesource.com/1239639 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#593460}
-
- 23 Sep, 2018 3 commits
-
-
Joel Hockey authored
Bug: 888026 Change-Id: Ia5524831cba189f390b650950112e86450c9bcd2 Reviewed-on: https://chromium-review.googlesource.com/1240133 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#593459}
-
Siddhartha authored
The task context is useful to debug mojo memory leaks since IPC messages are tagged with contexts BUG=874530 Change-Id: Id59d016f963f41fdeda6af69b3c470f0101dbfe7 Reviewed-on: https://chromium-review.googlesource.com/1232683Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Siddhartha S <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#593458}
-
Robert Sesek authored
Bug: 832676 Change-Id: I1c9874f3f0f80bdef3a6cd7351a0504e8c7ad36c Reviewed-on: https://chromium-review.googlesource.com/1239634Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#593457}
-