- 02 Aug, 2018 40 commits
-
-
Sam Maier authored
Currently, AsyncTask.execute() defaults to the SERIAL_EXECUTOR. This exector is good for preventing concurrency errors since it guarantees serial execution, but bad for performance since the entire app shares this single queue. It looks like this callsite can use the THREAD_POOL_EXECUTOR instead, since this use doesn't appear to rely on the concurrency guarantees that SERIAL_EXECUTOR provides. Bug: 869907 Change-Id: I5280674dd8afefbbfbcadbf0b41acf2aaba0b8a1 Reviewed-on: https://chromium-review.googlesource.com/1159207Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#580172}
-
Ramin Halavati authored
Preferences related to Spell Check are removed from the persistent storage list for incognito mode. After this CL, if these preferences are changed from incognito mode, they are only stored in memory and won't affect user profile. Bug: 861722 Change-Id: I09b64981a24f918cd62d82e487b265b4a0179a7b Reviewed-on: https://chromium-review.googlesource.com/1159368 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#580171}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/c988ddf7b193..9ac709a1b2a5 git log c988ddf7b193..9ac709a1b2a5 --date=short --no-merges --format='%ad %ae %s' 2018-08-02 anthonyalridge@google.com Add tests for graph data. Created with: gclient setdep -r src/third_party/catapult@9ac709a1b2a5 The AutoRoll server is located here: https://catapult-roll.skia.org 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:866423 TBR=sullivan@chromium.org Change-Id: I7a14362aa1157eeb6f815a42eaacc4ca78ced02d Reviewed-on: https://chromium-review.googlesource.com/1160561Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#580170}
-
Sam Maier authored
Currently, AsyncTask.execute() defaults to the SERIAL_EXECUTOR. This exector is good for preventing concurrency errors since it guarantees serial execution, but bad for performance since the entire app shares this single queue. It looks like this callsite can use the THREAD_POOL_EXECUTOR instead, since this use doesn't appear to rely on the concurrency guarantees that SERIAL_EXECUTOR provides. Bug: 869907 Change-Id: I09f794fe73c706019ce42f16b505d9a1ee1757ea Reviewed-on: https://chromium-review.googlesource.com/1159268Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#580169}
-
Morten Stenshorne authored
When calculating the overflow rectangle while laying out an anonymous block that's the containing block of the first part of an inline that forms a continuation chain, we'll jump into the neighbor anonymous block that's part of the continuation chain, to get its outline rectangles. This is a meaningless thing to do if the blocks haven't been laid out yet. In fact, I don't think the outlines in the neighbor continuations should be included at all in former anonymous blocks' overflow, but all this CL does is to bail if layout isn't up to date. Multicol generally DCHECKs that we have laid out when someone tries to read out stuff that depends on layout. Also cleaned up LayoutInline::AddOutlineRectsForContinuations(), to avoid duplicate code. I suspected that the coding style checker would complain about the missing curly braces anyway. Bug: 863453 Change-Id: Ifeb14454c54396135927e33ec7a08e6091c20503 Reviewed-on: https://chromium-review.googlesource.com/1156403 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#580168}
-
Sam Maier authored
Currently, AsyncTask.execute() defaults to the SERIAL_EXECUTOR. This exector is good for preventing concurrency errors since it guarantees serial execution, but bad for performance since the entire app shares this single queue. It looks like this callsite can use the THREAD_POOL_EXECUTOR instead, since this use doesn't appear to rely on the concurrency guarantees that SERIAL_EXECUTOR provides. Bug: 869907 Change-Id: Ia90e016f9948ad87d577ddb8ac24dd27450f36e4 Reviewed-on: https://chromium-review.googlesource.com/1158988Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#580167}
-
Marc Treib authored
This test wants to exercise RequestStop() before the backend (i.e. SyncEngine) is initialized. It did so by calling RequestStop() on the ProfileSyncService before Initialize(), which is not legal - Initialize() must be called immediately after construction, and in particular, before any other methods on the service are called. This CL fixes it by calling Initialize() first, but setting up a FakeSyncEngine that won't immediately get initialized. Bug: 856179 Change-Id: I03a80a30e1bed67a0e829b4936811173f3ef8390 Reviewed-on: https://chromium-review.googlesource.com/1160494Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#580166}
-
Christos Froussios authored
It is flaky TBR=dewittj@chromium.org Bug: 870295 Change-Id: I319bd6b5038cb384dea15fb23c8d0173aa3cf0ff Reviewed-on: https://chromium-review.googlesource.com/1160621Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#580165}
-
Martin Robinson authored
The newly shareable attribute code can be used for ATK on Aura Linux because the attributes exposed should be exactly the same on this platform. This change also adds some basic unit tests to ensure that attributes are exposed properly through ATK. Bug: 866612 Change-Id: Id46ab2108d9ead6ab88b5e172b6b25e615f47cca Reviewed-on: https://chromium-review.googlesource.com/1156399 Commit-Queue: Martin Robinson <mrobinson@igalia.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#580164}
-
Olivier Li authored
Bug: 830892 Change-Id: I8c121dff724dea526a7cc7ce198da51cc1b8d045 Reviewed-on: https://chromium-review.googlesource.com/1158719Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Oliver Li <olivierli@chromium.org> Cr-Commit-Position: refs/heads/master@{#580163}
-
Marc Treib authored
Trying to set a decryption passphrase while it's not required triggers a DCHECK in ProfileSyncService. For that reason, onPassphraseEntered already checks that the engine is (still) initialized. This CL adds an explicit check that a passphrase is required, since it's possible that the engine has actually shut down *and restarted* in the meantime. This problem was exposed by https://crrev.com/c/1148392, but I believe it's always been there, just extremely unlikely to occur. It's basically https://crbug.com/507557 which was never fully fixed. Bug: 856179 Change-Id: I6f7cfc9643c0c93fadbd6ecbc0e39364791e3451 Reviewed-on: https://chromium-review.googlesource.com/1158366Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#580162}
-
Morten Stenshorne authored
No need to have separate NG lines for tests that behave exactly as in legacy. TBR=eae@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I89c6a65287aba250c8287e26c7983040e145b960 Reviewed-on: https://chromium-review.googlesource.com/1158415Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#580161}
-
Mohamed Amir Yosef authored
This CL extracts some utility methods for converting a bookmark node to a bookmark specifics and vice verse into a new file bookmark_specifics_conversions This is in preparation for a later CL that will requies access to the same functionality. Bug: 516866 Change-Id: Iaa9f11320d9db8b8c0479aaf0137cfdbf5e2cef0 Reviewed-on: https://chromium-review.googlesource.com/1160227 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#580160}
-
Peter K. Lee authored
Bug: 870151 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I8e1fc458e9316be19e35b5e0f3edaefb5d3244f3 Reviewed-on: https://chromium-review.googlesource.com/1132564Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#580159}
-
Sylvain Defresne authored
IdentityManager is the recommended API to access the Google account used by the user and SigninManager is deprecated. Convert ClearBrowsingDataHandler to the new API. Bug: 798411 Change-Id: I3dc831307cac65dd42369d7482b9a0b794f02048 Reviewed-on: https://chromium-review.googlesource.com/1126384 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#580158}
-
Morten Stenshorne authored
We already did reset the exclusion space when entering a new formatting context, but when leaving it, we'd return the final exclusion space for that inner formatting context to the parent algorithm. Although it was ignored by the parent algorithm, let's just make sure that we don't return it at all. Exclusion spaces are also ignored by legacy layout, which is fine, since we never let the two engines cooperate inside one and the same formatting context. Add DCHECKs that verify that we don't "leak" exclusion spaces across formatting context boundaries. No behavioral changes intended. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: If025a5d4b5b6c96399f5719aed6cd3ab4d76c556 Reviewed-on: https://chromium-review.googlesource.com/1158409Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#580157}
-
Ned Nguyen authored
This CL also rerun the query for 'android-go-perf' with: ./tools/perf/core/retrieve_story_timing.py -c 'android-go-perf' --output-file=tools/perf/core/shard_maps/timing_data/android_go_timing.json Bug: 863768 Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Change-Id: Icfc132854aa83d35a9e27cbd5dfc42aeae5b3361 Reviewed-on: https://chromium-review.googlesource.com/1158966Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#580156}
-
Sylvain Defresne authored
The format was changed in M-57, so legacy code can now be dropped as M-69 has been branched. Bug: 661633, 691800 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I8cd160acfb994091658939662534d578881c981c Reviewed-on: https://chromium-review.googlesource.com/1158698 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#580155}
-
Ivan Sandrk authored
This CL adds a user policy which will control the transition from Public session to Managed session. Bug: 865947 Change-Id: I50fabd8646409382fbe8c5ff49a6349c77b2fa9b Reviewed-on: https://chromium-review.googlesource.com/1156584 Commit-Queue: Ivan Šandrk <isandrk@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#580154}
-
Colin Blundell authored
This CL ports the GCMAccountTracker unittest to IdentityTestEnvironment; this is possible now that AccountTracker is no longer using the internal signin classes, and hence the GCMAccountTracker unittest does not need to be aware of those internal signin classes to construct an AccountTracker instance. This CL completes the conversion of GCM away from the internal signin classes and rips out the no-longer-needed dependencies. TBR=msarda@chromium.org Bug: 809923 Change-Id: I78f999fc66543b8d64b85053fbcf72973ce8ac2e Reviewed-on: https://chromium-review.googlesource.com/1152968 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#580153}
-
tzik authored
http://crrev.com/40f8e9a571636737 gained the stripped binary size of chrome by 40kB (147306728 to 147347688), which is mainly due to an extra parameter set up on BindStateBase for each base::Bind() caller. This CL removes the extra argument by merging it to single function with another parameter. So that the binary loses back to the original size. (147347688 to 147306728). Bug: 869098 Change-Id: I7b60797c16a00472e9312466fdd2434395d8bbf7 Reviewed-on: https://chromium-review.googlesource.com/1158093 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#580152}
-
Tom McKee authored
We already report the total PrivateMemoryFootprint (PMF) across all processes but this totals all the memory used only by renderers. This should be helpful for A/B testing and detecting regressions w.r.t. renderer memory usage. The totals are reported to a UMA histogram named Memory.Total.RendererPrivateMemoryFootprint Change-Id: I0ba55ffb91966593a2106566ce50ade3d6039caa Reviewed-on: https://chromium-review.googlesource.com/1158706Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Tom McKee <tommckee@chromium.org> Cr-Commit-Position: refs/heads/master@{#580151}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/f733d7da42cd..649929af2140 git log f733d7da42cd..649929af2140 --date=short --no-merges --format='%ad %ae %s' 2018-08-02 thestig@chromium.org Mark some arrays as constant. 2018-08-02 thestig@chromium.org Simplify CFXJSE_FormCalcContext::unfoldArgs(). 2018-08-02 thestig@chromium.org Remove some parameters that are non-const references. Created with: gclient setdep -r src/third_party/pdfium@649929af2140 The AutoRoll server is located here: https://pdfium-roll.skia.org 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: I19c95d9c766fad375d1088ab88e99cbc5a84368d Reviewed-on: https://chromium-review.googlesource.com/1159786Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#580150}
-
Matt Falkenhagen authored
ServiceWorkerProviderHosts for service workers are precreated before the renderer process is known. Before this CL, it was owned in a callback inside EmbeddedWorkerInstance, and then moved to ServiceWorkerContextCore once the renderer process was known and Mojo bindings created. This created ref cycle as seen on the linked bug: ServiceWorkerObjectHost -> ServiceWorkerVersion -> EmbeddedWorkerInstance -> ServiceWorkerProviderHost -> ServiceWorkerObjectHost. The solution is to make the ServiceWorkerContextCore always own the host, from inception. This is possible after https://chromium-review.googlesource.com/c/chromium/src/+/1159542. Bug: 854993 Change-Id: I6b8e6d27d008fcd2a5e83af17eaf03a09d9cd5a4 Reviewed-on: https://chromium-review.googlesource.com/1159544 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#580149}
-
Oleh Prypin authored
https://chromium.googlesource.com/chromium/src/+/7721d7fa8cca6e1006137ca5de74c9899aa8ebf3 enabled the warnings by default in Chromium build but Abseil does not like this warning. Fix confirmed by patching DEPS roll and compiling WebRTC locally. TBR: mbonadei@chromium.org Bug: webrtc:9583 Change-Id: If1750a3823d502478cc83cc49e2d8ffbc7ef2e8f Reviewed-on: https://chromium-review.googlesource.com/1159375 Commit-Queue: Oleh Prypin <oprypin@chromium.org> Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#580148}
-
Sylvain Defresne authored
The properties used to serialize the WebStateList opener-opened relationship was changed in M-59, so the support for the legacy format can be dropped now that M-69 has been branched. Bug: 704941 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I63180a9be5d47a507ddcb5c1c37f6b3512cbfa94 Reviewed-on: https://chromium-review.googlesource.com/1158696 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#580147}
-
Christian Dullweber authored
Record how much time it takes to perform full and partial deletions. Change-Id: I7494e96c8aaf96434389df19c85a3b40c3cdd0a4 Reviewed-on: https://chromium-review.googlesource.com/1154969Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#580146}
-
Christos Froussios authored
This reverts commit 64ab6403. Reason for revert: Suspected of making CrostiniInstallerViewBrowserTest.InstallFlow very flaky on linux-chromeos-rel Original change's description: > CrOS crostini: sshfs mount immediately when container starts > > Perform sshfs mount to termina/penguin immediately when container > starts. Mounting code has moved from the chrome.fileManagerPrivate > extension functions into CrostiniManager. > > This change will make FilesApp more responsive to users who are > likely to use terminal or some other crostini app before using FilesApp. > > Bug: 846917 > Change-Id: I9fc246e45e54390e7a75f15a5571a24218cf2d5c > Reviewed-on: https://chromium-review.googlesource.com/1158317 > Reviewed-by: Nicholas Verne <nverne@chromium.org> > Commit-Queue: Joel Hockey <joelhockey@chromium.org> > Cr-Commit-Position: refs/heads/master@{#580094} TBR=joelhockey@chromium.org,nverne@chromium.org Change-Id: Ib00e4417faaa482d62f03bed708dd46b1e0f7902 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 846917, 870289 Reviewed-on: https://chromium-review.googlesource.com/1160541Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#580145}
-
Anders Carlsson authored
This CL is a reland of https://chromium-review.googlesource.com/c/chromium/src/+/788410 This CL makes the Chromium HW video factories implement the new interfaces directly. It also adds SW codecs, simulcast, and SW fallback codecs manually, instead of relying on WebRTC to do this. This will give Chromium more flexibility in the future, and will allow us to simplify the WebRTC code, since it's only Chromium that uses some of these features. Bug: webrtc:7925 Change-Id: Ib66ec75827363dc9e0985c35a6de936ca8f3a523 Reviewed-on: https://chromium-review.googlesource.com/1100463Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Anders Carlsson <andersc@chromium.org> Cr-Commit-Position: refs/heads/master@{#580144}
-
Makoto Shimazu authored
This reverts commit b0f5b21b. The difference from the original patch is a kAborted state in MimeSniffingURLLoader. DCHECKs will capture if something wrong. Also, Abort() stops to read the body and receive messages from the source URLLoader. We can ensure that the loader is stopped to work immediately in this way. Original description: > This CL adds MimeSniffingThrottle which can intercept the response in > ThrottlingURLLoader. Typically mime sniffing happens in network::URLLoader and > MimeSniffingThrottle is skipped in this case. If a request goes to a service > worker or other interceptors, the MimeSniffngThrottle intercepts the response > when a set of the mime type and the url is eligible to sniff the mime > type. Sniffable mime types are defined in net::ShouldSniffMimeType(). When a > mime type for performance sensitive components like "text/html", > "text/javascript",or "text/css" is provided, it doesn't sniff. Bug: 858975 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I51648def32e147eb127ec6efbb59ed2353cfba56 Reviewed-on: https://chromium-review.googlesource.com/1160133Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#580143}
-
Oscar Johansson authored
When building using jumbo, files get merged and variables with the same name may end up in the same namespace and conflict. This happens for the constant kLocalGuidSize in autofill/core/browser. The variable is moved to a util file in common. Bug: 869381 Change-Id: I038ef40acd5617f9d9d1e18c81a2fcce55cab8eb Reviewed-on: https://chromium-review.googlesource.com/1158544Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#580142}
-
Mikel Astiz authored
This method, used for debugging (chrome://sync-internals), has no clear semantics if a datatype hasn't been started. This is specially true with future work in mind where we plan to introduce different operating modes (regular vs ephemeral) that are bound to a start-stop configuration cycle. We also migrate away from callers having to use BindToCurrentSequence(), since there seems to be no reason for it (and is really weird after having recently introduced ModelTypeControllerDelegate). Bug: 866814 Change-Id: I653e1ee117883feb42e032faac85d5ba14d28748 Reviewed-on: https://chromium-review.googlesource.com/1160229Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#580141}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/c99a49a615e8..64f2b4dce29f git log c99a49a615e8..64f2b4dce29f --date=short --no-merges --format='%ad %ae %s' 2018-08-02 hjd@google.com Merge "perfetto-ui: Add engine controllers" Created with: gclient setdep -r src/third_party/perfetto@64f2b4dce29f The AutoRoll server is located here: https://perfetto-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: I25150bb6b53c328e5afcee2fb27a94ea6307cc33 Reviewed-on: https://chromium-review.googlesource.com/1160321 Reviewed-by: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#580140}
-
Anita Woodruff authored
This TODO was already addressed as part of https://crrev.com/c/1030332 - we now only create the NCPA when not in incognito mode. R=peter@chromium.org Bug: 835232 Change-Id: I4023252075c177a5741e8a90f86b2144a8ae5f18 Reviewed-on: https://chromium-review.googlesource.com/1160301Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#580139}
-
tanvir.rizvi authored
Many call sites which use this function do not bother about the clearing the typing but they use this function which is confusing. Rather we will use FrameSelection::SetSelection and pass default options now. This CL does it from the GranularityStrategyTest. Bug: 867563 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: I4e88d64fb91b5b1fb7848ec74b216a7fdda7f8bf Reviewed-on: https://chromium-review.googlesource.com/1159940Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Tanvir Rizvi <tanvir.rizvi@samsung.com> Cr-Commit-Position: refs/heads/master@{#580138}
-
Dan Elphick authored
Use Maybe version of BooleanValue fallback for generated bindings. Bug: v8:7786 Change-Id: I8cc17d532840caca2354d6a89be5abe952e47c4a Reviewed-on: https://chromium-review.googlesource.com/1160201Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Dan Elphick <delphick@chromium.org> Cr-Commit-Position: refs/heads/master@{#580137}
-
Christos Froussios authored
It is flaky on Linux Tests (dbg). E.g. https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Tests%20%28dbg%29%281%29%2832%29/51783 Bug: 851655 No-try: True No-presubmit: True Change-Id: I1413c50f37054dc073afc0b6aa2fb281c11ca2ac Reviewed-on: https://chromium-review.googlesource.com/1160502Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#580136}
-
momohatt authored
This patch makes it easier to track the events dispatched by ServiceWorkerContextClient, similarly as https://chromium-review.googlesource.com/1156334 . Events modified in this patch are as follows (in the order of appearance): * ActivateEvent * BackgroundFetchAbortEvent * BackgroundFetchClickEvent * BackgroundFetchFailEvent * BackgroundFetchedEvent * DispatchCookieChangeEvent * ExtendableMessageEvent * InstallEvent * NotificationClickEvent * NotificationCloseEvent * PushEvent * SyncEvent * AbortPaymentEvent * CanMakePaymentEvent * PaymentRequestEvent * OnNavigationPreload Bug: 860394 Change-Id: Ief11e8a755256ccba5c066d94f3481bd52ed2bcb Reviewed-on: https://chromium-review.googlesource.com/1159939Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Momoko Hattori <momohatt@google.com> Cr-Commit-Position: refs/heads/master@{#580135}
-
Takashi Toyoshima authored
These tests are Slow not only on Mac10.13, but in general. Let me update the entry not to be Mac10.13 specific, and not to be virtual/outofblink-cors(-ns) specific. Bug: 869800 Change-Id: I76f13714b93b314a14c16dae5e110a841547d92c Reviewed-on: https://chromium-review.googlesource.com/1160136Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#580134}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0283df9b..8319a20f 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=master.tryserver.blink:linux_trusty_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: I8b4330fdeafedd9ecf26354838839a635fb9bfb6 Reviewed-on: https://chromium-review.googlesource.com/1159999Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#580133}
-