- 31 Oct, 2018 40 commits
-
-
Joshua Bell authored
The request for "Allow Indexed DB?" passed along the origin and the name of the database being accessed (or description of the operation). The former is used for the actual permission check. The latter was unused. Remove the parameter throughout the plumbing, including legacy IPC and Mojo pathways. Change-Id: I6e81670c34c748492545cd4954b2e913f9e1aef4 Reviewed-on: https://chromium-review.googlesource.com/c/1306914Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#604168}
-
Zhuoyu Qian authored
https://google.github.io/styleguide/cppguide.html#Namespace_Names > Namespace names are all lower-case. This CL has no behavior changes. Bug: 889726 Change-Id: If445645ad9a714a1d8498d08829300457a0ea845 Reviewed-on: https://chromium-review.googlesource.com/c/1308954Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Zhuoyu Qian <zhuoyu.qian@samsung.com> Cr-Commit-Position: refs/heads/master@{#604167}
-
Hiroki Nakagawa authored
This is a mechanical cleanup CL for making it easier to add new use counter tests. Bug: 900444 Change-Id: Ib8d3c708c0f6ed1fd00b00bbcc9e873097cccd64 Reviewed-on: https://chromium-review.googlesource.com/c/1308240 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#604166}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/761322d458ea..6386fdec9f49 git log 761322d458ea..6386fdec9f49 --date=short --no-merges --format='%ad %ae %s' 2018-10-31 briannorris@chromium.org cros flash: don't depend on 'cgpt' 2018-10-30 ahassani@chromium.org chromeos_config: Run paygen for <board>-payloads-tryjobs Created with: gclient setdep -r src/third_party/chromite@6386fdec9f49 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: Ida8e4c0060b135e71b929b0f15119bed7a2250da Reviewed-on: https://chromium-review.googlesource.com/c/1309330Reviewed-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@{#604165}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b3f887b82310..b00b28ee5067 git log b3f887b82310..b00b28ee5067 --date=short --no-merges --format='%ad %ae %s' 2018-10-31 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0cb3899c..7e85c092 (603959:604065) Created with: gclient setdep -r src/third_party/webrtc@b00b28ee5067 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: Ia83c94db30d2462bf20fe14d4e1435f241223ce0 Reviewed-on: https://chromium-review.googlesource.com/c/1309327Reviewed-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@{#604164}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9bf8120cabd6..69a72945dcdd git log 9bf8120cabd6..69a72945dcdd --date=short --no-merges --format='%ad %ae %s' 2018-10-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 7cba6be85a14..193a284d34d2 (7 commits) 2018-10-31 caryclark@skia.org added MakeFromYUVATextures to docs Created with: gclient setdep -r src/third_party/skia@69a72945dcdd 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-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;master.tryserver.blink:linux_trusty_blink_rel TBR=herb@chromium.org Change-Id: I3bcfad73a8b32647eafb0f861c49a9a291c42d6a Reviewed-on: https://chromium-review.googlesource.com/c/1309329Reviewed-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@{#604163}
-
Kent Tamura authored
https://google.github.io/styleguide/cppguide.html#Namespace_Names > Namespace names are all lower-case. This CL has no behavior changes. Bug: 889726 Change-Id: I2a6bc371f5c28c1afa906fd54ea66dd98aacea7f Reviewed-on: https://chromium-review.googlesource.com/c/1307359Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#604162}
-
Donn Denman authored
This reverts commit 0036bbd0. Reason for revert: Ran out of time to try the development pipeline DETAILS: Just whitespace changes from the original. Original change's description: > [TTS] Write snippet to UKM for offline development > > Writes a snippet-hash and doc-id to UKM iff a command-line flag is > set that allows this development-only data to be logged. Disabled > on Beta and Stable channels. > > See go/ukm-cs-5, go/ukm-dev-data, go/cs-sanitized for details. > > Unfortunately our ContextualSearchDelegate cannot decode a JSON 64bit value > so we now expect to receive these new data in string format. > > Also fix a bug in the existing Ranker code: the native logger cannot log > 64-bit values, so we rename some misleading methods. Also, we need to break > these new data up into high/low 32-bit values when we log to Ranker. > > BUG=894568, 872902 > > Change-Id: Id0dd3ac218bafeb23396f010c340e5e5531799f0 > Reviewed-on: https://chromium-review.googlesource.com/c/1264591 > Reviewed-by: Robert Kaplow (sloooow) <rkaplow@chromium.org> > Reviewed-by: Ramin Halavati <rhalavati@chromium.org> > Reviewed-by: Theresa <twellington@chromium.org> > Reviewed-by: Andrew Moylan <amoylan@chromium.org> > Commit-Queue: Donn Denman <donnd@chromium.org> > Cr-Commit-Position: refs/heads/master@{#599258} TBR=rkaplow@chromium.org,donnd@chromium.org,twellington@chromium.org,amoylan@chromium.org,rhalavati@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 894568, 872902 Change-Id: I99cc44bf1f89cace8548957e75acbcdd2cfe9afa Reviewed-on: https://chromium-review.googlesource.com/c/1308102 Commit-Queue: Donn Denman <donnd@chromium.org> Reviewed-by:
Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#604161}
-
Esmael El-Moslimany authored
Bug: 899187 Change-Id: Ib640ceeec2abeb1f6ad1411cc10633018f85e303 Reviewed-on: https://chromium-review.googlesource.com/c/1308076 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#604160}
-
Koji Ishii authored
Following bot results are included. 11229 11240 11250 11260 11265 41 lines were removed and 9 lines were deflaked by consecutive results since 11202. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Change-Id: I259e27620abb6d07377e1a98bfcef68145d1bad2 Reviewed-on: https://chromium-review.googlesource.com/c/1307913 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#604159}
-
Yutaka Hirano authored
Wait until the response body arrives at the client side before cancelling the loader in order not to rely on a certain scheduling policy. Bug: 896159 Change-Id: Ifdacae1bd257ca12f57e64aed2fbffb5b5d1ab72 Reviewed-on: https://chromium-review.googlesource.com/c/1304173Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#604158}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a847559555af..d54a42bd9174 Created with: gclient setdep -r src-internal@d54a42bd9174 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: Ic1270e3697cd18a1ee13e4afd7d71fb742f251cd Reviewed-on: https://chromium-review.googlesource.com/c/1309328Reviewed-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@{#604157}
-
Dominick Ng authored
RecordMetrics() is called after browser startup and then no more than once per hour of browser use. It must fetch all site engagement content settings and calculate statistics over them, and on some Android devices it blocks the UI thread for 2500ms. This is bad since Android will kill the browser if the UI thread is busy for more than 5 seconds. This CL refactors the method to make it less expensive. In particular: - a duplicate call to SiteEngagementService::GetAllDetails is eliminated - SiteEngagementService::GetAllDetails (the fetch method) is refactored so that it may be run as a background task to free the UI thread. This involved eliminating all calls to HostContentSettingsMapFactory::GetForProfile as this method DCHECKs that it is on the UI thread. After this CL, SiteEngagementService::GetAllDetails() is called once in SiteEngagementService::RecordMetrics(), and that one call happens on a background thread. Other callers to the method continue to call it on the UI thread; future work may convert the method to be callback-driven so that it is never called on the UI thread. BUG=900022 Change-Id: Ie661b915891ddf981ac4a3049e8e96b73b23684d Reviewed-on: https://chromium-review.googlesource.com/c/1307018 Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#604156}
-
Koji Ishii authored
This patch re-uses line box fragments where possible. Overall approach is: 1. Line box NGPaintFragment is marked as dirty when modified. This was done in separate patches by yosin@, and is being improved further. 2. On the beginning of layout, if NGPaintFragment exists for the inline formatting context and re-using is possible, copy them to NGFragmentBuilder. 3. Setup the internal states and break token so that NGBlockLayoutAlgorithm can continue from the copied fragments. This is very initial patch. Not much improvements are seen in blink_perf.layout yet, but at this stage, the reuse is only for very limited conditions, and I'm finding cases where we mark dirty too much (fixing in parallel.) Also some cases we're slowing down, due to the overhead to check the reusability but ended up with no reuse. The code to check is also target to be profiled for more optimizations. Bug: 636993 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ib0f24ece25bf666f67042a915ed75e0b5d2b4356 Reviewed-on: https://chromium-review.googlesource.com/c/1196724 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#604155}
-
Hajime Hoshi authored
As |notification_task_runner_| can execute V8, this must not be the default task runner. Use a per-frame task runner instead. Bug: 870606 Change-Id: I6537fa2fae5f9b5e831476be815220cc3e783711 Reviewed-on: https://chromium-review.googlesource.com/c/1307360Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#604154}
-
Christopher Cameron authored
Update AppShimHandler::OnShimLaunch to take a AppShimHostBootstrap, and use that to create an AppShimHost, rather than having the caller create the AppShimHost. * Have the method for AppShimHost creation be in the AppShimHandler::Delegate class for overriding in tests. * This sets us up to have the AppShimHost be created before the app shim process has completed launching (and thereby be able to queue up creating windows in the app shim process). Add to AppShimHandler::Host's public interface an OnBootstrapConnected function, where the AppShimHandler::Host takes ownership of the app shim process. * This is currently always called immediately after the AppShimHost's creation, but that will change in the next patch. Make the tests rely more heavily on the real classes instead of fake stubs. In particular, I plan to remove AppShimHandler::Host as an abstract interface because the tests cover much more ground when run on the real test (and the one real implementation, AppShimHost, has no other public methods). Make one subtle change in the tests. In the event of a duplicate app launch, the app's windows will be focused by the existing AppShimHost, because we don't create an AppShimHost in the event of any failure. This has the same user-visible behavior (because the windows being focused are the same). Re-land of crrev.com/603821 TBR=dominickn Bug: 896917 Change-Id: I4efc493d048e898d86aca736244a8e5a5672ccef Reviewed-on: https://chromium-review.googlesource.com/c/1309222Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#604153}
-
Xiaocheng Hu authored
This patch changes |PreviousWordPosition()| to utilize |TextSegments| class to make |PreviousWordPosition()| work with LayoutNG. This patch also reveals an existing bug (or feature?) in editing boundary adjustments, as shown in the changed layout test. Bug: 778507, 900060 Change-Id: Ic797c960715576dc85a946a7b34b0be568c19805 Reviewed-on: https://chromium-review.googlesource.com/c/1307056Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#604152}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f170af48e449..9afc6490c148 git log f170af48e449..9afc6490c148 --date=short --no-merges --format='%ad %ae %s' 2018-10-30 martiniss@google.com Manual roll for new run logic 2018-10-30 ehmaldonado@chromium.org git-cl: Report Gerrit RPC requests information. 2018-10-30 tandrii@chromium.org git cl upload: set CQ and Auto Submit labels through refspec. 2018-10-30 tandrii@chromium.org git cl upload: cc + reviewers in git push for chromium host. Created with: gclient setdep -r src/third_party/depot_tools@9afc6490c148 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. BUG=chromium:646142,chromium:897394,chromium:877717,chromium:877717 TBR=agable@chromium.org Change-Id: I5adb7abe91c8c607d94920bb83bc01d7bb9559d8 Reviewed-on: https://chromium-review.googlesource.com/c/1308703Reviewed-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@{#604151}
-
Jamie Madill authored
This config will be used to stage Linux Nvidia driver upgrades. Bug: 887241 Change-Id: I05a5d7ec3109c4892faf8453ba4733d03dc8242c Reviewed-on: https://chromium-review.googlesource.com/c/1286986Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#604150}
-
Lei Zhang authored
Change-Id: I0c3fd5349b0ee3791948d24bde664fd253d0c560 Reviewed-on: https://chromium-review.googlesource.com/c/1258053Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#604149}
-
Martin Kreichgauer authored
CtapMakeCredentialRequest and CtapGetAssertionRequest previously only stored the hashed client data. This moves hashing out of AuthenticatorImpl and into these request classes so that FidoAuthenticator instances have access to the unhashed string if they require (e.g. in the Windows WebAuthn API). Bug: 898718 Change-Id: I4a08987a0be5d6ca07318d37f8c0bcc6c8612a06 Reviewed-on: https://chromium-review.googlesource.com/c/1300677 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Jun Choi <hongjunchoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#604148}
-
Luciano Pacheco authored
This test is flaky/failing on MSAN, disabling until is fixed. TBR: joelhockey@chromium.org Bug: 899664 Change-Id: I89646e80d9bbb8735d0056c26c882b056b4c9e97 Reviewed-on: https://chromium-review.googlesource.com/c/1308239Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#604147}
-
Xiaocheng Hu authored
This patch stops passing VisiblePosition to the functions, and hoists creation of VisiblePosition to the callers, to decrease the usage of VisiblePosition. This is a preparation for a VP-free version of Previous/NextPositionOf() Bug: 657237 Change-Id: I46fe45f9c28458e1dbffddf26b106372ff433fd1 Reviewed-on: https://chromium-review.googlesource.com/c/1309142Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#604146}
-
Fergal Daly authored
* accessibility/element-role-mapping-normal.html * accessibility/table-header-column-row.html The flakiness is due to slowness which is fixed by https://crrev.com/c/1306965 Bug: 898049,899885 Change-Id: If4a9a770833344b3b55e89bbc3379f3cc9560e0e Reviewed-on: https://chromium-review.googlesource.com/c/1309375Reviewed-by:
Yi Gu <yigu@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#604145}
-
Naoki Fukino authored
Files app and its companion apps recognizes *.3gp files as 3GP video files, but they don't recognize *.3gpp files. Since ARC++ Camera app saves captured video with *.3gpp extension, it should be handled correctly. Bug: 844252 Test: Manually tested repro steps on Kevin. Change-Id: If5c84bdb00188f123a739d5ddffceb741880278d Reviewed-on: https://chromium-review.googlesource.com/c/1308955Reviewed-by:
Stuart Langley <slangley@chromium.org> Commit-Queue: Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#604144}
-
Luciano Pacheco authored
Add MYFILES_VOLUME_ENABLED in private strings to be able to have the feature flag in the JS/UI code. Change VolumeManager to use MyFiles folder for Downloads volume, the method |GetMyFilesFolderForProfile| takes care of returning the right value based on the feature flag MyFilesVolume. Change NavigationListModel to support MyFiles as Volume when MyFilesVolume feature flag is enabled: 1. MyFiles volume is the Downloads volume (after the feature flag is removed we can rename it accordingly). Setup Downloads volume as VolumeEntry, 2. Create a NavigationModelFakeItem with "My files" label, based on the VolumeEntry (step #1). 3. Skip adding "Downloads" to Myfiles, since now MyFiles is in fact Downloads volume. 4. Continue to add Linux and Play files to Myfiles. Test: unit_tests --gtest_filter='VolumeManagerTest.GetVolumeListMyFilesVolume' and browser_test --gtest_filter='FileManagerJsTest.DirectoryTreeTest:FileManagerJsTest.NavigationList*' Bug: 873539 Change-Id: Ia242d52a1e4d7b4fb3c7ca219d9cfdc4fce72543 Reviewed-on: https://chromium-review.googlesource.com/c/1308235 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#604143}
-
Tsuyoshi Horo authored
TBR=karandeepb@chromium.org Bug: 900447,696822 Change-Id: I963f072f0c43f644e18fd29adc9d1784ea6b28e7 Reviewed-on: https://chromium-review.googlesource.com/c/1309376 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#604142}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9877e8407b5c..9bf8120cabd6 git log 9877e8407b5c..9bf8120cabd6 --date=short --no-merges --format='%ad %ae %s' 2018-10-30 jvanverth@google.com More YUV cleanup 2018-10-30 herb@google.com Remove uniqueID fields from SkGlyphRun 2018-10-30 herb@google.com Cleanup interface between SkGlyphRunPainter and SkDraw 2018-10-30 kjlubick@google.com [canvaskit] Expose nima animation as POC 2018-10-30 brianosman@google.com Pass and return GrColor4h by const& when possible 2018-10-30 caryclark@skia.org remove SkPaint Align from doc examples 2018-10-30 mtklein@google.com remove old shader routines from SkColor4Shader 2018-10-30 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-10-30 kjlubick@google.com Refactor Nima code Created with: gclient setdep -r src/third_party/skia@9bf8120cabd6 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-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;master.tryserver.blink:linux_trusty_blink_rel TBR=herb@chromium.org Change-Id: Idf6a2bc5615a9c2e88ef78a7f2fb831de52b2f5b Reviewed-on: https://chromium-review.googlesource.com/c/1309325Reviewed-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@{#604141}
-
dpapad authored
Also remove paper-item-body element, which was never used. Bug: 843350 Change-Id: I01f940f47856a6e739b9844ba194c85a19901fa4 Reviewed-on: https://chromium-review.googlesource.com/c/1307073 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#604140}
-
Vikas Soni authored
Disable AImageReader on Imagination and NVIDIA gpu as they are buggy. Remove android version checks for disabling AImageReader as its not required. Bug: 838725 Change-Id: Ie05ecffbec4f758175a38bed81da98aed2aebeb3 Reviewed-on: https://chromium-review.googlesource.com/c/1308602Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: vikas soni <vikassoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#604139}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/295328449111..1e185db4498d git log 295328449111..1e185db4498d --date=short --no-merges --format='%ad %ae %s' 2018-10-31 thestig@chromium.org Roll tools/clang/ 7792d28b0..3041f30dd (3 commits) 2018-10-30 tsepez@chromium.org Follow-up from CFX_GlobalData rename. 2018-10-30 tsepez@chromium.org Rename CJS_{KeyValue,GlobalData,GlobalVariableArray}.{h,cpp} to CFX_ 2018-10-30 tsepez@chromium.org Test error cases in util.printd() and printx(). 2018-10-30 tsepez@chromium.org Prefer single-byte form of CFX_V8::NewString() with literals. 2018-10-30 thestig@chromium.org Clean up CPDF_RenderOptions and CPDF_OCContext. 2018-10-30 tsepez@chromium.org JSMessage::kUnknownMethod and kTooManyOccurances are XFA-Only. 2018-10-30 tsepez@chromium.org Better testing for AFRange_Validate. Created with: gclient setdep -r src/third_party/pdfium@1e185db4498d 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: I1f7d7b0c8d81a32c2c80bf2937d93e032ebe7c33 Reviewed-on: https://chromium-review.googlesource.com/c/1309326Reviewed-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@{#604138}
-
Giovanni Ortuño Urquidi authored
StartScan just send the command directly to the active adapter. Future iterations will cause the state to change to kTransitioning, and support concurrent calls. Bug: 870192 Change-Id: I54da3c6026d474a9e70bc744bd03dfde1a3e766e Reviewed-on: https://chromium-review.googlesource.com/c/1295609 Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Ovidio Henriquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#604137}
-
Regan Hsu authored
Add success of enabling and disabling features for devices. Bug: 870138 Change-Id: I27a96eceb4d1c9ec3fe00ad37c1606785ab4449d Reviewed-on: https://chromium-review.googlesource.com/c/1306915 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#604136}
-
Danyao Wang authored
Refactored |webView:didCommitNavigation| and |webView:didFinishNavigation| to allow DCHECK as early as possible in both methods. Bug: 893154 Change-Id: Ia4b480b87ddbcb66df19e22a1f9d0113e277fc3e Reviewed-on: https://chromium-review.googlesource.com/c/1303050 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#604135}
-
khmel@chromium.org authored
BUG=b/118447711 TEST=Manually + unit-test Change-Id: If307a9f64bf8a6e8937bc4b17683ef621155c786 Reviewed-on: https://chromium-review.googlesource.com/c/1300690Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#604134}
-
Eric Karl authored
This CL sets EnableGpuRasterizationViewportRestriction to false on bots, removing the restriction that GPU rasterization is only used for mobile sites on Android. This will allow us to collect data on performance and memory impact and prepare for launch. Bug: 899399 Change-Id: I60e7c8ab99020c4a4a498ce9cc924de012ad8b64 Reviewed-on: https://chromium-review.googlesource.com/c/1306345 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
enne <enne@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#604133}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/af9dd6080188..193a284d34d2 git log af9dd6080188..193a284d34d2 --date=short --no-merges --format='%ad %ae %s' 2018-10-30 jmadill@chromium.org Vulkan: Split vk::CommandGraphResource. 2018-10-30 jmadill@chromium.org Make perf tests faster in correctness-only mode. 2018-10-30 syoussefi@chromium.org Run DifferentStencilMasks tests 2018-10-30 jmadill@chromium.org Try to reduce variance in angle_perftests. 2018-10-30 jmadill@chromium.org Vulkan: Enable more perf tests. 2018-10-30 jmadill@chromium.org Vulkan: Add warnings for cache struct packing. Created with: gclient setdep -r src/third_party/angle@193a284d34d2 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:806557 TBR=ynovikov@chromium.org Change-Id: Ib1b19719f3892ec093455e3a6bbc042457b118fd Reviewed-on: https://chromium-review.googlesource.com/c/1309324Reviewed-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@{#604132}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/5e1c1c293b07..9662809abb16 git log 5e1c1c293b07..9662809abb16 --date=short --no-merges --format='%ad %ae %s' 2018-10-30 dtu@chromium.org [pinpoint] Show full stack trace on invalid user input. 2018-10-30 achuith@chromium.org Disable sounds when running chromeos tests. 2018-10-30 ulan@chromium.org Fix summary options for the MMU metric histogram. Created with: gclient setdep -r src/third_party/catapult@9662809abb16 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:900275 TBR=sullivan@chromium.org Change-Id: Ieac3b98e597b7d9535a9aaa18e0f389eb6c73c23 Reviewed-on: https://chromium-review.googlesource.com/c/1309076Reviewed-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@{#604131}
-
Koji Ishii authored
This patch rebaselines paint invalidation test results for when floats within an inline formatting context changed, because our reuse-line-box in phase 1 is not going to support when there are floats/oof in the inline formatting context. Bug: 714962 Change-Id: I617a4e198d3dfa0b70b22356074451392d9ed748 Reviewed-on: https://chromium-review.googlesource.com/c/1307031Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#604130}
-
John Z Wu authored
This fixes issues where string resources are not found on ios tests. Change-Id: Iaff172daad6100ba2036a90bd6e685c205ab8cbf Reviewed-on: https://chromium-review.googlesource.com/c/1302328Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#604129}
-