- 23 Apr, 2019 40 commits
-
-
Yi Gu authored
By spec [1] the ctor of Worklet Animation should use the Document that is associated with the window that is the current global object. However the code takes the Document from the target of the first effect which is not spec-compliant. e.g. the target is an iframe, In addition, there may be security risks behind it. [1] https://drafts.css-houdini.org/css-animationworklet/#creating-worklet-animation Bug: 953466 Change-Id: I13ed9a44e5a77f359e4075f1bd147d7e7163804a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570628 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#653219}
-
Ahmed Mehfooz authored
Test: Manual UI Test Bug: 954934 Change-Id: Iafa3867f7780be11697137f899097cfb202daa07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577972Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#653218}
-
Aaron Krajeski authored
For dragging and printing operations gpu-composited canvases should still get drawn to their parent layer. Bug: 932405 Change-Id: I8a59345fa856876118c04fc446865f7837f09a8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573650Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/master@{#653217}
-
Nate Fischer authored
No change to logic, only docs. This extends Android emulator docs to address two issues: 1. x86 emulators don't work with arm-compiled APKs. Although this is, in some sense, obvious, it's worth calling out since ARM-compiled APKs are fairly common due to the popularity of the architecture. 2. Make it easier to find "Google APIs" images in the AVD creation wizard. This explains you need to go to the "x86 Images" tab in the wizard. Bug: 955135, 918221 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: Id87efe8c8b8c96dc01f72819bd8c31199507c416 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578071 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#653216}
-
Daniel Bratell authored
Both leveldb::Status and inspector_protocol_encoding::Status are pulled into the global namespace as aliases. In certain non-default jumbo builds that causes problems. Since there are many-many usages of leveldb::Status as Status but only one usage of inspector_protocol_encoding::Status as Status, this changes only inspector_protocol_encoding::Status to not use an alias. This also touches an inspector_protocol_encoding::cbor to not conflict with another patch. Change-Id: If663fa8c7d14ab1cb11a88a037a588b0c4b2d5b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578559 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#653215}
-
Adam Langley authored
This is relatively harmless, but can hit a NOTREACHED. This change makes the CTAP2 parsers follow the stricter, IsStringUTF8, result. Bug: 955317 Change-Id: If7f8b8a0c1e85566bb035b21626d52fd91038a42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576337 Commit-Queue: Adam Langley <agl@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#653214}
-
Gabriel Charette authored
R=fdoray@chromium.org Bug: 951388 Change-Id: I66354e187f2c51bf73a0bcf42e6f9b4124450df7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578943 Auto-Submit: Gabriel Charette <gab@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#653213}
-
Pavel Feldman authored
Bug: 951817 Change-Id: I04a20eb391d1504d4211f677af51398a15d0c6a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577868 Commit-Queue: Pavel Feldman OOO <pfeldman@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#653212}
-
Nate Fischer authored
This modifies remove_preinstalled_webview.py to no longer hardcode system image paths. This addresses two issues with the script: 1. The script didn't support Trichrome, since that sits at a different path 2. The script wasn't robust against system image path changes (which already happened in the platform, breaking the script) Bug: 952077 Test: android_webview/tools/remove_preinstalled_webview.py Change-Id: I72bbfa27f47b1c92ec1d6c0d408dac4308724d84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578003 Auto-Submit: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#653211}
-
Toni Barzic authored
Try enabling the test, unable to repro flakiness locally. BUG=865702 Change-Id: I06fb79eb501118fead3b0d68da56233b257dd2f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574213Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#653210}
-
chrome://webrtc-internalsHenrik Boström authored
This is a reland of a7c92710 Original change's description: > Fix flaky chrome://webrtc-internals stats reporting bug. > > A timer polls stats regularly, using standard or legacy stats as > specified in a UI. Which stats to use can change while a pending request > is in progress. This CL adds a check to discard legacy stats that are > given to JS if we are not currently expecting legacy stats. > This is something we were already doing for addStandardStats() but had > forgotten to add to addLegacyStats(). The bug was only apparent every > now and then depending on timing. > > Drive-by: Rename "nukeStatsList" to "clearStatsList" > > NOTRY=True > > Bug: 803014 > Change-Id: I5323d58f25792c2b34f2432fe1e8482008db1f39 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578608 > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Commit-Queue: Henrik Boström <hbos@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653146} Bug: 803014 Change-Id: I688cf51d57e586743e204f1113fcef2b06526126 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578569Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#653209}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/8581c921caa9..22219acb4b58 git log 8581c921caa9..22219acb4b58 --date=short --no-merges --format='%ad %ae %s' 2019-04-23 fmayer@google.com Merge "SharedRingBuffer: test empty write." Created with: gclient setdep -r src/third_party/perfetto@22219acb4b58 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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=perfetto-bugs@google.com Change-Id: Ia4c5818b7672b1d5b27eaa34b63a0c18b9743dfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578428Reviewed-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@{#653208}
-
Dmitry Gozman authored
Navigation-related callbacks are already exposed on RenderFrameObserver. This patch starts using WebTestRenderFrameObserver for these instead of BlinkTestRunner. Bug: none Change-Id: Ia77d2e7ca1cb569f479c24895543bf8b78be4f66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576100 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#653207}
-
Mei Liang authored
Bug: 953835 Change-Id: Iae92f9f1e718f6364447c3e3058890cb7cd1890f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576513 Commit-Queue: Mei Liang <meiliang@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#653206}
-
Katie D authored
* Mac should not use title case on opt-in buttons or dialog title. * Dialog title should have a question mark after it. * Settings text should match opt-in dialog. Bug: 955111 Change-Id: Ia2ffc028f27f8cb2ef82a9e798dfeac81ca42a03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577625Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#653205}
-
James Cook authored
Browser font size and default page zoom will only control browser content. Display zoom controls the size of ARC++ apps as usual. Bug: 955071, 950007 Change-Id: I29507bb2616068d47bc050bbff41e4d4a96b35a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577926 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
David Jacobo <djacobo@chromium.org> Cr-Commit-Position: refs/heads/master@{#653204}
-
Katie D authored
This makes the behavior the same between scrolling the mousewheel and scrolling with the touchpad. After a scroll and automatic click does not begin right away; the user must move the mouse again to begin a click. Bug: 951172 Change-Id: Iea3feaf342f0bddaa250361ec7715e8db6d739ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576512Reviewed-by:
Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#653203}
-
Sky Malice authored
Bug: 937446 Change-Id: I76cd5f5eefaf7950d64dce29b746006bcdc645ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579119Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#653202}
-
Miguel Casas-Sanchez authored
This CL adds parsing of chrome:webrtc-internals to get the webrtc video decode latency to WebRtcVideoDisplayPerfBrowserTest. Said parsing is a bit cumbersome because the internals produce a pretty large JSON, that needs to be parsed until finding recv-googMaxDecodeMs, which for more fun, is a vector in string form. Bug: 950183 Change-Id: I035cee0a3533141f092bb734300b39e9a84ece2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575582 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#653201}
-
Becca Hughes authored
Enable the media notification on trunk since our intention is to ship this in M76. BUG=942567 Change-Id: I64b4c9ac977ee3e9931fde03212638f45dd20d4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576169Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#653200}
-
Gauthier Ambard authored
This CL makes sure that the separator below the toolbar is correctly handled when rotating on landscape. Bug: 954906 Change-Id: I07f5492139eabb4a71a0dc26abee1050900698df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578552 Auto-Submit: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#653199}
-
Mike Wittman authored
Moves the setup for the test unwind scenario from the TargetThread into a separate UnwindScenario class. Changes the unwind scenario to be configured using callbacks rather than plain function pointers, to provide the flexibility that will be required to inject a custom setup function for V8 unwinds. While this approach has the disadvantage that it loses the ability to know the exact stack layout, it still allows frame existence and relative ordering to be checked which should be sufficient to catch failures. Bug: 909957 Change-Id: I5ddf18219becba922edcccde69bd09e1fbbd38f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577849 Commit-Queue: Mike Wittman <wittman@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#653198}
-
Matt Menke authored
This CL makes SocketParams a combination of 4 values: * An annotation tag for the proxy (Which should be switched to a per-request value) * Two SSLConfigs (Which should be replaced with using global state) * An OnHostResolved() callback (Which I'm working on removing). Also, this CL has ClientSocketPools create ConnectJob params itself instead of invoking a callback owned by SocketParams. To do this, it uses those values, proxy/websocket information from each ClientSocketPool, global CommonConnectJobParams, and GroupIds. Bug: 533571 Change-Id: Ia0ae70992493708d6100411625dad28116f42518 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577484 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#653197}
-
Suman Kancherla authored
A device returned by navigator.mediaDevices.getDisplayMedia() seems to be immediately garbage collected leading to the symptoms described in the associated bug. Hence, this change assigns the device to an arbitrary member of the window object. Bug: 954403 Change-Id: I9a4be13da02fce881fe191c340b782af5050aefd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575024 Commit-Queue: Suman Kancherla <sumankancherla@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#653196}
-
Emil A Eklund authored
Bug: 955165 Tbr: chcunningham@chromium.org Change-Id: I11fe20ef4d7eb32a494f86c07279b133d09e535a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578098Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#653195}
-
Allen Bauer authored
Bug: 938501 Change-Id: I2b15292f28c2479f8aec7f1140b1d27c96daac7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1512140Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#653194}
-
Nicolas Ouellet-payeur authored
Previously, the Network Annotations spreadsheet was updated by the linux-annotator-rel buildbot. This CL changes it to update on the win-annotator-rel buildbot instead. Bug: 878759 Change-Id: I8a17f5c14df78016541eb219ab7902f5bdbe8447 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553588Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Nicolas Ouellet-Payeur <nicolaso@chromium.org> Cr-Commit-Position: refs/heads/master@{#653193}
-
Anders Hartvoll Ruud authored
CSSPropertyParser::ParseSingleValue, which is used directly from CSSVariableResolver, didn't handle CSS-wide values at all. It probably _seems_ to work sometimes, because a resolved token sequence that doesn't parse for a given property will result in a value of "unset". This means that e.g. "color: var(--unknown, inherit)" will appear to work, because "inherit" won't parse for "color", resulting in "unset", which happens to mean "inherit" for "color". (Similarly for "initial" and non- inherited properties). BUG=954963 R=futhark@chromium.org,emilio@chromium.org Change-Id: I5555dfdc756220feb84fb9dc173b16e3bc4c69ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576574Reviewed-by:
Emilio Cobos Álvarez <emilio@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#653192}
-
Guido Urdaneta authored
There are some cases in which the muxer is null, which lead to crashes. Bug: 954494 Change-Id: I571d54d56c71d7a674054979a441e6645bc5ac3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578614Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#653191}
-
Livvie Lin authored
Picking the simplest change for now to solve the slightly odd labeling issue, and we can re-evaluate later if we want to do a larger update. Screenshot: https://drive.google.com/file/d/1ald5fs_hWjAvr1FsYSUJivW2rYDZ2l-A/view?usp=sharing Bug: 567380 Change-Id: I544d0efffb3548a175e3e9b9e0d5409953ec6f9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578065Reviewed-by:
Erik Luo <luoe@chromium.org> Commit-Queue: Livvie Lin <livvielin@chromium.org> Cr-Commit-Position: refs/heads/master@{#653190}
-
Becca Hughes authored
Add a notification blocker to block media notifications so that they are not shown on the lock screen. BUG=897836 Change-Id: Iae5366eb905d9e6d3dc4ce7cfbadc28669b3b595 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577492Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#653189}
-
chrome://safe-browsingVarun Khaneja authored
R=drubery Bug: 954255 Change-Id: Ia197947e65574de5d4f941803c30e74eb9b2b19d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1577865 Auto-Submit: Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#653188}
-
danakj authored
This will allow us to convert more Callbacks in the bluetooth component over to OnceCallbacks, which will let us convert Callbacks in content eventually. R=reillyg@chromium.org Bug: 953861 Change-Id: Iaca0042c4b2ed5559a70c2136f20881546673406 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1574429 Auto-Submit: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#653187}
-
Egor Pasko authored
SyncCustomizationFragmentTest#testPaymentsIntegrationCheckboxClearsServerAutofillCreditCards is flaky. Let's disable. TBR=nyquist@chromium.org Bug: 955490 Change-Id: I0e676cfe5c8f70a740788002be538c78c74075a7 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578617Reviewed-by:
Egor Pasko <pasko@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#653186}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/13cb24c76e7e..776c917fd501 git log 13cb24c76e7e..776c917fd501 --date=short --no-merges --format='%ad %ae %s' 2019-04-23 dhanyaganesh@chromium.org buildbucket_v2: Add metadata_url data to Buildbucket Created with: gclient setdep -r src/third_party/chromite@776c917fd501 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-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. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: I263af3a920ac04fc9b98feb7a804ad24e7d07bcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578433Reviewed-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@{#653185}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/7aad9653f9a3..07c4dd4b9ecb git log 7aad9653f9a3..07c4dd4b9ecb --date=short --no-merges --format='%ad %ae %s' 2019-04-23 33432579+alan-baker@users.noreply.github.com Reduce runtime of array layout checks (#2534) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@07c4dd4b9ecb The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-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=dsinclair@chromium.org Change-Id: Ic0d51eaf3d94f66138056756c453a3740bdbd990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578432Reviewed-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@{#653184}
-
Camille Lamy authored
This CL converts some more content_unittests to using NavigationSimulator. This is needed to enforce having a proper NavigationRequest at commit time. Bug: 728571 Change-Id: I12d445f4bb4bbe3929049e92f8c7074cc9d753ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535886 Commit-Queue: Camille Lamy <clamy@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#653183}
-
Yutaka Hirano authored
Removing a flag added accidentally at https://crrev.com/fb8ff28be837c61b79916d1bc79399b0fe51188b. Bug: None Change-Id: I9e9ec74930849f94c94d52c28e610d337c23332e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578725 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#653182}
-
Gauthier Ambard authored
This CL removes the target. Bug: 944008 Change-Id: Ie2239d585e6da86d444595839f00aaa8c2f692b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578545Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#653181}
-
Jan Krcal authored
This reverts commit 6560bcb5. Reason for revert: this CL seems to have made some integration tests very flaky Original change's description: > [AF Wallet Metadata] Enable USS implementation by default > > This CL adds a testing config to prepare for a Beta launch. > > Bug: 853688 > Change-Id: I2e6f99a7d9bbf5aa7bc268e74c53f3af135837f8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1569931 > Reviewed-by: Brian White <bcwhite@chromium.org> > Commit-Queue: Jan Krcal <jkrcal@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653113} TBR=bcwhite@chromium.org,jkrcal@chromium.org Change-Id: I2ba569cdeac18bf03b1e721207ed1dab79698054 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 853688 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578615Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#653180}
-