- 18 Apr, 2018 40 commits
 - 
- 
Marc Treib authored
IdentityManager is the new API that replaces the (semi-)deprecated SigninManager. Bug: 825190, 798412 Change-Id: I4bb24b0ebdf0d1d964ce4ad16aa986cc56af2fa4 Reviewed-on: https://chromium-review.googlesource.com/1016760Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#551735}
 - 
Marc Treib authored
Mostly removing unsued includes. Also deleting the unused sync_db_util.h/cc. Bug: none Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Idebea0d8ed82c1ddfb4707ed5517ea6e9125576f Reviewed-on: https://chromium-review.googlesource.com/1014132Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#551734}
 - 
Greg Thompson authored
BUG=722573 R=scottmg@chromium.org Change-Id: I55d17ae0e4de6ccd5a7a674a52a9948bdafc915b Reviewed-on: https://chromium-review.googlesource.com/1016283Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#551733}
 - 
Reid Kleckner authored
BUG=chromium:794372 R=thakis@chromium.org NOTRY=True Change-Id: Iaef5d1b0e4fcb155d90de714187e16496fdfdee1 Reviewed-on: https://chromium-review.googlesource.com/1015847 Commit-Queue: Reid Kleckner <rnk@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#551732}
 - 
Ran Ji authored
Stop opening a CCT for out-of-scope navigations from WebappActivities. Bug: 830946, 771418 Change-Id: Ied9c33518488f0bab38366bf2e8b8532c71e3819 Reviewed-on: https://chromium-review.googlesource.com/1003552 Commit-Queue: Ran Ji <ranj@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#551731}
 - 
rbpotter authored
Port the GDPR information message for invitations to the new UI. Also fix a styling issue with buttons (were appearing vertically stacked). Bug: 773928 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I9c36d15ed37e82b3e3038d9dd180b420fe8ecc04 Reviewed-on: https://chromium-review.googlesource.com/1012516Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#551730}
 - 
Luum Habtemariam authored
This change will keep this manager's lifetime in line with its partners, SyncedPrintersManager & CupsPrintJobManager. Also keeps only one intance around per profile, becoming the source of truth for users' current view of available configured printers Dependent CL with API changes BUG=chromium:829492 TEST=manually confirmed correct shutdown behavior Change-Id: Ief45ebbf6610fef0d5b4c294a8c6cc923899ddb3 Reviewed-on: https://chromium-review.googlesource.com/998531Reviewed-by:
Stefan Kuhne <skuhne@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Luum Habtemariam <luum@chromium.org> Cr-Commit-Position: refs/heads/master@{#551729}
 - 
Matt Menke authored
It's failing on the tree. It most likely broke due to https://chromium-review.googlesource.com/1012455. Will revert the CL if there are any other failures. TBR=jam@chromium.org NOTREECHECKS=true NOTRY=TRUE Bug: 832600 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I35da207aa89350bafcc36395a62e436cbbb6e5a4 Reviewed-on: https://chromium-review.googlesource.com/1016707 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#551728}
 - 
Eugene But authored
This replaces the usage of private web API in the test. Bug=622485 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I848dad4fddf60bc7a5e83f5008b151f143b1f7a7 Reviewed-on: https://chromium-review.googlesource.com/1014417 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#551727}
 - 
xlai authored
Bug: 807742 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 Change-Id: I4b51cdc093f914ca05801b301e55be124d52c3a1 Reviewed-on: https://chromium-review.googlesource.com/1015649Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Olivia Lai <xlai@chromium.org> Cr-Commit-Position: refs/heads/master@{#551726}
 - 
Michael Wasserman authored
This reverts commit 94fac28e. Reason for revert: Broke compile: https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-dbg/5265 Original change's description: > app_launcher: Fix OEM folder is not created in new user flow. > > This fixes the issue when OEM folder is created empty after new user > flow and OEM items are placed to non-named folder. This also fixes > various crashes when trying to manipulate these items. > > Bug: 828209 > Test: Manually > Change-Id: Ib07f0ab1d301d1e38a6ad91fca10396e9f58ccf7 > Reviewed-on: https://chromium-review.googlesource.com/1016024 > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Commit-Queue: Yury Khmel <khmel@google.com> > Cr-Commit-Position: refs/heads/master@{#551716} TBR=xiyuan@chromium.org,khmel@google.com Change-Id: Iaa41f7f11f9992b9d5037b4ae5dd2289aa99b4cb No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 828209 Reviewed-on: https://chromium-review.googlesource.com/1017261Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#551725}
 - 
Ramin Halavati authored
Build targets for traffic annotation auditor's tests are expanded to cover all required generated files. The test result is corrected. Bug: 690323 Change-Id: Iefb2e61fda12e34aa85879da73f1f174baa56c38 TBR: dpranke@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1016901Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#551724}
 - 
Harald Alvestrand authored
Bug: chromium:819629 Change-Id: Ia004db9e52cb147a1948de604d840387dff3379f Reviewed-on: https://chromium-review.googlesource.com/1017200Reviewed-by:
Tommi <tommi@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#551723}
 - 
bsheedy authored
Adds the option to apply a stashed change before syncing when using the VR bisect script. This is mostly to allow an automated bisect (as opposed to using --manual-mode) when there is a bad DEPS entry in the revision range that requires a patch to be applied before syncing. Change-Id: Ibc8b16bbb44a03e9c2a56f8011b0b1d57d6bbd88 Reviewed-on: https://chromium-review.googlesource.com/1016100 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#551722}
 - 
Thiemo Nagel authored
This reverts commit ad6f7598. Reason for revert: Reverting the revert because I don't think that the original CL is the culprit for net_unittests failures on Mac as these failures already appeared before the CL landed: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Mac10.10%20Tests/31390 Original change's description: > Revert "Add cookie security metrics" > > This reverts commit 23e0b326. > > Reason for revert: Suspected cause of net_unittests failures on Mac-10.10 > > Original change's description: > > Add cookie security metrics > > > > Log the degree of protection against cookie theft, split by 1st/3rd > > party. > > > > Includes a bit of TransportSecurityState refactoring (no functional > > change) to provide easy access to HSTS lifetime. > > > > Bug: 749059 > > Change-Id: Ib9ab7cff6a7fb4c65e84d7085e70ef13d5c00ba9 > > Reviewed-on: https://chromium-review.googlesource.com/978142 > > Reviewed-by: Nick Harper <nharper@chromium.org> > > Reviewed-by: Ilya Sherman <isherman@chromium.org> > > Reviewed-by: Mike West <mkwst@chromium.org> > > Commit-Queue: Thiemo Nagel <tnagel@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#551644} > > TBR=isherman@chromium.org,tnagel@chromium.org,nharper@chromium.org,mkwst@chromium.org > > Change-Id: I9e7411956eb5d748b547edcf6aec7f40dde88d8d > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 749059 > Reviewed-on: https://chromium-review.googlesource.com/1017141 > Reviewed-by: Mohsen Izadi <mohsen@chromium.org> > Commit-Queue: Mohsen Izadi <mohsen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#551698} TBR=mohsen@chromium.org,isherman@chromium.org,tnagel@chromium.org,nharper@chromium.org,mkwst@chromium.org Change-Id: Ib3260311c6455b5892619e83352da4780ac466a6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 749059 Reviewed-on: https://chromium-review.googlesource.com/1016649Reviewed-by:
Thiemo Nagel <tnagel@chromium.org> Commit-Queue: Thiemo Nagel <tnagel@chromium.org> Cr-Commit-Position: refs/heads/master@{#551721}
 - 
Robert Ogden authored
Adds a new content type on the DRP resource type provider to accomplish this. Bug: 726058 Change-Id: I9a5c3934c293279894a396e8d7e879e8ffe60ec5 Reviewed-on: https://chromium-review.googlesource.com/1015766Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#551720}
 - 
sebsg authored
The previous implementation was finding the form and field of the select element that was modified for each option added or removed. Since this can happen several times in a row it was not efficient. This search now happens after all the add/remove have been debounced. Bug: 832077 Change-Id: Icf28910459163a4d92eca96e2e4adad65a147cf7 Reviewed-on: https://chromium-review.googlesource.com/1015322 Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#551719}
 - 
kylechar authored
This uses the new TextureLayer APIs to register SharedBitmapIds instead of using ClientSharedBitmapManager, in order to get the registration in the same IPC channel that the compositor uses for submitting frames that include the ImageLayerBridge's shared memory bitmaps. This CL also fixes a bug where bitmap data wasn't properly copied into shared memory. All rows from the source were copied into the same row of the destination. This was causing the canvas to appear (almost?) all black when using software compositing. I've tested the fix with https://codepen.io/anon/pen/qoeQEE which looks the same using GPU and software compositing. Bug: 730660, 831303 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ibf778947a68c5948596f5dd516606937a8c5c442 Reviewed-on: https://chromium-review.googlesource.com/1014380Reviewed-by:
Justin Novosad <junov@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#551718}
 - 
Christopher Grant authored
BUG=834318 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;master.tryserver.chromium.linux:linux_vr Change-Id: Ib1023da9cd09a3291725aa539fdfa044356a7e81 Reviewed-on: https://chromium-review.googlesource.com/1016691Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#551717}
 - 
khmel@google.com authored
This fixes the issue when OEM folder is created empty after new user flow and OEM items are placed to non-named folder. This also fixes various crashes when trying to manipulate these items. Bug: 828209 Test: Manually Change-Id: Ib07f0ab1d301d1e38a6ad91fca10396e9f58ccf7 Reviewed-on: https://chromium-review.googlesource.com/1016024Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Yury Khmel <khmel@google.com> Cr-Commit-Position: refs/heads/master@{#551716}
 - 
Bob Owen authored
This was only required because it is not available on Windows XP, which is no longer supported. R=forshaw@chromium.org Bug: 821290 Change-Id: Ie5fba51391b25f7a1a01549f67a054c00aefa50f Reviewed-on: https://chromium-review.googlesource.com/1012119Reviewed-by:
James Forshaw <forshaw@chromium.org> Commit-Queue: James Forshaw <forshaw@chromium.org> Cr-Commit-Position: refs/heads/master@{#551715}
 - 
Christopher Grant authored
The omnibox is a text element that updates according to user input. User input happens after element layout, and since the text texture heavily relies on layout, "dirtying" the text texture really means laying it out again. Prior to recent cleanup and refactoring, we mistakenly got away with this - a text element could resize itself after the layout stage and appear incorrectly. Post-cleanup, the re-layout can't happen, but a new bug was introduced where a post-layout phase could dirty a texture, and the texture update phase would redraw and "clean" the texture without doing layout. The broken layout would then persist indefinitely. To address the problem, elements may mark themselves as requiring measurement for texture draw. These elements will not be redrawn unless their measurement step has happened. There was a measured() DCHECK mechanism previously, that was taken out because most textures no longer measure themselves. This change reintroduces that check in it's new form. BUG=834297 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;master.tryserver.chromium.linux:linux_vr Change-Id: Ib17315a5c053d487edfbf7b858c2e9541924c3a6 Reviewed-on: https://chromium-review.googlesource.com/1016064Reviewed-by:
Ian Vollick <vollick@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#551714}
 - 
Bence Béky authored
This CL also slays some dead methods (*Setting*Old) for old behavior. This CL lands server change 193221621 by diannahu. BUG=488484 Change-Id: I420b10a15cef120176cce8842616e47154afc43e Reviewed-on: https://chromium-review.googlesource.com/1016702 Commit-Queue: Dianna Hu <diannahu@chromium.org> Reviewed-by:
Dianna Hu <diannahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#551713}
 - 
Matt Menke authored
It already has Brotli enabled when using the network service, so this makes behavior the same whether the network service is enabled or not. Enabling makes more sense than disabling, since this matches Chrome's behavior, and it's a web standard. Bug: 825687 Change-Id: Ifa45aa704df5e3948e27cf2f1b23f8f06764425f Reviewed-on: https://chromium-review.googlesource.com/1015555 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#551712}
 - 
Peter Collingbourne authored
This is really what we ought to be doing to avoid ODR violations caused by linking the prebuilt .a into multiple components, but I previously couldn't see a way to link the .a into the component .so with --whole-archive. However, it turns out that it's possible using ldflags. This is a little hackish but it's probably better than dealing with ODR violations. Bug: 749784 Change-Id: I1ae275d57f36bc4a2c816d7f0ee8fdc4c000cf63 Reviewed-on: https://chromium-review.googlesource.com/1016092Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Biao She <bshe@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#551711}
 - 
Chris Lu authored
Creates new HeaderFooterClass for this section header. Also moves the "Syncing..." text to the section header subtitle and removes the cell that originally displayed that text. Video: https://drive.google.com/file/d/1jP5uSrm1MUyZVDMFPntQanqSe0hWh7GL/view?usp=sharing Bug: 825017 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: If2343c98adbaef6fee9ed7c851291d92a1b63502 Reviewed-on: https://chromium-review.googlesource.com/1011351 Commit-Queue: Chris Lu <thegreenfrog@google.com> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#551710}
 - 
Rohit Rao authored
The custom bottom toolbar is removed in favor of the toolbar already built into UINavigationController. Showcase support is removed because this container is no longer materially different from a stock UINavigationController. BUG=805013,805201 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ib8e78793ea73c411ad8c72cabe18568c4cb71840 Reviewed-on: https://chromium-review.googlesource.com/1015541Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#551709}
 - 
Rune Lillesveen authored
Disabling flaky ServiceWorkerLazyBackgroundTest.EventsAfterRestart. TBR=lazyboy@chromium.org Bug: 834200 Change-Id: Ib0ec023bbd9edd2220e10cde3d9ed1b89a6191cd Reviewed-on: https://chromium-review.googlesource.com/1016606Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#551708}
 - 
Vadym Doroshenko authored
This CL adds class NewPasswordFormManager as part of Password Manager redesigning go/new-cpm-design-refactoring. Now this class has very basic functionality. NewPasswordFormManager is aimed to replace PasswordFormManager Bug: 831123 Change-Id: Idd5e0e477ce939407c4c85dd49eb19412b098d04 Reviewed-on: https://chromium-review.googlesource.com/1012838 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#551707}
 - 
chrome://policySergey Poromov authored
GAIA ID is now provided as part of PolicyData for user policies. It could be exposed together with user email if it's OK from privacy perspective. It will be useful because username field doesn't change on user rename and GAIA ID is now used for PolicyData user identification. BUG=831655 TEST=Open chrome://policy Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia4cfea54c80a2a5cfa7f9e8803f7ca50f9596c70 Reviewed-on: https://chromium-review.googlesource.com/1016903Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Drew Wilson <atwilson@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#551706}
 - 
John Z Wu authored
//ios/web_view needs this to manage a list of credit cards. Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I87815d790af5202d0f92183446398858a7febed7 Reviewed-on: https://chromium-review.googlesource.com/1014396Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#551705}
 - 
Doug Arnett authored
Current implementation does not match spec. Bug: 834081 Change-Id: Ida585a10e38d002e1fc9333f1e16eeeb9dfc93d6 Reviewed-on: https://chromium-review.googlesource.com/1016000Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Doug Arnett <dougarnett@chromium.org> Cr-Commit-Position: refs/heads/master@{#551704}
 - 
Chris Hamilton authored
This acts as a "global" context for resource coordination signals that aren't appropriately aimed at any individual coordination unit. This will be required as part of the CPU and memory usage plumbing and aggregation. BUG=829575 Change-Id: I5424351924a77c378c49c2d7aca892464a2d5064 Reviewed-on: https://chromium-review.googlesource.com/999017Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Fadi Meawad <fmeawad@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#551703}
 - 
Elly Fong-Jones authored
These themes are Aura themes, but do not depend on USE_AURA or any Aura code, so it is fine to expose them on other platforms. This allows the Mac "legacy" omnibox to use the same logic around NativeThemeAuraDark as other platforms do. Bug: 826754 Change-Id: I69a6ffd5ebbb52cd2765edc99ec4b8c567e71e41 Reviewed-on: https://chromium-review.googlesource.com/1014738 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#551702}
 - 
Ryan Daum authored
Bug: b/76228145 Test: manual, unit test Change-Id: I5661da5cd92f37661a030bbc2d3b1cac2b8bdd39 Reviewed-on: https://chromium-review.googlesource.com/1016692Reviewed-by:
Alex Sakhartchouk <alexst@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Ryan Daum <rdaum@chromium.org> Commit-Queue: Alex Sakhartchouk <alexst@chromium.org> Cr-Commit-Position: refs/heads/master@{#551701}
 - 
Jeremy Roman authored
These can just call base and net directly, leaving only the sandbox-specific WebFileUtilities::GetFileInfo. Change-Id: Iebfbede46212575ae27ab21f38ff3d5adcc58227 Reviewed-on: https://chromium-review.googlesource.com/1016135Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#551700}
 - 
gogerald authored
Bug: 833416 Change-Id: I9cbe9fdf66a4e8e75c10043b62fe18a8dc0039af Reviewed-on: https://chromium-review.googlesource.com/1014502 Commit-Queue: Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#551699}
 - 
Mohsen Izadi authored
This reverts commit 23e0b326. Reason for revert: Suspected cause of net_unittests failures on Mac-10.10 Original change's description: > Add cookie security metrics > > Log the degree of protection against cookie theft, split by 1st/3rd > party. > > Includes a bit of TransportSecurityState refactoring (no functional > change) to provide easy access to HSTS lifetime. > > Bug: 749059 > Change-Id: Ib9ab7cff6a7fb4c65e84d7085e70ef13d5c00ba9 > Reviewed-on: https://chromium-review.googlesource.com/978142 > Reviewed-by: Nick Harper <nharper@chromium.org> > Reviewed-by: Ilya Sherman <isherman@chromium.org> > Reviewed-by: Mike West <mkwst@chromium.org> > Commit-Queue: Thiemo Nagel <tnagel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#551644} TBR=isherman@chromium.org,tnagel@chromium.org,nharper@chromium.org,mkwst@chromium.org Change-Id: I9e7411956eb5d748b547edcf6aec7f40dde88d8d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 749059 Reviewed-on: https://chromium-review.googlesource.com/1017141Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Commit-Queue: Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#551698}
 - 
Katie D authored
This should catch future regressions as we make changes to EventHandlers and EventRewriters for Accessibility. Change-Id: Ifd3b2e4554b9a0f8673c0bb0ebb5ddbd994501d5 Reviewed-on: https://chromium-review.googlesource.com/1015840Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#551697}
 - 
Christian Dullweber authored
When the activity is recreated, e.g. due to a change in font size, the ClearBrowsingDataFetcher instance that is shared between ClearBrowsingDataTabs and ClearBrowsingDataPreferencesBasic/-Advanced is not wired up correctly again. As the fetcher just acts as a cache for important sites and history data, we can store it in savedInstanceState when getting suspended. Bug: 834169 Change-Id: I49f3896ec669477736ca39e07fce5126f83e1f49 Reviewed-on: https://chromium-review.googlesource.com/1016621Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#551696}
 
 -