- 30 Aug, 2019 40 commits
-
-
Jan Wilken Dörrie authored
This change makes the TouchToFillController a member variable of the ChromePasswordManagerClient and updates affected code accordingly. Bug: 957532 Change-Id: Ia5aff08a0fb2cf85d4fb30c1e42abcbd4e3230c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737326Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#692019}
-
Mario Sanchez Prada authored
Convert both the implementation and clients in the browser and renderer processes for the blink.mojom.IDBDatabaseCallbacks interface, and adapt unit tests. Bug: 955171, 978694 Change-Id: I7bb92e5f5dc5894e33b3fa63edbf893a52c2af61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768589 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Chase Phillips <cmp@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#692018}
-
Clemens Arbesser authored
Bug: 806868 Change-Id: I7d39618f9a51680f9de3b747192f93cc4667de08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776035 Auto-Submit: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Jordan Demeulenaere <jdemeulenaere@chromium.org> Commit-Queue: Jordan Demeulenaere <jdemeulenaere@chromium.org> Cr-Commit-Position: refs/heads/master@{#692017}
-
Nico Weber authored
Also mark minimizing a repro case as optional and move it later in the process. Bug: none Change-Id: I23213e22c6635f8f48dae5a9cda85b068005c2d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776859 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#692016}
-
Benoît Lizé authored
Anonymous memory can be tagged (on OS X) or named (on Android). Add tags and names for BlinkGC and PartitionAlloc, to ease memory investigations and debugging. Example output on Android, by looking at /proc/[PID]/smaps: 34c02000-34c04000 ---p 00000000 00:00 0 [anon:partition_alloc] Name: [anon:partition_alloc] Size: 8 kB KernelPageSize: 4 kB MMUPageSize: 4 kB Rss: 0 kB Pss: 0 kB Shared_Clean: 0 kB Shared_Dirty: 0 kB Private_Clean: 0 kB Private_Dirty: 0 kB Referenced: 0 kB Anonymous: 0 kB AnonHugePages: 0 kB Swap: 0 kB SwapPss: 0 kB Locked: 0 kB VmFlags: mr mw me ac 34c04000-34dfc000 rw-p 00000000 00:00 0 [anon:partition_alloc] Name: [anon:partition_alloc] Size: 2016 kB KernelPageSize: 4 kB MMUPageSize: 4 kB Rss: 984 kB Pss: 984 kB Shared_Clean: 0 kB Shared_Dirty: 0 kB Private_Clean: 0 kB Private_Dirty: 984 kB Referenced: 980 kB Anonymous: 984 kB AnonHugePages: 0 kB Swap: 0 kB SwapPss: 0 kB Locked: 0 kB VmFlags: rd wr mr mw me ac Bug: 998048 Change-Id: I82b5ccdf5979fec920043aa62169607625aa7dbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774286 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#692015}
-
Mario Sanchez Prada authored
Convert both the implementation and clients in the browser and renderer processes for the blink.mojom.IDBCursor interface, and adapt unit tests. Bug: 955171, 978694 Change-Id: I80027402a0bce5dcf568cbbcb4229385cd9d6ea0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768471 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Chase Phillips <cmp@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#692014}
-
Corentin Wallez authored
TBR=kainino@chromium.org BUG=chromium:478572 BUG=chromium:606096 BUG=chromium:772651 BUG=chromium:798117 BUG=chromium:951628 Change-Id: I482a2ec48cd38da8f92462e2621a781c9fb3a9e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777921Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#692013}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=abdulsyed@chromium.org Change-Id: I4198e9a7925d1db42b74041343666284534cfbab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778181Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#692012}
-
Sergio Villar Senin authored
NullValue() is represented as a NaN in a double. We could better return a base::Optional<double> and use the undefined base::Optional as null value. Also there is no need for the IsNull() call as we could just use the returned value as a boolean. Bug: 994811 Change-Id: I469dd58d19543b5f046664eca0cd9cdc323fbae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760925 Commit-Queue: Sergio Villar <svillar@igalia.com> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#692011}
-
arthursonzogni authored
Add tests about a document entering the BackForwardCache and immediately receiving inflight messages sent before it has been frozen. These messages causes the document to become not cacheable. The problem is that it is already in the BackforwardCache. This documents the "current" behavior. Not the "correct" behavior. The tests are written to be fixed. Bug: 996267 Change-Id: I37cf1055c53f4e976039b47463e087ca10c058bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763760 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#692010}
-
Mike West authored
Bug: 959789 Change-Id: I021a74e2ece606c317d2c9f0114508e7405f096d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776361 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#692009}
-
Mario Sanchez Prada authored
Convert both the implementation and clients in the browser and renderer processes for the blink.mojom.IDBTransaction interface, and adapt unit tests. Bug: 955171, 978694 Change-Id: I590546db15cd0df4441df2ec516130a8dade88e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768709 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Chase Phillips <cmp@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#692008}
-
Antonio Gomes authored
This is phase 1.8 on the design document [1]. [1] https://docs.google.com/document/d/1AJKVA5U4nDkyDB9p4ROrggWXadCxyy-grKaE9KS5vOU/ BUG=787254 R=guidou@chromium.org, haraken@chromium.org Change-Id: If4aca474d0ed17a742d9eae301ae38a6f7c88b3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776658 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#692007}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I1aadfed445c47c683bcbe8149f334a5142fa8ded Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777981Reviewed-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@{#692006}
-
Finnur Thorarinsson authored
Use Back arrow for both Normal and Search mode. Add padding to the Close button to the right of the search window. Bug: 988276, 860467 Change-Id: I4eb65d19d685d1b4f19d6b06576c44371c10eedf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776032Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Cr-Commit-Position: refs/heads/master@{#692005}
-
Kent Tamura authored
Use foo.mojom-blink-forward.h instead of foo.mojom-blink.h in headers related to execution_context.h This CL has no behavior changes. Bug: 242216 Change-Id: I8e2f01fbb1aed4ba70d7e52ee48019367b5bc1e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777781 Auto-Submit: Kent Tamura <tkent@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#692004}
-
redatawfik authored
1- Change parent class of "AutofillAddCreditCardViewController" to "AutofillEditTableViewController". 2- Set "AutofillAddCreditCardViewController" as a delegate for TableView Cells. 3- Add a check for type of the TableView cells in "AutofillEditTableViewController". Bug: 984545 Change-Id: I82296c8defbcd20b4b04d0c6465bb5127a52428f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771913Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Reda Tawfik <redatawfik@google.com> Cr-Commit-Position: refs/heads/master@{#692003}
-
redatawfik authored
1- Add Method "updateCellForItemType" which update TableView cells with received text. 2- Update only cells which there is received data from scanner for it. Bug: 984545 Change-Id: Iddf9d7002bb18f0416c170d39f492831bac21f9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774633Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Reda Tawfik <redatawfik@google.com> Cr-Commit-Position: refs/heads/master@{#692002}
-
Rika Fujimaki authored
You should be careful not to use a wrong context, which leads to a leak of information. Currently, we can get a context from scattered ScriptValue without consideration, but we would like to prevent it. Instead of from ScriptValue, you can get a context via - ScriptState::GetContext() using ScriptState passed from binding code - ScriptState::GetContext() using ScriptState stored on a C++ object - Isolate::GetCurrentContext() Also, we add GetScriptState() in InternalResolver to get a script_state from instead of from ScriptValue. It is safe because InternalResolver is only used internally. Bug: 998994 Change-Id: Iaa5a936635279566abe4801d4f15774eb628e83e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772793Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Rika Fujimaki <rikaf@google.com> Cr-Commit-Position: refs/heads/master@{#692001}
-
Marina Sakai authored
Split |kCrossOriginAttributeTable| into two tables; one is for attributes, which should be accessor properties, and the other is for operations, which are data properties. Currently cross origin attributes are implemented as data properties, but will be converted to accessor properties in following changes. Bug: 809011 Change-Id: If95e6a402c532648ffd406b1ee451df92807375a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775689Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Marina Sakai <marinasakai@google.com> Cr-Commit-Position: refs/heads/master@{#692000}
-
Friedrich Horschig authored
Two flags are still needed until at least M-79. I now maintain what they guard. Bug: None Change-Id: If5d7c766b29c3e3ddeeeee31c7b4cb8e25a7c7ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776037Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#691999}
-
Leszek Swirski authored
Required to land the changes in https://crrev.com/c/1777702 Bug: 999473 Change-Id: I4e2738d76027e6e08d80d39595a3a83e40858eac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777721 Commit-Queue: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Auto-Submit: Leszek Swirski <leszeks@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#691998}
-
Michael Lippautz authored
- Provide BindingTestSupportingGC that can be used to call various types of GC. - Avoiding including v8_binding_for_testing.h in production code. - Fix clients that relied on transitively including V8TestingScope. Change-Id: I64733749389817bbc3eda3cf90003a587e0bf33f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776362 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#691997}
-
Matt Falkenhagen authored
The "doom installing worker" was introduced at a time when we didn't have timeouts for starting a worker or for lifecycle events. The purpose was to prevent the job queue from being stuck forever on a bad worker. Now that we have these timeouts, we can remove the mechanism. This also aligns with the spec, as seen in the passing WPT test. A previous attempt was made at https://chromium-review.googlesource.com/c/chromium/src/+/560633/. That attempt added a timeout timer for the job queue, but was reverted due to crashes with it. I considered adding a timeout timer here too, but it seems to have little utility considering the job should only be stalled by a worker stuck in starting or install. If there is another failure, it's a bug and timing out might not actually help. Bug: 723037, 999027 Change-Id: I0c6248db5a2e834f986218e61cec82e4b8e0f4a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776156Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#691996}
-
Mario Sanchez Prada authored
Convert both the implementation and clients in the browser and renderer processes for the blink.mojom.CacheStorage interface, and adapt unit tests. Bug: 955171, 978694 Change-Id: I194ae2b5dd8d3fc75d6363baf39e46f7b01628a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774925 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#691995}
-
Sergio Villar Senin authored
NullValue() is represented as a NaN in a double. We could better return a base::Optional<double> and use the undefined base::Optional as null value. Also there is no need for the IsNull() call as we could just use the returned value as a boolean. Bug: 994811 Change-Id: Ic2a84e8f329c2b790dcd0b996439942974255b4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760745Reviewed-by:
Kevin Ellis <kevers@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#691994}
-
Jinsuk Kim authored
ListView is reused for a WebContents NavigationSheet within a page across edge swipe gestures. Populating entries was not properly handled, which caused the reported bug. This CL fixes it. Bug: 998969 Change-Id: Ie0a474e0fb5e0059124ae4ee5ba601f57739e226 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772849Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#691993}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/be613476..71acc9d6 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: I722e891d5dde198d7d832c018dd856006e0bf194 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777561Reviewed-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@{#691992}
-
Jérôme Lebel authored
"Reach bottom" notification from the user consent view should be ignored when the sign-in is started. This can happens when the device is rotated (with the screen height changing). Bug: 995987 Change-Id: Iead0dc2b6a31833ae169a12c30f984a3a6327026 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765671Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#691991}
-
Juan Antonio Navarro Perez authored
Add the implementation for the output formatter, as well as: - unit tests for converting intermediate results to the json-test-results currently handled by the waterfall. - an integration test that writes intermediate results to disk and runs the standalone results processor on them. The json-test-results is *not* yet added to the SUPPORTED_FORMATS of results processor. So Telemetry will continue handing this format in perf waterfalls until this is flipped on a follow up CL. Bug: 981349 Change-Id: Ie7b19eb2d8898fdc97b908d6df38712dd7a1f6c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776046Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#691990}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/12e3f76c1c73..aa94b48e0166 Created with: gclient setdep -r src-internal@aa94b48e0166 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I8cfc0fcd6081aac5b2f50f2c80860ff028b5a526 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777129Reviewed-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@{#691989}
-
Leon Han authored
This CL uses AbortController to replace the stop() method of NFCReader interface. The corresponding spec change is from: https://github.com/w3c/web-nfc/pull/300 BUG=520391 Change-Id: Ia28bfb283a7ad66fb9c4cb0fc744582671a62fa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769245Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#691988}
-
Mathias Carlen authored
Smoke tests for the ShowDetails action. This patch only tests the structural integrity of setting up the ShowDetails action. The meat of unit testing will be in an upcoming patch around the content of details.{h,cc}. R=arbesser@google.com Bug: 806868 Bug: b/140018932 Change-Id: I7471fe0c54348bb22a5fa4650c1c7f83edd08507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768327 Commit-Queue: Mathias Carlen <mcarlen@chromium.org> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#691987}
-
Makoto Shimazu authored
This CL modernizes the test by using ES6 styles. Bug: 925740 Change-Id: I3d74a2629d8d6b8d44da06e4ecec60485f909ce0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775945 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#691986}
-
Jan Wilken Dörrie authored
This change drops the default launchPasswordCheckup implementation, since it is now implemented downstream. Bug: 986317 Change-Id: I50d5a3d8c346b6f3d288bc167376f861dd460a67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777541Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#691985}
-
Juan Antonio Navarro Perez authored
Use this early on output_dir and indermediate_dir, so later relative path computations work as expected. Bug: 996105 Bug: 981349 Change-Id: Ic21e43ab03f63cc637f475cfc8f81b230105bb43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774634Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#691984}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/73422a0a5ee1..35d98be3bc87 git log 73422a0a5ee1..35d98be3bc87 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 stevenperron@google.com Amd ext to khr (#2811) 2019-08-29 bclayton@google.com spvtools::Optimizer - don't assume original_binary and optimized_binary are aliased (#2799) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@35d98be3bc87 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,cwallez@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 TBR=radial-bots+chrome-roll@google.com,cwallez@chromium.org Bug: None Change-Id: Ie4f32ad58e611b030010a2ac587540b0ebd4cd86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777128Reviewed-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@{#691983}
-
Julie Jeongeun Kim authored
This CL converts BytesProviderRequest and BytesProviderPtr to new Mojo types. It updates struct DataElementBytes from data_element.mojom and methods and members to new Mojo types. Bug: 955171, 978694 Change-Id: I4a1f7a2cb73581ec23596178154fc9282c25e6f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774424 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#691982}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/f018c05e44f0..864bae4cc6a2 git log f018c05e44f0..864bae4cc6a2 --date=short --no-merges --format='%ad %ae %s' 2019-08-30 jiawei.shao@intel.com Enable two BindGroupTests on Metal Created with: gclient setdep -r src/third_party/dawn@864bae4cc6a2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: Iadaa87365c377db531ccf75f6602d3731c12eee6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777127Reviewed-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@{#691981}
-
Robbie Gibson authored
See https://ci.chromium.org/p/chrome/builders/ci/iphone-simulator/3784 for a sample failing run for both tests. Bug: 999079, 999080 Change-Id: I1b7e6ec449828fb971a708d77b5297ff25f9711b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776020Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#691980}
-