- 08 Nov, 2018 40 commits
- 
- 
chromium-autoroll authoredhttps://pdfium.googlesource.com/pdfium.git/+log/e5e0aea5a404..625c7d270c1b git log e5e0aea5a404..625c7d270c1b --date=short --no-merges --format='%ad %ae %s' 2018-11-08 thestig@chromium.org Clean up CPDF_TransferFunc. Created with: gclient setdep -r src/third_party/pdfium@625c7d270c1b The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-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: I7de81829e0e267160d20bde30c0f665100bd11a3 Reviewed-on: https://chromium-review.googlesource.com/c/1327342Reviewed-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@{#606593} 
- 
Dmitry Gozman authoredBug: 775132 Change-Id: I7f7f58f56e437895afd91002e2316c4ef40c92ce Reviewed-on: https://chromium-review.googlesource.com/c/1324455 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by: Andrey Lushnikov <lushnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#606592} 
- 
Mitsuru Oshima authoredBecause the mask layer may be used by a detached layer, and re-using before the detached layer is deleted can lead to a crash. Bug: b/118822974 Test: manual. See bug for repro step. Change-Id: I82379d6f10f7b00fba8b581e667198f28f82f645 Reviewed-on: https://chromium-review.googlesource.com/c/1325565 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#606591} 
- 
Fady Samuel authoredviz::LocalSurfaceIdAllocation bundles a viz::LocalSurfaceId and an allocation time for that viz::LocalSurfaceId. The purpose of this allocation time is to determine how long it takes for a surface to get embedded once an ID has been allocated for it. There was some concern raised about drift between LocalSurfaceIds and allocation times and so a previous CL bundled the two together in a class. This CL plumbs LocalSurfaceIdAllocation to more places to ensure the two quantities remain in sync with one another. This CL plumbs LocalSurfaceIdAllocation through FrameVisualProperties which ensures we plumb valid timestamps from a parent renderer to the browser and ultimately to child renderers. Bug: 655231 Change-Id: I1cb7e3e3acacc4fc5398d65f6f62892a2127346d Reviewed-on: https://chromium-review.googlesource.com/c/1324097Reviewed-by: Jonathan Ross <jonross@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: Antoine Labour <piman@chromium.org> Commit-Queue: Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#606590} 
- 
sczs authoredBefore this CL Infobar.cc was informing InfobarContainer of an InfobarView resize. Also, the InfobarView was being set by Infobar.cc it now sets its own height. This CL: - Adds functionality so InfobarContainer resizing is driven by UiKit. - Deletes InfobarViewSizing and InfobarViewSizingDelegate. - Removes the plumbing from InfobarView that informs Infobar.cc of a resize. - Removes InfobarIOS and InfobarController methods that were used to resize the InfobarView. Bug: 892376 Change-Id: Iaae3c0ec36ce226fc89fb405cb3d9c40376d3a79 Reviewed-on: https://chromium-review.googlesource.com/c/1321849 Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#606589} 
- 
Tomas Popela authoredPreviously we were using va_list for variadic arguments. The downside for this was that only the first value from the variadic argument was passed to the original function. To make it work properly we have to use the __VA_ARGS__ variadic macro that was introduces in C99 and is available in all major C/C++ compilers. Change-Id: I50652f7348a16214811aaab8af116d78cdb70444 Reviewed-on: https://chromium-review.googlesource.com/c/1323089Reviewed-by: Patrik Höglund <phoglund@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Commit-Queue: Tomáš Popela <tomas.popela@gmail.com> Cr-Commit-Position: refs/heads/master@{#606588} 
- 
Ivan Šandrk authoredThis was a mistake on my part when writing the original file, and it was just too bothering to see the wrong year on the file and get confused by it, so I had to update it :-) Change-Id: Ia59fd264f11bda490448a386528b9b2fc0606473 Reviewed-on: https://chromium-review.googlesource.com/c/1326641Reviewed-by: James Cook <jamescook@chromium.org> Commit-Queue: Ivan Šandrk <isandrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#606587} 
- 
Dirk Pranke authoredThe //chrome:chrome group was missing a data_deps declaration on //chrome:reorder_imports, which meant that chrome would build fine but if you ran `mb zip //out/Release //chrome` you'd only get the copy in //out/Release/initialexe/chrome.exe and not the final version in //out/Release. Bug: 902010 Change-Id: I0f3b662ced4c34eef974e8bede01fb9c89410dc1 Reviewed-on: https://chromium-review.googlesource.com/c/1325554Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#606586} 
- 
Weidong Guo authoredChanges: Update the selected page to be the target page of dragged item at the end of dragging. Bug: 893832 Change-Id: I91dcf8e03f62eab1597e3899bdbcafdad1fec2df Reviewed-on: https://chromium-review.googlesource.com/c/1324851 Commit-Queue: Weidong Guo <weidongg@chromium.org> Reviewed-by: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#606585} 
- 
Stephen Chenney authoredAdd testing for the ratio metrics and fix bugs that were detected. Rename the ratio metrics to be specific to MainFrame to prepare for future ratios. R=pdr@chromium.org BUG=892861 Change-Id: I01ad5d059d423366e118335ff9288e7eb2cdb339 Reviewed-on: https://chromium-review.googlesource.com/c/1320692Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#606584} 
- 
Eric Roman authoredInstead use operator== and operator=. Change-Id: Ia2f694e75f3a5f22338d97ec7c4ce61e1a500996 Reviewed-on: https://chromium-review.googlesource.com/c/1324133 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Eric Roman <eroman@chromium.org> Reviewed-by: Tarun Bansal <tbansal@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#606583} 
- 
Mike Frysinger authoredThe usage docs were in the wrong docstring. Bug: 747171 Change-Id: Ia08331f8c41f86ce41c795ff1494e258c0d33bf3 Reviewed-on: https://chromium-review.googlesource.com/c/1323807Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org> Cr-Commit-Position: refs/heads/master@{#606582} 
- 
Stephen Chenney authoredIn preparation for a series of patches that change the arguments to UpdateAllLifecyclePhases, create a local helper in tests that do not derive from PageTest so that only one call site needs to be changed. There is no change in functionality at all. Tests writers no need to be less concerned about the arguments to lifecycle updates. R=pdr@chromium.org Bug: 902436 Change-Id: Icee20e327aa5d88ecdc38852d41d1b9bda4e2454 Reviewed-on: https://chromium-review.googlesource.com/c/1324230 Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by: Philip Rogers <pdr@chromium.org> Reviewed-by: Rick Byers <rbyers@chromium.org> Cr-Commit-Position: refs/heads/master@{#606581} 
- 
Ehsan Chiniforooshan authoredBug: 903204 Change-Id: I7d2cbff9184eb9f0fa93bfe14708ca719f145e7a Reviewed-on: https://chromium-review.googlesource.com/c/1327150Reviewed-by: Ned Nguyen <nednguyen@google.com> Commit-Queue: Ehsan Chiniforooshan <chiniforooshan@chromium.org> Cr-Commit-Position: refs/heads/master@{#606580} 
- 
Dale Curtis authoredBUG=webrtc:9530 TEST=cq R=sergeyu Change-Id: I7c007d4dfd12aa86a56fccaef176d614531533c2 Reviewed-on: https://chromium-review.googlesource.com/c/1327151Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#606579} 
- 
Donn Denman authoredFixes a bug in the existing Ranker code: the native logger cannot log 64-bit values, so we rename some misleading methods. Also fix some references to @Nullable. BUG=872902 Change-Id: I496c8140293200d7f8041fba1a5ede8fac26646a Reviewed-on: https://chromium-review.googlesource.com/c/1321670Reviewed-by: Theresa <twellington@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#606578} 
- 
James Cook authoredAsh will end up maximizing the windows when they are added to the lock screen container. Creating the widget maximized avoids some back-and-forth with the window manager under mash. It also simplifies testing. Bug: 899055 Test: browser_tests Change-Id: I168ba67c1cc7c680cd0c9a4b4a1b22c3c40bd500 Reviewed-on: https://chromium-review.googlesource.com/c/1316438 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by: Toni Baržić <tbarzic@chromium.org> Reviewed-by: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#606577} 
- 
Camillo Bruni authoredBug: 878390 Change-Id: Ib536680adcbba24e86452ae16502c133eef01ddc Reviewed-on: https://chromium-review.googlesource.com/c/1256776Reviewed-by: Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#606576} 
- 
Stephen Chenney authoredWebFrameWidgetImpl was missing a call to record metrics, resulting in OOPIF not recording main frame metrics for their update. And the SingleThreadProxy was not recording metrics at all, which causes crashes with an upcoming patch. R=pdr@chromium.org BUG=902434 Change-Id: I96e4666d098ef22c2b5aec74851470319dd133f5 Reviewed-on: https://chromium-review.googlesource.com/c/1320691Reviewed-by: Philip Rogers <pdr@chromium.org> Reviewed-by: danakj <danakj@chromium.org> Reviewed-by: Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#606575} 
- 
Yiming Zhou authoredThere are 15 different test scenario for password manager on each site. We therefore need to have subdirectories for different scenarios. This change adds support for 1 level of subdirectories in the password manager captured sites tests. Bug: 847905 Change-Id: If3b52088bf857f8fcb0b42a5abcbf33ba9382055 Reviewed-on: https://chromium-review.googlesource.com/c/1325309 Commit-Queue: Yiming Zhou <uwyiming@google.com> Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#606574} 
- 
Ella Ge authoredIn crrev.com/588115 introduced capture mouse events to widget during text selection; and a later change crrev.com/599408 make subframe widgets capture mouse events on MouseDown, which follows the behavior without OOPIF. Since we are captureing mouse events on MouseDown and release the capture on MouseUp, we don't need to treat the text selection case special. Bug: 647378 Change-Id: I207777d16e11e069fb1ab60579d45324cb5b06c4 Reviewed-on: https://chromium-review.googlesource.com/c/1308606Reviewed-by: Ken Buchanan <kenrb@chromium.org> Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by: Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#606573} 
- 
Gordana Cmiljanovic authoredBUG= Change-Id: I621c411f767d2f1442bc45db78f3562101700c27 Reviewed-on: https://chromium-review.googlesource.com/c/1322870Reviewed-by: Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#606572} 
- 
Michael Ludwig authoredBug: 903289 Change-Id: Ibc84f1083d0cb121435418fcda226b16917d1b87 Reviewed-on: https://chromium-review.googlesource.com/c/1327223 Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#606571} 
- 
Eric Seckler authoredThis is a reland of 2fc9f6f2 The crashes in flakiness were due to calling destroy() on the wrong thread, which has been addressed in the new patch set. Original change's description: > tracing: Address TracingControllerAndroid test failures. > > Fixes the flakiness of buffer usage / known categories tests by > resolving an accidental race condition. Also restricts disabling > the other two tests to <= kitkat devices since those seem to be > the only ones that show (inexplicable) flakiness. > > TBR=yfriedman@chromium.org > > Bug: 899894 > Change-Id: I0225c1519ea19910492ffb60a242bcc71b2275b4 > Reviewed-on: https://chromium-review.googlesource.com/c/1307433 > Reviewed-by: Eric Seckler <eseckler@chromium.org> > Commit-Queue: Eric Seckler <eseckler@chromium.org> > Cr-Commit-Position: refs/heads/master@{#604209} Bug: 899894 Change-Id: I3cb002950f32bc6b6b4d25892adc3073c2fdb967 Reviewed-on: https://chromium-review.googlesource.com/c/1327407Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#606570} 
- 
Scott Graham authoredBug: 883496 Change-Id: Ib611c2d195b401475bb343099c8b12a644e942a7 Reviewed-on: https://chromium-review.googlesource.com/c/1324095 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#606569} 
- 
Nick Harper authoredBug: 875053 Change-Id: I3d798801537d6ede56d2f7acd8c26982e7291313 Reviewed-on: https://chromium-review.googlesource.com/c/1325568 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#606568} 
- 
Scott Violet authoredThis test enables tablet mode, but it enables tablet mode in such a way that MultiUserWindowManager doesn't see (and process) the change. When the test is updated to correctly notify MultiUserWindowManager the test then fails. I think this may indicate a regression from recent changes and needs to be investigated. I came across this while doing some refactoring to MultiUserWindowManager. I've updated the test to ensure MultiUserWindowManager is called correctly and disabled it. BUG=756085,903427 TEST=none Change-Id: I7b6ead448ba8d942516e42d9ef5ee745a547cc2c Reviewed-on: https://chromium-review.googlesource.com/c/1327159Reviewed-by: Jonathan Ross <jonross@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#606567} 
- 
chromium-internal-autoroll authoredhttps://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b628aaf43bd1..148454cafef1 Created with: gclient setdep -r src-internal@148454cafef1 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: Id2747d7d7e285f40149084ae4dc08c5ab2293bda Reviewed-on: https://chromium-review.googlesource.com/c/1327242Reviewed-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@{#606566} 
- 
v8-ci-autoroll-builder authoredSummary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f69f7d51..993edbb4 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=master.tryserver.blink:linux_trusty_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: Ieba0c084f7f69570e4adf961c5f9e4b55619d424 Reviewed-on: https://chromium-review.googlesource.com/c/1327144Reviewed-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@{#606565} 
- 
James Hawkins authoredR=hansberry@chromium.org Bug: 899324 Test: none Change-Id: I331612216739e82fb46d674aef5853b7777b7a7d Reviewed-on: https://chromium-review.googlesource.com/c/1325549 Commit-Queue: James Hawkins <jhawkins@chromium.org> Reviewed-by: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#606564} 
- 
James Hawkins authoredR=hansberry@chromium.org Bug: 899324 Test: none Change-Id: I08eff200cd6d8eb2eaad989d0abcab7fc1f3d53f Reviewed-on: https://chromium-review.googlesource.com/c/1321030Reviewed-by: Ryan Hansberry <hansberry@chromium.org> Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#606563} 
- 
Becca Hughes authoredMake MediaNotificationController a MediaSessionObserver so it will get updates about playback state which we can use to toggle the play pause button. BUG=893296 Change-Id: If23dee44a1d37283a4a3e6249f3ce67553fe1593 Reviewed-on: https://chromium-review.googlesource.com/c/1311255 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by: Mitsuru Oshima <oshima@chromium.org> Reviewed-by: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#606562} 
- 
Etienne Pierre-doray authoredbase::ThreadRestrictions::ScopedAllowWait is deprecated in favor of its more explicit counterpart. It should have been replaced by : * base::ScopedAllowBaseSyncPrimitivesForTesting in test files. * base::ScopedAllowSyncPrimitives in non-test files * base::ScopedAllowSyncPrimitivesOutsideBlockingScope when it's used on threads that don't allow blocking The last one is strongly frowned upon but this CL aims to document existing behavior rather than address it. Owners are encouraged to follow-up by fixing unnecessary waits and more particularly unnecessary waits outside-blocking-scope. Note: The non-for-testing versions require friend'ing in thread_restrictions.h but care was taken to add these friends ahead of git cl split (since it wasn't possible to do a line-by-line associated CL split). Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1288533 Please CQ if LGTY! This CL was uploaded by git cl split. R=sky@chromium.org Bug: 766678 Change-Id: Id08163a2526a0583da8fee44893b952945b6371d Reviewed-on: https://chromium-review.googlesource.com/c/1325189Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#606561} 
- 
Wez authoredThis reverts commit 90619203. Reason for revert: This work-around simply delays the inevitable; test runs still tend to have their SSH connection fail eventually, and so fail. Original change's description: > [Fuchsia] Disable capture of system logs via SSH'd 'dlog' on ARM64. > > The 'dlog' SSH channel appears to trigger a bug that causes the package- > upload step to fail on ARM64 under QEMU. > > Bug: 900790 > Change-Id: Ie5871cef98e94deb936ae591c87a5c90a960b092 > Reviewed-on: https://chromium-review.googlesource.com/c/1325529 > Reviewed-by: Sergey Ulanov <sergeyu@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Commit-Queue: Wez <wez@chromium.org> > Cr-Commit-Position: refs/heads/master@{#606522} TBR=wez@chromium.org,sergeyu@chromium.org,jbudorick@chromium.org Change-Id: I3f9912cb004e64219238c24af95d6084097e768c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 900790 Reviewed-on: https://chromium-review.googlesource.com/c/1327412Reviewed-by: Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#606560} 
- 
Stephen Chenney authoredThis patch is in preparation for adding a "reason" to lifecycle update calls. CHanging tests in this way means we can add the reason with a single change for all PageTests and RendererTests. R=pdr@chromium.org BUG=902436 Change-Id: I21d05c13570dc94b7a0743eb5770ab5ca865a1ad Reviewed-on: https://chromium-review.googlesource.com/c/1321779Reviewed-by: Philip Rogers <pdr@chromium.org> Reviewed-by: Fernando Serboncini <fserb@chromium.org> Reviewed-by: Becca Hughes <beccahughes@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#606559} 
- 
Sigurdur Asgeirsson authoredAlso move one of the functions from discards.js into discards_tab.js as that's the only user. Bug: 891310 Change-Id: I434dc950029fb5e526a42dbed999a7dddc4ff6b1 Reviewed-on: https://chromium-review.googlesource.com/c/1324101Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#606558} 
- 
Etienne Bergeron authoredThis CL is adding the thread id for each sampled stack event. This will allow using multiple sampling profiler in the same process. We are planning to sample the UI and the IO thread in the browser process. R=ssid@chromium.org Change-Id: Ia520c7886356fa7bf5d5f069d079125db156995d Reviewed-on: https://chromium-review.googlesource.com/c/1310500Reviewed-by: Gabriel Charette <gab@chromium.org> Reviewed-by: ssid <ssid@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#606557} 
- 
Oystein Eftevaag authoredR=etienneb@chromium.org Change-Id: Ied7a5a0dd3316f105dca5d7a946081b7f08f24b2 Reviewed-on: https://chromium-review.googlesource.com/c/1323704Reviewed-by: Etienne Bergeron <etienneb@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#606556} 
- 
Clemens Arbesser authoredBug: 806868 Change-Id: I892da7f3a29f4cb0f4500c20e4dad04417087595 Reviewed-on: https://chromium-review.googlesource.com/c/1326505Reviewed-by: Mathias Carlen <mcarlen@chromium.org> Commit-Queue: Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#606555} 
- 
Sami Kyostila authoredBug: 897751 Change-Id: I5e915e20b5c34438786622ce718279d908ee41c8 Reviewed-on: https://chromium-review.googlesource.com/c/1315212 Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by: Ned Nguyen <nednguyen@google.com> Reviewed-by: Caleb Rouleau <crouleau@chromium.org> Reviewed-by: John Budorick <jbudorick@chromium.org> Reviewed-by: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#606554} 
 
-