- 11 Feb, 2019 40 commits
-
-
jdoerrie authored
TBR=jkrcal@chromium.org Bug: 930482 Change-Id: Ifbb07226d94f8b42cbdf7487d20bd8d72811d96b Reviewed-on: https://chromium-review.googlesource.com/c/1462897Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#630729}
-
Sergio Villar Senin authored
The error.IsTransientError() check appeared in two consecutive exclusive if statements. It was by mistake in crrev.com/c/1070154. Change-Id: I7a49d29f57491ccf2bfbbfa6731490c23fdffd35 Reviewed-on: https://chromium-review.googlesource.com/c/1461032 Commit-Queue: Sergio Villar <svillar@igalia.com> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#630728}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/81215ad1..ab0278e1 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues 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;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I36ae09fb3680e9eba8bc36b67c1d4b101cd2f30f Reviewed-on: https://chromium-review.googlesource.com/c/1462660Reviewed-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@{#630727}
-
Raul Tambre authored
Bug: 633312, 879657 Change-Id: I25aa719c1632b7cf6b8191ce1523a6f230b98142 Reviewed-on: https://chromium-review.googlesource.com/c/1450592Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#630726}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/54496f14f521..171caf9508b1 Created with: gclient setdep -r src-internal@171caf9508b1 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. TBR=mmoss@chromium.org Change-Id: If4e2981529071cb91dad89e7ecee69a3c7780dc5 Reviewed-on: https://chromium-review.googlesource.com/c/1462779Reviewed-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@{#630725}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9a2169e84f25..d336ebdea812 git log 9a2169e84f25..d336ebdea812 --date=short --no-merges --format='%ad %ae %s' 2019-02-11 gkaiser@google.com SkDeque: Move asserts prior to pointer dereference 2019-02-11 gkaiser@google.com GrGLGpu: Remove unused 'return' 2019-02-11 gkaiser@google.com SkPath: Cleanup code to make array size match Created with: gclient setdep -r src/third_party/skia@d336ebdea812 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=stephana@chromium.org Change-Id: Iaedc49f42eb9b26284be2066d487315440742b2a Reviewed-on: https://chromium-review.googlesource.com/c/1462778Reviewed-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@{#630724}
-
Rune Lillesveen authored
This is the start of introducing an opt-in dark color scheme where the plan is to let the author opt into dark color scheme and out of forced dark mode using a supported-color-schemes meta element. This CL introduces: * An enumerated set of color schemes, currently light and dark. * A document level color scheme, which will typically be set by combining the supported color schemes given by the meta tag with the UA/OS level setting for forced dark mode. * Color scheme awareness for LayoutTheme. Currently only for the root element text color, but will be extended for other theme parts. * An -internal-root-color to be used in html.css for setting the root element color according to the current color scheme. * Changing the base background color of the view from white to black for the dark scheme. Bug: 929098 Change-Id: I876aa0b31ebdb50488a824ba7f7aab4e2ba752cc Reviewed-on: https://chromium-review.googlesource.com/c/1456065 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#630723}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I1df4a9aee87ddc94dcfed52ae6bc8b595eff8dc0 Reviewed-on: https://chromium-review.googlesource.com/c/1461038 Auto-Submit: Raul Tambre <raul@tambre.ee> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#630722}
-
Mikel Astiz authored
These are leftovers from previous patches. Bug: 922971 Change-Id: Ic4cab0235c9b139c5d56221178d36f75b1e38c88 Reviewed-on: https://chromium-review.googlesource.com/c/1462896 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#630721}
-
jdoerrie authored
TBR=foolip Bug: 930654 Change-Id: I6e8cc1b1ce378b00b4803efd7ceb10390519becb Reviewed-on: https://chromium-review.googlesource.com/c/1462856Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#630720}
-
Benoît Lizé authored
Some DOM nodes are large (for instance, inline scripts), and their data is kept in memory at all time. In the case of inline scripts, the data is owned by both the DOM node and the script object. This prevents any inline script source code from getting compressed. Add a way to store such nodes as ParkableStrings. On facebook.com/obama, this allows to compress ~1.9MB more data, and yields sizable memory savings (~1.5MB, see linked bug). The cost is to add a bool and a ParkableString member to each CharacterData node, that is ~2 * sizeof(void*). There is no runtime cost (aside from a single branch) if compression is not enabled, of if the data is small. Bug: 929110 Change-Id: Icd70b108f5ebbd714f373ba362cb708cbb9aa52a Reviewed-on: https://chromium-review.googlesource.com/c/1459548 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#630719}
-
Ioana Pandele authored
Change-Id: I14052aebbf13f4f363b49ea1f6ebb74a780a2c65 Reviewed-on: https://chromium-review.googlesource.com/c/1456074Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#630718}
-
Gyuyoung Kim authored
s13n: Convert IdentityManager::Observer::OnErrorStateOfRefreshTokenUpdatedForAccount to use CoreAccountInfo CoreAccountInfo is enough to OnErrorStateOfRefreshTokenUpdatedForAccount. This CL converts AccountInfo to CoreAccountInfo in OnErrorStateOfRefreshTokenUpdatedForAccount. Bug: 930119 Change-Id: Idd04ef95b5f4193dd79f2192df499daca10d0af8 Reviewed-on: https://chromium-review.googlesource.com/c/1460746Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#630717}
-
Clemens Arbesser authored
To provide human-readable status messages, several enums now support the output operator <<. String representations of enums are only compiled into debug builds. The same is true for logging string representations of selectors, because they might contain sensitive data. Bug: 806868 Change-Id: I09de68f93a612cd4060761e8171b0bcd959df942 Reviewed-on: https://chromium-review.googlesource.com/c/1455901 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#630716}
-
Juan Antonio Navarro Perez authored
These are from an old code path to get dependencies out of a WebDAV/SVN server, no longer in use. Keeps bootstrap.ListAllDepsPaths currently still in use by tools/perf/find_dependencies script Bug: 651219 Change-Id: I262c2371aeb5871c5b9cdf7ebac29b73e04100cc Reviewed-on: https://chromium-review.googlesource.com/c/1452180Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#630715}
-
Marc Treib authored
- Make OnAutofillProfileChanged private. - Avoid some unnecessary copying. - Remove an unnecessary "mutable". - Remove unused |profiles_| member. Bug: none Change-Id: I4a65fc35b18dc962dc18bb77d09412a94e13bbbf Reviewed-on: https://chromium-review.googlesource.com/c/1458116Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#630714}
-
Christian Dullweber authored
History deletions from extensions are currently not propagated to synced history. This change will allow calls to history.deleteUrl(), history.deleteRange() and history.deleteAll() to remove urls from other devices and myactivity. There is currently no DeleteDirective to remove individual urls, so a new one is added. Old clients will just ignore the new directive. Bug: 395955 Change-Id: I0ad0e7f84a7a5e2028634ff60546887ce265ccf0 Reviewed-on: https://chromium-review.googlesource.com/c/1439303Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#630713}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/136cd7018a99..9a2169e84f25 git log 136cd7018a99..9a2169e84f25 --date=short --no-merges --format='%ad %ae %s' 2019-02-11 gkaiser@google.com SkImage_GpuYUVA: Also sanity check height Created with: gclient setdep -r src/third_party/skia@9a2169e84f25 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=stephana@chromium.org Change-Id: I19d821a7d452edcbb8a0d234be1c8426156f3be4 Reviewed-on: https://chromium-review.googlesource.com/c/1462777Reviewed-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@{#630712}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3c7ef7a3b16e..54496f14f521 Created with: gclient setdep -r src-internal@54496f14f521 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. TBR=mmoss@chromium.org Change-Id: I6ec5adb81dc47da38f3f6124ca07ccee74a81361 Reviewed-on: https://chromium-review.googlesource.com/c/1462776Reviewed-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@{#630711}
-
Mikel Astiz authored
We do this by introducing another layer, BrowserSyncClient, to minimize the code changes. Even in this humble form, the change substantially improves layering and already fixes some important issues like forward declarations being used to avoid build dependencies that would otherwise cause dependency cycles. The downside is that some extra boilerplate code is required to avoid dependencies selectively, as opposed to SyncClient being used as a big convenience bundle. This is arguably an improvement, though. In future patches, we should probably get rid of this new class altogether, but that requires more intrusive changes. Bug: 915154 Change-Id: Iaad6d54272bb1ccc00759ad039b313896acd4e34 Reviewed-on: https://chromium-review.googlesource.com/c/1458196Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#630710}
-
arthursonzogni authored
Similar to what is done with different-document navigations. If a same-document navigation commits into a pending deletion frame, it needs to be ignored. Regression tests added. Bug: 930132 Change-Id: Ib905197d30a754c3ac77b510d58741f40755a80f Reviewed-on: https://chromium-review.googlesource.com/c/1461023 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#630709}
-
Vaclav Brozek authored
So far, CSVTable understood any combination of CR and LF characters as the end of line. After a discussion linked to in https://crbug.com/923811, this CL changes that to explicitly only allowing CRLF and LF. Moreover, CRLF is no longer converted to LF inside quoted (escaped) strings. Performance impact, as measured with the benchmark from https://crrev.com/c/1459642: * Run time of the benchmark decreased from about 10s to about 9.5s * Peak memory consumption over 5 runs decreased from about 168700 kB to about 168350 kB Bug: 923811 Change-Id: I979d05e9f296f285db99dc22662bae29c907ea2a Reviewed-on: https://chromium-review.googlesource.com/c/1461042 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#630708}
-
Raul Tambre authored
The former non-overloaded variants are deprecated. This is a mechanical change; there is no intended behavior change. Bug: 929827 Change-Id: I19be29e50c0d268b4280a6b0e572acdb0ac67af3 Reviewed-on: https://chromium-review.googlesource.com/c/1461385 Auto-Submit: Raul Tambre <raul@tambre.ee> Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#630707}
-
Friedrich Horschig authored
This CL removes the static title if suggestions are available. Margins between suggestions are adjusted (according to mocks). It also fixes a minor bug: the back arrow wasn't mirrored in RTL mode. Bug: TBA Change-Id: I8a6e12c75418ee5c90ed6bd326ed075e8033bc8d Reviewed-on: https://chromium-review.googlesource.com/c/1458856 Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#630706}
-
Marc Treib authored
If these functions need the Profile anyway, they can just grab any KeyedServices they require themselves. No need to make clients get them and pass them in. Bug: 911153 Change-Id: I31e9ecd3739e06fd2d4c9da00a1727cf9833e116 Reviewed-on: https://chromium-review.googlesource.com/c/1454539Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#630705}
-
Friedrich Horschig authored
This CL reenables all Autofill and Manual Filling Integration tests that previously flaked due to keyboard timing, unstable UI or were disabled because autofill chips were not yet available. Minor fix: Rescroll the chips when switching the focused field. Bug: 838922, 836027, 847959, 894428, 911056, 919988 Change-Id: I2fcfdc4016da5952cddf79f2d5c33180d89b7e1f Reviewed-on: https://chromium-review.googlesource.com/c/1459552Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#630704}
-
Victor Costan authored
This CL fixes member names that use the WebKit convention (m_name) to use the Google convention (name_). Where appropriate, the member names are wrapped in || so that they get code serachs' cross-reference navigation. Change-Id: I4d52de3b734cb28a998810bfb274f9f2716a4d79 Reviewed-on: https://chromium-review.googlesource.com/c/1462152 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#630703}
-
arthursonzogni authored
This function is used by the ServiceWorker, but is not covered by tests. Add a comment to explain it is used. Bug: None. Change-Id: Iebf201e743debc01f16954e327f3abbe02f1bd40 Reviewed-on: https://chromium-review.googlesource.com/c/1455958 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#630702}
-
Michael Giuffrida authored
Fixes the address of the chromium-mojo mailing list. Also makes it link to the Google Groups page for consistency with other Mojo docs. Bug: None Change-Id: Ic2230d996efab8b75c41c1a0d73f889d5c1124bb Reviewed-on: https://chromium-review.googlesource.com/c/1462147 Auto-Submit: Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#630701}
-
Jochen Eisinger authored
The browser test predates the DCHECK, so instead of disabling a test that indicates that triggers a bug somewhere in surface management, we should temporarily remove the apparently incorrect DCHECK. BUG=823043 R=mohsen@chromium.org Change-Id: I03ad6259587b9367bd5940fc5c18da3698746dbe Reviewed-on: https://chromium-review.googlesource.com/c/1459628 Commit-Queue: Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Cr-Commit-Position: refs/heads/master@{#630700}
-
Cecilia Ni authored
This CL integrates search view with dom-switch by letting selectedRouteId_ directly watch the existence of search term rather than delegating to reducer.currentPageState to handle search. This way, after users clear search, they will go back to the page they were on rather than main page. Bug: 906508 Change-Id: I75aabf2ccfdadc48093062b48adf85932c2b9606 Reviewed-on: https://chromium-review.googlesource.com/c/1459868Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Cecilia Ni <ceciliani@google.com> Cr-Commit-Position: refs/heads/master@{#630699}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4d85a1763c27..3c7ef7a3b16e Created with: gclient setdep -r src-internal@3c7ef7a3b16e 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. TBR=mmoss@chromium.org Change-Id: Ia19c8c79338b50825eca3e8de07149eaf17fe38f Reviewed-on: https://chromium-review.googlesource.com/c/1462676Reviewed-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@{#630698}
-
Joel Hockey authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/13b2686c57be..dbbd7b449a7f $ git log 13b2686c5..dbbd7b449 --date=short --no-merges --format='%ad %ae %s' 2019-02-06 joelhockey system_api: add export pack stage 2019-01-31 kerrnel debugd: Implement core scheduler performance tuning. 2019-01-28 xiaochu dlcservice: migrate DLC module image path 2019-01-03 drcrash cryptohome, attestation: DBUS proto call to check attestation prep 2019-02-05 joelhockey system_api: update doc for export_path 2019-02-04 aoldemeier system_api: Add dbus constants for Start/StopVmPluginDispatcher methods. Created with: roll-dep src/third_party/cros_system_api Change-Id: Ibc92a6f0fa818ba401d0b750009eeed63bbe4829 Reviewed-on: https://chromium-review.googlesource.com/c/1460243Reviewed-by:
Timothy Loh <timloh@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#630697}
-
Alli Murray authored
removable partitions. Bug: 918795 Change-Id: I9538461a7d20d9b9d606e4d8f3462c71df018d32 Reviewed-on: https://chromium-review.googlesource.com/c/1460211 Commit-Queue: Alli Murray <alliemurray@google.com> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#630696}
-
Leo Zhang authored
Response from Mojo service is a dict with success as its key, which is defined in input_engine.mojom under chromeos/services/ime Bug: 837156 Change-Id: Ie33c5aaed27c3de8b995b8455b65074b6bbe2cba Reviewed-on: https://chromium-review.googlesource.com/c/1460656Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Leo Zhang <googleo@chromium.org> Cr-Commit-Position: refs/heads/master@{#630695}
-
Staphany Park authored
Bug: 611938 Change-Id: I451f543ac7d742a1eec692dfd924ed1f49d4feee Reviewed-on: https://chromium-review.googlesource.com/c/1462428 Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Staphany Park <staphany@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#630694}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ef26fcb13fc6..136cd7018a99 git log ef26fcb13fc6..136cd7018a99 --date=short --no-merges --format='%ad %ae %s' 2019-02-11 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset Created with: gclient setdep -r src/third_party/skia@136cd7018a99 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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=stephana@chromium.org Change-Id: I267feb879913c9be4bde0ba42fe4f9c30d45eb66 Reviewed-on: https://chromium-review.googlesource.com/c/1462608Reviewed-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@{#630693}
-
Chih-Yu Huang authored
In MojoVDService and some unittest we duplicate a simple implementation of VideoFrame::SyncTokenClient. This CL moved it to a separate file. BUG=522298 TEST=media_unittests Change-Id: I18009712977a12b31cc8136ef79a230b34667384 Reviewed-on: https://chromium-review.googlesource.com/c/1460741 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Auto-Submit: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#630692}
-
Staphany Park authored
Bug: 611938 Change-Id: I5231a54ef35fc2aee6d36e83d65b1674df58cbd0 Reviewed-on: https://chromium-review.googlesource.com/c/1462425 Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Staphany Park <staphany@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#630691}
-
Cecilia Ni authored
This CL adds PWA Permission View tests that test 1) toggle status reflects permission status, and 2) click toggle will toggle the corresponding permission. Bug: 906508 Change-Id: I03f77afe2a75afc260c2d0dcdfe907e6d12dc9e8 Reviewed-on: https://chromium-review.googlesource.com/c/1445331 Auto-Submit: Cecilia Ni <ceciliani@google.com> Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Cecilia Ni <ceciliani@google.com> Cr-Commit-Position: refs/heads/master@{#630690}
-