- 19 Aug, 2019 40 commits
-
-
Kenneth Russell authored
Geoff has nearly single-handedly developed the passthrough command decoder and is well versed in the code in this directory. Bug: none Change-Id: Ic2e87bd485b4274270abbd562a729b84d3637c63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758737Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Victor Miura <vmiura@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#688298}
-
Hesen Zhang authored
- Moved IconConverter ownership to IconStore. - Added MockIconConverter in the unittest for future use. - Cleaned-up all other legacy icon_converter uses in codebase. Bug: 963290 Change-Id: I3ae60dcc8df936033d1c72eb806d54f485f0519a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1759206 Commit-Queue: Hesen Zhang <hesen@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#688297}
-
Tomasz Wiszkowski authored
This fixes Finch presubmit warning for GroupSuggestionsBySearchVsUrl experiment. Bug: 990865 Change-Id: Id294e8de22098e7d5750fb393f6f7ed158ad12c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760459Reviewed-by:
Ender <ender@google.com> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Auto-Submit: Ender <ender@google.com> Commit-Queue: Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#688296}
-
Theresa Wellington authored
Bug: 994293 Change-Id: I2446ed845f08b5173ac25fe836e50b114f58cf45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756545 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#688295}
-
Michael Thiessen authored
When we get asked to close a tab, actually close the tab before finishing the Activity for tests that test that a tab actually closes (and proactively defend against tabs that were closed sticking around after relaunching). Bug: 983743 Change-Id: I61771961edd8524b851bffc741a9b37e28e524e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758629 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#688294}
-
Manu Cornet authored
Add a test to prevent future regressions. BUG=991919 Change-Id: I41ebd4f5cee6375f0cb2d510b8d4e91d356a1bc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761226Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#688293}
-
Simon Que authored
These builders no longer exist. The Milo UI entries are blank: https://ci.chromium.org/p/chromium/g/chromium.goma.migration/console R=bpastene@chromium.org, jbudorick@chromium.org, tikuta@chromium.org Bug: 950413 Change-Id: I362d1e4260f949c9ce32f228828ffb6ed0910f8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761332Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#688292}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7dcd6b790228..1c3b93db4826 Created with: gclient setdep -r src-internal@1c3b93db4826 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 Change-Id: Id327494c09eae96e9c3ba79cb5621538f88f2747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761195Reviewed-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@{#688291}
-
Ted Choc authored
BUG=992838 Change-Id: Idc6ab38c6f40224188312f9f6804857fcf48828f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757299 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Ender <ender@google.com> Cr-Commit-Position: refs/heads/master@{#688290}
-
Robert Sesek authored
- chrome_content_browser_client.cc: Include the --disk-cache-dir switch value when computing GetNetworkContextsParentDirectory(). - network_quality_estimator_prefs_browsertest.cc: Create the network state file in the profile directory, rather than a temp directory, since the network service sandbox does not permit accessing the latter. - service_process_control_browsertest.cc: Only override the child process path when launching the service process, so that the path override does not affect other child process types. - shell_browser_main_parts_mac.mm: Expand the sandbox for the //net test certificates when running the shell outside of browser tests. - shell_content_browser_client.cc: Implement GetNetworkContextsParentDirectory() for Content Shell's profile. Bug: 915910 Change-Id: Ifbe481abdfed9d00c694865282ba316033749867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756153Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#688289}
-
Takuto Ikuta authored
For https://chromium-review.googlesource.com/c/chromium/src/+/1755125 Bug: 876922 Change-Id: I944eb771d41b4aa93db271a58eff025139d64aea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1757956 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#688288}
-
siyua authored
Strings provided in go/auth-cm Bug: 991037 Change-Id: I8e64c447484aee2d03038fa2385cbcc174797608 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758594 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#688287}
-
Peter Kotwicz authored
This CL: - Removes id parameter from WebApkInfo#create() - Introduces builder class for WebApkInfo - WebApkInfoBuilder - and refactors tests to use it - Removes test-only 14 arg WebappInfo#create() method and switches tests to use WebappInfo#create() version which takes intent as input - Introduces method to create minimal intent for building WebappInfo - WebappTestHelper#createMinimalWebappIntent() - Changes WebApkUkmRecorder to work with tests which where WebApkInfo#manifestUrl() returns null BUG=None Change-Id: I7d2eb49c47509f6581e579fb05f3b9c7330eeca6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1759927Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#688286}
-
Jeremy Roman authored
Specifically, this bit: https://wicg.github.io/portals/#htmlportalelement-may-have-a-guest-browsing-context And explicit tracking of the adopted predecessor element and just-adopted flag: https://wicg.github.io/portals/#portalactivateevent-adopted-predecessor-element https://wicg.github.io/portals/#htmlportalelement-just-adopted-flag Some additional refactoring to follow. Change-Id: If7ef036ed8ab6e95e7857d143cfeada41a9eb8fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760682Reviewed-by:
Lucas Gadani <lfg@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#688285}
-
Matt Falkenhagen authored
The thread ServiceWorkerContextCore lives on (the "core thread") will move from the IO thread to the UI thread. This makes some code used in navigation be core thread-aware instead of assuming the IO thread. This allows many content_browsertests for ServiceWorker to pass when ServiceWorkerOnUI is enabled. Bug: 824858 Change-Id: I3e70cf88f615e77a8f45370eea002b6b344e1511 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760829 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#688284}
-
Avery Musbach authored
Change-Id: I543f2206d7c3ab0ef32433f98139ea052bd93bd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761318Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Avery Musbach <amusbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#688283}
-
Herb Derby authored
Most of the fields for Settings are not used. Just pass the distance field text capability as a bool. See matching CL: https://skia-review.googlesource.com/c/skia/+/235102 Change-Id: I0c0d4db0386ce98dbd5856129e5a60ab28d6ac61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758438Reviewed-by:
Ben Wagner <bungeman@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Herb Derby <herb@google.com> Cr-Commit-Position: refs/heads/master@{#688282}
-
Dominik Röttsches authored
This will prefer performing DWrite API based font fallback on all Windowses, particularly on Windows 8.0 and below, where API based fallback was previously not available and hard-coded lookup tables were used. A content feature is used to flip the switch on this as a last-resort deactivation method, should this lead to unexpected fallback problems. Bug: 976737 Change-Id: I65d160a573a625ea60a866bacfd12dd0d8a5935a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753006 Commit-Queue: Dominik Röttsches <drott@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Dominik Röttsches <drott@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#688281}
-
Wei Li authored
Add a new feature flag HappinessTrackingSurveysForDesktopDemo to allow designer/dev/testing team to directly invoke the survey related UI for tests. This flag allows users to bypass the triggering mechanisms to directly invoke Survey bubble UI on NTP. BUG=979530 TEST=either use command line "--enable-features=HappinessTrackingSurveysForDesktopDemo" or by changing the corresponding flag in chrome://flags, user can directly see user happiness survey bubble on a New Tab Page. Change-Id: Ibc17ba729fb01cb33c9245ba25ce1dc2cbbf304c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1759287Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#688280}
-
Alex Newcomer authored
Either we are attempting to emplace() past the last element of the vector, or the index is negative somehow. Fix the first condition and check for the second. Bug: 992344 Change-Id: Id3f6a71a9d5ab3ad41079f9ed1fa7067238faae8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761295 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#688279}
-
Marijn Kruisselbrink authored
Don't try to force every error into a base::File::Error, instead have our own enum and a custom error message. This should make it easier for web developers to debug what is going on. Also switches some DOMException constructor usage to using V8ThrowDOMException which results in the exception messages actually being shown in dev-tools. Bug: 971268, 991544 Change-Id: Id5128363bf5410ed08c1f4e65ebbe4b4bee93d7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1738654 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#688278}
-
Takuto Ikuta authored
Bug: 988833 Change-Id: I0e6fa963b46363415226dbda74933984c180653d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760827 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Glenn Hartmann <hartmanng@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#688277}
-
liberato@chromium.org authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/e0e3133c40fb..0f36d36f4973 $ git log e0e3133c4..0f36d36f4 --date=short --no-merges --format='%ad %ae %s' 2019-08-01 liberato Roll FFmpeg for M78 2019-07-31 liberato Comment out HAVE_VALGRIND_VALGRIND_H in asm headers. 2019-07-30 andriy.gelman lavfi/zmq: Avoid mem copy past the end of input buffer 2019-07-30 lq FATE: add hls single file mode test case 2019-07-10 michael tools/target_dec_fuzzer: fix memleak of extradata (...) 2019-07-04 michael avcodec/huffyuvdec: Check vertical subsampling in hymt 2019-07-03 michael avcodec/huffyuv: remove gray8a (the format is listed but not supported by the implementation) 2019-07-11 michael tools/target_dec_fuzzer: Remove redundant av_free() 2019-07-11 michael avcodec/mpc8: Fixes invalid shift in mpc8_decode_frame() 2019-07-13 onemda avfilter/af_aiir: do not ignore k option for audio filtering Created with: roll-dep src/third_party/ffmpeg Bug: 985463 Change-Id: I02b69cbd4b48b02ea7c998bb3efcb21f6fc7bba0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737071Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#688276}
-
Takuto Ikuta authored
Bug: 988833 Change-Id: I8175e1b3f3627db1a8419fbabe570e5c6f3978b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760828 Commit-Queue: Kenneth Russell <kbr@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#688275}
-
Abhishek Bhardwaj authored
This change makes the max timeout, after which DarkResumeController notifies the power daemon that it's okay to resuspend, configurable. This is needed for upcoming boards that need to do more work in dark resume and will set the command line option added in this change. BUG=924762 TEST=Unit tests. Change-Id: I658f4c77d2e6dd3a4391fb60971447426875600d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1649035 Commit-Queue: Abhishek Bhardwaj <abhishekbh@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#688274}
-
Ryan Powell authored
This CL creates the SystemMemoryPressureEvaluator for Windows, as part of a refactoring of the MemoryPressureMonitor to use the Voter-Aggregator design described here: https://docs.google.com/document/d/1W3FPDyjIAKBcFGNYsHA3EKR1FHrJlbBaqT4_RUnxzq0/edit?ts=5d3f5714#heading=h.7nki9mck5t64 This Evaluator calculates memory pressure and emits notifications identically to the previous Monitor, but does so by casting its votes for memory pressure through a MemoryPressureVoter. Bug: 980965 Change-Id: Ib2fe6e7699762c209411a08ea1c938998bffe641 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1721376Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Ryan Powell <ryanpow@google.com> Cr-Commit-Position: refs/heads/master@{#688273}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 067cbde1. With Chromium commits locally applied on WPT: 25797c4b "Port some css-fonts-{3,4} interpolation tests to WPT" 067cbde1 "[webnfc] A follow-up for nfc-mock.js" 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 Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: I3f13dcdc24081bbffca9043386a37b84a84de637 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760417Reviewed-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@{#688272}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/4935770daa8e..9bf01811ac13 git log 4935770daa8e..9bf01811ac13 --date=short --no-merges --format='%ad %ae %s' 2019-08-19 tsepez@chromium.org Remove some more CPDFXFA_* type usage from fpdfsdk/cpdfsdk_* 2019-08-19 thestig@chromium.org Simplify CPDF_ToUnicodeMap::Lookup(). Created with: gclient setdep -r src/third_party/pdfium@9bf01811ac13 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=pdfium-deps-rolls@chromium.org Bug: None Change-Id: Ifc2ce8d6a5cd679fcf5a1e0ca286fc5da6d6f3e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761218Reviewed-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@{#688271}
-
Umesh Patil authored
Bug: b/139671272 Change-Id: I9044de4ba7d75788b10deb4c005a35c964f8f417 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761236Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Umesh Patil <upatil@google.com> Cr-Commit-Position: refs/heads/master@{#688270}
-
Andrew Xu authored
Refactor the handling functions for gesture scrolling in ScrollableShelfView. This CL makes preparations for the incoming CL which handles the gesture fling event. Bug: 973481 Change-Id: Ia25daf84043e38c0c03f7dbf73b7beb204b5bcab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760545 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#688269}
-
Daksh Idnani authored
Update platform tags for gpu integration tests and webgl conformance integration tests to include tags for all GPUs. Bug: 985486, 984780, angleproject:3701 Change-Id: I17c3ad90e42e815b1aff26a1d202a0f63d6a2f81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761193Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#688268}
-
Yaron Friedman authored
While looking at some OWNERS files I'm in and trying to make sense of the clients, realized that these are unneeded Change-Id: Ifb8d3a4039c8d074aa03b0b34251dec0110ec376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761223Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#688267}
-
Dana Fried authored
Currently, it's possible for a tab hover card to be blank if it's displayed when a page is loading for the first time. This CL changes the behavior so that in that state, the title that is shown is "Loading..." (or localized equivalent) unless the page has crashed in which case a "Crashed." message appears. The URL that is displayed in this case is the visible URL, not the committed URL, so it's obvious to the user *which* page is loading. Bug: 981103 Change-Id: I082088ac42bf32c37a2dc3ed220c68ba5d5400da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760669 Commit-Queue: Dana Fried <dfried@chromium.org> Auto-Submit: Dana Fried <dfried@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#688266}
-
Peter Wen authored
Making ModuleInstallerImpl package-private ensures that callers use the ModuleInstaller interface instead of depending directly on the implementation. Also add stricter parameters and requirements for ModuleInstaller#initActivity to ensure that SplitCompat#install is called in the right order (Application first then Activities). Add /* package */ to classes only used within its package, remove some redundant public method modifiers in interfaces since all methods in interfaces are public by default. Bug: 981084 Change-Id: I4826b2d716fb04fea8b59ed2eff14eb72c843ec7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761048 Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#688265}
-
John Budorick authored
This reverts commit 34844187. Reason for revert: bot is underprovisioned at current build rate. Original change's description: > Add directory-based CQ for the SKV bot > > The SkiaRenderer Vulkan Android bot was breaking frequently. We > want to add it to the CQ for likely-impactful directories. This > should help maintain the SKV bot. > > Bug: 979431 > Change-Id: Id332ab4de1b2deac7ad4c53ef8e92351d176b58a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753667 > Reviewed-by: Eric Karl <ericrk@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Commit-Queue: Chris Blume <cblume@chromium.org> > Cr-Commit-Position: refs/heads/master@{#687332} TBR=jonross@chromium.org,jbudorick@chromium.org,cblume@chromium.org,ericrk@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 979431 Change-Id: I1c140d90fd4f4021ac914d12ea63d077d6ec3771 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761309Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#688264}
-
Xiaocheng Hu authored
Bug: 825895 Change-Id: I98e3327a82352a90db9a74b1adc4b62ffd54c4ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758834Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#688263}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/73b9263523ee..df7093214c55 git log 73b9263523ee..df7093214c55 --date=short --no-merges --format='%ad %ae %s' 2019-08-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@df7093214c55 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-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=agable@chromium.org Bug: None Change-Id: Ifec5eeef7d880e2c1bdb23ed4b1921e784930426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761209Reviewed-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@{#688262}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/82c85d4f089f..d272ed1e68f8 git log 82c85d4f089f..d272ed1e68f8 --date=short --no-merges --format='%ad %ae %s' 2019-08-19 saklein@chromium.org Build API README: Better explained proto changes process. Created with: gclient setdep -r src/third_party/chromite@d272ed1e68f8 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: If78b82d39d975f039574ff90d3b7ce5b31f6cac8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761167Reviewed-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@{#688261}
-
Frank Tang authored
https://chromium.googlesource.com/chromium/deps/icu.git/+log/9a5af81f5..2b2ee71 2b2ee71 Add android_small/icudatl_extra.dat. 4ae379e Allow 'icupkg' to build data package without dependency check. 4de2cfd Merge the uptream pull/682 to prepare for Android extra data package. Bug: chromium:969181 Change-Id: Ia4cca333a23cf1eda8c5ceb7da979a72ec7a1320 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760863Reviewed-by:
Jungshik Shin <jshin@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#688260}
-
Robbie Gibson authored
Bug: 991539 Change-Id: Ibd47e2d2ef209fa86400136af8d135f82898c1c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760225 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#688259}
-