- 30 Jan, 2018 40 commits
-
-
Matt Falkenhagen authored
The test was using add_result_callback() which is triggered after a test finishes. Unfortunately this file uses both async_test and promise_test. promise_tests run sequentially but async_tests run in parallel. Therefore, the add_result_callback was being called every time an async_test finished, causing a race when this promise_test was in the middle of execution. R=shimazu Bug: 807014 Change-Id: Ic1bc568fe812f540feec901f95cc89684ef1cae2 Reviewed-on: https://chromium-review.googlesource.com/892553Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#532758}
-
Fady Samuel authored
This CL introduces a DeadlinePolicy that clients can specify on a SurfaceLayer. DeadlinePolicy currently consists of three options: 1. UseExistingDeadline() which uses whatever the current deadline is on the provided SurfaceLayer. As deadlines are one shot, the last deadline will reset to 0 after commit. If UseExistingDeadline() is used after the last commit, then that translates to 0. Otherwise, it translates to use whatever the last specified deadline was. 2. UseDefaultDeadline() which uses whatever the system default is for the surface synchronization deadline (usually 4 frames). 3. UseSpecifiedDeadline(uint32_t) which allows the client to specify a deadline in terms of number of frames. Navigation now gets a "UseExistingDeadline" policy which will usually translate into a deadline of 0 unless a resize happened just before it. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I83a3106fa602fac1eab52b1493affa46131f9383 Bug: 672962,806835 Reviewed-on: https://chromium-review.googlesource.com/890242 Commit-Queue: Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#532757}
-
Satoshi Niwa authored
Below are the steps for converting Chrome-specific filesystem:// URLs into ARC URLs. 1) Extract filesystem URL(s) from pickle. -> "filesystem:chrome-extension://hhao.../external/drive-.../root/...." 2) Crack URL with FileSystemContext. -> "/special/drive-.../root/...." 3) Convert to Arc URL -> "content://org.chromium.arc.chromecontentprovider/externalfile%3Adrive-.../root/...." Bug: chromium:767982 Test: out/Default/exo_unittests --gtest_filter="DataOffer.*" Change-Id: I9fc803f69acd0d3573c25668ca5786d7e6002501 Reviewed-on: https://chromium-review.googlesource.com/867807 Commit-Queue: Satoshi Niwa <niwa@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#532756}
-
Alexander Alekseev authored
This is a reland of d79797fb. Relanding after DEPS have been updated. TBR=oshima@chromium.org Original change's description: > Reland "Chrome OS: Use Chrome logo on the OOBE Sync Sessings screen." > > This is a reland of 69f0b0d2. > (Relanding to pick up resource file change.) > > Original change's description: > > Chrome OS: Use Chrome logo on the OOBE Sync Sessings screen. > > > > > > This CL limits Sync settings screen to Google Chrome build and adds Chrome logo > > to it. > > > > BUG=805507 > > > > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation > > Change-Id: I5d17c32a7b9339af93394b366976d8ae43e13f03 > > Reviewed-on: https://chromium-review.googlesource.com/889916 > > Reviewed-by: Mitsuru Oshima <oshima@chromium.org> > > Commit-Queue: Alexander Alekseev <alemate@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#532221} > > TBR=oshima@chromium.org > > Bug: 805507 > Change-Id: I153d86a34bf73a7b02f9a844fbc137d658897944 > Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation > Reviewed-on: https://chromium-review.googlesource.com/891562 > Reviewed-by: Alexander Alekseev <alemate@chromium.org> > Commit-Queue: Alexander Alekseev <alemate@chromium.org> > Cr-Commit-Position: refs/heads/master@{#532599} Bug: 805507 Change-Id: Iaa8e7a4d45d38683a3c06346ddaa53a349ab6a91 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Reviewed-on: https://chromium-review.googlesource.com/892360Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#532755}
-
Yuri Wiitala authored
While we cannot repro locally, there are a few possible causes for the crashes. Since these are things we should be doing differently anyway, this should only improve the situation: 1. Ensure the ExternalVideoEncoder::VEAClientImpl is always destroyed on the encode thread. 2. Ensure we don't call any VEA methods after Initialize() failed, or after any error. 3. Run outstanding encode callbacks at destruction time to ensure the callbacks (and any objects owned by them) are not being destroyed on the wrong thread. Bug: 716261 Change-Id: I03c18867e5c75e9dc816caf55be945357bb4e5e1 Reviewed-on: https://chromium-review.googlesource.com/892465Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#532754}
-
Siddhartha authored
Report history report delta file service and buffer service databases in tracing. BUG=807042 Change-Id: Ic7d19ca61b26bf43fa94cb35b0468466a281ae32 Reviewed-on: https://chromium-review.googlesource.com/890344Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Siddhartha S <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#532753}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/1f5e98d97eca..2baa39e81d42 $ git log 1f5e98d97..2baa39e81 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None The AutoRoll server is located here: https://webrtc-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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I299b67558bbc95a328b009f040cf5a4654feef2e Reviewed-on: https://chromium-review.googlesource.com/892558Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#532752}
-
Matt Falkenhagen authored
Script streaming has been enabled by default for a while, so this VirtualTestSuite is not needed. R=shimazu Bug: 807127 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ieab88b892935fa2a1e35682f4e1acd99c0f82aa9 Reviewed-on: https://chromium-review.googlesource.com/892538Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#532751}
-
Yoshifumi Inoue authored
This patch changes "4960120-2.html" to utilize |selection_test()| for ease of maintenance. Note: Following patch will rename this file to "insert_line_break_at_end_of_anonymous_block.html". This patch is a preparation for the patch[1]. [1] http://crrev.com/c/737981 Introduce TextOffsetMapping to simplify word/paragraph selection Bug: 679977 Change-Id: Ie53833e9dded1806cf2d708c209708c61e93bb96 Reviewed-on: https://chromium-review.googlesource.com/892544Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#532750}
-
Zhenyao Mo authored
The bug is, we need to reset PIXEL_UNPACK_BUFFER as well as UNPACK params in order to upload data to textures correctly. BUG=804118 TEST=tests in the bug R=piman@chromium.org NOTRY=true Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I743f03cdc98b2c6993449ca615b246eb42ef4dfa Reviewed-on: https://chromium-review.googlesource.com/892282 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#532749}
-
Zhenyao Mo authored
BUG=806669 TEST=affected bots R=piman@chromium.org,xiyuan@chromium.org NOTRY=true Change-Id: I954fc1f5cdcffe4d55ff41927b9b33075c9fd616 Reviewed-on: https://chromium-review.googlesource.com/892088 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#532748}
-
Makoto Shimazu authored
TBR=aboxhall@chromium.org NOTRY=true Bug: 807128 Change-Id: I4c4e357f83638fa216497a4b4697cf961fc77529 Reviewed-on: https://chromium-review.googlesource.com/892554 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#532747}
-
Christopher Lam authored
This CL removes the title bar text from the desktop PWA window. Bug: 762401 Change-Id: Ia6dd5feb6075958a5648eecfb7cf17c0aaa25e77 Reviewed-on: https://chromium-review.googlesource.com/882628Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#532746}
-
Yuta Kitamura authored
WebTaskRunner has become functionally identical to base::SingleThread- TaskRunner, and we can start removing this extra indirection. This patch makes WebTaskRunner a type alias to base::SingleThreadTask- Runner. This essentially removes WebTaskRunner, and lets all the Blink code use base::SingleThreadTaskRunner instead. There are a lot of references of the name WebTaskRunner in the code base, though; they will be fixed in follow-up patches. The code in platform/scheduler is handled differently; all the references of WebTaskRunner are actually rewritten to base::Single- ThreadTaskRunner. This is to avoid recursive dependency that would be caused by the #include of WebTaskRunner.h. This special treatment in platform/scheduler produces some strange class names and function names, like WebTaskRunnerImpl. Those names will be fixed in a later patch. In the whole code base, there were many forward declarations of WebTaskRunner. They no longer work, so they are replaced with #include WebTaskRunner.h for now. They will eventually become base::SingleThread- TaskRunner and #include single_thread_task_runner.h, respectively. Bug: 794845 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I428e4189942923456eb56bd04e17646b0b4b40bc Reviewed-on: https://chromium-review.googlesource.com/890693Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Yuta Kitamura <yutak@chromium.org> Cr-Commit-Position: refs/heads/master@{#532745}
-
John Abd-El-Malek authored
This reverts commit 848e1096. Reason for revert: chromeos trybots are all failing compiles. Bug: 807145 NOTRY=true Original change's description: > Allow more concurrent link for linux_chromium_rel_ng builder > > I took peak memory usage stats for top3 largest binary link using the same args.gn with linux_chromium_rel_ng. > 229MB chrome: 2.22 GB peak memory > 260MB browser_tests: 2.56 GB peak memory > 258MB unit_tests: 2.57 GB peak memory > > So 3GB is sufficient. > > This will help to speed up build like below. > https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_chromium_rel_ng/634117 > ninja trace: https://chromium-build-stats.appspot.com/ninja_log/2018/01/29/slave645-c4/ninja_log.slave645-c4.chrome-bot.20180129-023145.30339.gz/trace.html > Some newlib_pnacl related binary prevent mksnapshot to be linked due to small link pool and many targets indirectly depends on mksnapshot. > > > Change-Id: I7c58aec10949c350bbce0a97704048caf44f5b96 > Reviewed-on: https://chromium-review.googlesource.com/891043 > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Commit-Queue: Takuto Ikuta <tikuta@google.com> > Cr-Commit-Position: refs/heads/master@{#532662} TBR=thakis@chromium.org,dpranke@chromium.org,tikuta@google.com Change-Id: I3d6a0cdc7df943731755f926ab0a5d3a0670bb5f No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/891844Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#532744}
-
Alexei Filippov authored
The following hooks are implemented: - batch_malloc_function - batch_free_function - free_definite_size_function BUG=803276 Change-Id: Icea416e33ec87674c4829115aa99f086cc09f4c5 Reviewed-on: https://chromium-review.googlesource.com/884742 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Cr-Commit-Position: refs/heads/master@{#532743}
-
John Abd-El-Malek authored
ResourceScheduler and CORS code are left behind until the content/ dependencies are removed. Bug: 753658 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ife204640886541376354e3fcbe0fef631326822e Reviewed-on: https://chromium-review.googlesource.com/891646 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#532742}
-
John Abd-El-Malek authored
This reverts commit 86ff9bc4. Reason for revert: flaky, i.e. see https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_chromium_rel_ng/634904 https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_chromium_rel_ng/634934 https://ci.chromium.org/buildbot/tryserver.chromium.linux/linux_chromium_rel_ng/634954 which fail with Returned error text: Traceback (most recent call last): File "/b/c/b/linux/src/tools/clang/scripts/run_tool.py", line 315, in <module> sys.exit(main()) File "/b/c/b/linux/src/tools/clang/scripts/run_tool.py", line 281, in main f.write(compile_db.GenerateWithNinja(args.p)) File "/b/c/b/linux/src/tools/clang/pylib/clang/compile_db.py", line 94, in GenerateWithNinja GetNinjaPath(), '-C', path, '-t', 'compdb', 'cc', 'cxx', 'objc', File "/b/c/b/linux/src/tools/clang/pylib/clang/compile_db.py", line 76, in GetNinjaPath os.path.dirname(os.realpath(__file__)), '..', '..', '..', 'third_party', AttributeError: 'module' object has no attribute 'realpath' Original change's description: > Activate Network traffic annotation tests for Linux trybot. > > Traffic annotation tests are updated to run on the changed files instead > of the whole repository, which should make tests much faster. > > Bug: 690323 > Bug: 788035 > Change-Id: I4eb7c173f5d677cdb9944f02e9c15dfa0a374b10 > Reviewed-on: https://chromium-review.googlesource.com/856456 > Reviewed-by: Martin Šrámek <msramek@chromium.org> > Reviewed-by: Dirk Pranke <dpranke@chromium.org> > Commit-Queue: Ramin Halavati <rhalavati@chromium.org> > Cr-Commit-Position: refs/heads/master@{#528573} TBR=dpranke@chromium.org,msramek@chromium.org,rhalavati@chromium.org Bug: 690323, 788035 Change-Id: I048be491eb64c221bb4edeab2e0d2aa051b5faa7 Reviewed-on: https://chromium-review.googlesource.com/892383Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#532741}
-
François Degros authored
Removed methods GetSnapshot, GetKnownHistograms and GetHistogramsWithPredicate. They were replaced by GetHistogram + filter functions WithName and NonPersistent. Change-Id: Ia974675e38f29c8ad19a13e1d1fa0c3716503b40 TBR: avi@chromium.org, rsesek@chromium.org Reviewed-on: https://chromium-review.googlesource.com/858244Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#532740}
-
Jinsuk Kim authored
This CL moves Java WebContentsAccessibility to be managed by WebContentsUserData. WebContentsAccessibility is now a public interface and its implementation is renamed to WebContentsAccessibilityImpl, and takes over most of the a11y stuff from CVC. |WCAX.create| should be called once and only once per WebContents to instantiate the class (it is guarded with assert to guarantee this), and |WCAX.fromWebContents(WebContents)| returns the instance. It can return null if called before |WCAX.create| or after WebContents is destroyed. Also, moved around the methods in WebContentsAccessibilityImpl to group them by interface/native connection. Bug: 789000 Change-Id: I0525f5761cfd1d541cefacd784e40e4852ee541a Reviewed-on: https://chromium-review.googlesource.com/858985 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#532739}
-
Victor Costan authored
This CL updates //third_party/sqlite/fuzz/ossfuzz.c with the contents at //third_party/sqlite/src/test/ossfuzz.c, which is the version that ships in SQLite release 3.22.0. Bug: 805126 Change-Id: Idc39bca7c6fd9c136ecd811997ab32d8d84e0682 Reviewed-on: https://chromium-review.googlesource.com/892107Reviewed-by:
Chris Mumford <cmumford@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#532738}
-
Bret Sepulveda authored
The test is flaky on Linux MSAN. TBR=wjmaclean@chromium.org Bug: 807116 Change-Id: I6426122f80c33b0420cc816fe3587ee6f80a0e56 Reviewed-on: https://chromium-review.googlesource.com/891840Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#532737}
-
Javier Fernandez authored
The ideal counter would be triggered on elements with 'auto' value for the justify-items and "legacy" keyword on their parent's justify-items value. That's the specific case we want to evaluate to know the impact of removing the 'auto' value from this property. The only, or more direct, way to achieve this is to add the UseCounter call in the StyleAdjusment logic, where we resolve the 'auto' value. However, during this phase we may lack of a Document to use as an execution context for the counter. As an alternative, also valid for the goal of evaluate the above mentioned removal, would be to add the UseCounter to the property's parsing logic. We can call in this case the UseCounter API that uses CSSParserContext instead of the one based on the Document. Bug: 806791 Change-Id: I2bf9e07957bfaec41d68b6d2c6660283cabff062 Reviewed-on: https://chromium-review.googlesource.com/891818Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#532736}
-
Richard Bustamante authored
Server side the test_nano_redirect_push policy flag is removed, making this test obsolete. Removing it so it won't be constantly failing. Bug: 806413 Change-Id: I3410a6ed62f2f49a85baed75a30496a7a78bd0c8 Reviewed-on: https://chromium-review.googlesource.com/892283Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Richard Bustamante <bustamante@google.com> Cr-Commit-Position: refs/heads/master@{#532735}
-
Nico Weber authored
This CL was uploaded by git cl split. R=mathp@chromium.org Bug: 177475 Change-Id: I6285d5ba0d355e28af3150ef690147a0ba8025d1 Reviewed-on: https://chromium-review.googlesource.com/891922Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#532734}
-
Devlin Cronin authored
Add JSON as a known mime type in kSecondaryMappings in mime_util. It's not quite common enough to put in kPrimaryMappings; kSecondaryMappings will still allow local configurations to apply on file:// urls. Bug: 797712 Change-Id: Ia4c8ab8930a2d14da51ad781094df27d9a21afb5 Reviewed-on: https://chromium-review.googlesource.com/889915 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#532733}
-
Eugene But authored
This API will be used by DownloadManagerCoordinator to ignore callbacks from hidden tabs. Bug: 791806 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I453db842ba93c50bcbb9a9987cf614a29e963d21 Reviewed-on: https://chromium-review.googlesource.com/884363 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#532732}
-
Ryan Sleevi authored
Chrome 66 removes trust in Symantec's Legacy PKI, for certificates issued before 2016-06-01. This introduces an Enterprise Policy, EnableSymantecLegacyInfrastructure, which can be used to re-enable support for the legacy infrastructure for those that need additional time to transition. Chrome 70 will fully remove trust in Symantec's Legacy PKI, and this policy will be removed shortly thereafter (~1-2 releases). BUG=805459, 797765 Change-Id: I4a6f790d4f5573038e0eb9c208412ae944b6ea52 Reviewed-on: https://chromium-review.googlesource.com/890421Reviewed-by:
David Benjamin <davidben@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Ryan Sleevi <rsleevi@chromium.org> Cr-Commit-Position: refs/heads/master@{#532731}
-
Koji Ishii authored
Following bot results are included. 3372 3373 3376 3379 3381 10 lines were removed and 42 lines were deflaked by consecutive results since 3351. TBR=eae@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: Ia148ae2d0d2545bbaff2bfecb6f3c97d830b0e0c Reviewed-on: https://chromium-review.googlesource.com/891081 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#532730}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/787ecbb3..95d2f6fb 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I281bbe3d04ea31466633ff962d9e09dd980639d9 Reviewed-on: https://chromium-review.googlesource.com/891439Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#532729}
-
Noel Gordon authored
zlib calls to crc32() redirect into the other public API function crc32_z(). Move the SSE4.2 crc32 code to crc32_z(), so that users of it also benefit from its SSE4.2 SIMD acceleration. No change in behavior, no new tests. Bug: 796178 Change-Id: I0d80a6ebf9c703dc3d67be1d1f3457ebfcb150bd Reviewed-on: https://chromium-review.googlesource.com/890155Reviewed-by:
Chris Blume <cblume@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#532728}
-
Theresa authored
Refactor ListMenuButton to use AnchoredPoupWindow instead of ListPopupWindow. Add extra postioning logic and customization to AnchoredPopupWindow, and add a handful of junit tests for the popup x and y calculations. BUG=709522 Change-Id: I6862ca644e9cd6c467e126bde908f6893dfcf530 Reviewed-on: https://chromium-review.googlesource.com/887227 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#532727}
-
Daniel Cheng authored
Bug: 806965 Change-Id: Icd8acbac6f7928621aa77af7e1d672b8e14043d1 Reviewed-on: https://chromium-review.googlesource.com/892381Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#532726}
-
Nico Weber authored
This CL was uploaded by git cl split. R=lambroslambrou@chromium.org Bug: 177475 Change-Id: I633a202d17e7d9789213a95303cdc456c68a939c Reviewed-on: https://chromium-review.googlesource.com/891898Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#532725}
-
tanvir.rizvi authored
This CL uses selection directional value for commands from EditCommand SelectionIsDirectional(). This is done because we will remove directional from SelectionTemplate. Bug: 740804 Change-Id: Icb6cb608d92c6688139df713a056a7fc972d2441 Reviewed-on: https://chromium-review.googlesource.com/891200 Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#532724}
-
Zhuoyu Qian authored
BUG=526586 Signed-off-by:
Zhuoyu Qian <zhuoyu.qian@samsung.com> Change-Id: Ic853fb0d20f6721b27cd0244dd9b54371c8ed3f2 Reviewed-on: https://chromium-review.googlesource.com/891058Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Cr-Commit-Position: refs/heads/master@{#532723}
-
Yoshifumi Inoue authored
This patch changes "mixed-editability-8.html" to utilize |selection_test()| for ease of maintenance. This patch is a preparation for the patch[1]. [1] http://crrev.com/c/737981 Introduce TextOffsetMapping to simplify word/paragraph selection Bug: 679977 Change-Id: I09854d42c93751d51a3bc601bb27cbba2ad036dc Reviewed-on: https://chromium-review.googlesource.com/890901Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#532722}
-
Makoto Shimazu authored
Disabled two tests in WebContentsViewAuraTest: - WebContentsViewReparent - OverscrollNotInterruptedBySpuriousMouseEvents QuickOverscrollDirectionChange looks also flaky but I didn't disable it since it passes on the second run. TBR=sadrul@chromium.org NOTRY=true Bug: 807107, 179532, 705599, 679420, 676156, 668128, 440043, 405945 Change-Id: Ia868b46dc39ed8bc9eec94a60897a51f748c7627 Reviewed-on: https://chromium-review.googlesource.com/892188Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#532721}
-
Bret Sepulveda authored
They seem to be failing for related reasons. Tests disabled: AwLegacyQuirksTest#testTargetDensityDpi AwLegacyQuirksTest#testWideViewportInitialScaleDoesNotExpandFixedLayoutWidth AwLegacyQuirksTest#testZeroValuesQuirk AwSettingsTest#testZeroLayoutHeightDisablesViewportQuirkWithTwoViews AwSettingsTest#testUseWideViewportLayoutWidth AwSettingsTest#testUseWideViewportLayoutWidthNoQuirks TBR=changwan@chromium.org Bug: 746264 Change-Id: Ibd5b0ff9d57a9d85fb900551f7d483482f5c4400 Reviewed-on: https://chromium-review.googlesource.com/892204Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#532720}
-
Yoshifumi Inoue authored
This patch changes "editing/selection/modify_move/move_around_image.html" to verify one function call instead of multiple function calls for ease of debugging. Bug: 778507 Change-Id: I8a8eea53724f34e45c7fd3273635c1aee716773b Reviewed-on: https://chromium-review.googlesource.com/890899Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#532719}
-