- 14 Nov, 2018 40 commits
-
-
Jonathan Metzman authored
Bug: 895233 Change-Id: I4beea124124a9f773d5d32db2957be1a2c5dfdd0 Reviewed-on: https://chromium-review.googlesource.com/c/1334933Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Marja Hölttä <marja@chromium.org> Commit-Queue: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#608082}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/d5fa47311da1..88c15c341d97 git log d5fa47311da1..88c15c341d97 --date=short --no-merges --format='%ad %ae %s' 2018-11-14 dgarrett@google.com chromeos_config: All firmwarebranch builds on 30 day schedule. Created with: gclient setdep -r src/third_party/chromite@88c15c341d97 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=chrome-os-gardeners@chromium.org Change-Id: Ieac55be458a1ff24cb9291fbb7681d0929d7d661 Reviewed-on: https://chromium-review.googlesource.com/c/1335838Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#608081}
-
Fernando Serboncini authored
TBR=zakerinasab@chromium.org Bug: 903101,840371 Change-Id: I855ea360aefab4aae00b991f1000fa55e3f49935 Reviewed-on: https://chromium-review.googlesource.com/c/1336079 Commit-Queue: Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#608080}
-
Eric Orth authored
Preparing to handle non-address results in HostResolver and HostCache. First step is to switch HostCache::Key from AddressFamily to the more general DnsQueryType and remove assumptions in HostCache and HostResolverImpl that the only requestable types are A and AAAA. No support yet for parsing and returning the non-address results. That will be added in a later CL. TBR=bbudge@chromium.org,tsepez@chromium.org Bug: 846423 Change-Id: Ie921de57bd744e1796321c7d5706057c0db074d2 Reviewed-on: https://chromium-review.googlesource.com/c/1327232 Commit-Queue: Eric Orth <ericorth@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#608079}
-
Dan Sanders authored
It is expected that initialization will fail when it is not supported by the hardware, so lower these from DLOG(WARN) to DVLOG(1). Failure to create a software decode session is still DLOG(WARN) because this should work on all hardware. Bug: 903656 Change-Id: I7bd62051c4c1d9082731b393d44166971f1aa0f6 Reviewed-on: https://chromium-review.googlesource.com/c/1334849Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#608078}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8eae8558004a..93345bb86e3d Created with: gclient setdep -r src-internal@93345bb86e3d The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=mmoss@chromium.org Change-Id: I2101e2d29186d18cfc7a23e1909138fc833cfef5 Reviewed-on: https://chromium-review.googlesource.com/c/1335835Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#608077}
-
Collin Baker authored
Bug: 897086 Change-Id: Idfd8e9a68c663ba3e560a6f2443b2a468cdd3c65 Reviewed-on: https://chromium-review.googlesource.com/c/1331617 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#608076}
-
Justin Cohen authored
875528, 875528, 750185, 850814 Bug: 894099, 766951, 836808, 740987, 765146, 826369, 730461, 869176, Change-Id: I07b3ab43cff3d4d4f17349fe5eff9070fef5d437 Reviewed-on: https://chromium-review.googlesource.com/c/1335207 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#608075}
-
Roger Tawa authored
This reverts commit 1a055a9b. Reason for revert: broken tree: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/android-rel/4386 Original change's description: > Reland "Android: Allow proguard to strip unused native methods." > > Reland of dc8f3c0a. > > chrome_public_test_apk is now merged with chrome_public_apk_for_test > which should fix the proguard issue. > > TBR: agrieve@chromium.org > Bug: 688465 > Change-Id: Ie43eae7f945e5ae444f1cb0adc0703b334402f3c > Reviewed-on: https://chromium-review.googlesource.com/c/1333988 > Reviewed-by: Eric Stevenson <estevenson@chromium.org> > Commit-Queue: Eric Stevenson <estevenson@chromium.org> > Cr-Commit-Position: refs/heads/master@{#608038} TBR=estevenson@chromium.org Change-Id: Ia718741dad550c0a4c861bd634a21232518dd161 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 688465 Reviewed-on: https://chromium-review.googlesource.com/c/1336064Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#608074}
-
Jeremy Roman authored
Bug: 884059 Change-Id: Iaee6daa6003c4956e6dba6d5351621b10bc0b5e1 Reviewed-on: https://chromium-review.googlesource.com/c/1332254Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#608073}
-
Aaron Leventhal authored
This updates the code to use MarkAXObjectDirty() where we were using a hack to fire value changes for generic tree changes. However, tree change serialization/deserialization did not handle bundles where there were only changed objects, and no events were provided. Bug: 902324 Change-Id: I93f6a1ae1f2e7d835621af8f8deb6c62043454fe Reviewed-on: https://chromium-review.googlesource.com/c/1318361Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#608072}
-
Kristi Park authored
Use smoother transition when the MV tiles are updated. This removes the 'white flash' that is currently present. Screencast: https://screencast.googleplex.com/cast/NTM0NjkzNjMyNDM1ODE0NHxhZWM4ZWEyOS04MA Bug: 905119 Change-Id: Ic1a7ea35b2e05bbcbcd583b2ca792a6b7c8f2dc0 Reviewed-on: https://chromium-review.googlesource.com/c/1334938Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#608071}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/5beeee15c175..a6150a3fe778 git log 5beeee15c175..a6150a3fe778 --date=short --no-merges --format='%ad %ae %s' 2018-11-14 stevenperron@google.com Don't assert on void function parameters. (#2047) 2018-11-14 stevenperron@google.com Instruction::GetBaseAddress to handle OpPtrAccessChain (#2050) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@a6150a3fe778 The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: Idea0961f43f7a415cc7f644c295ff39c735c4e75 Reviewed-on: https://chromium-review.googlesource.com/c/1335834Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#608070}
-
Joe Downing authored
As part of the permission dialog work, I want to make sure that the icon displayed in the dialog matches that of the Chrome app and other clients (instead of the older icon which had two blue rectangles). The concern is that the outdated icon may make the dialog look less trustworthy and users might dismiss it outright instead of reading it. Bug: 902041, 757618 Change-Id: Ia69ea7dab6d7d246302b75b199831c4048935888 Reviewed-on: https://chromium-review.googlesource.com/c/1336058 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#608069}
-
Kristi Park authored
- Do not start reordering if a modifier key is also held down (e.g. ctrl, shift, etc.) - Fix reorder CSS if a theme or custom background is applied. - With theme: https://screenshot.googleplex.com/eVSKahPM34w.png - With custom bg: https://screenshot.googleplex.com/mQ0hPUJ9XLs.png - With theme and custom bg: https://screenshot.googleplex.com/XkSBSEtpxV1.png - For themes/custom backgrounds, keep the edit menu icon white when focused using keyboard navigation. This makes it slightly easier to see on multicolored backgrounds. - Before: https://screenshot.googleplex.com/Agf1nZaxwwP.png - After: https://screenshot.googleplex.com/fPZmseG3LyN.png Bug: 851335 Change-Id: Ic7fb6d5522dbc5b5395fadf5766ac643613a8bfd Reviewed-on: https://chromium-review.googlesource.com/c/1335027Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Commit-Queue: Kristi Park <kristipark@chromium.org> Cr-Commit-Position: refs/heads/master@{#608068}
-
Mustafa Emre Acer authored
The current threshold is LOW which corresponds to any non-zero score. This will cause any site with a non-zero engagement score to be ignored from lookalike suggestions. The effect of this change is: - The navigated site will be more likely to be considered for a lookalike suggestion - The navigated site will be compared to fewer engaged sites Bug: 878153 Change-Id: I19928398b207d36981736ed22e6a026263f93751 Reviewed-on: https://chromium-review.googlesource.com/c/1334851Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#608067}
-
Xiaocheng Hu authored
This patch changes the function to use VisiblePosition-free versions of Start/EndOfWord, and hoists the creation of VisiblePosition to callers to reduce the usage of VisiblePosition. Bug: 657237 Change-Id: I8565ab3fa839b79c3e464c8622fc7a75161cc621 Reviewed-on: https://chromium-review.googlesource.com/c/1330755 Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#608066}
-
Tarun Bansal authored
Change-Id: Ibbdd75e179458b401f2e5ff3a61a415865769351 Bug: 905095 Reviewed-on: https://chromium-review.googlesource.com/c/1335274Reviewed-by:
rajendrant <rajendrant@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#608065}
-
Emircan Uysaler authored
To prevent permissions being accepted accidentally, permission prompts should not be accepted as the default action. This CL changes default selection to cancel button to reflect that. Bug: 326740 Change-Id: I29d3e5c61c6a56546c7d9ada0824d3fccb91bc4f Reviewed-on: https://chromium-review.googlesource.com/c/1334856Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Qiang Chen <qiangchen@chromium.org> Commit-Queue: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#608064}
-
Lei Zhang authored
There are several public headers in pdf/ now. Better restrict which ones should be used where. Change-Id: I1cb4d746391bfbd6b41d98785c30a6d4309751b8 Reviewed-on: https://chromium-review.googlesource.com/c/1330991 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#608063}
-
Evan Stade authored
Bug: 879030 Change-Id: I4483a426013086588b0801485a241424d2c426b8 Reviewed-on: https://chromium-review.googlesource.com/c/1334270Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#608062}
-
Camillo Bruni authored
This CL was created automatically with tools/perf/update_wpr script There are a couple of failing requests to https://yandex.ru/clck/safeclick/ R=perezju@chromium.org Bug: 878390 Change-Id: Ifcc0cddbb43496c50abdc6ebbc3f5aabc52c3f10 Reviewed-on: https://chromium-review.googlesource.com/c/1329749 Commit-Queue: Camillo Bruni <cbruni@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#608061}
-
Alex Clarke authored
This is a step towards introducing a UIThreadScheduler which will have a SequenceManager rather than a MessageLoop on the UI thread. We also remove the SequenceManager from base::Thread since we no longer considering having anything other than a FIFO scheduler there. TBR=marq@chromium.org Bug: 863341, 891670 Change-Id: If1603e623688a5bb4d0ca71b2b55bc50ffb9c506 Reviewed-on: https://chromium-review.googlesource.com/c/1320329 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#608060}
-
Mario Sanchez Prada authored
Move away from SigninManager[Base] in favor of the IdentityManager for every single API call except for OnExternalSigninCompleted(), which hasn't got mapped yet to the IdentityManager (crbug.com/889902). Bug: 882464 Change-Id: I68c8b4845caaed59dd9b2650da977fac74be06b4 Reviewed-on: https://chromium-review.googlesource.com/c/1333390 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#608059}
-
Yiming Zhou authored
The Captured Sites Automation Framework interacts with real-world pages. Some test actions, such as triggering autofill or typing password, require the automation to place focus on page elements. The framework currently invokes JavaScript's 'HtmlElement.focus()' method to place focus on an element. However, it came to my attention that this method occasionally fail on some test machines. This change introduces mouse left click as a backup way to place focus on an element, if JavaScript fails. Fixed focus function in Capture Sites Test Framework. The Captured Sites Test Framework uses JavaScript's .focus function to place focus on a html element. This apparently fails from time to time on some machines. This fix adds a left mouse click action to the element if focus via script fails. Bug: 847905 Change-Id: Idef08ac1e9adb225889d5da35d8f426bf4663f3e Reviewed-on: https://chromium-review.googlesource.com/c/1332716Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Commit-Queue: Yiming Zhou <uwyiming@google.com> Cr-Commit-Position: refs/heads/master@{#608058}
-
Dan Harrington authored
This changes how the ClientId is generated for this feature. The tabID is not used yet, but will be needed to implement the system notification correctly. I manually verified that FindTab() returns the correct ID. Bug: 883486 Change-Id: I466fc5d3eb1b6f373d969a3d8eb88de7e96854ce Reviewed-on: https://chromium-review.googlesource.com/c/1327409 Commit-Queue: Dan H <harringtond@google.com> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#608057}
-
Dave Tapuska authored
Revalidation requests would get tagged as SWR candidates when the revalidation occurred causing skew in the histograms. BUG=348877 Change-Id: I5d713b9d18513337d7ef9379effda8495ddcad4a Reviewed-on: https://chromium-review.googlesource.com/c/1334662Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#608056}
-
edchin authored
This CL converts 2 tests in url_opener_unittest.mm from unit tests to integreation tests. The unit tests were poor tests because: 1) They test the logic inside URLOpener as well as MainController 2) They expose BVC as settable public API in MainController for testing 3) They expose private tab creation API in BVC for testing Change-Id: Ie442c7ba26d15350f4a13761a32c1666fdb764f8 Reviewed-on: https://chromium-review.googlesource.com/c/1334850 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#608055}
-
Camillo Bruni authored
This CL was created automatically with tools/perf/update_wpr script Two failing requests due to ad scripts. R=perezju@chromium.org Bug: 878390 Change-Id: I1f83c87567f3af80484b5ddbba32f57923706587 Reviewed-on: https://chromium-review.googlesource.com/c/1329626 Commit-Queue: Camillo Bruni <cbruni@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#608054}
-
Tom Tan authored
Bug: 893460 Change-Id: Iff38ac0d8b65c28ad531b1c3d3d8d2842bb76e40 Reviewed-on: https://chromium-review.googlesource.com/c/1330714Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Tom Tan <Tom.Tan@microsoft.com> Cr-Commit-Position: refs/heads/master@{#608053}
-
Stephen McGruer authored
This histogram will be used to guide the implementation of the CSS prefers-reduced-motion media feature. The primary goal is to compare usage levels across platforms. Bug: 722548 Change-Id: I9162d4e9df2e04afa0c8716266c2f0dc2c57b2ac Reviewed-on: https://chromium-review.googlesource.com/c/1330827Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#608052}
-
Jacob Dufault authored
Bug: 905109 Change-Id: Iff9db5d47f2086156a0170bd3cf0efc058b40812 Reviewed-on: https://chromium-review.googlesource.com/c/1334931Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#608051}
-
Corentin Wallez authored
This builder will run the dawn_end2end_tests on the GPU swarming bots through the Chromium recipe. BUG=chromium:901830 Change-Id: Ic943058c3b46119222509c6a435f0b83a305590f Reviewed-on: https://chromium-review.googlesource.com/c/1325992 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#608050}
-
Elly Fong-Jones authored
Doing this prevents easy "scrubbing" through the bookmark bar menus, since the newly-appearing menu draws over the top of the adjacent bookmark buttons. Bug: 902344 Change-Id: Ief783f4b417810416821b717f92f796b4e6b07e6 Reviewed-on: https://chromium-review.googlesource.com/c/1335870 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#608049}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/76f9954b17a4..fdc635d2a8ff git log 76f9954b17a4..fdc635d2a8ff --date=short --no-merges --format='%ad %ae %s' 2018-11-14 terelius@webrtc.org Remove deprecated APIs from RTC event log parser. 2018-11-14 magjed@webrtc.org Android EglRenderer: Replace unicoce character with ascii character Created with: gclient setdep -r src/third_party/webrtc@fdc635d2a8ff The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_archive_rel_ng;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ic592e1678c27e13d919cd63d2c0b6bf941aa110a Reviewed-on: https://chromium-review.googlesource.com/c/1335832Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#608048}
-
Etienne Bergeron authored
This CL is adding a trace event for each user RecordComputedAction (see base/metrics/user_metrics.cc). This is helping to understand the user interaction. These events are activated under the "UI" tracing category. R=asvitkine@chromium.org, oysteine@chromium.org Change-Id: I180372c97293ce4da1d290e70f065d54da23bb2f Reviewed-on: https://chromium-review.googlesource.com/c/1327218Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#608047}
-
Lei Zhang authored
Also put the "pdf-isolation" feature behind the same ifdef. These features should only be available when plugins are enabled at compile time. Bug: 61248 Change-Id: Ia928ea89d197d2f94d80e1e67c8ac8ece13548f8 Reviewed-on: https://chromium-review.googlesource.com/c/1330846 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#608046}
-
Xiaocheng Hu authored
This patch changes tests in the following directories to use Element.innerText for text dump: LayoutTests/h* - LayoutTests/o* Most of this patch is mechanical rebaseline, except that: - Some LayoutNG-specific baselines become redundant and are removed. - Two LayoutNG-specific baselines are added due to different treatments of formatting characters in legacy and NG innerText implementations. Bug: 887148 Change-Id: I433fc4cf279a95e71a5b21fd84780fa6825dd8dd Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Reviewed-on: https://chromium-review.googlesource.com/c/1331747Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#608045}
-
Becky Zhou authored
Bug: 905248 Change-Id: Iab5d219feccbb265c72a83770d3a48bc368e2d10 Reviewed-on: https://chromium-review.googlesource.com/c/1336032Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#608044}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7f2b6fa66575..d7157b2ccf53 git log 7f2b6fa66575..d7157b2ccf53 --date=short --no-merges --format='%ad %ae %s' 2018-11-14 egdaniel@google.com Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" 2018-11-14 mtklein@google.com skip alpha scale if 256 2018-11-14 egdaniel@google.com Reland "Have a GrBackendFormat be stored on gpu proxies." Created with: gclient setdep -r src/third_party/skia@d7157b2ccf53 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel BUG=chromium:903701 chromium:903756,chromium:903701 chromium:903756 TBR=rmistry@chromium.org Change-Id: Ib7f4f617164efa46fdc0435416971fbb06f2a197 Reviewed-on: https://chromium-review.googlesource.com/c/1335776Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#608043}
-