1. 08 Nov, 2018 35 commits
  2. 07 Nov, 2018 5 commits
    • Ken Rockot's avatar
      [mojo-base] Add Token mojom · 82ad2be0
      Ken Rockot authored
      Adds mojo_base.mojom.Token to serialize the new base::Token type.
      
      Bug: 895591
      Change-Id: I7e982d75a9e5d40b4df7e49645d7bf4791e8d57e
      Reviewed-on: https://chromium-review.googlesource.com/c/1321191
      Commit-Queue: Ken Rockot <rockot@google.com>
      Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#606227}
      82ad2be0
    • Yao Xiao's avatar
      Add UseCounter for ad clicks on page · e730ea4c
      Yao Xiao authored
      Besides, as a result of exploring different approaches, this CL additionally
      adds FromAdState enum that can be potentially shared between WindowOpen and
      other event. Made the testing logic easier to follow by switching
      to parameter test and expecting single UMA/UKM entry per test.
      
      Bug: 897256
      Change-Id: Ic3f0e3637de77968f15e17f25d340d2456f988ef
      Reviewed-on: https://chromium-review.googlesource.com/c/1292369
      Commit-Queue: Yao Xiao <yaoxia@chromium.org>
      Reviewed-by: default avatarBryan McQuade <bmcquade@chromium.org>
      Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
      Reviewed-by: default avatarCharlie Harrison <csharrison@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#606226}
      e730ea4c
    • Joel Hockey's avatar
      Roll src/third_party/cros_system_api/ ef4d21b91..693e848cd (3 commits) · 5b2ec23b
      Joel Hockey authored
      https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/ef4d21b915d8..693e848cded9
      
      $ git log ef4d21b91..693e848cd --date=short --no-merges --format='%ad %ae %s'
      2018-10-17 mutexlox vm_tools: Add functionality to update guest time.
      2018-11-04 joelhockey vm_tools: seneschal: Add support for MY_FILES, use CamelCase mappings
      2018-10-19 matthewmwang shill: Make Fast Transition configurable via dbus
      
      Created with:
        roll-dep src/third_party/cros_system_api
      
      Change-Id: I37d39cb64378164cabcddfbd3e14dd97b57935c1
      Reviewed-on: https://chromium-review.googlesource.com/c/1324509Reviewed-by: default avatarSam McNally <sammc@chromium.org>
      Commit-Queue: Joel Hockey <joelhockey@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#606225}
      5b2ec23b
    • sebsg's avatar
      [AF] Only try to replace the triggering element during a re-fill. · e39d1178
      sebsg authored
      There is an issue with the replacing logic if the forms and fields
      have no identifier. This CL does not fix this directly, but greatly
      reduces the cases where it will happen (only dynamic forms with more
      than one form with no id).
      
      Rogerm@ is working on a better way of identifying fields that
      should help resolve this: crbug.com/896689
      
      Bug: 898346
      Change-Id: I7e17a6a2009be9e376088640bb14a81549ebbef2
      Reviewed-on: https://chromium-review.googlesource.com/c/1319851
      Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org>
      Reviewed-by: default avatarFabio Tirelo <ftirelo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#606224}
      e39d1178
    • Joshua Peraza's avatar
      Update Crashpad to 651af7583b35a4d8fd2b645b5b640e328d88ef88 · 54fc3498
      Joshua Peraza authored
      456476c3f62e Add ReadMinidumpUTF16String
      95b177e79398 Flesh out ModuleSnapshotMinidump
      2dee96b84114 Remove use of MSVC_SUPPRESS_WARNING
      bf327d8ceb6a Introduce "dart" dependencies configuration for embedding
                   into Dart VM
      411f0ae41d96 Implement MemoryMap for ProcessSnapshotMinidump
      df5d1aa3ff29 Implement Stack() for ThreadSnapshotMinidump
      8e329d12c791 linux: Use capget syscall instead of its libc wrapper
      5dd094381ca3 [sysinfo] Convert sysinfo ioctls to FIDL calls
      96391cb80f47 [fuchsia] early return in handler on disable
      e00c42e63fad linux: use offset of d_name to get size of dirents
      95e97a32eba4 Use a relative address in .note.crashpad.info
      8c0d3d2c1e8c [fuchsia] support general registers for arm64
      a4754a9ae94b [snapshot][arm64] rename CPU context pstate to spsr
      9d4afb05820f [fuchsia][arm64] support vector registers
      dc0052bd43eb Fuchsia: Use SDK manifest for CC prebuilt and source
                   packages
      0b19010fba9f Include windows.h before dbghelp.h
      da3c7e7ac508 android: fix the build
      236ee1076c81 Roll mini_chromium to d2c271a
      9ee48fb1be75 Revert "Use a relative address in .note.crashpad.info"
      a008d8a151e2 Make Windows bots non-experimental
      1b20b620cfc9 Fix 32-bit Windows downcast build failure
      131dd81d4ce4 mac: Fix crashpad_snapshot_test
                   ProcessReaderMac.Child*Thread* for 10.14
      a9be1b140370 Add ProcessMemoryWin and re-factor tests
      7f71c57a29cd [fuchsia] re-introduce pstate temporarily
      fdfd782c9bd6 switch to EXPECT_DEATH_CRASH
      bf10ed0a693b posix: use threadsafe gtest death test for
                   ScopedGuardedPage
      3663b7cbbec5 Reland "Use a relative address in .note.crashpad.info"
      71c75401c43c Revert "[fuchsia] re-introduce pstate temporarily"
      e287a3ab12af win: fix mismatched format macros
      651af7583b35 win: use zx format specifier instead of a cast
      
      Change-Id: Ie577589f7e27820954c69122f07241b14845783b
      Reviewed-on: https://chromium-review.googlesource.com/c/1315363Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
      Commit-Queue: Joshua Peraza <jperaza@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#606223}
      54fc3498