- 24 Apr, 2019 40 commits
-
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/505f9c976576..8044f5ea87ef git log 505f9c976576..8044f5ea87ef --date=short --no-merges --format='%ad %ae %s' 2019-04-24 hjd@google.com Add merged protos to Bazel build Created with: gclient setdep -r src/third_party/perfetto@8044f5ea87ef The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: I821b008f0424ddb3836853b142754c42ba3b46d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582006Reviewed-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@{#653571}
-
Sébastien Séguin-Gagnon authored
If we receive a shared tab when the user is not on a visible WebState (e.g. Tab Grid or Settings Page), we register as observers to 2 things: 1- The WebStateList in case the user creates a new tab, or activates a different tab. 2- The active but not visible WebState, in case the user comes back to it. When either is triggered, we'll show the infobar on the relevant WebState and then stop observing these objects. Bug: 944602 Change-Id: I33d1505fd639b37ed82ef22c24151b6bc8a1c371 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574118 Commit-Queue: sebsg <sebsg@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#653570}
-
Henrique Ferreiro authored
This CL moves the missing logic from Create() factory methods to the corresponding constructors in core/html and ports third_party/blink/renderer/build/scripts/templates/element_factory.cc.tmpl to MakeGarbageCollected. Bug: 939691 Change-Id: I0f3e98071cdbbf6ad92cc816f20003311a278233 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578610 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#653569}
-
Maksim Moskvitin authored
Bug: 922900 Change-Id: I61d54db699e00a99ddbbcc95a6516411ab520ee0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1552806 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#653568}
-
Henrique Ferreiro authored
This CL removes `inline` specifiers from constructors in core/html classes to prepare for porting third_party/blink/renderer/build/scripts/templates/element_factory.cc.tmpl to MakeGarbageCollected. Bug: 939691 Change-Id: Ic6ccd6ad5f38382453ae11d19720ae7012061659 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578546Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#653567}
-
Gabriel Charette authored
Disable flaky TwoClient(Passwords|CustomPassphrase)SyncTest.SetPassphraseAndThenSetupSync on OS_CHROMEOS R=treib@chromium.org Bug: 956012 Change-Id: I138bc34165986d185a530e11accd0f60a22b5559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582040Reviewed-by:
Marc Treib <treib@chromium.org> Auto-Submit: Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#653566}
-
Aditya Keerthi authored
This reverts commit e9dec932. Reason for revert: Bug 955953. Original change's description: > ThreadPool: PlatformNativeWorkerPoolWin should use CallbackMayRunLong for blocking tasks > > The Windows Thread Pool API provides a CallbackMayRunLong method to > indicate that a callback may not return quickly. The thread pool can use > this information to better determine when a new thread should be > created. > > This CL teaches PlatformNativeWorkerPoolWin about ScopedBlockingCall in > order to determine whether a callback will return quickly. A > BlockingObserver is registered before running a task in the work > callback. If the task contains a ScopedBlockingCall, the observer is > notified, and will call CallbackMayRunLong on the appropriate > PTP_CALLBACK_INSTANCE. > > Bug: 756547 > Change-Id: If04d2c5e01b00960dc510e94ff89525036c2ae67 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574229 > Commit-Queue: François Doray <fdoray@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653252} TBR=fdoray@chromium.org,adityakeerthi@google.com Change-Id: I91aa15b2dbc47288bacdf42c840dd57f484b7d16 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 756547 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582179Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#653565}
-
David Roger authored
This reverts commit 252ccf31. Reason for revert: the test was marked "Slow", and should not longer fail. Original change's description: > Disable flaky test serviceworker-proxied/thorough/auth-other-https.html > > The test is timing out. > > TBR=ricea > > Bug: 955883 > Change-Id: Ia780e55b9f3629e91037a1d3795d832925e0fbfa > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581340 > Reviewed-by: David Roger <droger@chromium.org> > Commit-Queue: David Roger <droger@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653523} Change-Id: I8e028991c25343e0cf85bf8bc94ea17fcbdf7619 Bug: 955883 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581559Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Auto-Submit: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#653564}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/923ad6b5efb0..2695bdcbd7bb Created with: gclient setdep -r src-internal@2695bdcbd7bb 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=cmumford@chromium.org,gab@chromium.org,droger@chromium.org Change-Id: I6cf79de7cbee0c43346607570f8eb2525240f2dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582003Reviewed-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@{#653563}
-
Ting Shao authored
When send response info to client of resume type ServiceWorkerNewScriptLoader. OnStartLoadingResponseBody() is also called no matter the body is empty or not. Bug: 648295 Change-Id: Id97ab5e3965e5860e7172098291f10b1bfe4a151 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577928Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Ting Shao <ting.shao@intel.com> Cr-Commit-Position: refs/heads/master@{#653562}
-
Antonio Gomes authored
... now that it was OnionSoup'ed [1]. [1] crrev.com/1576468 R=haraken@chromium.org BUG=787245 Change-Id: I73cd73537ec02f9eda9798d4e34c3d4341c7753c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582139 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#653561}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/99694fa3..2723b186 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I06542346a786dd304223243983948f9a191c16ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582039Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#653560}
-
Allen Bauer authored
Updated usages to a visible changed callback. Bug: 938501 Change-Id: I01fe4f9f21f3f5b40fedb05edde0331afce97604 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1505848 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#653559}
-
Michael Ludwig authored
Skia uses two sources for its bounds during a saveLayer call: the current clip and a user-provided bounds hint. SkiaRenderer calculates the final filtered bounds for the combination of the RPDQ's visible_rect and the backdrop_filter_bounds of the quad, and it used to provide those bounds as both a clip and the hint. It turns out that Skia will automatically adjust any provided hint bounds to account for how the filters transform the data, so the bounds were being doubly-affected by the filter transforms, leading to extra clipping in the case of css3/filters/effect-reference-composite-hw.html where the image filter included a translation. Since we precalculate the correct bounds and use it as the clip, Skia already has enough information to use a smaller offscreen buffer for the filtering, and there's no real need to provide a separate hint with the SaveLayerRec. Bug: chromium:955612 Change-Id: Ice1680fca8c58fd9147e02b106ceefdfb1ead36e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579659Reviewed-by:
weiliangc <weiliangc@chromium.org> Commit-Queue: Michael Ludwig <michaelludwig@google.com> Cr-Commit-Position: refs/heads/master@{#653558}
-
Michael van Ouwerkerk authored
Bug: 924118, 956031 Change-Id: I7876e83dff4bf0cf2a68dd3926760f295c3126de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578549 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Anna Malova <amalova@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#653557}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/e5598c5d7828..505f9c976576 git log e5598c5d7828..505f9c976576 --date=short --no-merges --format='%ad %ae %s' 2019-04-24 eseckler@google.com Merge "startup writer: Don't hold lock while grabbing new trace packet." 2019-04-24 hjd@google.com Merge "trigger_perfetto: Add trigger_perfetto binary" Created with: gclient setdep -r src/third_party/perfetto@505f9c976576 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: Ie606ba62f1c954b3fef7366095072e2531490a18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581999Reviewed-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@{#653556}
-
Olivier Robin authored
1fc9cc0d0e1dfafb8d29dba8d01f09587d870026 [Breakpad iOS] Add a callback on report upload completion. 8c70c504b241f918e41f28a3102f5ca03475082b Make breakpad_unittests work with Chrome's test runner instead of gtest's ebab5970b027c8c41eccf67a83883b4bfb736505 Use correct c++ standard library in Xcode project. Bug: 954175,949098 Change-Id: Ifdc99129956e08dda9feaf8cc7e51fc90ac8184b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581343 Auto-Submit: Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#653555}
-
Lowell Manners authored
Rather than calling IdentityManager::Shutdown explicitly, perform the Shutdown logic as part of ~IdentityManager(), so we don't need to remember to call it. This means that IdentityManager's dependencies will be shutdown later than they were before this CL, but this shouldn't matter (tm) since the dependencies are wholly owned by IdentityManager. Bug: 945385 Change-Id: I061e78f90f9754716a8f537116dd55d2c769589b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578613 Commit-Queue: Lowell Manners <lowell@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#653554}
-
Alex Clarke authored
It's dangerous to post a task with a RenderProcessHost pointer because the RenderProcessHost can go away before the task is run. Bug: 863341 Change-Id: I9a5e3ae068dd42ea5a68d6e4afcf77d7486eeac4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581580 Auto-Submit: Alex Clarke <alexclarke@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#653553}
-
Javier Ernesto Flores Robles authored
Improves the style of the actions to be like the UX mocks. Bug: 951358, 951300 Change-Id: I535fd2ba711321d782d1ff0c5bb41781523aef88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578745 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#653552}
-
Julie Jeongeun Kim authored
This CL replaces the type of SVGDashArray with base::RefCountedData<WTF::Vector<Length>> from RefVector<Length> to avoid using RefVector. Bug: 955618 Change-Id: I00fe7db4e700657f5f64c9811678d361e8a4d6d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580694Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#653551}
-
Javier Ernesto Flores Robles authored
Adds a button that changes its background to gray when highlighted. This is to be used in the buttons of the new AlertViewController. Bug: 951358, 951300 Change-Id: Ib76fb1eef38f911de096781050b101997f091b70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578743Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#653550}
-
Huanzhong Huang authored
-Add another initializer to ClearBrowsingDataCollectionViewController, so to allow dependency injection in tests. -Make corrections on ClearBrowsingDataManager, to avoid a strong reference cycle. -Change tests to utilise more appropriate methods. Bug: 935350 Change-Id: I2d4a1b3a740a75785499f3487ee94b842949ce0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579719Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Huanzhong Huang <huanzhong@chromium.org> Cr-Commit-Position: refs/heads/master@{#653549}
-
Lutz Justen authored
Adds stubs of a couple of policies that will be used to control the Kerberos functionality for cloud managed Chrome OS devices. The KerberosEnabled policy is used to guard the feature. No existing functionality should change if it is disabled (or not defined). BUG=chromium:952233 Change-Id: I4af3980ad3a94c9a5bfc92bdf8c0a61a8c185726 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1565981 Commit-Queue: Lutz Justen <ljusten@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#653548}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5d83850b5221..923ad6b5efb0 Created with: gclient setdep -r src-internal@923ad6b5efb0 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=cmumford@chromium.org,gab@chromium.org,droger@chromium.org Change-Id: Ic7e9f6ba1ee378b9c087baca43b2e8ee8af4cf74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581819Reviewed-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@{#653547}
-
Camille Lamy authored
This CL ensures that we can simulate browser-initiated POST navigations in NavigationSimulator as well as set a post id. Bug: 728571 Change-Id: I9f5bf213a06feedf76a9b8102736bdafc08d504e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578571 Commit-Queue: Camille Lamy <clamy@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#653546}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. The AutoRoll server is located here: https://autoroll.skia.org/r/afdo-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=gbiv@chromium.org Change-Id: I44533cf5abed290b1519b224dfe33d2d2166f81e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582000Reviewed-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@{#653545}
-
Henrique Ferreiro authored
This CL removes `inline` specifiers from constructors in core/svg classes to prepare for porting third_party/blink/renderer/build/scripts/templates/element_factory.cc.tmpl to MakeGarbageCollected. Bug: 939691 Change-Id: If16a792f9ac03e56eafd59a96067f616f53ac069 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577418Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#653544}
-
Rayan Kanso authored
This CL incorporates some of the changes discussed in the latest UX meeting: - Reorder the columns and toolbar buttons - Display the metadata in a manner to a similar to the Network panel - Add instructions for the inital landing page and other UI states Bug: 942174 Change-Id: I7bd451377b241ec70d49c6d0b443522b43e5bcfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578554 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#653543}
-
Raphael Kubo da Costa authored
When toggling CONTENT_SETTINGS_TYPE_SENSORS from allow to block (or vice-versa) in chrome://settings/content/sensors while a tab was open and trying to access sensors, the icon/tooltip used to get out of sync with the bubble title/message. The icon/tooltip previously indicated whether sensor access was ever allowed in that tab, whereas the bubble title/message indicated whether sensor access was ever blocked. This happened because TabSpecificContentSettings' OnContentAllowed() and OnContentBlocked() methods did not reset each other's values, so we could easily end up in a situation where both |allowed| and |blocked| were true, so we could not distinguish a setting that changed from allow to block from a setting that changed from block to allow, furthermore, the state with both flags set was interpreted differently by the icon/tooltip and the bubble title/message. After this change, the state with both allow/block flags set is now well-defined to mean "we allowed previously, but the last decision was to block". Furthermore, this state is now interpreted consistently by both the icon/tooltip and the bubble title/message in the same way, i.e. we indicate blocked access. Bug: 955408 Change-Id: I6837129364af2d75d431b9424e6b6fc0c37b3473 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579082 Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#653542}
-
Gauthier Ambard authored
This CL adds everyone as owner of the ui_feature_flags. Bug: 944008 Change-Id: I56046288747a490ffca71abde15ecd501db2b3c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581200Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#653541}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/54c8fd37..99694fa3 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Id98ad87edf32963e8e359b07f99a94242a6abb3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580644Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#653540}
-
chrome://webrtc-internalsIgor Kobylin authored
R=hbos@chromium.org Bug: 677338 Change-Id: I283100259931e22fefb14e41ac54510a68a3fd96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581622Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Igor Kobylin <ikobylin@yandex-team.ru> Cr-Commit-Position: refs/heads/master@{#653539}
-
Marc Treib authored
This method is only supposed to be used for internal/debugging purposes (like chrome://sync-internals), and after https://crrev.com/c/1065741 that's actually the case! Bug: 953272 Change-Id: I5baf03d4d9e7ccef25c59dd3b0f57ecc37ad265d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581342 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#653538}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d670490b817e..5d83850b5221 Created with: gclient setdep -r src-internal@5d83850b5221 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=cmumford@chromium.org,gab@chromium.org,droger@chromium.org Change-Id: I8ec08fe5030043c7b8cf322646d93da62fb2ad34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581323Reviewed-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@{#653537}
-
Yi Su authored
Change the desired favicon size in points from 24 to 32 for search settings, since favicons for prepopulated search engines will be fetched from google favicon server which only supports 16,32,64,96,180. Favicon size will be multiplied by screen scale(1, 2, 3), so changing the size to 32 will meet the size expectation(32, 64, 96) of favicon server. Otherwise the server will return an icon with default size(16x16), which looks blur. Bug: 953246 Change-Id: Ief3ac90941b428987b55dfb298291036484147d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581202Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Yi Su <mrsuyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#653536}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d63e3ca06b1e..e5598c5d7828 git log d63e3ca06b1e..e5598c5d7828 --date=short --no-merges --format='%ad %ae %s' 2019-04-24 treehugger-gerrit@google.com Merge "processor: Replace utid column with ref+type in slices table." Created with: gclient setdep -r src/third_party/perfetto@e5598c5d7828 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: I389fd1fb01e0d15d9c8e950decfeff51cfd85341 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581322Reviewed-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@{#653535}
-
Stepan Khapugin authored
Displays favicons when they are available in the left view. Bug: 945324 Change-Id: I4d4423bfb4c56d5d1b959bf670dc0ba9e70c509e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573739 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#653534}
-
David Roger authored
TBR=rockot Bug: 955916 Change-Id: I804c986913fad58d75a5f2c3ab8a9b6c1a786e3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1581579Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#653533}
-
Thomas Tangl authored
Bug: 954919 Change-Id: I0939944da11c5ff3406c2753d11d0f895497a76f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578568Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Thomas Tangl <tangltom@chromium.org> Auto-Submit: Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#653532}
-