- 18 Apr, 2019 40 commits
-
-
Caitlin Fischer authored
Bug: 953073 Change-Id: Ib0ffe69b177ddbbe2694fe701de791e5779dab60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566596 Auto-Submit: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#652271}
-
Xianzhu Wang authored
This is a part of geometry cleanup work preparing for fragment-based paint invalidation. Some temporary code was left in implementations of DebugRect() to keep backward compatibility and avoid massive rebaselines of layout tests that outputted layout trees. Now we no longer dump layout for most of the layout tests, so rebaselining them (only for some editing tests) is trivial, making it possible to clean up DebugRect() by removing the temporary code. Bug: 941228 Change-Id: I621638a291b1597cfb53f2fd21b8afedd381101d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572525Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#652270}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/ac07ed82c3b7..96fbe0810a3f git log ac07ed82c3b7..96fbe0810a3f --date=short --no-merges --format='%ad %ae %s' 2019-04-18 bclayton@google.com Dynamic dispatch for image samplers 2019-04-18 chrisforbes@google.com Factor out GetTexelOffset from EmitImageRead/EmitImageWrite 2019-04-18 chrisforbes@google.com Add support for OpImageRead 2019-04-18 chrisforbes@google.com Add support for OpImageWrite 2019-04-18 chrisforbes@google.com Implement OpImageQuerySize 2019-04-18 chrisforbes@google.com Specialize descriptor contents for storage images Created with: gclient setdep -r src/third_party/swiftshader@96fbe0810a3f The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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: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:b/130746922,chromium:b/130768731,chromium:b/130768731,chromium:b/130768731,chromium:b/129523279,chromium:b/130768731 TBR=swiftshader-team+autoroll@chromium.org Change-Id: I9d424509162f05c950c0a754fb9629184019fbaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574240Reviewed-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@{#652269}
-
Azeem Arshad authored
This CL adds an additional check to make sure that the messages setup button is disabled when the feature is prohibited by policy. This fixes crashes when a user tries to click the button in this state. Bug: 953398 Change-Id: Ia27e16ca34ac07e952a9c873d9c3d1f16fac8c39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573090 Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Jeremy Klein <jlklein@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#652268}
-
Sam Maier authored
Bug: 952640, 954179 Change-Id: I7af49dbf8b75eb97ad14c6d9b1f849ac52cf9f05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574278Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Commit-Queue: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#652267}
-
Justin Cohen authored
Offline pages can leave the WKBackForwardList current item as a placeholder with no saved content. In this case, trigger a retry on that navigation with an updated NavigationItem url and NavigationContext error. Bug: 875761 Change-Id: Iff5e2688b76da59755726097ac955efefded39d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573082 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#652266}
-
danakj authored
This will allow us to convert more Callbacks in the bluetooth component over to OnceCallbacks, which will let us convert Callbacks in content eventually. R=reillyg@chromium.org Bug: 953861 Change-Id: Ibdc6523432ff74ff265e3086c4a8580a88b3e52c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572999 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#652265}
-
cjamcl@google.com authored
Only relevant when doing multiple runs (-t) of a command. If any fail, there is no need to continue running the command for a revision. Speeds up bisects that have flaky repros. Also, resurrect bisect_test.py. Change-Id: I6b5302dc2408d5779192d1f4808b9d51ddfbc1f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540741Reviewed-by:
Roberto Carrillo <robertocn@chromium.org> Commit-Queue: Connor Clark <cjamcl@google.com> Cr-Commit-Position: refs/heads/master@{#652264}
-
Xianzhu Wang authored
It missed a leading space, causing check_network_annotations failure on linux-rel and win7-rel. TBR=rhalavati@chromium.org,nicolaso@chromium.org Bug: 949382 Change-Id: If662c470e97ba8375b276a1bf46f77b065e7a262 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574599Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Auto-Submit: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#652263}
-
Evan Stade authored
Make label initialization more consistent and less verbose by pulling common init into a local lambda. This should have no behavioral effect except for giving the timestamp labels the same color as the other labels. Bug: none Change-Id: I1fea98a91e979d1dc5ebb6e3a3976e092f7673f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568085Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#652262}
-
Varun Khaneja authored
This change needs to be merged back to M74 too :( For M75, I'll send a follow-upCL that enables this feature behind a Finch flag that's disabled by default. The relevant GmsCore release should be out soon so it should be safe for M75 release. R=drubery Bug: 954255 Change-Id: Iebb0f78aa4fd6e5219ffa3645c98fcf1b5d32244 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574143 Auto-Submit: Varun Khaneja <vakh@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#652261}
-
Lily Chen authored
This CL adds two new values to the net::CookieSameSite enum, EXTENDED_MODE and UNSPECIFIED. Corresponding values are also added to network::mojom::CookieSameSite and net::DBCookieSameSite. The new values are not yet used. In switch statements, EXTENDED_MODE acts the same as LAX_MODE, and UNSPECIFIED acts the same as NO_RESTRICTION. Bug: 953306 Change-Id: I0cd221076bbc9286596d63c6c0de367dc5a42d43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568466Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#652260}
-
Oystein Eftevaag authored
CC=mythria@chromium.org,ulan@chromium.org TBR=crouleau@chromium.org NOTRY=true Bug: 954260 Change-Id: Ie5647f9945d3b2dde9f246b15787bc1d45866594 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574638 Commit-Queue: oysteine <oysteine@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#652259}
-
Bret Sepulveda authored
TBR=dimich@chromium.org Bug: 954205 Change-Id: I515061b271ddb5ea78a4a031d9bd86dd7245127e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574222Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#652258}
-
Roman Sorokin authored
Also added SetUpUserDataDirectory into InProcessBrowserTestMixin Bug: 952855 Change-Id: I844ea3ed718cea27b74fe36df974defcacbdd958 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570024Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#652257}
-
David 'Digit' Turner authored
R=govind@chromium.org Exempt-From-Owner-Approval: Mechanical import from google3. Change-Id: I00360ddfc801d884815b21eaf9d1ba916f64ef8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573623Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: David Turner <digit@chromium.org> Cr-Commit-Position: refs/heads/master@{#652256}
-
Tibor Goldschwendt authored
This will enable testing the library loading mechanism in the wild. Bug: 943210 Change-Id: I4af3582924d4e6653f403a02898b54d5cf743a22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564334 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#652255}
-
Miguel Casas-Sanchez authored
Bug: 950943 Change-Id: I9b68a3e628ef022795a7666cd5b26571b9d6b9f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566336Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Tommi <tommi@chromium.org> Reviewed-by:
Christian Fremerey <chfremer@chromium.org> Auto-Submit: Miguel Casas <mcasas@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#652254}
-
Jacob Dufault authored
Bug: 928555 Change-Id: I6ae62f29040216ea349c3d78f102716e86044d1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1562715 Commit-Queue: Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#652253}
-
Yuwei Huang authored
* Caches the refresh token instead of the access token if the account is whitelisted to show 1P scope in consent page * Allow signing in as the service account Bug: 947337 Change-Id: Icdd18cbe7d9269a1f593f47d79a7867b37df0e91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572932 Commit-Queue: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#652252}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f76561176b6c..c2caea81a024 git log f76561176b6c..c2caea81a024 --date=short --no-merges --format='%ad %ae %s' 2019-04-18 benjhayden@chromium.org Break words in details-table 2019-04-18 benjhayden@chromium.org Migrate alerts-section.js to es6 module 2019-04-18 benjhayden@chromium.org Migrate cp-loading.js to es6 module 2019-04-18 crouleau@chromium.org Revert "Telemetry: separate the preparation code while keeping old interface" 2019-04-18 khokhlov@google.com Revert "Skip non-module dirs when discovering classes" 2019-04-18 sergiyb@chromium.org Move telemetry binary dependencies config out of the internal namespace Created with: gclient setdep -r src/third_party/catapult@c2caea81a024 The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:950011,chromium:950011,chromium:939374,chromium:952789,chromium:953776,chromium:895891 TBR=oysteine@chromium.org Change-Id: I20dfce7f7820f94bfeb35d25b9936e51f774d537 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574038Reviewed-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@{#652251}
-
Caleb Raitto authored
API users should know that adding / removing listeners may not take effect for already-stared requests -- add a note. Also, some of the earlier comments on listener and executor lifetime turned out to be wrong -- fix these, and simplify the wording. Bug: 879208 Change-Id: Ibd4e07993b598b7d7aafb416d9e571227c1db3ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1556379Reviewed-by:
Misha Efimov <mef@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Commit-Queue: Caleb Raitto <caraitto@chromium.org> Cr-Commit-Position: refs/heads/master@{#652250}
-
Hui(Andy) Wu authored
This is a reland of 012bea0a, with flacky test deleted. Original change's description: > [autofill assistant] Introduce small delay between key presses. > > Introduce a small delay between key presses while simulate_key_presses > is true. This hopefully will allow any JS from the website to have time > to process the events. > > Bug: b/124505757 > Change-Id: I3ab90bde3434043ae9988a9e0b7ff43fdf6e86fb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1567920 > Commit-Queue: Hui Wu <wuandy@chromium.org> > Reviewed-by: Clemens Arbesser <arbesser@google.com> > Cr-Commit-Position: refs/heads/master@{#652013} Bug: b/124505757 Change-Id: Ieb9153190ec7c80fc4debde93b3159df6f70ce88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573642Reviewed-by:
Clemens Arbesser <arbesser@google.com> Commit-Queue: Hui Wu <wuandy@chromium.org> Cr-Commit-Position: refs/heads/master@{#652249}
-
Moe Ahmadi authored
Updates the state of the Translate Manual Trigger entry once page language has been determined. Otherwise, if the tools menu is opened before page load completes, the entry remains disabled. TBR=ben@chromium.org Bug: 905816 Change-Id: Ia225dc312474cd5f190268e8736c805c95f55f57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573644 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Cr-Commit-Position: refs/heads/master@{#652248}
-
Sunny Sachanandani authored
Add support for setting GLSurface color space to HDR10 which is BT 2020 primaries with SMPTE ST 2084 (PQ) transfer function. Cleanup color space conversion between gfx::ColorSpace and GL / GLSurface enums. This CL doesn't change any behavior. It's intended to pave the way for using RGB10A2 surfaces with HDR10 color space in an upcoming CL: https://chromium-review.googlesource.com/c/chromium/src/+/1565631/ Bug: 937108 Change-Id: I4fbc31c7e8ff322427013ab7572afc4e8fa9e5b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573172Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#652247}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1e2cb1573bd2..ac9b0f378677 git log 1e2cb1573bd2..ac9b0f378677 --date=short --no-merges --format='%ad %ae %s' 2019-04-18 agable@chromium.org Restore py2/py3 compatibility with basestring Created with: gclient setdep -r src/third_party/depot_tools@ac9b0f378677 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-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. BUG=chromium:942522 TBR=agable@chromium.org Change-Id: Ib970dc84826f462aeb05f94719e56f03949235cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573282Reviewed-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@{#652246}
-
Xi Han authored
In this CL, we convert InProcessPrefServiceFactoryFactory from a BrowserContextKeyedBaseFactory to a SimpleKeyedServiceFactory. This allows the InProcessPrefServiceFactoryFactory be used before the profile is created. Bug: 937469 Change-Id: I2704875d84e553b3f3af40ec37109ac6e4786fbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1569347 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#652245}
-
sczs authored
Context: https://chromium-review.googlesource.com/c/chromium/src/+/1531689 /4/ios/chrome/browser/passwords/ios_password_infobar_controller.mm TBR=vasilii@chromium.org Bug: 945478 Change-Id: I2074567bb4d453648c19179462a62c4b31678cca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572564Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#652244}
-
Eugene But authored
jzw@ wrote most of this code and ichikawa@ reviewed most of the code. This CL effectively removes eugenebut@, michaeldo@ and rohitrao@ from ios/web_view/internal/translate OWNERS, because these engineers are not very familiar with the code. Bug: None Change-Id: Ifd906536502765ec57fd42995147be4bf733bfaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1569692 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
John Wu <jzw@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#652243}
-
danakj authored
This will allow us to convert more Callbacks in the bluetooth component over to OnceCallbacks, which will let us convert Callbacks in content eventually. R=reillyg@chromium.org Bug: 953861 Change-Id: I4b84898c8ffd5ee9e56f881bb2d852ecd60878bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572998Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#652242}
-
danakj authored
Also migrates BluetoothProfileServiceProvider::ConfirmationCallback in the process. This will allow us to convert more Callbacks in the bluetooth component over to OnceCallbacks, which will let us convert Callbacks in content eventually. R=reillyg@chromium.org Bug: 953861 Change-Id: I9d27bbe876a9e4efa20953674617fbf58c817098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572802Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#652241}
-
Andrey Kosyakov authored
DevTools: fix Page.frameRequestedNavigation to report proper frame id when another frame is being navigated - Replace FrameLoadRequest::SetClientRedirect() with SetClientRedirectReason() that implies the request is for client redirect and provides the reason; - Move probe::frameRequestedNavigation to FrameLoader::StartNavigation() and as late there as possible, so we only fire it when we actually request browser to navigate; - Pass Frame* target_frame to probe::frameRequestedNavigation() and report target frame as frameId if present, so that when a frame requests another frame to navigate, the id of the latter is reported. Bug: b/130664370 Change-Id: Ia424542edc90d39977abf49335bb1a89345233a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570424 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#652240}
-
Robert Ma authored
Bug: 953499 Change-Id: I0f7dfc4317b2de9bc92ef9900dd6888143133a84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573879 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#652239}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/f45b3881ebc6..ac07ed82c3b7 git log f45b3881ebc6..ac07ed82c3b7 --date=short --no-merges --format='%ad %ae %s' 2019-04-18 bclayton@google.com Reactor: Implement debug info generation 2019-04-18 bclayton@google.com Add libbacktrace submodule. Created with: gclient setdep -r src/third_party/swiftshader@ac07ed82c3b7 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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: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=swiftshader-team+autoroll@chromium.org Change-Id: Ibaead0064a914769667caf55fdaa2625faf88505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573821Reviewed-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@{#652238}
-
John Budorick authored
Not sure this'll work, but if it does, it'll ensure that resource_sizes runs with the perf merge script. Bug: 861983 Change-Id: I8e62c92b5be4cdd429bdca00b05c98246e195f1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573861 Commit-Queue: John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Auto-Submit: John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#652237}
-
Harley Li authored
Bug: 951414 Change-Id: I2c52dfeead4963868154ffc8ea9394f6d7bd7221 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566120Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: Haihong Li (Harley) <hhli@chromium.org> Cr-Commit-Position: refs/heads/master@{#652236}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/ac878fcbdd64..d754b70592ca git log ac878fcbdd64..d754b70592ca --date=short --no-merges --format='%ad %ae %s' 2019-04-18 stevenperron@google.com Shorten names of cmake targets (#2531) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@d754b70592ca 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: I74b72a77fae01f636e795907fea0fedc31f27f3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573824Reviewed-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@{#652235}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 313ab237. With Chromium commits locally applied on WPT: 0a8f3ffa "Use testdriver Action API in WPT pointerevent touch tests - Part 2" 4e921520 "[Code Health] Remove unnecessary reference file for web test" c1940432 "[WPT/common/security-features] Merge subresource path construction" 40465b74 "[Animation Worklet] Copy the effects of a migrating animator over to new global scope" 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 NOAUTOREVERT=true TBR=raphael.kubo.da.costa No-Export: true Change-Id: Ie6bcaca1ec2243b90ec18135cb6c125cd094fd56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573804Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#652234}
-
Suman Kancherla authored
Added a wait state (hour glass) to the UI so that when the user clicks on a permission button but the callbacks are yet to fire because of delay in the system, users do not perceive it as an issue with the XR stack. Also, added buttons for MIDI and screen-share. midi-button.png is created by snapshotting src/components/vector_icons/midi.icon icon loaded into views_examples_exe. GIMP is used to edit/export screen-share-button.png is sourced from src/chrome/android/java/res/drawable-xxxhdpi/infobar_screen_share.png, resized and colored black hourglass-button.png is essentially resized and colorized version of src/third_party/material_design_icons/src/action/ios/ic_hourglass_empty.imageset/ic_hourglass_empty_3x.png Bug: 952040, 951425 Change-Id: Ia51c0324d1c3864c1930868a9a66d4324fc1bc1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1569968 Commit-Queue: Suman Kancherla <sumankancherla@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#652233}
-
Nick Harper authored
Change-Id: I2474df7f0e5f339f656811682be84ff4a67b8b32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557791 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#652232}
-