- 30 Jul, 2019 40 commits
-
-
Kenichi Ishibashi authored
Service workers and some worklets don't depend on WorkerClients anymore. Don't create WorkerClients for these workers/worklets. Bug: 988335 Change-Id: Ie556b1ced23c06500d86b55b062b7c4ca26375a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722944 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#682171}
-
Noel Gordon authored
CL:1535465 did not really disable this test in DEBUG, it still runs on CQ bots in DEBUG where it hits the bot time-out limit often. Disabling a test in DEBUG is a little tricky: use !defined(NDEBUG) !! Tbr: adanilo@ Bug: 944697, 936429 Change-Id: I5e6311e91d630d0ec999b624b282dcaf16ff5bfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724293Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#682170}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/7dec2d1c5689..34f8bd8c4850 git log 7dec2d1c5689..34f8bd8c4850 --date=short --no-merges --format='%ad %ae %s' 2019-07-30 shaobo.yan@intel.com Dynamic Buffer Offset : OpenGL Backend Created with: gclient setdep -r src/third_party/dawn@34f8bd8c4850 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: Ic96b764411162e7917d99ea1fa82efac7e97a1ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725424Reviewed-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@{#682169}
-
Takashi Toyoshima authored
This final patch does following cleanup. - Use uint64_t rather than int64_t in DataSource interface - Be careful for integer overflow - Remove IsValid, and just make consequent Read fail on wrong data sources - Add SetRange to FileDataSource rather than implicitly relying on seek position - FileURLLoaderFactory cleanup to utilize design changes above Bug: 983023 Change-Id: Ic58ca4445555103866187e20aed69f631e866231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1712562 Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#682168}
-
Ankit Kumar 🌪️ authored
This CL adds a test for validating the paragraph and heading support in PDF accessibility pipeline. A single PDF has been added which has a heading and multiple paragraphs. Bug: 981448 Change-Id: I40fe2b958e29fba2c8e0d98de254c438ad6ea248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1723851Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Cr-Commit-Position: refs/heads/master@{#682167} -
Giovanni Ortuño Urquidi authored
Mojo JS Lite Bindings were recently renamed to align with the new C++ names. This CL changes usage of the old names with the new ones. See bug for more details. Also adds snippets_interals:closure_compile to the closure_compile target so that type checks are run. Bug: 968369 Change-Id: I1af11449962172036b3f24f16e7fe9570d37ee2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717731Reviewed-by:
Patrick Noland <pnoland@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#682166}
-
Rakina Zata Amni authored
TBR=lukasza@chromium.org No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 988938 Change-Id: Ia5dea649dd8dd15ff4af5abbcd65d60b4d0b1e39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724154Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#682165}
-
Julie Jeongeun Kim authored
This CL is a part of moving access token management to OAuth2AccessTokenManager. It is specifically a step toward folding O2TS into PO2TS now that O2TS is only one subclass of PO2TS. It introduces HandleAccessTokenFetch in OAuth2AccessTokenManagerTest to test that StartRequest checks HandleAccessTokenFetch() from |delegate_| before FetchOAuth2Token. Bug: 967598 Change-Id: I48802ef0fd0b2c353040234a2ca105b7b73cda27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722363 Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#682164}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/cbabea734cbd..a79c2440f653 git log cbabea734cbd..a79c2440f653 --date=short --no-merges --format='%ad %ae %s' 2019-07-30 timvp@google.com Make libEGL function pointers hidden in symbol table Created with: gclient setdep -r src/third_party/angle@a79c2440f653 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@google.com Bug: None Change-Id: Iae098c8c0739e469189749f87eada87936f8ea38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725423Reviewed-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@{#682163}
-
inglorion authored
This reverts commit b58c0181 (crrev.com/c/1715505). Reason for revert: causes crashes in browser_tests (crbug.com/988887). Bug: 988887 Change-Id: Iacb009a129c66c905b15b4f81544d3ad25706de6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725323 Auto-Submit: Bob Haarman <inglorion@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#682162}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e68b5bd4e6e9..bff2939b6249 git log e68b5bd4e6e9..bff2939b6249 --date=short --no-merges --format='%ad %ae %s' 2019-07-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3575550a711b..e6092f3bc901 (9 commits) Created with: gclient setdep -r src/third_party/skia@bff2939b6249 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=benjaminwagner@google.com Bug: chromium:None Change-Id: I71cec5acf40ddc1494b8612e503336647e8edd3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725298Reviewed-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@{#682161}
-
Rakina Zata Amni authored
TBR=arakeri@microsoft.com No-try: true No-presubmit: true No-Tree-Checks: true Bug: 987115 Change-Id: I4a040cb9695d4b41f20417cfb139eab51918459a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725475Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#682160}
-
Julie Jeongeun Kim authored
This CL is a part of moving access token management to OAuth2AccessTokenManager. It is specifically a step toward folding O2TS into PO2TS now that O2TS is only one subclass of PO2TS. It introduces ClearCacheForAccount in O2ATMtest to test that ClearCacheForAccount() clears caches for the specified account and removes ClearCacheForAccount() from PO2TS since it's only used by PO2TS. So, PO2TS calls ClearCacheForAccount() through |token_manager_| instead of having a helper method. Bug: 967598 Change-Id: I0986221195b734693c8370e21f3302578511b28c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715071 Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#682159}
-
Ricky Liang authored
When the system gets busy, it's possible for the video capture buffer pool to run out of buffers temporarily. Instead of raising an exception we should handle the case gracefully, dropping a camera frame in the worst case. Design doc: go/cros-camera:dd:zero-copy Bug: 982201 Change-Id: I23d2e45b8427bd36ea663410817e4361252823c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1712844Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Ricky Liang <jcliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#682158}
-
Maksim Sisov authored
In Sway, presentation callbacks may come much earlier than we send submission callbacks. That results in unexpected crashes in GbmSurfacelessWayland, because of early presentation callbacks. Briefly, a submitted frame may not receive the submission callback and not be moved to the list waiting for presentation frames. That means GbmSurfacelessWayland::OnPresentation accesses an invalid pointer to a frame when the presentation feedback comes. Bug: 974456 Change-Id: Iae7ab57a00d06f0dde6057ed05df885239e099bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719013Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#682157}
-
Alexey Baskakov authored
We will get rid of web_applications/bookmark_apps/ directory. Drive-by: Move //chrome/browser/web_applications public_deps into just deps to unveil some GN errors. Bug: 973324 Change-Id: Ia5004f8cfa745c6ebf70f54793c823fc9624768f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725630 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#682156}
-
Rakina Zata Amni authored
TBR=finnur@chromium.org No-try: true No-presubmit: true No-Tree-Checks: true Bug: 988934 Change-Id: I095ad457e98009da560676498d8ca77acc414e2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725131Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#682155}
-
Abhijeet Kandalkar authored
The primary goal of this CL is to convert usage of |functions| of interface AudioFocusManager and port dependent files to adopt new implementation. Bug: 955171 Change-Id: I2c8f269b2b36034b9ebc5beb1aef56ee3db691b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715367 Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#682154}
-
Yusuke Sato authored
I'm not really working on the IME stuff these days. BUG=None TEST=None Change-Id: I37ac476be426d9f5e5b53ef819989af9976732fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725289Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#682153}
-
Gayane Petrosyan authored
This CL also updates colors in enums.xml. It is ok to update and reuse for new colors because we don't have meaningful data with previous enum anyway. screenshot: https://screenshot.googleplex.com/Ab4bvTyG9Sg.png Bug: 988198 Change-Id: Idd1dfc319f4ff67762a724244990bfe435e9b52d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722150 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#682152}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a0fe3506d1a8..b24e912d9bae Created with: gclient setdep -r src-internal@b24e912d9bae The AutoRoll server is located here: https://skia-autoroll.corp.goog/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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: Id34a0345221d838688d667b73931f1d436048da2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725297Reviewed-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@{#682151}
-
Miyoung Shin authored
This CL renames mojo to mojom and *_struct_traits.* to *_mojom_traits.* in //ui/gfx/range. *_struct_traits.* => *_mojom_traits.* ui/gfx/range/mojo => ui/gfx/range/mojom Bug: 806965 Change-Id: Iba3f3c48cd5bfe48fa2064f29db3c4f4837321a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722364 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#682150}
-
Maksim Sisov authored
PlatformWindow has already had SetTitle API. Thus, just plumb it and make setting a title of platform windows work in ozone builds. Bug: 988397, 988396 Change-Id: I225ff1d3def90bb0eb37b63af4d37353f344906d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722936Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#682149}
-
huangs authored
The chrome://usb-internals page in //chrome/browser/resources/usb_internals suffered from the following: 1. BUILD.gn is unused by build due to lack of linkage, thereby causing the subsequent problems to be hidden. 2. BUILD.gn has target name inconsistencies (re. "device_pages"), and missing dependencies. 3. The JS files missed Closure compilation, and accumulated many errors (~130, half of which are from missing dependencies). This CL fixes the above problems, thereby unblocking resource refactoring to enable chrome://usb-internals page's inclusion into the DevUI DFM for Chrome on Android. Bug: 987642, 927131 Change-Id: I4f352445d20598052f7eae5401f1e8ec10faf9e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719649 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#682148}
-
Anders Hartvoll Ruud authored
This CL refactors CSSBorderImageLengthBoxInterpolationType such that the non-interpolable part is a NonInterpolableList. This allows us to re-use the code for list creation and composition in ListInterpolationFunctions. Bug: 981024 Change-Id: I70b5e440778cdfd0e64d2bfe3a2993e281f60ec0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722546 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#682147}
-
Kenichi Ishibashi authored
IndexedDBClient was a WorkerClient and it provided AllowIndexedDB(). IDBFactory extracted an IndexedDBClient from execution context to call AllowIndexedDB(). However this was an unnecessary abstraction and we can directly implement AllowIndexedDB() in IDBFactory. This CL removes IndexedDBClient to remove the abstraction. This eliminates creating a GarbageCollection object. This CL doesn't have behavioral changes. Bug: 988335 Change-Id: Ia6948cf195abf53335609d2ddb2a02bd7c7faa84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722276Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#682146}
-
Khushal authored
When using the SurfaceControl API, the damage rect specified for doing partial invalidations of a Surface should be in the content space (including pre-transform for rotations). Since we were currently setting it in screen space, this caused a rendering bug on devices using the damage rect. For now, avoid setting any damage rect on the Surface. This will result in full invalidation of the Surface for each draw. While its not ideal, its consistent with SurfaceView based rendering path. We can attempt to use partial damage going forward, with some benchmarking, once SurfaceControl is launched/stable. Note that we still take advantage of only compositing the damaged region in chrome's display compositor. This change only makes it so this region is not forwarded to the system compositor. R=zmo@chromium.org Bug: 988857 Change-Id: I625dcda578e90aa81324c4e35f739bd44b83c3f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725416 Auto-Submit: Khushal <khushalsagar@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#682145}
-
John Abd-El-Malek authored
Bug: 934009 Change-Id: I35e6ef2d8cbf7e3c7ace06d7d80bf382605405fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725269 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#682144}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/bd0b0262..bfd47a6a Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I2348706e083bd9cbf7fc4fe349fa2d37c6489809 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724560Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#682143}
-
Istiaque Ahmed authored
It is unsafe to deal with an Extension* after the underlying extension is uninstalled or unloaded. So make TestExtensionRegistryObserver::WaitForExtensionUninstalled return scoped_refptr<const Extension> to avoid UaF possibilities. Bug: 987775 Change-Id: Iccb9929b004d9aa4988f7ea32aae48f775e8d651 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721019 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#682142}
-
Christopher Lam authored
Bug: 980846 Change-Id: I143a064686771bc1fe8a14ed5258208ba77ece13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720429Reviewed-by:
Kuo Jen Wei <inker@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#682141}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/84cf6f97b5e9..a0fe3506d1a8 Created with: gclient setdep -r src-internal@a0fe3506d1a8 The AutoRoll server is located here: https://skia-autoroll.corp.goog/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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None,chromium:None,chromium:None Change-Id: I0828ef30583eb83c3c89d2cba1693a7664cd0751 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725274Reviewed-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@{#682140}
-
Sadrul Habib Chowdhury authored
Merge some of the impelmentations between rendering.desktop and rendering.mobile benchmarks, to avoid duplicating code and the list of UMA metrics to monitor. BUG=790761 Change-Id: I2f93a96beb70a1c33ba1543430be5727c32f9ac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724813 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#682139}
-
Yuki Shiino authored
- rename common.py to composition_parts.py - make Identifier and Component own classes - remove non-informative comments Bug: 839389 Change-Id: Ia7b5d17810bb6ad39873effa3a7e2fc8ffeda348 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724270Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#682138}
-
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: I7448af3ab35ae8169b86defbb6f4fa56eae1ce15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1719025 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#682137}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/0395e7c66a5f..2f01e42cf4f3 git log 0395e7c66a5f..2f01e42cf4f3 --date=short --no-merges --format='%ad %ae %s' 2019-07-30 eashanbhatt@google.com cros_build_lib: Add strict to GetBoard() 2019-07-30 eashanbhatt@google.com cros_chrome_sdk: Sets fallback-versions parser type to int. Created with: gclient setdep -r src/third_party/chromite@2f01e42cf4f3 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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I7c0e7e888aa69f0ceb3291f69b35f1ba6fc627d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725239Reviewed-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@{#682136}
-
Peter Boström authored
Bug: None Change-Id: Ic53917460d7cc0e68868e5c37a94df42ee930a65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725007Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#682135}
-
Aaron Leventhal authored
Bug: none Change-Id: Idb194b7aa4735b1fcfaf43906037d058a8cdd3f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695969 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#682134}
-
Clark DuVall authored
We will now get the frame data from the RenderFrameHost when needed. We still need the map singleton to store the deleted frame info for beacon requests. Bug: 980774 Change-Id: I3bee8834b00897119f7493981a5080df26794bf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721933Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#682133}
-
Wez authored
Since we currently run all test suites in a "headless" environment, and use the Ozone "headless" platform for tests which need Ozone, we don't (and can't) have tests make use of Scenic nor Vulkan services. Removing these services from the sandbox ensures that no dependencies on them creep in to our test suites, which is important since requesting a service provided by Scenic may actually cause Scenic to be (re)launched, potentially leading to hard to diagnose flakiness. Bug: DX-1801 Change-Id: Id26fa23664d4b693dab8514ae8957229432c6034 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716339 Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#682132}
-