- 10 Apr, 2019 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/77b3499b8809..0743a1400d8b git log 77b3499b8809..0743a1400d8b --date=short --no-merges --format='%ad %ae %s' 2019-04-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@0743a1400d8b 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 Change-Id: I58978411558ed1f6807abe99e3043e64dfa445fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561783Reviewed-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@{#649700}
-
Brandon Jones authored
This value should only be false if the XR compositor is making use of the layer's depth buffer, and since none of them do at the moment this forces it to report true all the time. Bug: 949810 Change-Id: I27e756983aebf4e173bcbf2485db28e06defbfa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1554181Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Auto-Submit: Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#649699}
-
Xiaohui Chen authored
This reverts commit a49e194d. Reason for revert: breaks ChromeOS Assistant key Bug: b:130291631 Original change's description: > Chrome OS: Add DOM |code| mappings for new action keys. > > Wilco emits action key codes directly from kernel instead of > function-key codes. This CL adds new Dom codes or fixes existing Dom > codes accordingly. They are: > > key code Dom code > ----------------------------------------------------- > KEY_SCALE SHOW_ALL_WINDOWS (new) > KEY_SWITCHVIDEOMODE DISPLAY_TOGGLE_INT_EXT (new) > KEY_ZOOM ZOOM_TOGGLE (fix evdev/xkb value) > KEY_ASSISTANT LAUNCH_ASSISTANT (fix HID value) > > Also removed invalid dom-code values for ZOOM_TOGGLE and > LAUNCH_ASSISTANT. > > Bug: 949730, 950099 > Change-Id: I3028cdcab82a4f806fc3a84f5b5bd64ffea053ce > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549725 > Reviewed-by: Wez <wez@chromium.org> > Commit-Queue: Georges Winkenbach <gwink@chromium.org> > Cr-Commit-Position: refs/heads/master@{#648388} TBR=wez@chromium.org,garykac@chromium.org,dtor@chromium.org,gwink@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 949730, 950099 Change-Id: If1e0fc961eff0a08936d535dde4504542fe64058 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562618Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#649698}
-
Sean Topping authored
CastWebContentsImpl now has an associated browser test. This allows us to test various content scenarios, such as net errors, content errors, and page crashes. It also tests the standard lifecycle of a CastWebContents, and verifies various state transitions. This new test prompted some modifications to the CastWebContentsImpl class, including some more descriptive comments on CWC's intended behavior. Bug: internal b/67864604 Bug: internal b/130190264 Test: cast_shell_browsertests Change-Id: Ibe24207cf091634cb046898276258579d9234b9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560492 Commit-Queue: Sean Topping <seantopping@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#649697}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/76a9a97fb2a1..34cbc5442a11 git log 76a9a97fb2a1..34cbc5442a11 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 jonahr@google.com Use ANGLE's gpu_info_util libraries for test expectations 2019-04-10 ynovikov@chromium.org Skip EGLSurfaceTest.SwapInterval on Nexus 5X and 6P GLES Created with: gclient setdep -r src/third_party/angle@34cbc5442a11 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=ynovikov@chromium.org Change-Id: I5ceab00aac9426b350955a2c062f26ac28024a3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562498Reviewed-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@{#649696}
-
Malay Keshav authored
When the unified system tray is animating it uses a separate layer to to perform blur and animation. This layer does not have a mask applied to it for performance bottlenecks and thus does not have any rounded corner clipping. This patch modifies this and applies the shader rounded corner on the layer. Bug: 898329 Change-Id: I9fed724e4659960710c3daee5e33ec92e2223fb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562624Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Cr-Commit-Position: refs/heads/master@{#649695}
-
Ahmed Mehfooz authored
Test: Manually tested UI Change-Id: Ic92814101b9b8fd25c77ef9fb2f44b1531f7ceac Bug: 951486 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562223 Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#649694}
-
Mustafa Emre Acer authored
This CL adds the ability to compare navigated domain against engaged sites using edit distance. It also moves around some code without making functional changes. Bug: 942160 Change-Id: I8d0de1f6cebfb10fefef2e379a84e3818d759daa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555004 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#649693}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/c62d4b70f2c7..8ca352dcc024 git log c62d4b70f2c7..8ca352dcc024 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 pprabhu@chromium.org lib: Use a subdirectory of /tmp for UNIX domain sockets Created with: gclient setdep -r src/third_party/chromite@8ca352dcc024 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@chromium.org Change-Id: Icff1d5515cb8ccd7f7dcb76fade519d5c439612b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562065Reviewed-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@{#649692}
-
Ahmed Mehfooz authored
Test: Manually Tested UI Change-Id: Ia64891de1bceb262e4ad7f9fe5732fb4bcf34109 Bug: 951488 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561848 Auto-Submit: Ahmed Mehfooz <amehfooz@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#649691}
-
Min Chen authored
Add |source_device_id_| for Accelerator. Then the InputDevice can be gotten from the |source_device_id_| when perform the accelerator. This is added to differentiate the side volume button from all the other volume control input currently. Bug: 937907 Change-Id: Iec90a6b35cef9db6e6eaceb50aef26c07ba1b3ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559434 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#649690}
-
Jeremy Klein authored
Just contains a minor comment update. Bug: b/123091364 Change-Id: If3f15b61fd50973cffb0d761e8f8e98171ee7b05 Tested: Just a comment change. Not needed. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1552135 Auto-Submit: Jeremy Klein <jlklein@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Jeremy Klein <jlklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#649689}
-
Miyoung Shin authored
This reverts commit e7a24ceb. Reason for revert: Suspected cause of Use-after-poison in blink::ThreadableLoader::Cancel Original change's description: > Move content::ManifestFetcher in blink > > This is a part of moving manifest implementation to blink. > This CL moves content::ManifestFetcher to blink and introduces > WebManifestFetcher in blink/public/web to expose the fetcher to > content::ManifestManager. > > Bug: 704441 > Change-Id: Ia4114390f124973542aca0151d06baec82fdaec1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548972 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > Commit-Queue: Miyoung Shin <myid.shin@igalia.com> > Cr-Commit-Position: refs/heads/master@{#649147} TBR=dgozman@chromium.org,yhirano@chromium.org,haraken@chromium.org,dominickn@chromium.org,myid.shin@igalia.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 704441 Change-Id: I719bf26205f0aa1377ad5ab320fcd23f3e187ac6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562572Reviewed-by:
Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#649688}
-
Adam Langley authored
In crbug.com/946242, the privacy reviewer asked to move the security keys line next to “Manage Certificates”. This change moves it just below that entry. Bug: 870892 Change-Id: I617084d2d640c3bbc54e02a709e327a1e3d79ef8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562580 Commit-Queue: Adam Langley <agl@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#649687}
-
Jun Mukai authored
The v1 app frames change its visibility on overview mode, therefore the SchedulePaint() should be called. Normal browser windows don't have to. Bug: 949227, 951405 Test: manually Change-Id: If448b1d0eb016dfad2522545e3e62f102ed1f9da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562073Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#649686}
-
sczs authored
-InfobarPasswordTableVC now uses TableViewTextEditItem so the password and username fields can be edited. -Adds validation that disables the Save/Update button if the password is blank. -Adds disable property and styling to TableViewTextButtonItem. Screenshots: https://drive.google.com/open?id=1GO3Z-sqLMUmfuPtBkQnp27jqKjbn-dSy https://drive.google.com/open?id=1x5ob2m5kXtvnghUlUXxXHW6O0g1SPHkO Bug: 945478 Change-Id: Icfab83033d7edd3b3b686a3e4efce4c098a149a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559763Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#649685}
-
danakj authored
Change-Id: I3267fc0fce77e4369e48eac8eefdcf2c30a5c50d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558623 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#649684}
-
Dana Fried authored
We have old tab background caching from before TabStyle was created. The intent was to save the background shape so it can be re-blitted to the screen when a tab is repainted, rather than having to re-render the various paths again. However, it appears that there was no significant benefit; see timings in the following doc: https://docs.google.com/document/d/1TKnkLW--6-sU-Q-NbgVMhX5m7_AbJIMv5xuJJMuXDXA (google internal, sorry - will share out a public version at some point) This strongly appears to be a premature optimization, so for the sake of reducing code complexity we're removing the unnecessary caching. We can add salient optimizations back in later if necessary. Change-Id: I90a0edd027c933feea86b70d7779b72dcd9f6ca6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555507Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#649683}
-
chaopeng authored
This is a reland of 61450bbc Original change's description: > Recreate DirectManipulationHelper when every LRWHH UpdateParent > > Compositor and window event target is associated with window's parent. We call > LRWHH UpdateParent when window's parent update, includes window's parent > actually update and window initialize. Recreate DirectManipulationHelper on > every window's parent update helps keep DirectManipulationHelper lifecycle > tracking simpler. We also make CompositorAnimationObserver owned by > DirectManipulationHelper. > > With this changes, we start the DirectManipulation event polling when > DirectManipulationHelper created and stop when it destroyed. The issue should be > fix since event polling start no more depends on DM_POINTERHITTEST. > > > This also includes 2 refactoring changes: > > 1. Move CompositorAnimationObserver into DirectManipulationHelper. > 2. Call ZoomToRect to reset viewport of DirectManipulation when viewport is > actually transformed in RUNNING - READAY sequence. > > Bug: 914914 > Change-Id: I0a63f9a407e0231d631e64f2b22a9975471f2fd9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547049 > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#649342} TBR=sky@chromium.org Bug: 914914 Change-Id: Ic0c8aa84d21fe7a88fd9d3552dbd5ffdb6adcc4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562582 Commit-Queue: Jianpeng Chao <chaopeng@chromium.org> Reviewed-by:
Jianpeng Chao <chaopeng@chromium.org> Cr-Commit-Position: refs/heads/master@{#649682}
-
Roberto Carrillo authored
This reverts commit 9abefd14. Reason for revert: This CL has been identified as causing a breakage when merging coverage data for instrumented browser_tests. This is currently blocking a P0 Original change's description: > performance_browser_tests: Stabilize around AV-sync, run with AudioService. > > Ensures that the separate, sandboxed Audio Service process is being used > when the tests are run. Also, prevents tests from failing due to recent > breakage of AV-sync measurement methodology (fix is being researched). > > Bug: 940087 > Change-Id: I0d7189ba9ce0d03bc8401a636085b4cc0f779920 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1555713 > Auto-Submit: Yuri Wiitala <miu@chromium.org> > Commit-Queue: Caleb Rouleau <crouleau@chromium.org> > Reviewed-by: Caleb Rouleau <crouleau@chromium.org> > Cr-Commit-Position: refs/heads/master@{#648503} TBR=miu@chromium.org,crouleau@chromium.org,rkc@chromium.org,sajjadm@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 940087 Change-Id: I3655a0031f3fe1d12f4f4a23fa73cd4a5abefc1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562306 Commit-Queue: Roberto Carrillo <robertocn@chromium.org> Reviewed-by:
Rahul Chaturvedi <rkc@chromium.org> Reviewed-by:
Roberto Carrillo <robertocn@chromium.org> Cr-Commit-Position: refs/heads/master@{#649681}
-
Elly Fong-Jones authored
This flag is no longer used. Bug: None Change-Id: I9f035a7b236a80f457f6f142749ed51310e123af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561633 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#649680}
-
Dan Sanders authored
TBR: hiroh@chromium.org Bug: 951428 Change-Id: I3859b3900576776b884b1a0de52f5f3df34d2d83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562610Reviewed-by:
Dan Sanders <sandersd@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#649679}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f8d4d2df5377..b60f2a72fcb3 git log f8d4d2df5377..b60f2a72fcb3 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 benjhayden@chromium.org Add ConfigRequest and ConfigCacheRequest to spa 2019-04-10 benjhayden@chromium.org Add /api/config 2019-04-10 rmhasan@google.com [Typ] Make sure that the full test name is passed to _load_via_load_tests Created with: gclient setdep -r src/third_party/catapult@b60f2a72fcb3 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:865515,chromium:865515,chromium:698902 TBR=skyostil@chromium.org Change-Id: Ie5972a6058ba1568ebcdd6ba8e07b0f9d076cc0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562491Reviewed-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@{#649678}
-
Dan Elphick authored
Set on an Array can throw exceptions if for instance Object.defineProperty is called on Array.prototype, so use CreateDataProperty instead. Bug: v8:7283, v8:8834 Change-Id: I144951b5c9c1cb0801aa5394bf6f7df58f4a6d54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1561127 Auto-Submit: Dan Elphick <delphick@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#649677}
-
iOS Autoroller authored
Roll Material Roboto Font Loader to bc63eabbbd1e14cee0779b05827e08db2e413553 TBR=smut Change-Id: I25bd4c5cce78b022a9d081283fa7a311e1ca8a27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562514Reviewed-by:
iOS Autoroller <ios-autoroller@chromium.org> Commit-Queue: iOS Autoroller <ios-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#649676}
-
Aga Wronska authored
Clear information about profile policy requirements from known user database when account type is changed. It will enforce establishing the information again and fix problems resulting from incorrect information being cached. It fixes problem when policy is not fetched for account that changed type to child when DMServerOAuthForChildUser is turned on. Bug: 951238 Test: Manually changing account type and regular child user sign in Change-Id: Iaab25af95d7f4dd818001aae1e2acab7cd0135e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558901Reviewed-by:
Drew Wilson <atwilson@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#649675}
-
Kenneth Russell authored
Set up buildbucket for dawn-mac-x64-deps-rel trybot. Bug: 950021 Bug: 948902 Change-Id: I0e64633e5f929821676e97039a8afb27644c858d No-Try: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562617Reviewed-by:
smut <smut@google.com> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#649674}
-
Xiyuan Xia authored
DragTab fails at about 25% in classic mode under FindIt flake analysis. It seems that the mouse move to detach the tab sometimes does not go through when the post event callback is invoked. Add a WaitForNoPointerHoldLock before sending the mouse move to make sure the event is handled before its post process callback. Bug: 942599 Change-Id: Ieea45562b4c8ca7e1ee6bcd9f5cda2a938d1000f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562085Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#649673}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/44034bca7d3e..b9516868546e git log 44034bca7d3e..b9516868546e --date=short --no-merges --format='%ad %ae %s' 2019-04-10 thestig@chromium.org Convert |CXFA_FFDocView::m_IndexChangedSubforms| to a deque. 2019-04-10 thestig@chromium.org Add a test to exercise FPDF_FFLDraw() with FPDF_REVERSE_BYTE_ORDER. 2019-04-10 tsepez@chromium.org Separate CXFA_FFWidget from CXFA_ContentLayoutItem. 2019-04-10 thestig@chromium.org Use early returns in CXFA_Node. 2019-04-10 thestig@chromium.org Give CXFA_FFDocView* params proper names in CXFA_Node. 2019-04-10 thestig@chromium.org Return Optional<float> from CXFA_Node::FindSplitPos(). 2019-04-10 thestig@chromium.org Add CXFA_LayoutPageMgr::ShouldGetNextPageArea(). 2019-04-10 thestig@chromium.org Add CXFA_LayoutPageMgr::HasCurrentViewRecord(). 2019-04-10 thestig@chromium.org Prevent an out of bound access in CXFA_TextLayout::DoLayout(). Created with: gclient setdep -r src/third_party/pdfium@b9516868546e 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. BUG=chromium:932900,chromium:925788 TBR=dsinclair@chromium.org Change-Id: I368f5bf1b393923a8002ecab848b75b702eb16b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562493Reviewed-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@{#649672}
-
Jonathan Backer authored
OneCopyRasterBufferProvider set SHARED_IMAGE_USAGE_RASTER | SHARED_IMAGE_USAGE_DISPLAY, which technically met the criteria as coded but was unsupported. Change-Id: I21ab072c75044122b2ba1dd4f625ad0cac2a3d66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562078 Commit-Queue: Jonathan Backer <backer@chromium.org> Auto-Submit: Jonathan Backer <backer@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#649671}
-
Anthony Cui authored
Add build flags for async VR. Add proguard configs for keeping VR compatible with base. Bug: 947544 Change-Id: Ibbfc1eb9325d09e6ceb3e241bc82ef4ff0ad1f1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1552020Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Anthony Cui <cuianthony@google.com> Cr-Commit-Position: refs/heads/master@{#649670}
-
Guohui Deng authored
CastAudioOutputStream::CmaWrapper failed to set the correct value on |channel_layout| in |audio_config|. The default value is considered to be invalid and causes error when sent through Mojo pipe. Bug: internal b/129642940 Test: None Change-Id: Ie449ee966c4d79717a4951e18b1953f62a109929 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562089Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Commit-Queue: Guohui Deng <guohuideng@chromium.org> Cr-Commit-Position: refs/heads/master@{#649669}
-
Ehsan Karamad authored
This CL tracks certain important metrics for MimeHandlerView. The metrics are mostly around postMessage API usage for embedded MimeHandlerView which would determine the use cases for cross vs. same origin resources. Expected Outcome: * Determine the popularity of the API; and in specific, the type of messages. * Determine the usage of the API for cross-origin resources. This would help decide the path forward for CORB vs. embedded PDF. * Frequency of postMessage to embedded PDF. If the usages are small UKMs might help track down the users of the API and possibly deprecate the postMessage API in favor of window.postMessage *after* MimeHandlerViewInCrossProcssFrame ships. TBR=lazyboy@chromium.org Bug: 659750, 929300 Change-Id: Id2d59a2891c7fe192bb4932eff761d49e64771d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1558615 Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#649668}
-
John Delaney authored
This a precursor change that tracks mime type counts for all resource types in frames. This will allow future changes to record other mime types without adding separate counters to FrameData. Bug: 951480 Change-Id: I700c8ce9f3065082a621ce8e69027fa8607105e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562291Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#649667}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/280474c2a985..77b3499b8809 git log 280474c2a985..77b3499b8809 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@77b3499b8809 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 Change-Id: I5d43f8a410484cba53663171bea6ae243ff1316b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562492Reviewed-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@{#649666}
-
Rakib M. Hasan authored
This CL had to be reverted because GPU bots were failing because the results_merger.py script could not handle the test_name_prefix field that was still getting populated in the JSON results. This CL will add the metadata field along side the test_name_prefix field in the Optional fields list in the results_merger.py script. It also removes the checking of test_name_prefix in the gpu unit tests because the test_name_prefix field will be removed from the top level of the results in a future CL. Bug: chromium:698902 Change-Id: I4867e60ca5a97d426d5fd1a4de08e26c14d326ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559492 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#649665}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/14003828df72..1208002548e8 git log 14003828df72..1208002548e8 --date=short --no-merges --format='%ad %ae %s' 2019-04-10 egdaniel@google.com Revert "Remove unnecessary flush in RenderYUVAToRGBA (take 2)" 2019-04-10 mtklein@google.com make to_vec template parameters explicit 2019-04-10 mtklein@google.com tweak SkVx to play nicely with others 2019-04-10 herb@google.com Add an index to SkGlyphPos 2019-04-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-04-10 brianosman@google.com Make SkShaper's GN setup more DLL friendly 2019-04-10 brianosman@google.com Make Skottie's GN setup more DLL friendly 2019-04-10 ethannicholas@google.com moved files generated from .fp files into generated/ directories 2019-04-10 herb@google.com Reland "Do not use sub-pixel positioning for source space" 2019-04-10 robertphillips@google.com Remove unnecessary flush in RenderYUVAToRGBA (take 2) Created with: gclient setdep -r src/third_party/skia@1208002548e8 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=egdaniel@chromium.org Change-Id: I30ca000d4eb2321a0ab82f9fbcdd5c4d6164b2f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562066Reviewed-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@{#649664}
-
Marc Treib authored
SyncerErrors with type NETWORK_CONNECTION_UNAVAILABLE should only be created through the NetworkConnectionUnavailable() factory function, to make sure that the expected net_error_code is always set. Bug: 842096 Change-Id: Ibad86d6f0be6a36306db8b7e0e0d28404321f841 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1560190 Commit-Queue: Eric Orth <ericorth@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#649663}
-
Tina Wang authored
Bug: 242119 Change-Id: Ia83d5b52366f12828c6623a0e601e7691b196b44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559262 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#649662}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7274e4b5..790137c1 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: I0f1e9124f6d4dbee65ae0c9ecd9c0e459341b82f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562083Reviewed-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@{#649661}
-