- 30 Oct, 2019 40 commits
-
-
Toni Barzic authored
According to UX, tapping overview background when in split view mode should be no-op (to go home, the user would have to first exit split view). BUG=997885 Change-Id: Ie127e24d61b1741415b989ed85f18853be0c0da4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889313Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#710860}
-
Livvie Lin authored
Security UX is experimenting with using a grey triangle warning for non-secure site connections (crbug.com/997972). When this icon is shown, DevTools Security panel's security overview should match the state shown in the omnibox. crrev.com/c/1857047 swaps out the info icon for a grey triangle for non-secure connections, so this cl uses the same logic (factored out into a helper) to determine whether pages with the NONE and WARNING security states should send Insecure or Neutral over the DevTools protocol. crrev.com/c/1881220 (DevTools frontend) should be submitted first. Bug: 1008218 Change-Id: I524fc43bae2d86bbc5fbe394948c3c29cda21bee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877653Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#710859}
-
Xinghui Lu authored
In UMA metrics PasswordProtection.RequestOutcome.AnyPasswordEntry, the Unknown bucket is abnormally high. The reason is that "reason" is not set when saved password is reused and SBER is disabled. Bug: 1016540 Change-Id: I382e516f664cbd7b514c0005f4f90e6df607da45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888724Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#710858}
-
Xiaohan Wang authored
Currently we are using StrictMocks in several places which force us to set several expectations unrelated to what is being tested, making the code harder to read. This CL updates these cases to use NiceMocks to solve this issue. Sepcific tests that do care about these mocks can still use EXPECT_CALL to setup expectations. This is also consistent with googlemock guidelines [1]: """ Our general recommendation is to use nice mocks (not yet the default) most of the time, use naggy mocks (the current default) when developing or debugging tests, and use strict mocks only as the last resort. """ [1] https://github.com/google/googletest/blob/master/googlemock/docs/cook_book.md#the-nice-the-strict-and-the-naggy-nicestrictnaggy Bug: 1018372 Test: Test cleanup only Change-Id: Ie639f2706f02c9701cb2f4ab2d2ed2658006fb32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879685Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#710857}
-
Yun Liu authored
Bug: 985574 Change-Id: If8722bc3577d245f09c20f814c90e343b800c0fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889300 Commit-Queue: Stephen Martinis <martiniss@chromium.org> Auto-Submit: Yun Liu <yliuyliu@google.com> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#710856}
-
Benjamin Beaudry authored
* I added the pure virtual function HasVisibleCaretOrSelection() on AXPlatformNodeDelegate so we can use it in AXPlatformNodeTextProviderWin without a dynamic cast. * The default value in the AXPlatformNodeDelegateBase is false. * The implementation is unchanged, but I moved it with other AXPlatformNodeDelgate overrides. Bug: 928948 Change-Id: If80c0a441415cb57ea0b4c352132a4d330fb56d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881993Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Cr-Commit-Position: refs/heads/master@{#710855}
-
Corentin Wallez authored
This is to make the name reflect that there aren't just OpenGL tests in this executable now, there are WebGPU / Dawn tests too. TBR=zmo@chromium.org Bug: 1017035 Change-Id: I5f0f04a2082533eda1cd6c474c85214e2195304d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888936Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#710854}
-
Sky Malice authored
This reverts commit 04962c50. Reason for revert: Test failures, see https://ci.chromium.org/p/chromium/builders/ci/Lollipop%20Tablet%20Tester/14131 Original change's description: > [Android][Signin] Fix bookmark signin promo dismiss tests > > This CL fixes the bookmark signin promo tests when the promo is > dismissed in different scenarios. > > Bug: 789531 > Change-Id: I852e60cb3e56f9db737cb0e03073d36373908f68 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883628 > Reviewed-by: Boris Sazonov <bsazonov@chromium.org> > Reviewed-by: Theresa <twellington@chromium.org> > Commit-Queue: Alice Wang <aliceywang@chromium.org> > Auto-Submit: Alice Wang <aliceywang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#710784} TBR=twellington@chromium.org,bsazonov@chromium.org,aliceywang@chromium.org Change-Id: I68d849103de344e495520b8c015edfba75fd6388 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 789531 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890506Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#710853}
-
Matt Jones authored
This patch replaces the remaining custom height accessors in the BottomSheetContent API with ones that use standard modes. The new methods remove the need for getCustom* and wrapContentEnabled(). The new methods operate in largely the same way as the existing ones but consolidate the behavior of other methods and enforce strict usage via asserts. Bug: 986310, 1002277 Change-Id: I4bdd594d2270bad849c41721586aa1351daa0c6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885221 Commit-Queue: Matthew Jones <mdjones@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#710852}
-
Yuta Kasai authored
Fix typo (serivce -> service) in src/chrome/android/java/src/org/chromium/chrome/browser/ChromeBackgroundService.java This CL doesn't change any behaviors. This just fixes typo. Bug: N/A Change-Id: I3d7960bbc5e4d9c04a32e1a7248bfeae6e7d9418 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1882189Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#710851}
-
Friedrich Horschig authored
This CL resets the configuration for animations (opening and closing) and for swipe-down-to-dismiss to the defaults. That means ideally: * the sheet scrolls into view when opened * the sheet scrolls/fades out when closed * the sheet is NOT dismissed by swiping down hard enough In practice, only one parameter has a current effect: * the sheet scrolls into view The dismissing is slightly over-sensitive and a closing animation not visually perceivable. Bug: 957532 Change-Id: I7a7044ddd98e79518a6e8ffdfd2ac9b276f14722 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890040Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Cr-Commit-Position: refs/heads/master@{#710850}
-
Sky Malice authored
This reverts commit 011e523c. Reason for revert: Tests are failing, see https://ci.chromium.org/p/chromium/builders/ci/android-pie-arm64-rel/1637 Original change's description: > AW UMA: integration tests for more metadata fields > > No change to production logic. > > This adds tests for already-implemented UMA proto fields. This > intentionally skips fields which don't apply to Android OS (ex. > os.is_jailbroken, os.arc, os.kernel_version). > > Bug: 1011991 > Test: run_webview_instrumentation_test_apk -f AwMetricsMetadataTest.* > Change-Id: I35fe2b75164a421a9a5dbc80df621f75ec9b5474 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889171 > Auto-Submit: Nate Fischer <ntfschr@chromium.org> > Reviewed-by: Changwan Ryu <changwan@chromium.org> > Commit-Queue: Nate Fischer <ntfschr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#710655} TBR=changwan@chromium.org,ntfschr@chromium.org Change-Id: If3f131a153ccb86497595db98ff9bbe466ee6dd4 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1011991 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890503Reviewed-by:
Sky Malice <skym@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#710849}
-
Bo Liu authored
WebLayerShellActivity currently serves two purposes. * As a demo app for weblayer where user can type in a url and expect it behave somewhat like a browser. * As the target activity for instrumentation tests. Keeping both purposes in the same activity is a maintenance burden and makes the more complicated than it needs to be. This CL creates a new InstrumentationActivity (copied from WebLayerShellActivity) and removes code from both Activity that's needed for their purpose. Also rename WebLayerShellActivityTestRule to InstrumentationActivityTestRule. Change-Id: I306fecb57ed15ee7a59487ced40262094ef7c438 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888451 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#710848}
-
Evan Stade authored
It needs to link against Blink to use blink::MainThreadIsolate() Bug: none Change-Id: Ib99bebbcb421d566a55dc491603c61c3299639d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890005 Commit-Queue: Evan Stade <estade@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Auto-Submit: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#710847}
-
Olivier Robin authored
Follow up cl/1883717 These are nits that were not fixed in the previous CL. Change-Id: I2cf131c9584af0e1b23049a1b53a3b7268f3d8f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890082Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#710846}
-
Vlad Tsyrklevich authored
base::ProtectedMemory is being deprecated because it's not widely used enough to make a security impact and justify its maintenance burden. Replace use of base::ProtectedMemory with raw function pointers and place thunks.cc in the CFI-icall blacklist as there are too many functions to individually add NO_SANITIZE attributes for. Bug: 1018834 Change-Id: I0bd1f25480e7b77fef4898eaeedfd9fa64d3e4e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889511Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#710845}
-
Lily Chen authored
Bug: None Change-Id: Ie5c9d865aac587f5fb9c6a54489ead2d4c853a5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891030Reviewed-by:
Lily Chen <chlily@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Auto-Submit: Lily Chen <chlily@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#710844}
-
Vlad Tsyrklevich authored
I noticed some accessibility tests need to be blacklisted on Linux, presumably they don't run on the Linux CFI bot by default. Change-Id: Idd2bffd6dc16a24a64d70d466ffa50fbe106a5e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888716 Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#710843}
-
Jan Krcal authored
This CL makes it clear for UMA dashboards which data types are deprecated. Bug: 1007293 Change-Id: Iff69e9aace9627f288d3ba871a848cb29b32a7e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889978 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#710842}
-
Mihai Sardarescu authored
Bug: 1015805 Change-Id: I5aa38c1ca058bb02b1868cd30b4380b0f0fe0615 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890335Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#710841}
-
Yusuf Sengul authored
Bug: 1018350 Change-Id: I8c0091f1925d0ddcfba806b1adf09b18c86d5cdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880806 Commit-Queue: Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Tien Mai <tienmai@chromium.org> Cr-Commit-Position: refs/heads/master@{#710840}
-
Maksim Moskvitin authored
SingleClientUserEventsSyncTest.Encryption and TwoClientSessionsSyncTest.NoHistoryIfEncryptionEnabled used EnableEncryption(), which only works with Directory implementation of Nigori and outdated. They were rewritten to enable custom passphrase instead. Bug: 922900 Change-Id: Ia5fedeae5b7c7071c1ecc82063e5742934caf2e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890316 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Auto-Submit: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#710839}
-
Ryan Daum authored
Not all services have been rewritten to not require side swipe detection from cast platform. Re-enable for now. Bug: internal b/143545462 Test: manual Change-Id: I35f2493e3f2379f239da1a15de867ed71809e8e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890008Reviewed-by:
Alex Sakhartchouk <alexst@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Ryan Daum <rdaum@chromium.org> Cr-Commit-Position: refs/heads/master@{#710838}
-
Nicolás Peña Moreno authored
Add a redirect chain similar to that being used for ResourceTiming. More images along with TAO will be added in a followup. Bug: 1003943 Change-Id: I07a98e6f3b574a1241f33aed60a6bb71e0240a95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880539Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#710837}
-
Wei Li authored
PageInfoHoverButton repeats some of its parents' Layout operations such as those from View and LabelButton. But it also tries to skip HoverButton and LabelButton's custom layout functions by directly calling into Button's Layout(). Now, HoverButton no longer has a custom layout function, LabelButton's custom layout is being removed, so we should get rid of custom layout here too. Additionally, calling LabelButton's custom layout will still be correct as the label and image both are empty. BUG=1005568 Change-Id: I0bba3bcc1c198b2c0ede90dff3894b8acdca1ba7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888398Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#710836}
-
Michael van Ouwerkerk authored
Reland of https://chromium-review.googlesource.com/c/chromium/src/+/1890410 Fixed the includes. Bug: 1018129 Change-Id: Icf2f66ba71bb723bb495ec6ab756fcae5a1f59a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890314 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#710835}
-
Hirokazu Honda authored
VEA unittest fails if VEA cannot produce a bitstream buffer in three seconds from the previous bitstream buffer. Three seconds seems sufficient but we see the flakieness on low end devices. This CL lengthens timeout to 10 sec in order to figure out if it is a real failure or just low performance. Bug: 1019307 Test: None Change-Id: I103d8e32fb444dbe2576db0af815714af7def49f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890450 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#710834}
-
Alexander Timin authored
It's not used anymore and doesn't even have a corresponding .gn entry. R=skyostil@chromium.org Change-Id: Ic069df8a5ab7e58950c269513ac4a2eedc3c11cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890079 Auto-Submit: Alexander Timin <altimin@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#710833}
-
Istiaque Ahmed authored
This avoids passing vector* to the function, slightly improves callsite readability. Bug: 796395 Change-Id: Ic7e6139d3ea2c9044fc6d7b6b668998c8a370ab0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869675 Commit-Queue: Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Oleg Davydov <burunduk@chromium.org> Cr-Commit-Position: refs/heads/master@{#710832}
-
Oksana Zhuravlova authored
TEST=run_webview_instrumentation_test_apk --num_retries=0 --repeat=1000 --break-on-failure -f=AwSettingsTest#testJavaScriptPopupsOpenTwice Bug: 957626 Change-Id: I160f8a816a6190dfb0962c80c2d86d3e5d2410e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875484Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#710831}
-
Charles Zhao authored
This will stop TabManagerDelete to call TabActivityWatcher, hence disable tabdiscarder completely. Note: we can still do experiment from Finch. Bug: 1017222 Change-Id: I064004ae6e0e67d2df0133c98626c395db73f6db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888863 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Charles . <charleszhao@chromium.org> Cr-Commit-Position: refs/heads/master@{#710830}
-
Sébastien Séguin-Gagnon authored
Bug: 1019655 Tbr: wfh@chromium.org Change-Id: I8da163839261e087d68d2d958b22dd99967efc34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890816Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#710829}
-
Yuly Novikov authored
This reverts commit 627a3abc. Reason for revert: Fails on multiple bots, see crbug.com/906739 Original change's description: > Removing OVR_multiview2 suppressions > > Bug: chromium:906739 > Change-Id: Ibbd8715c900220242d44ddfef51449b155f81c43 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877610 > Reviewed-by: Kai Ninomiya <kainino@chromium.org> > Commit-Queue: Mingyu Hu <mihu@microsoft.com> > Cr-Commit-Position: refs/heads/master@{#710516} TBR=rafael.cintron@microsoft.com,kainino@chromium.org,mihu@microsoft.com Change-Id: If22b20c4b5dd8fdf6d6368a02db82125d75d055f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: chromium:906739 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890991Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#710828}
-
Lucas Gadani authored
This reverts commit 38f657d5. Reason for revert: https://crbug.com/1019614 Original change's description: > Convert extensions to use the URLResponseHead mojom types. > > Bug: 984550 > Change-Id: I885fc575b49c4049b83b17cc4c2248daf2525b4e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876974 > Reviewed-by: Karan Bhatia <karandeepb@chromium.org> > Commit-Queue: Lucas Gadani <lfg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#709596} TBR=lazyboy@chromium.org,karandeepb@chromium.org,lfg@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 984550, 1019614 Change-Id: Icd7e03b4c65514f49916fbbba57501cc49d400af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890006Reviewed-by:
Lucas Gadani <lfg@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#710827}
-
Tom Sepez authored
An inspection shows that these are no longer sent nor handled. Change-Id: If9b60f55d4dc07bb7a0ad573acb67f7e66609a3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888690Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#710826}
-
Sylvain Defresne authored
As the migration away from sources_assignment_filter is going to take some time, add some documentation to explain why and how it is done. This can be referenced from BUILD.gn files once they have been converted. Bug: 1018739 Change-Id: Ia423b3a6a0f5e490759ade3b91ed6b5f422c0dfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887610 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#710825}
-
Brian Sheedy authored
Fixes disk read violations in ChromeBackupWatcher.java by briefly allowing disk reads when notifying the backup manager that data has changed. Bug: 1018401 Change-Id: I220f8f967844a9af847777975595d891fb1201d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888744Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#710824}
-
Francois Beaufort authored
This CL adds support for writing the new NDEFRecord encoding and lang attributes as specified in https://github.com/w3c/web-nfc/pull/381 It also makes sure ArrayBuffer and ArrayBufferView are valid types for NDEFRecord data when used in a text record. Bug: 520391 Change-Id: Ic159ee77eae5d2bcf20857bf533e41cef80db5cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1876390 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Cr-Commit-Position: refs/heads/master@{#710823}
-
Mohamed Heikal authored
If there are no symbols, with 'ForTest' in the name, are added or removed, the trybot should not add a link to show the empty diff. This cl also fixes a typo in the method name. Bug: 1012373 Change-Id: I35b6b8ef16bf0fe4efebaad096faac9541de23a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888189 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#710822}
-
Javier Ernesto Flores Robles authored
Bug: 1017095 Change-Id: I6447e6e01f8aa478aa896d65cbcd6d0265731670 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1890038Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#710821}
-