- 03 Jul, 2018 40 commits
-
-
Xiaocheng Hu authored
This patch takes scrolled offset into account when hit testing the children of a scroll container, so that scrolled contents can be hit tested correctly. Bug: 855279 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ic84b40c06302c457cf32cacaa5e79f419dcc3a2b Reviewed-on: https://chromium-review.googlesource.com/1125312Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#572398}
-
Manu Cornet authored
* Add flag for the shelf new UI * When it's on, center some shelf items (apps, pinned apps) * Minor dimension and opacity tweaks when the flag is on * Fix some minor typos here and there Change-Id: I87b7fa819bac0fff77f5007c4a0cee760a630239 Bug: 805612 Reviewed-on: https://chromium-review.googlesource.com/1116540Reviewed-by:
Michael Wasserman <msw@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#572397}
-
Trent Apted authored
When a real IME window is up, AppKit spins a nested runloop that interacts with the IME window over XPC while we're trying to invalidate our NSTextInputClient (e.g. because the window has been deleted). However, this may also cause AppKit to *use* the very NSTextInputClient that we're trying to invalidate. Specifically, this seems to happen with phonetic languages such as Korean and Vietnamese. These use rule-based transforms that do not commonly pop-up a candidate window. In such cases, a key such as Enter may simultaneously commit a composition _and_ trigger the omnibox action, which moves focus away from the omnibox thereby invalidating the textInputClient_. -BridgedContentView insertText: was the last hold-out that didn't have a null check. AttributedSubstringForRangeHelper() and GetFirstRectForRangeHelper() handle a null client already. SystemPreferences -> Keyboard -> Input Sources, then interact with the omnibox. Test: On Mac, add/enable the "2-Set Korean" input method under Bug: 817097 Change-Id: Ia7d1ebb796b9c98437b563ea405cad785e92ea30 Reviewed-on: https://chromium-review.googlesource.com/1124073Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#572396}
-
Joel Einbinder authored
If the targetId is not specified, the info for the target of the current session is returned. DevTools receives a connection to a target, but does not know the targetId. Certain commands, particularly Target.attachToTarget, take a targetId. Using Target.attachToTarget will allow DevTools to create parallel connections to the page for a better Lighthouse experience. Change-Id: I777350d6fb486c4e5ed6256ebc0bcc1d738d0ab2 Reviewed-on: https://chromium-review.googlesource.com/1096434 Commit-Queue: Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#572395}
-
chromeos-commit-bot@chromium.org authored
BUG=762641 TBR=derat@google.com Change-Id: I2fdb769ada863ff26315c8e6c9b0c750e9cc1bda Reviewed-on: https://chromium-review.googlesource.com/1125170 Commit-Queue: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#572394}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/95b0293a29b2..94f7b75b4d5d git log 95b0293a29b2..94f7b75b4d5d --date=short --no-merges --format='%ad %ae %s' 2018-07-03 tsepez@chromium.org Use unowned ptr to Node from outside XFA node tree. 2018-07-03 tsepez@chromium.org Use UnownedPtr<> in cxfa_nodeiteratortemplate.h 2018-07-03 tsepez@chromium.org Use std::vector<float> in CPDF_Function. 2018-07-03 thestig@chromium.org Remove a parameter from CPDF_SyntaxParser::FindTag(). 2018-07-03 art-snake@yandex-team.ru Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream(). Created with: gclient setdep -r src/third_party/pdfium@94f7b75b4d5d The AutoRoll server is located here: https://pdfium-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=dsinclair@chromium.org Change-Id: I1ed1373e43dfaad55199a4fcfe0ca8027c0e6e63 Reviewed-on: https://chromium-review.googlesource.com/1125049Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#572393}
-
Rintaro Kuroiwa authored
- Handle subsamples. - Use ID3D11VideoContext1 for SubmitDecoderBuffers1. - Pass a decryption context to DecoderBeginFrame(). - Change GetAddressOf in D3D11VideoDecoderImpl::Initialize to ReleaseAndGetAddressOf so that it doesn't leak when initialized multiple times. Bug: 799310 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 Change-Id: I802f3afff630811f3f2a497557ad7af566ff3f4a Reviewed-on: https://chromium-review.googlesource.com/1123694 Commit-Queue: Rintaro Kuroiwa <rkuroiwa@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#572392}
-
Eric Karl authored
This avoids clearing some longer-lived Skia caches, hopefully avoiding an UMA latency regression we experienced when the idle clearing was initially added. This re-land uses a more direct Skia API, hopefully avoiding the flakiness seen in issue 805575. Note for sheriffs: We expect a small regression in measured memory. This is intentional, and comes with an improvement to input latency. This regression shouldn't have a large impact on real-world scenarios, as we are preventing the clearing of a cache that will be immediately re-created on any page raster. TBR=brettw@chromium.org for test-only DEPS change (already ran by bsalomon@ in previous patch, this is re-land+updates) Bug: 664181, 805575 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel Change-Id: Id4c9a091a543c31f928e0214558695de81a30e9d Reviewed-on: https://chromium-review.googlesource.com/1123169 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#572391}
-
Klaus Weidner authored
https://crrev.com/c/1120677 "Don't create a Surface for WebXR SharedBuffer mode" had a logic error that led to the GPU process connection being recreated unconditionally on re-entering VR, resulting in an inconsistent state where it tried to reuse mailbox names belonging to the previous connection. Change-Id: Ic005c7884a46b3d1b3da986a55e9d733f09d68d3 Reviewed-on: https://chromium-review.googlesource.com/1125273Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#572390}
-
Quan Nguyen authored
Bug: 845037 Change-Id: I60574af1513793a0872c4d02c20c829f0adda9df Reviewed-on: https://chromium-review.googlesource.com/1117769 Commit-Queue: Quan Nguyen <qnnguyen@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#572389}
-
Theresa authored
Adds integration tests to check the navigation bar color on OMR1. BUG=818210 Change-Id: I3f5f56eccb8795022cf3a3765efa8e3c55bdcba5 Reviewed-on: https://chromium-review.googlesource.com/1125274 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#572388}
-
Jared Saul authored
The (?) tooltip was removed in https://chromium-review.googlesource.com/c/chromium/src/+/1107778 but the comment was not updated. Change-Id: I2403df4e5672c26b306da628cc46c2e5faa8d63a Reviewed-on: https://chromium-review.googlesource.com/1125207Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#572387}
-
Jun Choi authored
Add title and description that appears on UI dialog for BLE registration and sign-in flow. Bug: 849323 Change-Id: I373af67363bddcdfc613282bef095dee58f8521a Reviewed-on: https://chromium-review.googlesource.com/1105598 Commit-Queue: Jun Choi <hongjunchoi@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Cr-Commit-Position: refs/heads/master@{#572386}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/670e331c4d87..a1689df8745a git log 670e331c4d87..a1689df8745a --date=short --no-merges --format='%ad %ae %s' 2018-07-03 dgarrett@google.com cros_sdk_lib: Increase cleanup timeout. Created with: gclient setdep -r src/third_party/chromite@a1689df8745a The AutoRoll server is located here: https://chromite-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. BUG=chromium:859984 TBR=chrome-os-gardeners@chromium.org Change-Id: I44cb72dc0544c4c34adcc1001b55dbd696830ae7 Reviewed-on: https://chromium-review.googlesource.com/1124911Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#572385}
-
Chris Harrelson authored
Change-Id: I1f3d9d5ad10e175809b6e304019d6179ca0b0d43 Reviewed-on: https://chromium-review.googlesource.com/1125302Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#572384}
-
Dmitry Gozman authored
We had enough time with CHECK to ensure this is not needed. A couple of tests which did browser-initiated navigation do not dump the policy anymore. reload-policy-delegate was doing browser-initiated reload, and does not test anything meaningful for a while. I changed it to check performance.navigation.type which is pretty similar is also available for browser-initiated navigation. Bug: 789577 Change-Id: If89041e4ae9b509e82d724f171a1faa731099965 Reviewed-on: https://chromium-review.googlesource.com/1119380Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#572383}
-
Danyao Wang authored
This allows testing of both navigation manager implementations on bots. Temporarily disabled currently failing tests. Bug: 851119 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I3ed3d60479aa180101571ce56e78b66c95d5d4f4 Reviewed-on: https://chromium-review.googlesource.com/1110999 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#572382}
-
Joel Einbinder authored
This makes the code reusable for other CodeMirrorTextEditors that might want the same autocomplete experience we have in the Console. Change-Id: I8660249c08d920d86d2b82524b7bd50d9b5deb05 Reviewed-on: https://chromium-review.googlesource.com/1092080 Commit-Queue: Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#572381}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/10e0a3798e47..3eb704babdf7 git log 10e0a3798e47..3eb704babdf7 --date=short --no-merges --format='%ad %ae %s' 2018-07-03 charliea@chromium.org Remove BattOr support from systrace Created with: gclient setdep -r src/third_party/catapult@3eb704babdf7 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. 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:859514 TBR=sullivan@chromium.org Change-Id: I77110c5bfbacc34da473d6ff60d08b2aba9859c0 Reviewed-on: https://chromium-review.googlesource.com/1125239Reviewed-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@{#572380}
-
Sahel Sharify authored
Bug: 846424 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I214fa0e5a1e6604e27d6066278c7d647a583a4e8 Reviewed-on: https://chromium-review.googlesource.com/1108445 Commit-Queue: Sahel Sharify <sahel@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#572379}
-
Wez authored
Recent SDK builds have a broken 'pm archive' command, so builds have not actually been rebuilding the package archives, and things have only been "working" because our GN rules are broken in such a way that ninja doesn't notice the brokenness. TBR: thakis Bug: 859955 Change-Id: Ic71ccee289d4cee532f539e19f4d9baa63408e0a Reviewed-on: https://chromium-review.googlesource.com/1125214Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#572378}
-
Khushal authored
Use a common GrContext across all RasterDecoders. This ensures that we get a unified GrProgramCache for compiled shaders. R=backer@chromium.org, ericrk@chromium.org Bug: 854416 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 Change-Id: I653486d2a20f4bb0112c6cfe66f3922c222ad338 Reviewed-on: https://chromium-review.googlesource.com/1114287 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#572377}
-
Xianzhu Wang authored
This is mainly a performance optimization because we don't need FinishCycle() if PaintController has nothing changed. By the way it can also avoid the immediate bad effect (but not the root cause) of bug 859294. Bug: 859294 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I3a4d26253fef2b04adc805ef94b93c5479c88759 Reviewed-on: https://chromium-review.googlesource.com/1124980 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#572376}
-
GauthamBanasandra authored
The isNodeJS() method validates whether target has only SDK.Target.Capability.JS set. This patch makes it more explicit and resolves the existing TODO in the isNodeJS() method. The creator of the target must now explicitly mark the target as Node.js by calling markAsNodeJS() on the target object, thus avoiding the dependency on SDK.Target.Capability.JS. Change-Id: I4da9af58ddc42eba2b6b91f7b1b81b411180256b Reviewed-on: https://chromium-review.googlesource.com/1116761 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#572375}
-
Bryce Thomas authored
This CL adds the option to query histogram deltas since the previous call, rather than cumulative counts since launch. Bug: 855745 Change-Id: I4c2965613d1e1ca39975bbeda3af2c5004c1f990 Reviewed-on: https://chromium-review.googlesource.com/1118846 Commit-Queue: Bryce Thomas <bryct@amazon.com> Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#572374}
-
Scott Haseley authored
We currently have metrics for task durations by queue type in background after five and ten minutes, and this adds these metrics by task type. These metrics will be useful for determining which exact tasks are running in the background after tabs are frozen. Bug: 858841 Change-Id: I518167c3ff7029f383492d088cfbcb1d90e0a557 Reviewed-on: https://chromium-review.googlesource.com/1119375Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Scott Haseley <shaseley@google.com> Cr-Commit-Position: refs/heads/master@{#572373}
-
Jeffrey Yasskin authored
Change-Id: I21f5d472325103e2970a54197736259ea8177dd1 Reviewed-on: https://chromium-review.googlesource.com/1125287Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Jeffrey Yasskin <jyasskin@chromium.org> Cr-Commit-Position: refs/heads/master@{#572372}
-
siyua authored
Bug: 836908 Change-Id: I184d54721a995fc059038c4c046c3aecffdce0c5 Reviewed-on: https://chromium-review.googlesource.com/1121109Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#572371}
-
Tom Anderson authored
Though the accelerator is now handled by ConfirmQuitBubbleController, we still need the accelerator entry for showing the accelerator subtext in the menu on the Exit entry. BUG=859830 R=pkasting Change-Id: Ia5f40482b009619d0cb44d5b05b9592b7fb13700 Reviewed-on: https://chromium-review.googlesource.com/1125082Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#572370}
-
Yue Li authored
Pass a Service pointer with Getters instead of pointers for each interface Bug: None Test: Manual Test Change-Id: I4b32aabbabda94b74f699cb7093708ead1bc6fa6 Reviewed-on: https://chromium-review.googlesource.com/1123371 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#572369}
-
Michael Spang authored
The method of calling functions now uses a macro to hide the gpu::VulkanFunctionPointers. Fix the ozone_demo build after this change. Bug: none Test: compile Change-Id: Ia5aa9666eb3925135f89ece810862492b305c403 Reviewed-on: https://chromium-review.googlesource.com/1124991Reviewed-by:
Chris Blume <cblume@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#572368}
-
spqchan authored
TBR=alph@chromium.org Bug: 860031 Change-Id: I4883ed61585e0c1cc5c094968bbda224161d6dc4 Reviewed-on: https://chromium-review.googlesource.com/1125263Reviewed-by:
Sarah Chan <spqchan@chromium.org> Commit-Queue: Sarah Chan <spqchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#572367}
-
Nate Fischer authored
This removes the native side of AwSafeBrowsingConfigHelper and the related AwContentsStatics methods. The native AwSafeBrowsingConfigHelper previously only maintained a global variable to keep track of manifest opt-in. However, we currently only set/get that value from the Java side. Therefore, we can remove the native side and keep track of this value in a static Java variable. This appears to be the culprit for some startup delay, so this is expected to improve startup time as well. R=torne@chromium.org conditions (including manifest opt-in/out) (seems to be a noticeable startup win, net reduction of 23 ms locally) Bug: 859696 Test: manual - use SuperSafeBrowsing test app, check a variety of opt-in Test: tools/perf/run_benchmark system_health.webview_startup --browser android-webview-google Change-Id: I520c405027991101b5c8c23c58853c6b7c73c2b3 Reviewed-on: https://chromium-review.googlesource.com/1123887 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#572366}
-
Xianzhu Wang authored
Bug: 854783 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I7ae7d241596f8eedce26ff43b2ee9ff584b911ff Reviewed-on: https://chromium-review.googlesource.com/1123108 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#572365}
-
Ian Vollick authored
This is a reland of 0e9a15da In this reland, I've combined the change with https://crrev.com/c/1124405 since the smoothing in the original CL was actually just a scaling. Original change's description: > [vr] Tune scroll event stream > > This change applies three heuristics to make trackpad scrolling feel > smoother. We increase the frequency at which we submit scroll events to > the platform, we also decrease the scroll scale factor (to make the > scrolls less jumpy), and we do some simple filtering of our scroll > values. > > I pair-programmed much of this change with asimjour@ and he wrote the > initial code to interpolate events in the android ui gesture target. > > Bug: 859075 > Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel > Change-Id: I2fe42940214d01d99618ddacd182f202ff271dad > Reviewed-on: https://chromium-review.googlesource.com/1120425 > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Commit-Queue: Ian Vollick <vollick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#571535} Bug: 859075 Change-Id: Ib1a9f801c6930b709624233d8e00aeabc59f576d Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Reviewed-on: https://chromium-review.googlesource.com/1124908Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#572364}
-
Marijn Kruisselbrink authored
The existing implementation depended on the non-mojo blob URL code path, and so would break soon after mojo blob URLs ship when the old code gets deleted. So rewrite the implementation to read blobs more directly rather than going through a blob URL. Bug: 859109 Change-Id: Ia6f2432e48ac5304ea8f5598d293e31c2c1e1905 Reviewed-on: https://chromium-review.googlesource.com/1120679 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#572363}
-
mrefaat authored
This is needed by AppLauncherTabHelper for shouldAllowRequest as it will not be provided to Tab by CRWWebController Bug: 850760 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I03079be0e3bd1402322019447f78e5cceabd77d4 Reviewed-on: https://chromium-review.googlesource.com/1119685Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#572362}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/34aa059c1502..58a1605d2b9b git log 34aa059c1502..58a1605d2b9b --date=short --no-merges --format='%ad %ae %s' 2018-07-03 ethannicholas@google.com Revert "Remove gCreateTypefaceDelegate." 2018-07-03 jcgregorio@google.com cloudbuild.yaml also needs a top level timeout. 2018-07-03 skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll skia/third_party/skcms 678e47d97bc5..f447e42de725 (1 commits) 2018-07-03 egdaniel@google.com Fix allocation size of vk transfer buffer during copy. 2018-07-03 bungeman@google.com Remove gCreateTypefaceDelegate. 2018-07-03 jcgregorio@google.com Add timeouts to cloudbuild.yaml Created with: gclient setdep -r src/third_party/skia@58a1605d2b9b 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=ethannicholas@chromium.org Change-Id: I9a2e319997d34cf49b0ea58a0f44c5764af5e17a Reviewed-on: https://chromium-review.googlesource.com/1125042Reviewed-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@{#572361}
-
Sergey Ulanov authored
Initial implementation of SkFontMgr for Fuchsia that implements minimal SkFontMgr functionality used in Blink. There are still a number of features that don't work properly and will require changes in the system FontProvider to get fixed: 1. Character to font matching (see onMatchFamilyStyleCharacter()). Currently the system API doesn't provide this feature. 2. Style matching according to CSS3: Font style matching rules implemented in Fuchsia's font provider do not match CSS3 rules. 3. Font aliasing: FontProvider supports only 3 Roboto fonts (Roboto, RobotoSlab and RobotoMono) doesn't support any font family aliases. To workaround this issue aliasing implemented directly in FuchsiaFontManager. The new SkFontMgr is not enabled yet because it doesn't work in sandbox. Will enabled it later in a separate CL. Bug: 800156 Change-Id: I98a9bed3f98c492577cc9cf0a81f190c8837da31 Reviewed-on: https://chromium-review.googlesource.com/1114192 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:Wez <wez@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#572360}
-
Ian Clelland authored
The JSON parser was too lenient in accepting whitespace between tokens (allowing any Unicode whitespace characters, not just TAB, CR, LF and Space). Additionally, unescaped ASCII Control characters (0x00 to 0x1f) were allowed inside of strings. This CL fixes both issues, and updates tests accordingly. Change-Id: I71b55a5815f02174a230c900071b4a83b0fc16c5 Reviewed-on: https://chromium-review.googlesource.com/1125035 Commit-Queue: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#572359}
-