- 07 May, 2018 28 commits
-
-
Mirko Bonadei authored
I forgot to patch dynamic_annotations following the instructions in README.chromium when I rolled Abseil last time. TBR=phoglund@chromium.org Bug: None Change-Id: Ib295b0b9d59cb50853f552b5c38a5b1d54b50a3f Reviewed-on: https://chromium-review.googlesource.com/1046054Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#556389}
-
rhalavati@chromium.org authored
Socket patterns are no longer required in traffic annotation tests, hence they are removed from traffic_annotation_extractor clang tool. The original plan was to have network traffic annotation as an optional argument of socket create functions, and we needed to check if the argument existed for all calls that originate from Chrome. This is now changed to having annotations as a mandatory argument of the socket write functions, and as it is enforced by the compiler, we do not need to test it. Bug: 690323 Change-Id: I101fb7295662c3488807091cb9a8686cfc87d249 Reviewed-on: https://chromium-review.googlesource.com/1046087 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#556388}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/3059fd7dba63..b9ff578f32e7 $ git log 3059fd7db..b9ff578f3 --date=short --no-merges --format='%ad %ae %s' 2018-05-04 wangqing-hf Add name to AUTHORS. Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org 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=sullivan@chromium.org Change-Id: I396ab1a4ba46207261e7bee84c02dca6f9d697e7 Reviewed-on: https://chromium-review.googlesource.com/1046160Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#556387}
-
Yuta Kitamura authored
This patch moves source files that only serve the main thread scheduler from renderer/ to main_thread/, which is the new home for those files after the ongoing scheduler architecture refactoring. All moved headers are only included from main_thread/, with the exception of auto_advancing_virtual_time_domain.h which is used by a test in common/, which should be OK. Bug: 826203 Change-Id: I7ea7594cca5c2ebf66805db0dfacd0183cc7a6d4 Reviewed-on: https://chromium-review.googlesource.com/1038944 Commit-Queue: Yuta Kitamura <yutak@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#556386}
-
chromeos-commit-bot@chromium.org authored
BUG=762641 TBR=sammiequon@google.com Change-Id: Ib81a49d4529985630cd33bc89941331cf3bc7e4e Reviewed-on: https://chromium-review.googlesource.com/1046248Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Commit-Queue: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#556385}
-
Yoshifumi Inoue authored
This patch makes |TextIteratorTextState| to represent relative position by explicit classification |PositionNodeType| with functions to emit code unit for each |PositionNodeType| instead of start and end offsets and computing parent node when emitting for improving code health. Before this patch, relative positions are encoded into start offset and end offset arguments of |SpliceBufer(code_unit, node, start, end)| as start=0, end=0 code_unit is emitted before node. start=0, end=1 code_unit is emitted as node. start=1, end=1 code_unit is emitted after node. in |TextIterator|. |SimpleBackwardTextIterator| passes |start| and |end| offsets of container node instead of encoded number of above. This patch is a preparation of the patch[1]. [1] http://crrev.com/c/1023502 Make CharacterIterator: :GetPosition{Before,After}() not to crash with block content Change-Id: I4be96f877fbcf1be52d2c4bc876226777353dc9a Reviewed-on: https://chromium-review.googlesource.com/1029393 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#556384}
-
afdo-chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-chromium-roll.skia.org 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=gbiv@chromium.org Change-Id: Ic26f5efb7353ea1a768b08d034803c6aa155d010 Reviewed-on: https://chromium-review.googlesource.com/1046374Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#556383}
-
Hajime Hoshi authored
This method is not used anywhere. Change-Id: I55d636d3b3fa789a25041c680b35fece5ef78c64 Reviewed-on: https://chromium-review.googlesource.com/1032193Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#556382}
-
Kunihiko Sakamoto authored
This reverts commit 2f276c3b. Reason for revert: Caused text rendering regression in Windows. crbug.com/840010 Original change's description: > Roll src/third_party/skia/ 05cfcff70..b9a1e688f (15 commits) > > https://skia.googlesource.com/skia.git/+log/05cfcff70ced..b9a1e688fd9c > > $ git log 05cfcff70..b9a1e688f --date=short --no-merges --format='%ad %ae %s' > 2018-05-04 liyuqian Respect SkBitmapDeviceFilteredSurfaceProps in SkThreadedBMPDevice > 2018-05-04 benjaminwagner [infra] Move GCE tasks to smaller/larger VMs. > 2018-05-04 bungeman Allow finer rotation in Viewer app. > 2018-05-04 robertphillips Revert "Fix a bug in SkGpuBlurUtils::GaussianBlur (take 2)" > 2018-05-04 bsalomon Remove unused SK_DISABLE_ARC_TO_LINE_TO_CHECK build flag > 2018-05-04 bsalomon Remove could not invert matrix SkDebugfs > 2018-05-04 mtklein Don't use getDeviceClipBounds() to bound pic ops. > 2018-05-02 herb Remove android specific code > 2018-05-04 bungeman Avoid drawing BW clipped color glyphs many times. > 2018-05-04 fmalita [skottie] Disable on Android Framework builds > 2018-05-04 borenet [recipes] Remove core.setup() > 2018-05-04 robertphillips Make degenerate kernel in fill_in_2D_gaussian_kernel sum to 1 > 2018-05-04 robertphillips Fix a bug in SkGpuBlurUtils::GaussianBlur (take 2) > 2018-05-04 caryclark Revert "Reland "remove obsolete color defines"" > 2018-05-04 bsalomon Make RenderDoc work automatically with GLX viewer > > Created with: > roll-dep src/third_party/skia > BUG=chromium:836113 > > > The AutoRoll server is located here: https://autoroll.skia.org > > 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=master.tryserver.blink:linux_trusty_blink_rel;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=brianosman@chromium.org > > Change-Id: Ia3664eaddce0f59e7cb22413152bbe6375884eec > Reviewed-on: https://chromium-review.googlesource.com/1044782 > Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> > Reviewed-by: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> > Cr-Commit-Position: refs/heads/master@{#556184} TBR=brianosman@google.com,skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: chromium:836113,chromium:840010 Change-Id: Id9ab44b4ffe8b7bc3f3b267d2f27a732d97f5161 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;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 Reviewed-on: https://chromium-review.googlesource.com/1046286 Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#556381}
-
Victor Costan authored
OnRegistrationStored is guaranteed to be called after a ServiceWorkerRegistration has been persisted to ServiceWorkerStorage, so observers can assume that methods like ServiceWorkerStorage::GetUserData will find the registration. Bug: 729800 Change-Id: I35181050b2f35a3b82c4f8e5a22383905b9bc482 Reviewed-on: https://chromium-review.googlesource.com/1043064 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#556380}
-
Adam Rice authored
The checks of entry.encodedBodySize and entry.decodedBodySize in the http/tests/misc/resource-timing-sizes-multipart.html layout test were disabled because the values of those fields were nonsense. Those fields now have meaningful values, so re-enable the checks. BUG=631004 Change-Id: Id7902c194d03b4f26b9bdab5c891aa21cbddd01c Reviewed-on: https://chromium-review.googlesource.com/1036965Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#556379}
-
Tetsui Ohkubo authored
As described in the design doc, old SystemTray class is going to be replaced by UnifiedSystemTray class. Model variables of SystemTrayItems will be decoupled into SystemTrayModel, and tray icons will be implemented in UnifiedSystemTray by obseving the models. This is the initial CL to replace the old SystemTray button by new UnifiedSystemTray button. Old SystemTray still has unrelated logic e.g. notification generation, so at this point we still instantiate SystemTray and just set the visibility to false. When we finish refactoring to move all unrelated logic to outside SystemTray, we can stop instantiating it. Screenshot: http://screen/jVCtkJgKCXa Design doc: go/cros-qs-restyling TEST=manual BUG=836134 Change-Id: I89e708ad239fb93aee5993fd10ace7fdeaab6673 Reviewed-on: https://chromium-review.googlesource.com/1025495 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#556378}
-
Noel Gordon authored
Put AddEntriesMessage first in the code to introduce the concept, move TestEntryInfo afterward (it's just a helper). Run 'git cl format' over this file to format the enum's per style. No change in behavior, no new tests. Tbr: slangley, yamaguchi-san Bug: 833834 Change-Id: I4ea9333b090e4beead7217c843d3416c927ed933 Reviewed-on: https://chromium-review.googlesource.com/1045959Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#556377}
-
Sasha Morrissey authored
Adds the following 4 new UMAs: FileBrowser.DirectoryTree.SelectTopLevelExpand FileBrowser.DirectoryTree.SelectTopLevelEntry FileBrowser.DirectoryTree.SelectExpand FileBrowser.DirectoryTree.SelectEntry These record when certain entries are selected in the Directory Tree (the navigation on the LHS of the Files App). etc), select expand next to these entries, and select folders inside these entries. Then check chrome://histograms to ensure UMA was recorded correctly. Test: Select different directories in the tree (Drive, Add New Services, Bug: 397213 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I493d34c93d292e6a4d8b15594308486a96ddd644 Reviewed-on: https://chromium-review.googlesource.com/954774 Commit-Queue: Sasha Morrissey <sashab@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#556376}
-
Sasha Morrissey authored
Adds a 'Manage in Drive' button to the context menu for entries in the Files app for ChromeOS. Creates a new DriveManageAction which appears enabled only for non-directory entries (for now) in Drive when offline mode is not enabled. Uses getEntryProperties() for the entry to get its 'alternateUrl' (provided by the Drive Sync API) and navigates to this URL in the browser. 'Manage in Drive', ensure the browser window opens and navigates to the file. Test: Right-click on a file in Google Drive in the File Manager, select Bug: 831480 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ieaa359b9e825bef166ea25ec23ae1693681d91f7 Reviewed-on: https://chromium-review.googlesource.com/1011465 Commit-Queue: Sasha Morrissey <sashab@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#556375}
-
Victor Costan authored
The ServiceWorkerContextCore constructor declaration uses user_data_directory as the name of its base::FilePath argument. However, the definition renames the argument to "path". This less expressive name is then used in ServiceWorkerStorage. This CL replaces "path" with "user_data_directory". This adds clarity to the code and adds consistency between declaration / definition argument names. Change-Id: Ib5dc48d5c935a84e654b8b057858fb18b2be6ee5 Reviewed-on: https://chromium-review.googlesource.com/1045909Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#556374}
-
Matt Falkenhagen authored
According to UMA this doesn't happen since 65. The original bug about a reused/crashed process host was probably fixed when we removed the extra thread hops after allocating a process. Then the remaining bug issue 781313 was fixed in 65, which was causing a process from the wrong storage partition to be allocated. Also simplify SendStartWorker() by removing the return value. Change-Id: I0dddd731c4c512e21b4644b19b074b8bcbdfcd5b Reviewed-on: https://chromium-review.googlesource.com/1037048Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#556373}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: Ia33e986c7be678e90351a0a0dd6e08cd8903137a Reviewed-on: https://chromium-review.googlesource.com/1046004Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#556372}
-
Tetsui Ohkubo authored
ChromeOS.SystemTray.TimeToClick metrics for UnifiedSystemTray was recorded in old SystemTray class. Reference from UnifiedSystemTray to SystemTray will be removed in the future, so this is not preferable. This CL adds Delegate to TimeToClickRecorder to fix this. TEST=manual(chrome://histograms) BUG=834462 Change-Id: I249ae40bb471d833bcc24242ade9efc778e295df Reviewed-on: https://chromium-review.googlesource.com/1029565 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#556371}
-
Patti authored
Currently, All Site list entries are not reuseable. These will eventually become entries that represent an ETLD+1 site, with a list of origins as its children, so factor out the existing entries into a separate Polymer element. This is needed as they will also in future be used as site-list entries. This patch also fixes the UI in All Sites to have entries on a single line, when previously the icon, origin and arrow displayed were misaligned. Bug: 835712 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I66315496599f8c8d04309048ca897585a3bb431c Reviewed-on: https://chromium-review.googlesource.com/1041628 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by:
Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#556370}
-
Yuri Wiitala authored
When the Audio Service will be running in its standalone process, the worker thread will be used to drive the audio flows for the loopback streams, as well as all the fake streams (including the those used for muting). These things should not become blocked by long-running control tasks on the main thread. Bug: 824019 Change-Id: I6b7fd4cb110842c70a26072161dc91929ed4f19d Reviewed-on: https://chromium-review.googlesource.com/1046153 Commit-Queue: Yuri Wiitala <miu@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#556369}
-
Patti authored
Refactor TableView and TableModel so that the size of the icon requested is provided when the TableView is retrieving the icon. This avoids duplicating the icon size in places other than TableView, and fixes one specific issue where the bluetooth connected icon used in the device chooser dialog did not specify any size, triggering a DCHECK. Bug: 838052 Change-Id: I14e7463b086c77615286e38100fe7e0f94d8fd34 Reviewed-on: https://chromium-review.googlesource.com/1036684 Commit-Queue: Patti <patricialor@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#556368}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 44700b6e. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/17090 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: meade@chromium.org: external/wpt/web-animations TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: I6f81262b031ca2d8d4db9c388b1f212b89e930b4 Reviewed-on: https://chromium-review.googlesource.com/1046139 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#556367}
-
John Abd-El-Malek authored
Bug: 839982 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I9a74ae26c42cf2672d382d178da76f22f5758fb2 Reviewed-on: https://chromium-review.googlesource.com/1045555 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#556366}
-
Hiroshi Ichikawa authored
Before this change, added script commands were cleared when state restoration (-decodeRestorableStateWithCoder:) happens for a CWVWebView. The script commands are preserved after this change. Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I06b3d7ebedc3216930516ecadcef84ab943f5a1f Reviewed-on: https://chromium-review.googlesource.com/1032316 Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#556365}
-
Sam McNally authored
Bug: 823607 Change-Id: I763d48015011dc4cb59d1e5d15cc78b9cf13f2b7 Reviewed-on: https://chromium-review.googlesource.com/1032271Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#556364}
-
Kunihiko Sakamoto authored
These tests are timing out on Mac: * virtual/layout_ng/fast/inline/inline-empty-block-continuation-remove.html * virtual/layout_ng_experimental/fast/multicol/dynamic/remove-block-from-content-after-spanner.html * virtual/layout_ng_experimental/fast/multicol/dynamic/remove-block-from-content-before-spanner.html * virtual/layout_ng_experimental/fast/multicol/dynamic/remove-block-from-content-between-spanners.html * virtual/layout_ng_experimental/fast/multicol/dynamic/remove-inline-and-spanner-after-spanner-foreignObject.html TBR=eae@chromium.org Bug: 840208 Change-Id: Ibf439881543b665ac8065c2b0bc2db4148ac2d1e Reviewed-on: https://chromium-review.googlesource.com/1045956Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#556363}
-
Noel Gordon authored
Add FileManageBrowserTestBase private helper routines: IsGuestModeTest and IsIncognitoModeTest to return true when the test extension browser test has that GetGuestMode(). Use the helpers everywhere. The "isInGuestMode" command actually wants to know if the test runs in guest or incognito mode, or not. Write that out explicitly in its code and add LOG(INFO) and ASSERT_EQ() for even more explanation. Move "isInGuestMode" command so it's the first, move "getTestCaseName" command so it's third, to match the call order the test extensions use to call them: isInGuestMode, getRootPaths, getTestCaseName [1]. Minor change to getRootPaths: call the variable downloads_root. [1] The test extensions call in this order always and once these three are done, the test extensions start running the test case. Another way to think about it is: these three commands are preliminary set-up that every Files.app browser test case requires. All remaining commands are specific to the current test case. Bug: 833834 Change-Id: Ida01b88e745df6bf4b760aa421d36c5d8e872ecd Reviewed-on: https://chromium-review.googlesource.com/1043672Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Stuart Langley <slangley@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#556362}
-
- 06 May, 2018 12 commits
-
-
Noel Gordon authored
Bug: 833834 Change-Id: I4eb15bf48c996adad73f72597718b82af1069654 Reviewed-on: https://chromium-review.googlesource.com/1045948 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Stuart Langley <slangley@chromium.org> Cr-Commit-Position: refs/heads/master@{#556361}
-
Victor Vasiliev authored
R=rch@chromium.org Change-Id: Icd0d30ca1665e843d13c9d3521d3038a08a8488b Reviewed-on: https://chromium-review.googlesource.com/1043007 Commit-Queue: Victor Vasiliev <vasilvv@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#556360}
-
Kristoffer Erlandsson authored
Does the connection setup in a specific sequence that historically triggered a deadlock (https://crbug.com/736725). The test simply verifies this specific sequence completes without errors. Verified it fails on the deadlock by running the test on the parent commit (2485344d)of the original bug fix. BUG=chromium:818584 Change-Id: I3245de0b8f824a83f26a310d8f12bba45aea0958 Reviewed-on: https://chromium-review.googlesource.com/1044196 Commit-Queue: Kristoffer Erlandsson <kerl@google.com> Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Cr-Commit-Position: refs/heads/master@{#556359}
-
Xianzhu Wang authored
- Disable virtual/video-surface-layer/ and virtual/threaded/fast/animationworklet/ because most of the tests under the (virtual) directories fail, to save our time to update expectations for individual tests when new tests are added. - Rebaseline paint/invalidation/table/replace-col.html - Add 3 failures. TBR=trchen@chromium.org Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I8740d4451fb77ba4b8c6df1c99cf9aaa72d09603 Reviewed-on: https://chromium-review.googlesource.com/1046149 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#556358}
-
Abhishek Arya authored
TBR=mmoroz@chromium.org Bug: 784464, 836663 Change-Id: I09c05445b1a86de19ef41d40e7e6fa72ce361390 Reviewed-on: https://chromium-review.googlesource.com/1046151Reviewed-by:
Abhishek Arya <inferno@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#556357}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/32d8f883bd4e..95e2b91d76d6 $ git log 32d8f883b..95e2b91d7 --date=short --no-merges --format='%ad %ae %s' 2018-05-06 egdaniel Revert "Respect SkBitmapDeviceFilteredSurfaceProps in SkThreadedBMPDevice" 2018-05-06 egdaniel Revert "Restore old SkBitmapDeviceFilteredSurfaceProps" Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;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=egdaniel@chromium.org Change-Id: Ie12bb6049116e432d57c9e7fa3b3d21e8ddcbd1a Reviewed-on: https://chromium-review.googlesource.com/1046147Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#556356}
-
Ken Buchanan authored
Select menu dropdowns use LocalFrameView::ContentsToViewport to determine what part of the menu intersects with the window viewport. This doesn't work in OOPIFs because LFV::ContentsToRootFrame only converts coordinates into the local frame root's coordinates, not the main frame. The consequence is that menus in large iframes that have been scrolled into view will falsely report to be out of view. This patch changes the intersection calculation to use LayoutView::MapToVisualRectInAncestorSpace(), which determines the viewport intersection while accounting for OOPIF containers. Bug: 837639 Change-Id: If265e24ad4cbee967fdb97ae85002a81e75033a7 Reviewed-on: https://chromium-review.googlesource.com/1036232Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#556355}
-
fuchsia-sdk-chromium-autoroll authored
The AutoRoll server is located here: https://fuchsia-sdk-chromium-roll.skia.org 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_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: I1884f38a68ea2d32c1c874d9896416455e3ba9ef Reviewed-on: https://chromium-review.googlesource.com/1046148 Commit-Queue: Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#556354}
-
Sergey Ulanov authored
The tests are not expected to timeout anymore with TSC clock Bug: 731302 Change-Id: I747383b85fec029b9edfe375ed436b1586a2a544 Reviewed-on: https://chromium-review.googlesource.com/1045620Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#556353}
-
chromeos-commit-bot@chromium.org authored
BUG=762641 TBR=alemate@chromium.org Change-Id: I89364cc511cbf1ab12f638d0ab31611ea34378f8 Reviewed-on: https://chromium-review.googlesource.com/1046131Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Commit-Queue: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#556352}
-
afdo-chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-chromium-roll.skia.org 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=gbiv@chromium.org Change-Id: I07051aa0107be16f466b94841c1f056b6ebfc685 Reviewed-on: https://chromium-review.googlesource.com/1046113 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#556351}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/70d24bb2..0cb7b82e Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I73b2d7e224987fd3505cf6f3e79154be9e2b365f Reviewed-on: https://chromium-review.googlesource.com/1045993Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#556350}
-