- 25 Jun, 2019 8 commits
-
-
Bin Wu authored
1. Net.QuicSession.ClosedByRtoAtClient.SentPacketCount. 2. Net.QuicSession.ClosedByRtoAtClient.ReceivedPacketCount. Change-Id: I5086c828e24ffad970f763cc18cd4a66d5b51ba8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673569Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Commit-Queue: Bin Wu <wub@chromium.org> Cr-Commit-Position: refs/heads/master@{#671850}
-
Sunny Sachanandani authored
This is a reland of 62120966 The only change is skipping tests if direct composition isn't supported. Original change's description: > Testing for SwapChainFactoryDXGI > > Updated GLImageDXGISwapChain to use EGL Images instead > of pbuffer surfaces, to avoid creating render target view > for front buffer. > > Bug: 939655 > Change-Id: Iec80f399724ee0509dd95d126c0d3dbb883bb87c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1663014 > Reviewed-by: Zhenyao Mo <zmo@chromium.org> > Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> > Commit-Queue: Ashitha Santhosh <ashithasantosh@google.com> > Cr-Commit-Position: refs/heads/master@{#671369} Bug: 939655,978181 Change-Id: Ib2a316081fb60f1208b777f5f5fa767d03df55f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673137 Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#671849}
-
Lucas Tenório authored
Bug: 977606 Change-Id: I8dfbd4cfbc77429adde64808be853a7d67113293 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1669614Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Lucas Tenório <ltenorio@chromium.org> Cr-Commit-Position: refs/heads/master@{#671848}
-
Joe DeBlasio authored
Previously, the Page Info bubble maintained a single variable to identify all reasons that a page might have a non-standard status. This lead to the display logic making assumptions about, for instance, the validity of a certificate when the page was flagged by Safe Browsing. This CL separates out the Safe Browsing status from the site identity status so that the page info bubble can inform the user that the site's certificate is invalid, even if it's also flagged by Safe Browsing. Bug: 869925 Change-Id: I34107225b4206c8f32771ccd75e9367668d0a72b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662537Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#671847}
-
Tom Anderson authored
The implementations are now feature-complete and without any bugs in the environments that I tested, so enable the new status icons starting in M77. BUG=419673 R=thestig Change-Id: Ic9275533f60fe28b5dd5fc1555fd9ed1ebbe6045 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672570 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#671846}
-
Sean Topping authored
This allows clients to use Channel-associated interfaces provided by the render frame. Bug: internal b/77879457 Test: CQ Change-Id: I6334f1e83bac7666fd2dfa0d92d6239a0ab5a003 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674442Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Sean Topping <seantopping@chromium.org> Cr-Commit-Position: refs/heads/master@{#671845}
-
rbpotter authored
Bug: 977480 Change-Id: I04f9f0c504bbec63c69b671fc5612b1319b3d74a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672181Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#671844}
-
Reilly Grant authored
This change implements support for opening and closing a SerialPort object as well as the ReadableStream that will carry data read from the port. This stream is aborted if there is a read error (such as a parity error) and the clearReadError() method will create a new stream to restart the flow of data. Bug: 893334 Change-Id: I66b4d16c004e250fb22ad41eeb59fe47aeee430d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1668575 Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#671843}
-
- 24 Jun, 2019 32 commits
-
-
Ben Pastene authored
This reverts commit 8b2e4255. Reason for revert: Breaking change reverted (CL:1674444) Original change's description: > Disable failing webgl_conformance test on CrOS. > > Failing consistently after crrev.com/c/1598921 (See bug.) > > Disabling for now. > > TBR=kbr@chromium.org > > Bug: 977830 > Change-Id: Ib5ee0ce7e67ff6def2908d368f3885c0c5c02812 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674326 > Commit-Queue: Ben Pastene <bpastene@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#671777} TBR=rjkroege@chromium.org,kbr@chromium.org,bpastene@chromium.org NOTREECHECKS=true NOTRY=true Change-Id: Id3a6cd0b964f6949668a257caad14420fa620f2d Bug: 977830 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674646Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#671842}
-
Mandy Chen authored
Fixed a grdp message has the wrong IDS key because it was manually modified in https://crrev.com/c/1637046. Another patch will modify the presubmit script to fix wrong ids keys: https://crrev.com/c/1661120 Bug: 941561 Change-Id: I7c1709196275d03383bc773c3126a92180e9d505 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670315Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: Mandy Chen <mandy.chen@microsoft.com> Cr-Commit-Position: refs/heads/master@{#671841}
-
Avery Musbach authored
The present CL puts the functionality from [1] behind a feature flag. That functionality consists of visuals for dragging an overview item from one display to another. The problem is that these visuals could set user expectations of functionality that will actually be lacking for months. The virtual desks feature is launching soon, and it will make these visuals potentially observable because it enables dragging from overview (not to close) in clamshell mode. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1627910 Test: manual Bug: 961170 Change-Id: Ic247a4f53260bdc5118c1235a3ba66fe7787c7d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670114 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#671840}
-
Sky Malice authored
+77,856 bytes main lib size +414,372 bytes main dex size +272,160 bytes secondary dex size +1,101,382 bytes normalized apk size +418,197 bytes APK size +1,221,439 bytes Estimated installed size (Android Go) +3,191,786 bytes Estimated installed size InstallBreakdown (+3,187,812 bytes): +4,079 bytes Native resources (no l10n) size +2,509 bytes Non-compiled Android resources size +77,856 bytes Native code size +781 bytes Package metadata size +3,074,463 bytes Java code size +28,124 bytes Compiled Android resources size +4,388 entries fields +5,884 entries methods +2,036 entries types +4,378 entries strings Specifics: InstallSize: Dex: Change-Id: I7c0ee757658b10fe4418c017f1c11e42e64f7504 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672464Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#671839}
-
sczs authored
- Creates infobarBannerCurrentlyPresented property, which is now true if a banner is currently presented. - presentingInfobarBanner is now used only to indicate that the Banner is mid presentation. - If the banner is mid presentation, it gets dismissed on userEnteredTabSwitcher because of crbug.com/977761. - Updates the container unit_tests to use infobarBannerCurrentlyPresented Bug: 977017, 911864 Change-Id: Ic668f0723267e5da0f582cb6927c2b931ab0bbc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672764 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#671838}
-
Sophie Yang authored
Replaced placeholder icons on the switch access menu with the actual icon assets. Added a copyright header to the top of each icon's image file. Test: With emulated Chrome OS on Linux, launched Switch Access and checked relevant menus to ensure new icons were present. Bug: 973719 Change-Id: I1337bf2fbd9a5fcadc56737886be7ab7d56aca0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674193Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: Sophie Yang <sophyang@google.com> Cr-Commit-Position: refs/heads/master@{#671837}
-
Karan Bhatia authored
Mark - Extensions.WebRequestAction - Extensions.DeclarativeAPIFunctionCalls as non-expiring. The first is used to monitor usage of web request API and the second is useful to monitor the usage of declarative APIs. BUG=975133 Change-Id: I49a4d1cdecccf12bb7b4fe97eb9bc7e95145fd47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666573 Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#671836}
-
Eugene But authored
CommitPendingItem used to rely on pending item index to check which item to commit (one from context or one from navigation manager). This logic was not correct because it is possible to have back-forward and new navigation simultaniously, so CommitPendingItem should commit item from context if one exists. Bug: 944044 Change-Id: If83bb2427780b56c1a2d24a6811640aa4a3375c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670307 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#671835}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/b3523d57461c..16f6e6ab932f git log b3523d57461c..16f6e6ab932f --date=short --no-merges --format='%ad %ae %s' 2019-06-24 zoddicus@users.noreply.github.com Remove SetShaderModel from API (#734) Created with: gclient setdep -r src/third_party/shaderc/src@16f6e6ab932f The AutoRoll server is located here: https://autoroll.skia.org/r/shaderc-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=radial-bots+chrome-roll@google.com Change-Id: I1a78f3aaad6a6dd49107fe1b6e2f72706c6e7680 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673459Reviewed-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@{#671834}
-
Lucas Tenório authored
Bug: 977566 Change-Id: I7c8983f732a53800f3b32dcb400884ff75266567 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673017 Commit-Queue: Lucas Tenório <ltenorio@chromium.org> Reviewed-by:
Bruno Santos <brunoad@chromium.org> Cr-Commit-Position: refs/heads/master@{#671833}
-
Victor Hugo Vianna Silva authored
Bug: 978012 Change-Id: I0bde7292674e03241c2fddbcac0bfe073dd74502 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674163 Commit-Queue: Victor Vianna <victorvianna@google.com> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#671832}
-
James Cook authored
See bug for discussion. These are still important, so push the expiration out by a year. Sonny graciously volunteered to own them. Bug: 975955 Change-Id: Ibd9e9eae31bd4144fd0b5cbb552a4f07b490325c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666703 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#671831}
-
Matt Reynolds authored
This CL renames test utilities used by FIDO authenticator tests to simulate FIDO HID devices. FakeHidConnection -> FakeFidoHidConnection FakeHidManager -> FakeFidoHidManager ScopedFakeHidManager -> ScopedFakeFidoHidManager FakeHidManager and FakeHidConnection conflict with the test utilities defined in //services/device/public/cpp/hid that share the same names. BUG=None Change-Id: Icb2e5abe0efca27ab492fdb8a5b320c0a4bc24f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672454Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#671830}
-
Antoine Labour authored
Making sure there are at least 2 owners after I leave. This CL was uploaded by git cl split. R=dcastagna@chromium.org Change-Id: Idb6a39f806f36f13814501e83aaf7a1a93e65819 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674637 Auto-Submit: Antoine Labour <piman@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#671829}
-
Lucas Tenório authored
This reverts commit 7662f044. Reason for revert: Kiosk Next is canceled. Original change's description: > Disable Assistant when Kiosk Next is enabled. > > Bug: 973985 > Change-Id: I06377f374f3c2e5985b7c80914fb184be94a5a05 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658854 > Commit-Queue: Lucas Tenório <ltenorio@chromium.org> > Reviewed-by: Tao Wu <wutao@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Sam McNally <sammc@chromium.org> > Cr-Commit-Position: refs/heads/master@{#670220} TBR=xiyuan@chromium.org,sammc@chromium.org,wutao@chromium.org,ltenorio@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 973985 Change-Id: Ib7834c4100c7bf10100906bec6461d1e3f8ccfcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674224Reviewed-by:
Lucas Tenório <ltenorio@chromium.org> Commit-Queue: Lucas Tenório <ltenorio@chromium.org> Cr-Commit-Position: refs/heads/master@{#671828}
-
Mohamed Heikal authored
Latest aapt2 is required for enabling resource path shortening. This also fixes an xml resources size regression for bundles where raw xml values were being unnecessarily kept. Binary-Size: More generated -keeps, but size overall shrinks Bug: 753402, 912804 Change-Id: Id1599926277b83b978f3b01a556dd54c304d1955 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1669171 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#671827}
-
Natalie Chouinard authored
Migrate the Usage and Crash Reports Preference Fragment from the deprecated Framework preferences to the preferences support library. Bug: 968592 Change-Id: I7603dccab366bc6964b2d79473bf7227e8619c09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670147Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#671826}
-
Akihiro Ota authored
This change allows popup buttons to take SetSize values, which is inherited from the wrapped menulist popup, if one is present.The SetSize is then reported to the user in ChromeVox if the popup button is expanded. Tests have been added to ensure correct behavior in ui/accessibility and ChromeVox. Bug: 914666 Change-Id: I8f46b3d0fab297e12d5f70a8100984455f1e0078 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666779 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#671825}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e9cac4fe8335..f4996d436060 git log e9cac4fe8335..f4996d436060 --date=short --no-merges --format='%ad %ae %s' 2019-06-24 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 163d6b20..d6c73f30 (671624:671737) Created with: gclient setdep -r src/third_party/webrtc@f4996d436060 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. BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Iae615a940f794dc3fb5494337032a77274a9ca18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674585Reviewed-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@{#671824}
-
Natalie Chouinard authored
Migrate the Clear browsing data settings screen from the deprecated framework preferences to the support library preferences. This is the first preference screen migrated with preferences that include icons, so this change makes the necessary additions to the shared preference layout to allow icons to be displayed. Previously, this settings screen replaced the PreferenceFragment's layout resource, which is not a well-supported use of the support library PreferenceFragmentCompat. Instead, we're using the default PreferenceFragmentCompat layout, and appending the custom button to the bottom of that view. By returning to default implementations, this also fixes some issues with keyboard accessibility on this screen (although there's still room for improvement, further documented on: https://crbug.com/674736). Bug: 968592, 674736, 977284 Change-Id: Idd604b449e237527cf2e6baf4f6fb9d2d434630c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666593 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#671823}
-
Lan Wei authored
We should only update hover on local root frame, so when we set the hover bit dirty, we should only set to local root frame. Bug: 877132 Change-Id: I0adc8edbce862f370455c07ef71b99d077a65da5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1668574Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#671822}
-
Yilkal Abe authored
This reverts commit 181be7a0. Bug: 977019 Original change's description: > Focus Kiosk Next Home app after waking from sleep > > Bug: 966892 > Change-Id: If7294cafdeec92b76da35c6c0fbcb3c91a41cb65 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1647149 > Commit-Queue: Yilkal Abe <yilkal@chromium.org> > Reviewed-by: Michael Giuffrida <michaelpg@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Cr-Commit-Position: refs/heads/master@{#668948} TBR=jamescook@chromium.org,michaelpg@chromium.org,yilkal@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 966892 Change-Id: Ib45433b2af9f27b5617b8349df632d6a24c5077f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674440 Commit-Queue: Yilkal Abe <yilkal@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#671821}
-
Brett Wilson authored
https://gn.googlesource.com/gn.git/+log/8c7f4910..972ed755 972ed755 Update to more uses of C++11. a3e0807f Make exec_process_unittest.cc work with Python 3. e6b6049e Adds support for iOS colorsets. 2e73d712 Add command_launcher field to tools 86d2534a Add -Lnative link search paths for non-Rust deps ce1fa07c Allow get_target_outputs() on generated_file() targets Change-Id: I1d754f58447cd1ba689c26dd6fce911f35a99d29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661406Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#671820}
-
Ella Ge authored
We do not handle mouse drag (drag-n-drop & selection) when mouse/pen is not drag with drag button (left mouse button or pen drag button) However we do not clear mouse_down_may_start_drag_ when returns here. This causes following mouse moves still think dragging may happen and does not pass mousemove events to iframe. Bug: 974790 Change-Id: Id1b7e4d71cb9607f918f3dc1b9e014fbb891ce5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661712Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#671819}
-
Xing Liu authored
This CL moves the icon id, which is located in public API but only used internally by the scheduler, to NotificationEntry. Bug: 977255 Change-Id: Ib35c65300fac87bed9722d14cd73d9a7edde1e84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1670300Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#671818}
-
Ben Pastene authored
And promote out of experiment. R=jbudorick, dpranke Bug: 978051, 932269 Change-Id: Ic9355ad8d95f9311b03bcd64992d89a41194fefc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673751Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#671817}
-
Tommy Steimel authored
Bug: 977452 Change-Id: I5ed7e10988f45e648d582914b173878e4ad19c7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1673649Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#671816}
-
Ian Vollick authored
With this change, JavascriptModalDialog can construct a touchless- friendly dialog property model. Bug: 977633 Change-Id: I68ab94b80ac47beef46184167c2b011a63de90c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1671048Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#671815}
-
Tibor Goldschwendt authored
The build system will verify that the manifest packages match if you specify it in both GN and the manifest. Bug: 891996 Change-Id: I39c3f158d01908b971a3ef47cb90af73019284a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1667687 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#671814}
-
Daniel McArdle authored
Bug: 977619 Change-Id: I9267e6ccab7d13a46b865f573e165f28062fe75e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1671931 Commit-Queue: Dan McArdle <dmcardle@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#671813}
-
Pavel Yatsuk authored
ProfileSyncService.get() can return null depending on configuration (for example when sync is disabled from command line). IdentityDiscController should check PSS reference for null before calling addSyncStateChangedListener(). BUG=977626,976089 R=twellington@chromium.org Change-Id: Ic04fbcfbe36b6074118823d94aac960bdcb8ff9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1672182 Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#671812}
-
Tarun Bansal authored
Add UMA metric to record how long peer to peer connections last. This is the amount of duration for which we would need to throttle the browser traffic. Bug: 913424 Change-Id: I209dd5720c9f3c0923a2616f198db8611a789d3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674447Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#671811}
-