- 15 Mar, 2018 40 commits
-
-
Henrique Nakashima authored
On this case, a call inside the loop may cause visible_pages_ to change. Bug: 822091 Change-Id: I41b0715faa6fe3e39203cd9142cf5ea38e59aefb Reviewed-on: https://chromium-review.googlesource.com/964592Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#543494}
-
Ryan Hamilton authored
As per recent discussions in the QUIC IETF Working Group, the latter is reserved for implementations of the final RFC. https://github.com/w3c/navigation-timing/issues/71 Change-Id: I743eb5fcca87b1191e046fd531d19a2ee6ce8bef Reviewed-on: https://chromium-review.googlesource.com/963492Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yoav Weiss <yoav@yoav.ws> Commit-Queue: Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#543493}
-
John Z Wu authored
Bug: 770983 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I237fe77422971a18476d85b60c1ad67d60aa39bd Reviewed-on: https://chromium-review.googlesource.com/963643 Commit-Queue: John Wu <jzw@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#543492}
-
Sammie Quon authored
Use kAppIconKey if possible instead of kWindowIconKey for the overview icon. Its bigger and clearer when resized. Change split view drag indicators text to use a flat 24 width so they are always pill shaped, instead of line height if it is bigger. Test: manaual Bug: 817877, 817865 Change-Id: I880cbfe7d2474156e5268dcb02ef0efd6db12f00 Reviewed-on: https://chromium-review.googlesource.com/963673Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#543491}
-
John Chen authored
The Chrome option extensionLoadTimeout should allow value of 0, which means do not wait for extensions to load. Bug: chromedriver:2329 Change-Id: I38de01f7c1facbbbd181cbd19ac6c710e379afb9 Reviewed-on: https://chromium-review.googlesource.com/963591Reviewed-by:
Jonathon Kereliuk <kereliuk@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#543490}
-
Jian Li authored
Bug: 758690 Tbr: ryansturm@chromium.org Change-Id: I94d0f707255a362a71a3eaa9b79f6474c0865fad Reviewed-on: https://chromium-review.googlesource.com/963747 Commit-Queue: Jian Li <jianli@chromium.org> Reviewed-by:
Peter Williamson <petewil@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#543489}
-
Yuwei Huang authored
remoting_localize.py only works if the string has been translated into all supported languages. This CL adds strings for photo library and camera usage into remoting_strings.grd in advance. Bug: 821594 Change-Id: I9ee88f7cf65e07a872a91908b80ee17a391e0bae Reviewed-on: https://chromium-review.googlesource.com/964805Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#543488}
-
Chris Hamilton authored
A previous CL used GlobalSize as the explicit size of clipboard data, removing trailing nulls. This was a fix to open-ended copying logic that would occasionally read past the end of the buffer for clipboard entries not containing terminating nulls. It turns out that some clipboard entries contain much less data than the entire buffer, and don't pad out to the end with terminating nulls (only seen on Win7 when copying from command line or other console apps). The fix is to copy until first null or end of the buffer. BUG=821609 Change-Id: Id0e733ccf10b0f7d2f7ec401a584d7f14d4fd063 Reviewed-on: https://chromium-review.googlesource.com/964722Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#543487}
-
Matthew Wolenetz authored
This reverts commit 27c3af9c. Reason for revert: In combination with https://chromium-review.googlesource.com/c/chromium/src/+/961827, https://ci.chromium.org/buildbot/tryserver.chromium.win/win7_chromium_rel_ng/ has been failing consistently (CQ trybot, webkit_layout_tests (with patch)). Example: https://ci.chromium.org/buildbot/tryserver.chromium.win/win7_chromium_rel_ng/123308 Original change's description: > Add move right LayoutTests. > > This patch adds test that confirm > |selection.modify('move', 'right', 'character')| behavior on various > DOM tree including RTL characters. > > This patch is a extraction from > editing/selection/move-left-right.html > which tests move right/left inside style=rtl/ltr. > > Bug: 679977 > Change-Id: Iae6a445422999daf6d1da39d8361ecc08ea6c8ec > Reviewed-on: https://chromium-review.googlesource.com/955864 > Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org> > Commit-Queue: Yoichi Osato <yoichio@chromium.org> > Cr-Commit-Position: refs/heads/master@{#543312} TBR=yosin@chromium.org,yoichio@chromium.org,xiaochengh@chromium.org Change-Id: I5fefc0ff373b0f990cc8e845206fbbee721e12e0 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 679977 Reviewed-on: https://chromium-review.googlesource.com/964902Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#543486}
-
Matthew Wolenetz authored
This reverts commit c079292c. Reason for revert: In combination with https://chromium-review.googlesource.com/c/chromium/src/+/955864, https://ci.chromium.org/buildbot/tryserver.chromium.win/win7_chromium_rel_ng/ has been failing consistently (CQ trybot, webkit_layout_tests (with patch)). Example: https://ci.chromium.org/buildbot/tryserver.chromium.win/win7_chromium_rel_ng/123308 Original change's description: > [auto] Update FlagExpectations for LayoutNG > > Following bot results are included. > 4218 4221 4224 4227 4229 4230 4232 4235 4236 4237 > > 11 lines were removed and 30 lines were deflaked by consecutive > results since 4191. > > TBR=eae@chromium.org, mstensho@chromium.org > NOTRY=true > > Bug: 591099 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng > Change-Id: Ic59fca5fcef70eb4a19049502ee9e5a8f4ec3a0b > Reviewed-on: https://chromium-review.googlesource.com/961827 > Commit-Queue: Koji Ishii <kojii@chromium.org> > Reviewed-by: Koji Ishii <kojii@chromium.org> > Cr-Commit-Position: refs/heads/master@{#543326} TBR=eae@chromium.org,kojii@chromium.org,mstensho@chromium.org Change-Id: I1791f1d60e650a1b29ff9dd3e2bb9865dbf09d9b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Reviewed-on: https://chromium-review.googlesource.com/963389Reviewed-by:
Matthew Wolenetz <wolenetz@chromium.org> Commit-Queue: Matthew Wolenetz <wolenetz@chromium.org> Cr-Commit-Position: refs/heads/master@{#543485}
-
https://webrtc.googlesource.com/src.git/+log/853715c9a906..895ae9a0cdff $ git log 853715c9a..895ae9a0c --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: Iec0b3345ef60e6d1de800f66b25b0438e1a916e7 Reviewed-on: https://chromium-review.googlesource.com/964717 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543484}
-
Calder Kitagawa authored
Reintroduces the PeakPageMemory (Peak Virtual Memory) and PeakWorkingSetSize (Virtual Memory High Water Mark) metrics to Linux builds of Zucchini. Linux is used for benchmarking of ELF and DEX variants of Zucchini as well as general intergration and regression testing so it is nice to have these metrics remain in the program. The method used is based on code in base/process/internal_linux.[h|cc] however, it avoids the overhead of having to create key value pairs for all of the metrics so is slightly faster. Moreover, the contents of internal_linux are intended to be private to base/process so in order to get these metrics it is necessary to replicate part of the code. These were originally removed in: https://chromium-review.googlesource.com/c/chromium/src/+/951923. Also fixes some weirdness with "// defined(...)" comments. Change-Id: Id69f16fa912117f3d3756b425e584c48b9f0fff2 Reviewed-on: https://chromium-review.googlesource.com/963604 Commit-Queue: Calder Kitagawa <ckitagawa@google.com> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#543483}
-
mark a. foltz authored
TBR=zhaobin Bug: 822231 Change-Id: Ibd6c654a1b5cdc2449ed091de1b1a64589df0746 Reviewed-on: https://chromium-review.googlesource.com/964729Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Adam Parker <amp@chromium.org> Cr-Commit-Position: refs/heads/master@{#543482}
-
Shivani Sharma authored
If a response is not complete and has a content-encoding header, it should not be marked as truncated since we do not want it to lead to range requests for future requests. TEST=net_unittests --gtest_filter= WritersTest.ContentEncodingShouldNotTruncate Also manually verified that the test case reported in the bug is fixed. Bug: 820862 Change-Id: Ie3f4098e769e257632058af2215054809ca8c89f Reviewed-on: https://chromium-review.googlesource.com/962346 Commit-Queue: Shivani Sharma <shivanisha@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#543481}
-
Yixin Wang authored
Reland "Add OnForwardProgressConfirmed() for QuicConnectionVisitorInterface and call it whenever an ACK increases the largest_acked value." Original CL: https://chromium-review.googlesource.com/c/chromium/src/+/961385 Revert CL: https://chromium-review.googlesource.com/c/chromium/src/+/963621 Original description: The purpose of this is to have Chromium's QuicChromiumClientSession pass the MSG_CONFIRM flag to the next UDP sendto() call when OnForwardProgressConfirmed() is called for Linux platforms. MSG_CONFIRM is used to signal the Linux kernel of "forward progress" on that path to prevent the kernel from doing unnecessary probing. More info: https://bugs.chromium.org/p/chromium/issues/detail?id=488402 Merge internal change 188887862 Bug: 488402 Change-Id: I257cc8b302c6331714a5b351f026bd25ee5e5664 Reviewed-on: https://chromium-review.googlesource.com/963681Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Yixin Wang <wangyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#543480}
-
Ovidio Henriquez authored
This change adds a new FakeBluetoothChooser interface stub to expand on. The design for this class is detailed in the following document: https://docs.google.com/document/d/1XFl_4ZAgO8ddM6U53A9AfUuZeWgJnlYD5wtbXqEpzeg BUG=719827 Change-Id: I34169ce62dd5b35796639b7643d899b8315cc4c7 Reviewed-on: https://chromium-review.googlesource.com/909726 Commit-Queue: Ovidio Henriquez <odejesush@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Conley Owens <cco3@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#543479}
-
Greg Daniel authored
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: Ic92a2dabc6d54dd6ce46d9542b08d4f7cf47569e Reviewed-on: https://chromium-review.googlesource.com/964255Reviewed-by:
Brian Salomon <bsalomon@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Commit-Queue: Greg Daniel <egdaniel@chromium.org> Cr-Commit-Position: refs/heads/master@{#543478}
-
edchin authored
This CL cleans up GridCell and updates the colors. Bug: 818198 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Id080667cf704af3d33745ab9019f1556693f80e5 Reviewed-on: https://chromium-review.googlesource.com/963724Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#543477}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 7b23f00a. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/13872 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: foolip@chromium.org, robertma@chromium.org, smcgruer@chromium.org: external/wpt/infrastructure panicker@chromium.org: external/wpt/user-timing TBR=lukebjerring No-Export: true Change-Id: I1755f1ecc3e4fa42551f76222a7871a3ee457c2a Reviewed-on: https://chromium-review.googlesource.com/964544 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@{#543476}
-
Andrey Kosyakov authored
BUG=812464,721408 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I39b237ba370dc65febbb52e8d31b1d01d4c35d10 Reviewed-on: https://chromium-review.googlesource.com/956685 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#543475}
-
Rouslan Solomakhin authored
Before this patch, browser tests for PaymentRequest would print warnings about deprecation of: 1) Using an array for 'supportedMethods'. 2) Specifying card networks in 'supportedMethods'. This patch modernizes the browser test by: 1) Converting single-element 'supportedMethods' arrays into strings. 2) Splitting up multi-element 'supportedMethods' arrays into arrays of objects with a single string 'supportedMethods' value in each object. 3) Using 'basic-card' in 'supportedMethods'. 4) Specifying card networks in 'supportedNetworks'. After this patch, browser tests for PaymentRequest don't print warnings about deprecation. Bug: NONE Change-Id: I777f299ce32353fbf6a54fb4f839c3bfd19517a9 Reviewed-on: https://chromium-review.googlesource.com/962928 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#543474}
-
Donn Denman authored
Adds another histogram to use to validate that our logging to Ranker for ML using features and outcomes is complete and balanced. This new histogram logs that features are available to Ranker when two key UX events occur: 1) A tap gesture is recognized that we commit to processing, 2) Each show of the Bar (for outcomes). The resulting histogram should highly correlate with the existing histogram that tracks actual logging of features and outcomes to Ranker. BUG=802963 Change-Id: I43e6ba711fa8fb91ea1d484e7399ef07aa5aa6bd Reviewed-on: https://chromium-review.googlesource.com/959445Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#543473}
-
sczs authored
- Adds a subtitle label to table_view_text_header_footer_item - Sets this label as a timpestamp for RecentTabs sessions headers. Screenshot: https://drive.google.com/open?id=1yamLSxBoFXm0la14ZLVxsEqMMcbFu6BC Bug: 805698 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I2318b02df397d603285034a642fd75c7efb20953 Reviewed-on: https://chromium-review.googlesource.com/963674 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#543472}
-
rbpotter authored
Use ScopedRestoreDefaultLocale and correct variable name style. Bug: 819806 Change-Id: I51436ceba079c411c051c602bbf9a1d90b3bfc32 Reviewed-on: https://chromium-review.googlesource.com/963749Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#543471}
-
Illia Martyniuk authored
Moving UI specific methods from UI Element to either Window, View or Widget. Once we create common UIElement for UI and Viz it'll be easier to follow changes since this refactor is done. Common UIElement will not know about the functions moved in this CL, so I think it's better to do this now. Bug: 775348 Change-Id: Ife9d9150ad9de704272c62dc16c177064f4eccdb Reviewed-on: https://chromium-review.googlesource.com/962356Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Illia Martyniuk <illiam@google.com> Cr-Commit-Position: refs/heads/master@{#543470}
-
Geoff Lang authored
TBR=iannucci@chromium.org NOTRY=true BUG=820190 Change-Id: I926d479b6c2051ba93842174d1dc468524f0e158 Reviewed-on: https://chromium-review.googlesource.com/964784Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#543469}
-
Dave Schuyler authored
This Cl updates the color of icons in invalidate (e.g. selection or theme changes). Bug: 821342 Change-Id: Icbd861b443ed9d0125121641f94e1ec6aeb1865c Reviewed-on: https://chromium-review.googlesource.com/962680 Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
Kevin Bailey <krb@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#543468}
-
Caleb Rouleau authored
This reverts commit 5d5a062f. Reason for revert: added a failing test https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Win10/32246 see issue 822386 bug: 822386 Original change's description: > Send GSB before switching to mainthread scrolling in smooth scroll path. > > This cl is the equivalent of https://codereview.chromium.org/2854683002 fix for smooth scrolling > path,if the compositor handles the GSB and during the scrolling we have to switch to main thread > since the compositor cannot handle a GSU a GSB must be sent to the main thread since the original > GSB was handled on the compositor rather than being sent to the main thread. > > touchpad-scroll-impl-to-main.html is the test that forces switch from compositor thread to main > thread in the middle of scrolling. It used to get executed with --disable-smooth-scrolling > in this cl I've moved the test to a new virtual test suite that has default scroll animation > value. > > I have removed the test expectations since I have changed the test and this might fix the flake. > > subpixel-accumulation.html needs scroll animation to be disabled and that's why I had to move it to > a new test suite. > > Bug: 820979, 708499, 757165, 800840 > Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 > Change-Id: I21b1f4285897d74559f6827e6a232f007dc897b0 > Reviewed-on: https://chromium-review.googlesource.com/961264 > Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> > Reviewed-by: Timothy Dresser <tdresser@chromium.org> > Cr-Commit-Position: refs/heads/master@{#543425} TBR=tdresser@chromium.org,sahel@chromium.org Change-Id: I3c5253d96d011c9723063effac91c969ee352305 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 820979, 708499, 757165, 800840 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Reviewed-on: https://chromium-review.googlesource.com/963388Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#543467}
-
Ryan Landay authored
There's a sequence of steps (see crbug.com/820902) that can cause the Android tab switcher to enter a state where it's showing a margin for the incognito tab stack, even though the stack is empty and we normally wouldn't allow switching to it. This CL fixes a regression when performing this sequence of operations that allows switching back and forth to the empty tab stack. The regression was introduced in https://chromium-review.googlesource.com/c/chromium/src/+/933061. This CL does not fix the margin issue, which would be more involved to debug. Bug: 820902 Change-Id: I7255f430637d7f13d2dd63ce42f2e147f6a51e9c Reviewed-on: https://chromium-review.googlesource.com/959569 Commit-Queue: Ryan Landay <rlanday@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#543466}
-
Sean Kau authored
We're building urls to make printer attribute requests to printers directly to check for autoconf support and connectivity. Ensure that there is only one '/' between the authority and queue. Bug: 819280 Change-Id: I0be201f46b344b807e121326f9bbf1d86565de32 Reviewed-on: https://chromium-review.googlesource.com/960939 Commit-Queue: Sean Kau <skau@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#543465}
-
Dominik Röttsches authored
The existing logic was to exclude segmenter output that does not overlap with range start and range end (HarfBuzzShaper::Shape) and to restrict shaping to the character indexes of the queue items that contribute to the desired range. However, the latter restriction only worked if the case mapping for small caps did not chop up the queue items further, due to case change segmentation. Adding an early-out if the result of case mapping chopping produces queue items that fall outside the desired range. Thanks to kojii@ for the report and initial test case. Bug: 817271 Test: RangeShapeSmallCaps Change-Id: If8c0b00343e7b1c9a342305e5f44fa515ba3576c Reviewed-on: https://chromium-review.googlesource.com/964445Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#543464}
-
Eric Stevenson authored
It isn't necessary and reduces the number of methods in the main dex by ~100. Bug: 820361 Change-Id: Id08cdf771b255c8ad2de8be46c2dadd69270e029 Reviewed-on: https://chromium-review.googlesource.com/956966Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#543463}
-
Gabriel Charette authored
Follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/941264 Now that only BrowserThread::UI/IO remain: APIs used to prevent further abuse in other BrowserThreads during their deprecation are no longer needed :). R=fdoray@chromium.org Bug: 815225 Change-Id: Ifa952367cd2ba87d035c14f0428393644503ef18 Reviewed-on: https://chromium-review.googlesource.com/963361 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#543462}
-
Xi Cheng authored
This should fix the issue that notification activation is not working in some cases. Bug: 734095, 821793 Change-Id: If19f1c802b7da3b1cd0476c0a585138a2d2edcaa Reviewed-on: https://chromium-review.googlesource.com/963685Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#543461}
-
https://webrtc.googlesource.com/src.git/+log/a12b1d625cc9..853715c9a906 $ git log a12b1d625..853715c9a --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc 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: I8b5d3c31201110a2a1c5cb0322b0f2f1c8fbb4a6 Reviewed-on: https://chromium-review.googlesource.com/964385Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543460}
-
Helen Li authored
This test is flaky on Mac. This CL disables it temporarily. Bug: 821224 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I909087ed5102631fdca68b45d9a0c4b6810410fc Reviewed-on: https://chromium-review.googlesource.com/964614Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#543459}
-
https://chromium.googlesource.com/catapult.git/+log/6c4a8ca2e9bc..1446cf3fe8a3 $ git log 6c4a8ca2e..1446cf3fe --date=short --no-merges --format='%ad %ae %s' 2018-03-12 tiborg [vr] Fix draw metrics in frameCycleDurationMetric 2018-03-13 perezju [Telemetry] Let Telemetry find the embedder APK for WebView 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: I729e915f328d914579609e93cec723aa64c597a7 Reviewed-on: https://chromium-review.googlesource.com/963838 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543458}
-
Emily Hanley authored
Bug: 779634 Change-Id: Ifbc4d5736cef4ceda239b5a5efe31533a4a01e78 Reviewed-on: https://chromium-review.googlesource.com/963083Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#543457}
-
Dave Schuyler authored
This CL uses CanProcessEventsWithinSubtree to stop enter/exit events to text and image elements. Bug: 820892 Change-Id: Ice5adc61ba617db3119eea9a99d10255888aa840 Reviewed-on: https://chromium-review.googlesource.com/962665Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Kevin Bailey <krb@chromium.org> Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Cr-Commit-Position: refs/heads/master@{#543456}
-
Cathy Li authored
Bug: 812022 Change-Id: I8cb1c8e9566bf4fb92f67ef5b8c9e434467e647b Reviewed-on: https://chromium-review.googlesource.com/944620 Commit-Queue: Cathy Li <chili@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#543455}
-