- 06 Feb, 2019 40 commits
-
-
Maggie Cai authored
After adding list repopulation whenever the All Sites page is loaded (r1428622), the feature that focus on last selected item stopped working. This CL fixes this issue. This CL also changes the Site Entry usage info fetching code slightly. This is because the change of the focus changes the items in the list that is rendered in the DOM. If the later focused item have 0 data, it will generate the string without sending request to C++ code, and the feedback from C++ code from the original request will overwrite the 0B string because it takes longer. BUG=835712 Change-Id: I0af72a67cd621b7e94941aac4e687103191fcc39 Reviewed-on: https://chromium-review.googlesource.com/c/1451485Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Patti <patricialor@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#629418}
-
Tao Bai authored
ContentCaptureTask will run in Idle task queue and has the fixed BestEffortPriority. - This patch added BestEffortTaskQueue which has fixed BestEffortPriority. - ContentCapture task run in BestEffortTaskQueue. Bug: 924681 Change-Id: Iac93a983b4b82495e1e8e8f59be3677eaf9458c4 Reviewed-on: https://chromium-review.googlesource.com/c/1435840Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Tao Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#629417}
-
Peter Collingbourne authored
With this the uncompressed size of resources.pak + locales/*.pak decreases from 27664141 bytes to 26027031 bytes (1.6MB decrease) and the size of mini_installer.exe decreases from 48125440 bytes to 47843328 bytes (280KB decrease). Build times for "touch ../../chrome/app/chrome_main.cc && ninja chrome" (median of 3 runs) go from 8.3s to 12.1s. This works by scanning the PDB for instantiations of ui::WhitelistedResource in the symbol table. Bug: 684788 Change-Id: I989b01b45b46a746c3f1707f112be89f2c4cc182 Reviewed-on: https://chromium-review.googlesource.com/c/1176979 Commit-Queue: Peter Collingbourne <pcc@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#629416}
-
Marijn Kruisselbrink authored
This attempts to capture various cases where the renderer lies about cache_document_was_loaded_from so we kill the renderer rather than end up associating it with the wrong cache. Bug: 923468, 918233 Change-Id: I697e51c3f8b13584dfe7f10e5cdd7874d7e93ea7 Reviewed-on: https://chromium-review.googlesource.com/c/1453103 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#629415}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/93a1fb3a5b06..4fbc755cc6bf git log 93a1fb3a5b06..4fbc755cc6bf --date=short --no-merges --format='%ad %ae %s' 2019-02-06 crouleau@chromium.org Unittest for making sure browser argument takes the last one provided. Created with: gclient setdep -r src/third_party/catapult@4fbc755cc6bf 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:928928 TBR=sullivan@chromium.org Change-Id: Iec3818df0d13583646aa940f18953b42334a293f Reviewed-on: https://chromium-review.googlesource.com/c/1455597Reviewed-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@{#629414}
-
Noel Gordon authored
Promise.all can race in step-by-step mode. Await each part instead, so they are done one after the other (RemoteCall is serial code, and does not support being called in parallel). Bug: 909056 Change-Id: I06ded3da721a2fbff265781fed94071682abf540 Reviewed-on: https://chromium-review.googlesource.com/c/1454106Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#629413}
-
Eugene But authored
Tests reading from and writing to SessionCertificatePolicyCache. Change-Id: I3ae1a99b574aeeca28887cd47bf9c98d4f95b8cf Reviewed-on: https://chromium-review.googlesource.com/c/1454080 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#629412}
-
Joe DeBlasio authored
This CL adds a custom interstitial for URLs suspected of being fraudulent lookalike domains of legitimate sites. This CL only adds the interstitial. Replacing the pre-existing infobar and proper testing will come in a subsequent CL. Bug: 927924 Change-Id: Ifc323bb034fafe684e0f13c041eb9ab1cdf68c22 Reviewed-on: https://chromium-review.googlesource.com/c/1450263Reviewed-by:
Carlos IL <carlosil@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#629411}
-
Hirokazu Honda authored
This introduces TRACE_EVENT and TRACE_COUNTER for decoder thread in V4L2SVDA. I also added one TRACE_EVENT for device poll thread as one exception. TRACE_EVENT * InitializeTask create input buffers. * DestroyTask destroy input and output buffers, and stop device poll thread. * EnqueueOutputRecord: GLFenceEGL::ClientWaitWithTimeoutNanos wait until a fence for an output buffer is released. * DecodeBufferTask perform AcceleratedVideoDecoder::Decode for as many buffers as possible. * AssignPictureBuffersTask start device poll thread. * CreateGLImageFor create GLImageNativePixmap (= allocate NativePixmap and bind GL). TRACE_EVENT_BEGIN/END * DecodeBufferTask AVD::Decode time to execute one AcceleratedVideoDecoder::Decode(). * V4L2SVDA Resolution Change time to process a resolution change. * Flush time to process Flush. * Reset time to process Reset. TRACE_COUNTER * The number of input buffers that are not processed by DecodeBuffer(). * The number of available/in-use VIDIOC_OUTPUT buffers * The number of available/in-use VIDIOC_CAPTURE buffers * The number of VIDIOC_CAPTURE buffers at device/client Bug: 721674 Test: chrome://tracing on kevin Change-Id: I7a15bab96fa73911ecd2e880da5f8d5738ee5214 Reviewed-on: https://chromium-review.googlesource.com/c/1447995 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#629410}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/94c603f200fa..7192fd51f570 git log 94c603f200fa..7192fd51f570 --date=short --no-merges --format='%ad %ae %s' 2019-02-05 dgarrett@google.com chromeos_config: Mark most CQ builders important. 2019-02-05 dgarrett@google.com chromeos_config: Test affinity build pool is large enough. Created with: gclient setdep -r src/third_party/chromite@7192fd51f570 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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=chrome-os-gardeners@chromium.org Change-Id: I6dd30398b63fd21785b5b7832931e7100a8ad2b8 Reviewed-on: https://chromium-review.googlesource.com/c/1455365Reviewed-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@{#629409}
-
zhuowang authored
Bug: b/123780021 Test: build Change-Id: Id249bb98aad5b27d944fae3db9311e7c28cc5853 Reviewed-on: https://chromium-review.googlesource.com/c/1454092 Commit-Queue: Zhuo Wang <zhuowang@google.com> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#629408}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/220ef3d432bf..b11ecd3564d6 git log 220ef3d432bf..b11ecd3564d6 --date=short --no-merges --format='%ad %ae %s' 2019-02-05 tsepez@chromium.org Create CXFA_FFDoc via static function. 2019-02-05 thestig@chromium.org Move a bunch of code out of testing/test_support.h. 2019-02-05 thestig@chromium.org Use span in TestLoader. 2019-02-05 thestig@chromium.org Remove unneeded testing/test_support.h includes. Created with: gclient setdep -r src/third_party/pdfium@b11ecd3564d6 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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=dsinclair@chromium.org Change-Id: I986ad1c82f87332134face53934a56fc32e9faeb Reviewed-on: https://chromium-review.googlesource.com/c/1455363Reviewed-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@{#629407}
-
Noel Gordon authored
Use base::ReadFileToString to read the input image file and add //base dependency to BUILD.gn. Minors: make the metadata *name const, all_data_received/data_complete mean the same thing so remove one of them. No change in behavior. Bug: 601198 Change-Id: Icbe7097be75631a1f55e43b8589027ffaced7ec8 Reviewed-on: https://chromium-review.googlesource.com/c/1453216Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#629406}
-
Joe DeBlasio authored
This CL moves lookalike URL warnings into their own directory in preparation for the additional files needed for a dedicated interstitial, as interstitials do not relate to omnibox (and are file-heavy). Bug: 927924 Change-Id: Ia046a47a0fefdc2c8d81fa968879c3d8b5a8a1b0 Reviewed-on: https://chromium-review.googlesource.com/c/1452494 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#629405}
-
Dale Curtis authored
Looks like dav1d has introduced the ability to tag input buffers with timestamps, so instead of maintaining our own queue, use that instead. This prevents us from having issues when multiple frames come out of one packet and we exhaust our buffer queue too fast. BUG=928640 TEST=fuzzer passes R=sandersd Change-Id: I9e9e98f835a6762443d5a1b20be07abfc608d11c Reviewed-on: https://chromium-review.googlesource.com/c/1455637 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#629404}
-
Tom Anderson authored
BUG=927867 R=dpranke,thakis Change-Id: Ic7094d9d80a9dc2d7a3ac2e715c8dddfa4a1e0c8 Reviewed-on: https://chromium-review.googlesource.com/c/1450459Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#629403}
-
Kent Tamura authored
It is stored in a Vector data member of MarkupAccumulator. This CL has no behavior changes. Bug: 927166 Change-Id: I9d0576176adfaad1be5bc8b56c12401b75abdb34 Reviewed-on: https://chromium-review.googlesource.com/c/1454159 Auto-Submit: Kent Tamura <tkent@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#629402}
-
John Williams authored
Change-Id: I7a8efdb361d2b806c0f326cb68db1654d6ba1f65 Reviewed-on: https://chromium-review.googlesource.com/c/1398790 Commit-Queue: John Williams <jrw@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#629401}
-
Nick Harper authored
The entire domain (including subdomains) now meets the requirements for automated inclusion. This removes the old manual entries for just the root and specific subdomains and adds an entry to the bulk entries section. Change-Id: I96104847e0b3f7734b5da45a0797ec472d267d4b Reviewed-on: https://chromium-review.googlesource.com/c/1453536 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#629400}
-
Raymond Toy authored
The spec clarified this in https://github.com/WebAudio/web-audio-api/issues/1580#issuecomment-406354307 So replace the code that threw errors with a console warning. Adjust tests accordingly. Also took this opportunity to fix AudioHandler::NodeTypeName which was missing strings for some of the newer nodes. Bug: 865554 Test: internals/audiocontext-close.html Change-Id: I521d6073c08160f3ccc7800882123192dad7bdb4 Reviewed-on: https://chromium-review.googlesource.com/c/1145236 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#629399}
-
Takumi Fujimoto authored
TBR=ryankans Bug: 928941 Change-Id: I565a8601d16ffdfc0b1f6b7494ad9eedd57db2ec Reviewed-on: https://chromium-review.googlesource.com/c/1455471 Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#629398}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/698f27858111..759afdb33fc6 Created with: gclient setdep -r src-internal@759afdb33fc6 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: I0b1840e0f8b3ae109172bd9bbea7c0508e448d3e Reviewed-on: https://chromium-review.googlesource.com/c/1455596Reviewed-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@{#629397}
-
Stephen Chenney authored
The impl side only needs to know when the main frame update is deferred so that it can avoiding waking the main thread. Defer commits can be handled entirely within the proxies on the main thread. Clean up the TODOs and update names and call sites. BUG=805798 Change-Id: I1301b33cc62200eb17b13108a8b701e5513cf9b9 Reviewed-on: https://chromium-review.googlesource.com/c/1455035 Auto-Submit: Stephen Chenney <schenney@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#629396}
-
Adrienne Walker authored
Bug: 928926 Change-Id: I0be75dacca0e7d75f96fbeb16df61be7d0b35b8d Reviewed-on: https://chromium-review.googlesource.com/c/1455464 Commit-Queue: enne <enne@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Auto-Submit: enne <enne@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#629395}
-
Vlad Tsyrklevich authored
In order to define custom UserStreamDataSources, we need a chromium-built crashpad_handler binary. This change refactors the crashpad_handler executable to be built within chromium as chrome_crashpad_handler and moved into it's final destination under the original 'crashpad_handler' name. Bug: 912286 Change-Id: I0f52028ae4c149823b30747589e2dd94225694c6 Reviewed-on: https://chromium-review.googlesource.com/c/1449330Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Cr-Commit-Position: refs/heads/master@{#629394}
-
Emily Stark authored
This code was added to record console messages and UMA metrics for legacy Symantec certificates. The Symantec deprecation has now been completed, so this code is no longer needed. Bug: 766981 Change-Id: I97f0311509a7dbfd41ac848d21fafa4d3cc742c3 Reviewed-on: https://chromium-review.googlesource.com/c/1447046 Commit-Queue: Emily Stark <estark@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#629393}
-
Sven Zheng authored
The test can 100/100 pass on linux. Change-Id: I72e99d4dfe132b72466cdb7e49ba6804f86bb0c0 Reviewed-on: https://chromium-review.googlesource.com/c/1448737Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: Fuzhong Zheng <svenzheng@google.com> Cr-Commit-Position: refs/heads/master@{#629392}
-
Nico Weber authored
While the define changes how tests run on all platforms due to how LLVM's cmake files look, this only has an actual effect on the clang and lld (etc) binaries on Linux. PIC works differently on Windows, and the 64-bit clang driver always forces PIC on on darwin, independent of what compiler flag it's handed. compiler-rt always builds with -fPIC, so the asan (etc) runtimes in the package are not affected. Bug: 920687 Change-Id: I1acdbee44ea2fce785f726b4488ccd9bd939f468 Reviewed-on: https://chromium-review.googlesource.com/c/1412572 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Reid Kleckner <rnk@chromium.org> Commit-Queue: Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#629391}
-
Dale Curtis authored
Turns out that clang doesn't like LTO + mstack-alignment, so disable alignment changes when use_thin_lto is true. BUG=928743 R=liberato Change-Id: Ibc2fb84acb515956c4bd1564c39728e0ecbc7801 Reviewed-on: https://chromium-review.googlesource.com/c/1455463 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#629390}
-
Xiaohan Wang authored
xjz@ has left the Chromium project. Thank you for all your contributions! Also remove xjz@ from the WATCHLISTS. Change-Id: I078445b9dd975811ba80872847b1859a81bf5259 Reviewed-on: https://chromium-review.googlesource.com/c/1455047 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Cr-Commit-Position: refs/heads/master@{#629389}
-
Takumi Fujimoto authored
Disabling the test for flakiness. TBR=dpapad Bug: 928924 Change-Id: Ib955327ba7aaf1d7c4ceda0df19b5515d88d0207 Reviewed-on: https://chromium-review.googlesource.com/c/1455525Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#629388}
-
gambard authored
This CL migrates the SyncSettingsCollectionViewController to SyncSettingsTableViewController. Bug: 894791 Change-Id: Ic384bee03f0e7d60f17f5df4cc2ee12263508771 Reviewed-on: https://chromium-review.googlesource.com/c/1447811 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#629387}
-
Xiaohan Wang authored
There are Matroska elements that are not supported by WebM. Today in webm_parser.cc, we list all Matroska elements, including those not supported by WebM. Typically the parser clients will ignore them, but it could still lead to potential bugs if a parser client isn't implemented correctly. This CL marks all WebM unsupported elements with SKIP_* type so that they will be automatically skipped without even being passed down to the parser client to alleviate this risk. The other option is to remove them from the lists so that if we encounter them the parser will fail immediately. However, there are legacy or non-spec-compliant files that contain non-WebM elements, which will fail to play in that case (for example, some our test files). Hence we choose not to do so for maximum compatibility. Bug: 920895 Change-Id: I77a82e2ceb0207810f0b92c9cbec2ea4e08a2ce5 Reviewed-on: https://chromium-review.googlesource.com/c/1449321 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#629386}
-
Erik Jensen authored
On Windows, we need to run the dialog in a separate process run with user privileges. Bug: 679313 Change-Id: I54b3a1288f72ec9c11964fac379ef72e0589e8a4 Reviewed-on: https://chromium-review.googlesource.com/c/1434794Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Erik Jensen <rkjnsn@chromium.org> Cr-Commit-Position: refs/heads/master@{#629385}
-
Ken Rockot authored
This is a large update to all Mojo and services documentation in the tree. Here are the changes in a nutshell: - Images for Mojo docs are upstreamed instead of being pulled from docs.google.com - Various minor updates, corrections, clarifications in core Mojo docs - Consolidation of documents in the tree. - Refresh of all service and Service Manager related documentation, removing lots of outdated information, adding clarifying definitions and examples of core concepts As of this CL, the relevant documentation in the tree is pared down to: - The mojo/ subtree itself - services/README.md - service guidelines - services/service_manager/README.md - general service manager and service API documentation, examples, etc - docs/mojo_and_services.md - intro to mojo & services for chromium developers - docs/mojo_ipc_conversion.md - advice for converting legacy IPCs to mojo interfaces - docs/servicification.md - advice for servicifying chromium features specifically Specifically this wipes out content/public/common/services.md, ipc/README.md, services/service_manager/service_manifests.md, and services/api_standards.md. Any still-relevant content that was in these docs has been merged into one of the docs listed above. Finally, the presence in docs/README.md has been cleaned up a bit. A new section for "Mojo & Services" is added with links to the above list of documents. Change-Id: I294a32025afdca62441d3605da51d714f3aebd00 TBR: jam@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/1441640 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#629384}
-
Alex Moshchuk authored
Bug: 905513 Change-Id: I4932cf1e210f720bd6dc74cb51944fb0df9e31b6 Reviewed-on: https://chromium-review.googlesource.com/c/1455522Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#629383}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e1a763d152a5..5f662c004270 git log e1a763d152a5..5f662c004270 --date=short --no-merges --format='%ad %ae %s' 2019-02-05 jonahr@google.com Fix unit test for setting locale creating malformed HLSL shader code 2019-02-05 timvp@google.com Vulkan: Reduce Default Descriptor Pool Max Sets 2019-02-05 tobine@google.com Vulkan: Add trace markers Created with: gclient setdep -r src/third_party/angle@5f662c004270 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=geofflang@chromium.org Change-Id: I54efb75e30a20fd77e9794f94cafcc5508f9055c Reviewed-on: https://chromium-review.googlesource.com/c/1455357Reviewed-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@{#629382}
-
Rob Buis authored
Request map was removed in b3. Bug: 803774 Change-Id: Ie0e95944029fec7fd12591bfa91764e2b845f5d1 Reviewed-on: https://chromium-review.googlesource.com/c/1454516 Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#629381}
-
Steven Bennetts authored
Frequently in the UI, we care about "active" networks. Mostly this just includes networks that are connecting or connected, but we also care about cellular networks that are activating, and may want to expand this further in the future. This CL introduces a new IsActive() method for NetworkState, and uses it to more accurately update the network lists provided to the UI. Expected changes to the UI: None in the current UI, but activating Cellular networks will be included in the active list, even if not connected (this is an edge case that probably does not exist in practice). Bug: 862420 Change-Id: I470df5abeef2e96ce2d4cc9a82d0efc78aa862b5 Reviewed-on: https://chromium-review.googlesource.com/c/1448736 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#629380}
-
Daniel Rubery authored
This CL adds several Office file types to download_file_types.asciipb with FULL_PING setting, since there has been a lot of abuse through these file types. It also fixes the PRESUBMIT.py to catch duplicate extensions, and removes two duplicate extensions (pptx and rtf). Change-Id: I9dfb46ecdd2da714ab342f8668360f3b413c9df5 Bug: 927515 Reviewed-on: https://chromium-review.googlesource.com/c/1449110Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#629379}
-