- 05 Feb, 2019 40 commits
-
-
Kenichi Ishibashi authored
We removed MemoryCoordinator from codebase. Let's remove the flag too. Change-Id: I458b1d12b7415163437b439b1cb0208412a2223e Bug: N/A Reviewed-on: https://chromium-review.googlesource.com/c/1454098 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#629069}
-
Koji Ishii authored
Following bot results are included. 14573 14575 14577 14579 14583 14603 14608 14635 14640 14646 14664 14677 14686 14693 14699 0 lines were removed and 2 lines were deflaked by consecutive results since 14579. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Change-Id: I6d3cb955d3f09804cec72045f3ca238b1b6e1945 Reviewed-on: https://chromium-review.googlesource.com/c/1449476Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#629068}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/afc37154aa31..e62d2e1b75b0 git log afc37154aa31..e62d2e1b75b0 --date=short --no-merges --format='%ad %ae %s' 2019-02-05 ahassani@chromium.org cros_flash: Add an --experimental-au flag 2019-02-05 saklein@chromium.org Build API: Add chroot assertion options Created with: gclient setdep -r src/third_party/chromite@e62d2e1b75b0 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: I8d77fa5ea027a36c0415f110e74cfa73a6072603 Reviewed-on: https://chromium-review.googlesource.com/c/1454416Reviewed-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@{#629067}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/cb890a49b67c..0f9db0f81173 Created with: gclient setdep -r src-internal@0f9db0f81173 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: I75bb932987af569d0892c74ecf22de917062091d Reviewed-on: https://chromium-review.googlesource.com/c/1454417Reviewed-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@{#629066}
-
Yuki Shiino authored
This reverts commit 8bd694d0. Reason for revert: This patch is suspicious to have caused failure at WorkingSetTrimmerTest.K32EmptyWorkingSet in unit_tests. https://findit-for-me.appspot.com/waterfall/failure?url=https://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%281%29/builds/74695 Original change's description: > RC: Move the graph to chrome/browser/performance_manager. > > This moves the resource coordination graph implementation from > the resource coordinator service into > chrome/browser/performance_manager and redirects users thereof. > This is a first enabling step in refactoring, renaming and > consolidating the resource coordinator implementation. As such, > this CL aims for minimal code churn. > > Bug: 910288 > Change-Id: I322a6a1ee3704384838abc3e1953a885ba038466 > Reviewed-on: https://chromium-review.googlesource.com/c/1446814 > Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> > Reviewed-by: Nasko Oskov <nasko@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Cr-Commit-Position: refs/heads/master@{#628911} TBR=nasko@chromium.org,thakis@chromium.org,rockot@google.com,fdoray@chromium.org,siggi@chromium.org Change-Id: I7ed1553923c517184a2665ac22f4b72bbc27771e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 910288 Reviewed-on: https://chromium-review.googlesource.com/c/1454197Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#629065}
-
Yuki Shiino authored
This reverts commit 27bdec41. Reason for revert: This patch is suspicious to have caused failure at ManagedUIHandlerTest in unit_tests. https://findit-for-me.appspot.com/waterfall/failure?url=https://build.chromium.org/p/chromium.memory/builders/Linux%20CFI/builds/12632 Original change's description: > Disable managed UI for Unicorn accounts > > Bug: 924836 > Change-Id: Ib03b926e770adcfe8678ee64ec2094c117724314 > Reviewed-on: https://chromium-review.googlesource.com/c/1436141 > Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> > Reviewed-by: Michael Wasserman <msw@chromium.org> > Cr-Commit-Position: refs/heads/master@{#628790} TBR=msw@chromium.org,michaelpg@chromium.org,menegola@chromium.org,nicolaso@chromium.org Change-Id: I1cadade31b09cbc6290b41686811f9630ec24c7f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 924836 Reviewed-on: https://chromium-review.googlesource.com/c/1454343Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#629064}
-
Robbie McElrath authored
Migrate FileManagerPrivateSearchDriveFunction from NetworkChangeNotifier to NetworkConnectionTracker Bug: 911287 Change-Id: Id7ee3577f6ec2cbab2b676ddfaed81db7ee971f3 Reviewed-on: https://chromium-review.googlesource.com/c/1453360Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#629063}
-
Alli Murray authored
Change-Id: I6bd0a19e85718f5def3694786cc1b52be5d659d8 Reviewed-on: https://chromium-review.googlesource.com/c/1454096 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#629062}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/bb60677d5244..0783aca7ba31 git log bb60677d5244..0783aca7ba31 --date=short --no-merges --format='%ad %ae %s' 2019-02-05 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset Created with: gclient setdep -r src/third_party/skia@0783aca7ba31 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=fmalita@chromium.org Change-Id: I48c0f7dcd3c5bffb33e9841151486bc7a4168e65 Reviewed-on: https://chromium-review.googlesource.com/c/1454276Reviewed-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@{#629061}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/bbd0f4fe6259..cb890a49b67c Created with: gclient setdep -r src-internal@cb890a49b67c 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: I0517f11c3956e6dbdf08b3507d8d8b1aa84ff75e Reviewed-on: https://chromium-review.googlesource.com/c/1454079Reviewed-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@{#629060}
-
Kenichi Ishibashi authored
This isn't used. Change-Id: Ic0b07db67891859bcca1afa0b3e937cd0b84accc TBR: chrisha@chromium.org Bug: N/A Reviewed-on: https://chromium-review.googlesource.com/c/1454338Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#629059}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/edbea46295b8..30b182aca08a git log edbea46295b8..30b182aca08a --date=short --no-merges --format='%ad %ae %s' 2019-02-05 nisse@webrtc.org New methods for registering network change callbacks in MediaTransport 2019-02-05 sukhanov@webrtc.org Make AudioSendStream to be OverheadObserver 2019-02-04 dminor@webrtc.org Compare GetStreamCaps against S_OK 2019-02-04 mbonadei@webrtc.org Remove TCPPort incoming_only_ member. 2019-02-04 nisse@webrtc.org Delete VCMNackFecTable; appears unused for a long time. Created with: gclient setdep -r src/third_party/webrtc@30b182aca08a The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I1e0a5a43daf0cb8c23d1402566d0a7f195db9681 Reviewed-on: https://chromium-review.googlesource.com/c/1453583Reviewed-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@{#629058}
-
Eugene But authored
Test verify that |UpdateCertificatePolicyCache| correctly updates CertificatePolicyCache from another BrowserState. Bug: None Change-Id: I8b44fa7a391f0935ed256e3aaf2143fb125ad043 Reviewed-on: https://chromium-review.googlesource.com/c/1451423Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#629057}
-
Joel Hockey authored
Support replacing $i18nRaw{} in addition to $i18n{}. Fix 'textDirection' as used in text_defaults.css. Change-Id: I1f9b5c97ba28e69f35c42f55ae08b12df9eb9842 Reviewed-on: https://chromium-review.googlesource.com/c/1454059 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#629056}
-
Rakina Zata Amni authored
Some callers might pass null/collapsed ranges to FindBuffer, which ends in a crash due to non-existing StartPosition. This change makes the callers check before calling. Bug: 927034 Change-Id: Ie0c3c121161b418f0cd2d1902e15e8f50384f4f6 Reviewed-on: https://chromium-review.googlesource.com/c/1452016Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#629055}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/7085305f6eda..d01c504e0c18 git log 7085305f6eda..d01c504e0c18 --date=short --no-merges --format='%ad %ae %s' 2019-02-05 jmadill@chromium.org Fix issues with config whitelisting. 2019-02-05 courtneygo@google.com Do not call eglMakeCurrent with invalid parameters Created with: gclient setdep -r src/third_party/angle@d01c504e0c18 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 BUG=chromium:928583 TBR=geofflang@chromium.org Change-Id: If151d780532cdd4728795b331c1f898faa5f7d49 Reviewed-on: https://chromium-review.googlesource.com/c/1454077Reviewed-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@{#629054}
-
Yutaka Hirano authored
This is a speculative fix for a crash. When midi::MidiManagerAndroid is destructed, notify that to the Java counterpart to avoid calling methods on the destroyed instance. Bug: 921349 Change-Id: I699cdf433af61e750709b7a132d464e6875764ad Reviewed-on: https://chromium-review.googlesource.com/c/1420505 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#629053}
-
Kenichi Ishibashi authored
The execution context of a service worker could be destroyed while fetching data and/or scheduling idle tasks for eager code caching. Check if the context is still valid before using it. Bug: 928568 Change-Id: I78ab54bf345b91cfc195cfa89bbe4876d69d32fd Reviewed-on: https://chromium-review.googlesource.com/c/1454057Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#629052}
-
Yutaka Hirano authored
It is possible that OnTransferSizeUpdated cancels the request, so check that before using the request information. Bug: 926849 Change-Id: I65155716d2f02c2871eb1cf48928524f1f7f1c4c Reviewed-on: https://chromium-review.googlesource.com/c/1454157Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#629051}
-
Alexey Baskakov authored
Two instances may interfere in their constructors, Inits or Start side effects. - TestWebAppProviderCreator in action. - Make WebAppProvider::Reset method `private`. Drive-By: Remove AreWebAppsEnabled check in SystemWebAppManager. We don't even create WebAppProvider object (including its parts) for such profiles. Bug: 920062 Change-Id: I6f884718532ce5a89926b8265f5d704da7103a5d Reviewed-on: https://chromium-review.googlesource.com/c/1446259Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#629050}
-
Victor Costan authored
Googletest is (at last) converging with industry-standard terminology [1]. We previously called test suites "test cases", which was rather confusing for folks coming from any other testing framework. Chrome now has a googltest version that supports _TEST_SUITE_ macros instead of _TEST_CASE_, so this CL cleans up some of the outdated usage. [1] https://github.com/google/googletest/blob/master/googletest/docs/primer.md#beware-of-the-nomenclature This CL was uploaded by git cl split. R=oysteine@chromium.org Bug: 925652 Change-Id: I97f943a16bbb76b399792056004b3e8397372f5c Reviewed-on: https://chromium-review.googlesource.com/c/1438275Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#629049}
-
Robbie McElrath authored
This reverts commit f80c6591. Reason for revert: https://findit-for-me.appspot.com/waterfall/flake/flake-culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vZjgwYzY1OTE4N2RlYzBiZTI2ODIwZjAyMTk5ODZlMzAwMzEyODhkYww I think findit is right :( Original change's description: > Enable the Network Service by default on ChromeOS. > > This CL also adds a non_network_service_gtests group of browser tests > that run with the network service disabled. > > Bug: 920038 > Change-Id: Iab74a7f4fe95cda4182d6e363659e28b59c47521 > Reviewed-on: https://chromium-review.googlesource.com/c/1448337 > Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Cr-Commit-Position: refs/heads/master@{#628988} TBR=jam@chromium.org,martiniss@chromium.org,jbudorick@chromium.org,rmcelrath@chromium.org Change-Id: I4f1064a4ce6a2c6ce8e2da3bf5757a8d1d3f06ad No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 920038 Reviewed-on: https://chromium-review.googlesource.com/c/1454121Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#629048}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 487a6e55. With Chromium commits locally applied on WPT: c64e59c2 "Deflake RTCPeerConnection-track-stats.https.html." 14c11107 "Implement `Sec-CH-Lang`" c49d046d "Initial support for WorkletAnimation.playbackRate" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I185c8da8b083f7302966f4e1ba315d2b39c27003 Reviewed-on: https://chromium-review.googlesource.com/c/1453367Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#629047}
-
Alexey Baskakov authored
- BookmarkAppInstaller was not used. - BookmarkAppInstallFinalizer will become a subclass for web_app::InstallFinalizer to represent a final phase for unified BMO install. TBR=benwells@chromium.org Bug: 915043 Change-Id: If1d30c38e920c64ddc117d62333b9e5b3fb33b6e Reviewed-on: https://chromium-review.googlesource.com/c/1453678Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#629046}
-
Erik Anderson authored
Bug: 613551 Change-Id: Iae24d871757964d0d1faa28888ddf33c4568732a Reviewed-on: https://chromium-review.googlesource.com/c/1447322 Commit-Queue: Erik Anderson <Erik.Anderson@microsoft.com> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#629045}
-
Yoshifumi Inoue authored
This patch adds missing |explicit| modifier to |FindBuffer| constructor to avoid implicit type conversion for improving code health. This patch is follow-up of CL[1] which introduces this constructor. [1] http://crrev.com/c/1424677 Allow FindBuffer to find text bounded by a range Change-Id: Ic4bf4d675ef26ff36687a6cfb1feb995e20a37de Reviewed-on: https://chromium-review.googlesource.com/c/1454056Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#629044}
-
Jazz Xu authored
Set Z translate to 0 in order to use hardware acceleration, which allows a smoother transition. Bug: 921578 Change-Id: Id30a8b2c05d5b789545bb0203ee9eecbb49ce4ff Reviewed-on: https://chromium-review.googlesource.com/c/1409818 Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#629043}
-
Takuto Ikuta authored
This is re-land of https://chromium-review.googlesource.com/c/chromium/src/+/1437040 In below CL, I changed to use the same llvm toolchain for libassistant and explicitly enable lld. http://shortn/_cvCNGqccgB I'll re-land this after the internal src roll including above CL. Bug: 923168 Change-Id: Ib1a0677066900e0946ed71b6531c9a63d4585ce5 Reviewed-on: https://chromium-review.googlesource.com/c/1442018Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#629042}
-
Tsuyoshi Horo authored
Currently the buffer size is 64KB. So if the HTML file in the signed exchange is larger than 64KB, loading the signed exchange could be very slow because SourceStreamToDataPipe must wait the IPC from the renderer process after the buffer has been fulfilled. Thic CL change it to 512KB which is the same value as MojoAsyncResourceHandler's kDefaultAllocationSize and network::URLLoader's one. Bug: 803774 Change-Id: I02dabf4bfd0625c28c9795df9f57c78014d95ee2 Reviewed-on: https://chromium-review.googlesource.com/c/1453398 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#629041}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2f386623a7f7..bbd0f4fe6259 Created with: gclient setdep -r src-internal@bbd0f4fe6259 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: Id658902edb7bfd1bd87bbfe59dc9c0aa2a2ae6df Reviewed-on: https://chromium-review.googlesource.com/c/1453937Reviewed-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@{#629040}
-
Andrew Comminos authored
Adds an implementation of isInputPending that queries the main thread scheduler for input events that have yet to be dispatched to the main thread. Adds a manual test to test the 'click' event type while the main thread is blocked via isInputPending. Bug: 910421 Change-Id: Ibf188b9b08e0461aedd734e781a21ba627c6ce4f Reviewed-on: https://chromium-review.googlesource.com/c/1344816 Commit-Queue: Andrew Comminos <acomminos@fb.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#629039}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=kariah@chromium.org Change-Id: I8fb091367da55115bed1d259ff493ea6925f01e2 Reviewed-on: https://chromium-review.googlesource.com/c/1454116Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#629038}
-
Hasan Khalil authored
Flipping flags through 12:01 PM, Jan 25, 2019 UTC-5 https://chromium-review.googlesource.com/c/1453716/ In QUIC, change packet number sentinel value to uint64_max. No functional change expected. Protected by gfe2_restart_flag_quic_uint64max_uninitialized_pn. Merge internal change: 230911012 https://chromium-review.googlesource.com/c/1450345/ Oops: C++ << operator likes to print uint8_t's as characters instead of numbers
💣 only changes log format Merge internal change: 230622149 https://chromium-review.googlesource.com/c/1450344/ Correctly rotate server configs based on time in QuicCryptoServerConfig. Protected by FLAGS_quic_reloadable_flag_quic_fix_config_rotation Merge internal change: 230599972 https://chromium-review.googlesource.com/c/1450343/ Move two identical expressions into a new IsNextConfigReady method in QuicCryptoServerConfig. Merge internal change: 230586878 https://chromium-review.googlesource.com/c/1450342/ Platformize gfe2::Epoll* classes. Introduces the following typedefs: * QuicEpollServer * QuicEpollEvent * QuicEpollAlarmBase * QuicEpollCallbackInterface Merge internal change: 230584007 https://chromium-review.googlesource.com/c/1450341/ Deprecate --gfe2_restart_flag_quic_no_ephemeral_key_source Merge internal change: 230575182 https://chromium-review.googlesource.com/c/1450340/ Remove quic_goog_cc We are now injecting SendAlgorithm directly from quartc, and goog cc sender was mocked out to return BBR anyway. Removing legacy code. Merge internal change: 230537783 https://chromium-review.googlesource.com/c/1450339/ Deprecate --quic_proxy_use_real_packet_format_when_reject. Merge internal change: 230517312 https://chromium-review.googlesource.com/c/1450337/ Deprecate FLAGS_quic_reloadable_flag_quic_new_lru_cache Merge internal change: 230413095 https://chromium-review.googlesource.com/c/1450336/ Deprecate FLAGS_quic_reloadable_flag_quic_optimize_encryption_established. Merge internal change: 230382814 https://chromium-review.googlesource.com/c/1450335/ Deprecate --quic_send_reset_for_post_handshake_connections_without_termination_packets. Merge internal change: 230373631 https://chromium-review.googlesource.com/c/1450334/ R=rch@chromium.org Change-Id: I0d79a5fdd3920b46e65e2189a66cfb1ac68151c6 Reviewed-on: https://chromium-review.googlesource.com/c/1453736 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#629037}
-
Joel Hockey authored
Use label 'External storage' for removalbe media rather than "/media/removable". BUG=928566 Change-Id: I433baf235474397457608d8f0647fabdc4a9553f Reviewed-on: https://chromium-review.googlesource.com/c/1453557 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#629036}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2d35a1c87553..bb60677d5244 git log 2d35a1c87553..bb60677d5244 --date=short --no-merges --format='%ad %ae %s' 2019-02-05 robertphillips@google.com Move caps and FP factory cache to GrContext_Base Created with: gclient setdep -r src/third_party/skia@bb60677d5244 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=fmalita@chromium.org Change-Id: I7e7d6e8784bab067a3544d7716b342218f495070 Reviewed-on: https://chromium-review.googlesource.com/c/1453085Reviewed-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@{#629035}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Ic274073051e045859fd641d239022b029073837f Reviewed-on: https://chromium-review.googlesource.com/c/1453084Reviewed-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@{#629034}
-
Ehsan Chiniforooshan authored
I forgot to update the trace event name when I changed the CL to log full samples instead of deltas. BUG=927067 Change-Id: Iafa58b37dfd68392ae784dfbb31bcd31d0784a31 Reviewed-on: https://chromium-review.googlesource.com/c/1448687Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: Ehsan Chiniforooshan <chiniforooshan@chromium.org> Cr-Commit-Position: refs/heads/master@{#629033}
-
Kent Tamura authored
Also, make some member functions private or protected. This CL has no behavior changes. Bug: 927166 Change-Id: Ibca7dbca6c5a372686d71074b8ef60f1bf03a47c Reviewed-on: https://chromium-review.googlesource.com/c/1453776Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#629032}
-
Adrienne Walker authored
This is flaky on Nexus 9. However, due to the existing webview skip, there's not a way to mark this as non-webview flaky + webview skip. So, just mark it as skipped with a comment. Bug: 834933,928585 Change-Id: I39a72c28a9c76f2ef722fa225e38ad14b400ffa7 Reviewed-on: https://chromium-review.googlesource.com/c/1453803 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@{#629031}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/f1b856210702..fef199e2a2aa git log f1b856210702..fef199e2a2aa --date=short --no-merges --format='%ad %ae %s' 2019-02-05 thestig@chromium.org Use size_t for BlockData in CXFA_TextLayout. 2019-02-05 tsepez@chromium.org Add XFA event pseudomodel test. 2019-02-05 tsepez@chromium.org Add coverage for cjx_signaturepseudomodel.cpp. 2019-02-05 thestig@chromium.org Simplify a conditional in CXFA_TextLayout::ItemBlocks(). Created with: gclient setdep -r src/third_party/pdfium@fef199e2a2aa 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: I6417447fb25501d3e1facc5b783344fb63049499 Reviewed-on: https://chromium-review.googlesource.com/c/1453083Reviewed-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@{#629030}
-