- 08 Nov, 2018 40 commits
- 
- 
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} 
- 
Florin Malita authoredBoth Canvas2D and SVG expect degenerate radial gradients (p0 == p1 && r0 == r1) to not draw anything [1]. Canvas2D enforces this behavior explicitly, but SVG relies on the current Skia semantics. Skia is about to start handling this case differently [2]. This CL updates LayoutSVGResourceRadialGradient to also enforce the spec behavior explicitly: * add a DegenerateHandling flag to Gradient (all subtypes) to control degenerate behavior * when degenerates are not allowed, return an SkEmptyShader to draw nothing * in order to support the above, plumb SkEmptyShader in PaintShader * update clients to pass this new flag as required by spec * clean up degenerate tracking in CanvasGradient/BaseRenderingContext2D (no longer needed) * also drop the bool return type for BaseRenderingContext2D::Draw (not used) [1] https://html.spec.whatwg.org/multipage/canvas.html#dom-context-2d-createradialgradient [2] https://skia-review.googlesource.com/c/skia/+/168487 Change-Id: I940fcfd87907ebd2df9fae59102770a6031606e5 Reviewed-on: https://chromium-review.googlesource.com/c/1324612Reviewed-by:Fernando Serboncini <fserb@chromium.org> Reviewed-by: Khushal <khushalsagar@chromium.org> Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#606553} 
- 
Clifford Cheng authored1. Tested on Mac and verify everything works as expected. 2. Removed the unnecessary call of GetNativeWindow(). 3. The RGB for GPU enabled and GPU disabled test images is slightly different. Additional check is needed. Bug: 898230 Change-Id: I85bf2450862361572597632159de60db6abf2c22 Reviewed-on: https://chromium-review.googlesource.com/c/1307062Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Clifford Cheng <cliffordcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#606552} 
- 
James Hawkins authoredR=hansberry@chromium.org Bug: 899324 Test: none Change-Id: Ib1c2d571dffddf742276c28875275abe790724f1 Reviewed-on: https://chromium-review.googlesource.com/c/1321149 Commit-Queue: James Hawkins <jhawkins@chromium.org> Reviewed-by: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#606551} 
- 
Matt Swartwout authoredbase::DictionaryValue is deprecated, and we are transitioning some internal code to use base::Value instead of base::DictionaryValue, and it calls GetOverridenFeaturesForStorage. So here we make GetOverridenFeaturesForStorage accept a base::Value. We do not change the return value so that we do not break any existing usages. Bug: Internal 119219865 Test: None Change-Id: I61a794456b586f0a0b99dc258d13f02d10ae7646 Reviewed-on: https://chromium-review.googlesource.com/c/1321672Reviewed-by: Sergey Volk <servolk@chromium.org> Commit-Queue: Matt Swartwout <mwswartwout@google.com> Cr-Commit-Position: refs/heads/master@{#606550} 
- 
Joe DeBlasio authoredThis CL removes three similar sections of code that generate histogram names with a SecurityLevel suffix and replaces them with a shared implementation in the security_state namespace. This is to facilitate future growth of that histogram naming pattern. Bug: 852479 Change-Id: Ic27bc65539108e672e64168c34dd80fa27a34b02 Reviewed-on: https://chromium-review.googlesource.com/c/1318695Reviewed-by: Christopher Thompson <cthomp@chromium.org> Reviewed-by: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by: Bryan McQuade <bmcquade@chromium.org> Reviewed-by: Adrienne Porter Felt <felt@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#606549} 
- 
Sebastien Marchand authoredThis is a reland of 14754da5 with some fixes (see the ps #1..#2 diff). The problem in the previous CL was that the LocalDB WCObserver was sometime created despite not having a PageSignalReceiver, this caused some access violation because this WCO relies on some signal sent by the PSR. I've added a check to prevent creating this WCO when the PSR isn't available (and fixed some tests to make them create one). // Confirmed with sky@ that he's ok with me relanding this without his // +1 as none of the files he owns have changed. TBR=sky@chromium.org Original change's description: > RC: Encapsulate most of the singletons into ResourceCoordinatorParts > > There's several singletons / global instances in c/b/rc that are leaked > at shutdown, this is causing some issues in runs of unit_tests because > we end up re-using them between different test runs that should be > independent. This is currently preventing some feature to be enabled. > > This CL add a new ResourceCoordinatorParts class that encapsulate all > these objects that should be created only once, an instance of this > class is owned by the browser process. > > Change-Id: Ia64618b6f47052815d861ff6820d994f8a65cc64 > Reviewed-on: https://chromium-review.googlesource.com/c/1290775 > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Chris Hamilton <chrisha@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> > Cr-Commit-Position: refs/heads/master@{#606061} Change-Id: I71feb4ea233d02cb5cc001c12e3cdd7f6ddd795b Reviewed-on: https://chromium-review.googlesource.com/c/1324134 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#606548} 
- 
Findit authoredThis reverts commit b3a685fd. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 606525 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2IzYTY4NWZkYTlkYzc0MjU1ZTVjNDRiNDY0NzJlYjg5ZTA1Zjc4NzMM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.linux/Cast%20Audio%20Linux/25051 Sample Failed Step: webkit_unit_tests Original change's description: > Reland "Make NGOffsetMapping available for non-LayoutNG LayoutBlockFlow" > > This is a reland of b43c6fca > > Cannot reproduce the failures locally, nor in CQ. > > Try to reland the same CL to see if it was a flake. > > Original change's description: > > Make NGOffsetMapping available for non-LayoutNG LayoutBlockFlow > > > > This patch allows computing NGOffsetMapping for legacy inline > > formatting context. > > > > For an experimental project "Invisible DOM"[1][2] to support > > the find-in-page feature, it is needed to compute the text > > content with whitespace collapsing applied, along with the > > mapping to the DOM offset. This patch adds an API to compute > > NGOffsetMapping even when the LayoutBlockFlow is not laid out > > by LayoutNG for that purpose. > > > > Note that the project is still in the early phase. We may > > revisit the design as it moves forward. > > > > [1] https://github.com/rakina/searchable-invisible-dom > > [2] https://www.chromestatus.com/feature/5105291213406208 > > > > Bug: 636993, 873057 > > Change-Id: I101b411960813a7b9b5c9c6e2db85d28737af882 > > Reviewed-on: https://chromium-review.googlesource.com/c/1322184 > > Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org> > > Reviewed-by: Emil A Eklund <eae@chromium.org> > > Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> > > Reviewed-by: Rakina Zata Amni <rakina@chromium.org> > > Commit-Queue: Koji Ishii <kojii@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#606292} > > TBR=yoshin@chromium.org, eae@chromium.org > > Bug: 636993, 873057 > Change-Id: I241c6e9163add4000fa078c5d70a62b89acea9ac > Reviewed-on: https://chromium-review.googlesource.com/c/1326343 > Reviewed-by: Emil A Eklund <eae@chromium.org> > Commit-Queue: Emil A Eklund <eae@chromium.org> > Cr-Commit-Position: refs/heads/master@{#606525} Change-Id: If3d6c17f4cf7ba241380ab3906da0a8029720a0b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 636993, 873057 Reviewed-on: https://chromium-review.googlesource.com/c/1327401 Cr-Commit-Position: refs/heads/master@{#606547} 
- 
Emily Hanley authoredNOTRY=True TBR=charliea@chromium.org Bug: 903417 Change-Id: I8712e992b8abe19f05a1eb1f71c4908e6ac4369b Reviewed-on: https://chromium-review.googlesource.com/c/1327160Reviewed-by: Emily Hanley <eyaich@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#606546} 
- 
Min Qin authoredRemove 2 in the name BUG=765327 Change-Id: Ie2bd854f45bd3e01c83cf94d026483d399380069 Reviewed-on: https://chromium-review.googlesource.com/c/1324392Reviewed-by: Xing Liu <xingliu@chromium.org> Reviewed-by: Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#606545} 
- 
Lakshmi Kumar Dabbiru authoredCL splitting Plan 1) Current CL - End to end flow and functional demo. Fix flow UI is quite basic and need to make small changes and I will chat with you tomorrow on UX layout here. Today at save card, it is crashing in JNI code. Matthew, will swing by your desk tomorrow. It is again at some Context OOO or some thing. This time I want to learn how to debug that stuff. This is major part of CL where I have to get ack from multiple reviewers. I tried to make flow as basic as possible. 2) Pretty up the UI and fix all UI nits to match production one - This is mostly mdjones@ review and UX Ok with spacing and etc. 3) Metrics, tests and preferences - Today there is not much testing on Android side. So need to see what I can add - This jsaul@ can review. What to implement - https://docs.google.com/presentation/d/1hfCDQJle0SB5AX2vdhERC7JuduR9jvOTiszSy4BON2Q/edit#slide=id.g433d7fc08d_1_8 Demo - https://drive.google.com/file/d/0Bw9uo2EXAqJ_NmtQbGtVdlpHWF9PQ1Y2QVR1SGtuRjBQeFI4/view?usp=sharing Bug: 848955 Change-Id: I080684d8a864cba760b5be6fef96b1aa52478eb8 Reviewed-on: https://chromium-review.googlesource.com/c/1180438Reviewed-by: Ted Choc <tedchoc@chromium.org> Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by: Fabio Tirelo <ftirelo@chromium.org> Reviewed-by: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by: Matthew Jones <mdjones@chromium.org> Reviewed-by: Jared Saul <jsaul@google.com> Reviewed-by: Changwan Ryu <changwan@chromium.org> Commit-Queue: Lakshmi Kumar Dabbiru <dlkumar@google.com> Cr-Commit-Position: refs/heads/master@{#606544} 
- 
François Beaufort authoredThis CL makes sure video context menu items show for MediaStream video. Only "Picture-in-Picture" and "Show Controls" are enabled for now. This also disables the "Loop" menu if video is a MediaStream or has an infinite duration (Live). Screenshot: https://i.imgur.com/P1t9urA.png Bug: 899466 Change-Id: I309d7cf5918e8c17a84c3adfec4a8d7542336554 Reviewed-on: https://chromium-review.googlesource.com/c/1306997Reviewed-by: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#606543} 
- 
Alex Clarke authoredThe new methods will let us support MessageLoopCurrent and ScopedTaskEnvironment. Bug: 863341, 891670 Change-Id: I1358330e890e0f669de2869c3d9ee2255318e422 Reviewed-on: https://chromium-review.googlesource.com/c/1326012 Commit-Queue: Alex Clarke <alexclarke@chromium.org> Reviewed-by: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#606542} 
- 
Jeremy Roman authoredBug: 902218 Change-Id: Ic81f9e83fa3bf21a549a9a8b90e7eeef769ae7ff Reviewed-on: https://chromium-review.googlesource.com/c/1320203Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#606541} 
- 
Xi Cheng authoredChange-Id: I92fd371e61ae951bf4609ac99824b61fb0b9f5e6 Reviewed-on: https://chromium-review.googlesource.com/c/1325211Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#606540} 
 
-