- 18 Apr, 2019 40 commits
-
-
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}
-
David Grogan authored
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_layout_tests&tests=virtual%2Flayout_ng_experimental%2Fcss3%2Fflexbox%2Fflexbox-width-with-overflow-auto.html So we can remove this failure line from TestExpectations. Change-Id: Id2934204139eaa9c55807256f31d0ffa45a11e36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573809Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: David Grogan <dgrogan@chromium.org> Cr-Commit-Position: refs/heads/master@{#652231}
-
Alexei Filippov authored
A followup after r651916 BUG=954129,923459 Change-Id: I15e862e4b7cfe6f8ad59d42ad877f2c2d17b9083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573656 Commit-Queue: Alexei Filippov <alph@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Marc-Antoine Ruel <maruel@chromium.org> Cr-Commit-Position: refs/heads/master@{#652230}
-
Christopher Cameron authored
Keep it behind a skia_use_metal flag for the moment. Put the Metal sources in a separate place from skia_util_mac.mm, because Metal uses ARC and skia_util_mac.mm uses explicit reference counting. Bug: 952063 Change-Id: I601b3c9814b4beaf6a091871ba4dc2592c2fc498 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1565387Reviewed-by:
Brian Salomon <bsalomon@google.com> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#652229}
-
Alan Screen authored
Bug: 948877 Change-Id: If2dee43b18c4e537ff25433918afae9b35268970 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564563 Commit-Queue: Alan Screen <awscreen@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#652228}
-
Olivier Robin authored
Before crrev/c/1460065, TextLogUploadList::ParseLogEntries returned a list of entries in reverse order. After this cl it is in the normal order. Because new crash upload are appended to the log file, the order in the source is oldest report first. The result is that crash reports were displayed in older first order, at least on iOS and Android. This CL restores the correct order of chrome://crashes which is showing newer crash uploaded first. Bug: 825994, 951449 Change-Id: Ib00d1f491773fbb3675e3a1927d36b75588c9401 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1571406 Commit-Queue: Bret Sepulveda <bsep@chromium.org> Auto-Submit: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#652227}
-
Matt Menke authored
This CL prevents the SpdySession pool from returning an IP pooled session to a request that does not want one. Bug: 912727 Change-Id: I06938adae3e1eca07e36d33f154a9bc473517785 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572584Reviewed-by:
Bence Béky <bnc@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#652226}
-
Xi Han authored
In this CL, we remove the registration of chrome::NOTIFICATION_PROFILE_DESTROYED event from SupervisedUserPrefStore. Instead, it will listens to the Shutdown() event from the SupervisedUserSettingsService. This is the same event that is sent from the KeyedServiceShutdownNotifier during Profile shutdown, and it is recommended to replace chrome::NOTIFICATION_PROFILE_DESTROYED event. Therefore, we can remove cached Profile* pointer from both classes. This is a precursor CL for: https://crrev.com/c/1532361/. Bug: 953716 Change-Id: Idde8a94d7d5f7c635b6dddb234416735abe6d635 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535706 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#652225}
-
Karandeep Bhatia authored
This CL implements evaluation of "removeHeaders" rules. Currently removing cookie, set-cookie and referer headers is supported. BUG=947591 Change-Id: I90c9ca9dabfa3e97c4e9c1633c1ff8687e29a3d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559242Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#652224}
-
Oystein Eftevaag authored
NOTRY=true TBR=crouleau@chromium.org CC=mythria@chromium.org Bug: 954229 Change-Id: I1641cb1b8781c8236ce6a1eede4a2217b21dad54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574138Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#652223}
-
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: I21555216157c1d56249c6ec93c910ce19a68f8a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572368Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#652222}
-
Alexander Timin authored
Rename DisableBackForwardCache to RecordMetricsForBackForwardCache as we don't yet have a back-forward cache to opt out from. R=kinuko@chromium.org CC=haraken@chromium.org BUG=933147 Change-Id: Ia189926bcf24790cb5c055fce48d4d2b91362fc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1571697 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#652221}
-
Xi Han authored
We remove the parameter of PrefService* from ProfileKey's constructor. This is because some KeyedService are created using ProfileKey* before the PrefService is created in the Profile. For example, SuperviseUserSettingService and InProcessPrefServiceFactoryFactory. Bug: 937469 Change-Id: I45c4b849e229a34ec6f465e428a7a514e9f77118 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1568793Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Commit-Queue: Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#652220}
-
Kurt Horimoto authored
Affected tests: - ErrorPageTest.BackForwardErrorPage - WebStateObserverTest.FailedLoad TBR: eugenebut@chromium.org Bug: 954231, 954232 Change-Id: I1783732aa37b3ce7db3f9878a5342d1a5bc12271 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574018Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#652219}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fd816f4d5722..c8ee49fcfce8 Created with: gclient setdep -r src-internal@c8ee49fcfce8 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. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=fdoray@chromium.org,bsep@chromium.org,keishi@chromium.org,chanli@chromium.org Change-Id: I3abd802d306f433a8d3d8c2d44694e99a6826f3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573669Reviewed-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@{#652218}
-
wutao authored
This patch fixes a bug that ChromeVox orange focus highlight does not follow the "Tab" to the shortcut list. Bug: 953874 Test: manual Change-Id: I649560519a7bc8bc53eabd67bc41508ef1207c27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572867Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#652217}
-
Fabrice de Gans-Riberi authored
Change-Id: I1ca0b592a9620d85e204302b6f0ce53cf915b588 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573095 Auto-Submit: Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#652216}
-
Alex Clarke authored
This is useful if you need to guarantee something like a layout pass has occurred before your task runs. Tasks posted with TaskTraits.CHOREOGRAPHER_FRAME will run next time there's a vsync and after all other ready tasks on the thread have run. I put the trait under base because from what I understand there is some ui/ code that needs it but ui/ can't depend on content/. Bug: 863341 Change-Id: Ibcb7a843866c2b2c4f4394ebd18c8ef7aa33b5bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1549114 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Karolina Soltys <ksolt@chromium.org> Cr-Commit-Position: refs/heads/master@{#652215}
-
Stepan Khapugin authored
Plumbs the url of the favicon and the answer type from OPVI to OmniboxMediator. Bug: 945313, 945324 Change-Id: I759c5d83d7a677bb6be9e5aedf3ddd8666989fec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572354 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#652214}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/4e967e7e447d..f76561176b6c git log 4e967e7e447d..f76561176b6c --date=short --no-merges --format='%ad %ae %s' 2019-04-18 rmhasan@google.com [Typ] Make tags in test expectations files case insensitive Created with: gclient setdep -r src/third_party/catapult@f76561176b6c 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:698902 TBR=oysteine@chromium.org Change-Id: If3d7983bdbcfd7d8508709c2a2ff9be4880a0191 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573667Reviewed-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@{#652213}
-
Orin Jaworski authored
Previously, Pedal concept data was a singular resource in English but this CL restructures the resources to load localized data from a pak depending on selected language. Data for the first four non-English languages localized by the translation team is included. Bug: 893183 Change-Id: I0e88d23de65038720a4f3543613ff8bd83dc5444 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572526Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/master@{#652212}
-
Yulun Wu authored
Bug: 949707 Change-Id: I7767a632c895286858ebde9afe8473dca3ce0a5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566723Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Yulun Wu <yulunwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#652211}
-
Seth Hampson authored
Fixing a small bug - the WriteData function should use a move instead of a copy for the data. Bug: 874296 Change-Id: I8b572a9d492d6fcea0e238b49bb72b0ed9273baf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573805Reviewed-by:
Seth Hampson <shampson@chromium.org> Reviewed-by:
Steve Anton <steveanton@chromium.org> Auto-Submit: Seth Hampson <shampson@chromium.org> Commit-Queue: Seth Hampson <shampson@chromium.org> Cr-Commit-Position: refs/heads/master@{#652210}
-