- 15 May, 2018 40 commits
-
-
Max Moroz authored
Bug: 833912 Change-Id: Ie6bff55a2f3af2c670367315efd21d063e0c317d Reviewed-on: https://chromium-review.googlesource.com/1054425 Commit-Queue: Max Moroz <mmoroz@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#558700}
-
Eugene But authored
Bug: 842781 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I001fbaf3d100e173252aacde7b3cc4f28e28fa31 Reviewed-on: https://chromium-review.googlesource.com/1058378Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#558699}
-
Emily Stark authored
Bug: 839969 Change-Id: I5c0de5f31d997be815a2c956e279f06dc1047d84 Reviewed-on: https://chromium-review.googlesource.com/1058113Reviewed-by:
Edward Jung <edwardjung@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#558698}
-
Miguel Casas authored
This CL introduces InSequence and s/const/constexpr/ in the GMB-related Canvas2DLayerBridgeTest cases. This is a minor preparation for crrev.com/c/1056168 where having the expectations in a sequence makes things clearer. Bug: 839970 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I8b43341af1e7bbae50cf9a117e20867bf2628e73 Reviewed-on: https://chromium-review.googlesource.com/1058018Reviewed-by:
Justin Novosad <junov@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#558697}
-
Roger McFarlane authored
This CL removes a reference to an expired/obsolete experiment. Bug: 799180 Change-Id: Idaea49886fe8d47e74ec917527b0e7e5a8e65f01 Reviewed-on: https://chromium-review.googlesource.com/1058694 Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#558696}
-
Noel Gordon authored
Now make TestCase have single-arg constructor only. Add InGuestMode(), InIncognito() helpers to deal with setting those modes. No change in behavior, no new tests. Bug: 843030 Change-Id: I315b114b7f3a1bd297a0db9916f7f1be1e968219 Reviewed-on: https://chromium-review.googlesource.com/1059493 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#558695}
-
Jeremy Roman authored
There are no uses aside from the ones in WebFrameOwnerProperties. With that gone, remove web_scrollbar.h, which has become empty. Bug: 841751 Change-Id: I542ba4f26b70feed999f7a108a5a67636fb65e23 Reviewed-on: https://chromium-review.googlesource.com/1054331 Commit-Queue: Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#558694}
-
Miguel Casas authored
This CL removes unnecessary BindTexture() calls from CanvasResourceGpuMemoryBuffer::TearDown(). Bug: 839970 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I0281c30d5c8f18ce95a563767c15e174ced4b3ed Reviewed-on: https://chromium-review.googlesource.com/1058152Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Justin Novosad <junov@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#558693}
-
Charlie Harrison authored
These metrics are not being used anymore. Bug: 684240 Change-Id: Ie89ec3bb7185e159f460e6982bfda9345c07a877 Reviewed-on: https://chromium-review.googlesource.com/1058228Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Yoav Weiss <yoav@yoav.ws> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#558692}
-
Ella Ge authored
When events are not handled on cc, they will be re-coalesced and handled on main thread. Use the original latency instead of coalesced latency in tracing. Bug: 789041 Change-Id: Ie9bfd7339b45c4a78ca8065a63cd6d61d0dfc051 Reviewed-on: https://chromium-review.googlesource.com/1049059Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#558691}
-
Lucas Furukawa Gadani authored
As part of onion soup, this CL removes content/renderer/cache_storage layer and move its functionality into blink by using the mojo interface directly. This change also switches FetchAPIResponse and FetchAPIRequest to use the SerializedBlob mojom types, instead of passing the combination of {uuid,size,Blob}. This allows us to preserves the blob type when creating the mojo types. Bug: 612287 Change-Id: I4a4abaf5607467dd39dbaff83bf43cb0f9c07d4d Reviewed-on: https://chromium-review.googlesource.com/1034005Reviewed-by:Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#558690}
-
Findit authored
This reverts commit c50e3ea0. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 558649 as the culprit for failures in the build cycles as shown on: https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtL2M1MGUzZWEwNzQ5MTRlMTQxMjgyNGIyMmFkNzU4NDNlNWQ5YTI4M2QM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.memory/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/27472 Sample Failed Step: capture_unittests Original change's description: > RELAND: media: implement TakePhoto in Chrome OS camera HAL VideoCaptureDevice > > The original CL broke the component build due to a typo in the export > macro. It should have been CAPTURE_EXPORT instead of MEDIA_EXPORT in > camera_3a_controller.h, and the functions in camera_metadata_utils.h > should be exported as well. > > Original change's description -------------------------------------------------- > > media: implement TakePhoto in Chrome OS camera HAL VideoCaptureDevice > > This CL implements the TakePhoto() API for the Chrome OS camera HAL > VideoCaptureDevice, including the following features: > > - Full size still capture > - Auto-focus, auto-exposure, and auto-white-balancing stabilization > > BUG=chromium:832772 > TEST=Run capture_unittests on DUT > TEST=Make sure TakePhoto() API works on > https://googlechrome.github.io/samples/image-capture/grab-frame-take-photo.html > TBR=wuchengli@chromium.org,emircan@chromium.org > > Change-Id: Ia44506b30315df2aaff9047ff725fff95d3ba118 > Reviewed-on: https://chromium-review.googlesource.com/1058881 > Commit-Queue: Ricky Liang <jcliang@chromium.org> > Reviewed-by: Ricky Liang <jcliang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#558649} No-Presubmit: true No-Tree-Checks: true No-Try: true BUG=chromium:832772 Change-Id: I2c9ede5bc6d18e891210b0070f2332fef9755945 Reviewed-on: https://chromium-review.googlesource.com/1059734 Cr-Commit-Position: refs/heads/master@{#558689}
-
Guido Urdaneta authored
The dependency was used to DCHECK that Core Audio functions run on the same task runner as the AudioManager. However, with the new audio service running on a separate process, the device monitor on the browser process fails the DCHECKs because there is no AudioManager. This CL is to be followed by a CL that moves monitoring to the audio service. Still, such monitoring need not depend on the AudioManager, so the removal of this dependency holds in that case as well. Bug: 843106 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_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 Change-Id: I988b3bf47219556117ed0ea7545281237db5bdee Reviewed-on: https://chromium-review.googlesource.com/1059653 Commit-Queue: Guido Urdaneta <guidou@chromium.org> Commit-Queue: Olga Sharonova <olka@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#558688}
-
Rayan Kanso authored
It would be useful to be able to store and reinitialize full fetch request data (not just the url). As a specific example, this is needed for background fetch to resume a fetch after a browser restart. TBR=avi@chromium.org Bug: 826257 Change-Id: I3dd388b94bac0d9fa37477967d556118304dd9c9 Reviewed-on: https://chromium-review.googlesource.com/1057271 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#558687}
-
Joel Hockey authored
Bug: 834103 Tbr: noel@chromium.org Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: If1e8186e560ef53674fe1a2a5c1bc05d443aac7d Reviewed-on: https://chromium-review.googlesource.com/1059633Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#558686}
-
Jonathan Backer authored
This will add ".RenderWorker-0x0123456789ABCDE" to debug annotations, both tracing and --enable-gpu-service-logging debug logging. Mostly just copy-pasta from GLES2. Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_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 Change-Id: I1c824c09ab3f1c6f75412bb2222273d32d3b93f6 Reviewed-on: https://chromium-review.googlesource.com/1058121Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#558685}
-
Anders Hartvoll Ruud authored
The return value is useless, so might as well use the generated function. R=futhark@chromium.org Bug: 807503 Change-Id: I402edb2b2a70e5ec14e06c3be0fcf5836b46c083 Reviewed-on: https://chromium-review.googlesource.com/1057710Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Anders Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#558684}
-
Moe Ahmadi authored
Bug: 842746 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ie69687c50368a84ae97f1d648ce33645ce94402b Reviewed-on: https://chromium-review.googlesource.com/1057895 Commit-Queue: Peter Lee <pkl@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Cr-Commit-Position: refs/heads/master@{#558683}
-
Victor Costan authored
While installing, a service worker may call cookieStore.subscribeToChanges() to express interest in observing the changes to the list of cookies sent in a request to a specific URL. After the service worker becomes active, it is notified of changes to the cookies it is interested in via "cookiechange" events, which are dispatched to the service worker's global scope. This CL lays the last piece in the foundation of the Async Cookies API, which is currently gated by the Experimental Web Platform Features flag. This CL focuses on the core functionality and plumbing. Follow-up CLs will add more tests, fix the handling of edge cases, and improve performance. Bug: 729800 Change-Id: I52f2e550d7901d746ed1a973426d3181ea091147 Reviewed-on: https://chromium-review.googlesource.com/979334Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#558682}
-
Mirko Bonadei authored
This CL changes the way Abseil headers are included. On GCC and clang, -isystem will be used, on clang-cl -imsvc while MSVC will continue to use -I. This is a follow-up of: https://chromium-review.googlesource.com/1026650. The goal is to avoid to use warning suppression flags in Abseil clients (they will be needed when MSVC is used because there is no such thing as -isystem/-imsvc). Bug: webrtc:8821 Change-Id: I05a31d0244528bf5d0143e6a2e700b940d15a004 Reviewed-on: https://chromium-review.googlesource.com/1059593Reviewed-by:
Patrik Höglund <phoglund@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#558681}
-
Boris Sazonov authored
This reverts commit 203117d9. Reason for revert: broke downstream and official builders. Builder: http://uberchromegw/i/official.android/builders/official-arm/builds/3216 Original change's description: > Rename U2f* to Fido2* > > In GmsCore v19, the Fido2 APIs will provide the unified functionality > of the U2F and Fido2 APIs so it will no longer be necessary to call > both of them. > > Since the rename spans upstream and downstream, will initially add > all Fido2* classes and then later remove the U2f* classes once > downstream changes have landed. > > Bug: 842006 > Change-Id: I4775682b428c0ffdc4aa6f699136a2c7d15ee40c > Reviewed-on: https://chromium-review.googlesource.com/1054778 > Reviewed-by: Maria Khomenko <mariakhomenko@chromium.org> > Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org> > Cr-Commit-Position: refs/heads/master@{#558479} TBR=mariakhomenko@chromium.org,kpaulhamus@chromium.org Change-Id: I20e10d48e1630d8a084003287f2dda9365d030be No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 843011, 842006 Reviewed-on: https://chromium-review.googlesource.com/1059595Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#558680}
-
Joel Hockey authored
Bug: 834103 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: If3bb0d2604f9778ebb3cf3bdbb799e234755472d Reviewed-on: https://chromium-review.googlesource.com/1059533Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#558679}
-
Joel Hockey authored
Update FilesApp to expect crostini to mount with sshfs and show up as a disk volume rather than using sftp and mounting using the File System Provider API. Bug: 834103 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Iede287504e2d6af50fc60d1c175c21360b3d0882 Reviewed-on: https://chromium-review.googlesource.com/1059494Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#558678}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2817a4f1. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/17649 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: drott@chromium.org, kojii@chromium.org: external/wpt/css/css-fonts hta@chromium.org: external/wpt/webrtc yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch TBR=markdittmer No-Export: true Change-Id: I4bed765e11dc807d1054a6f537815cec6ff0d119 Reviewed-on: https://chromium-review.googlesource.com/1059309 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#558677}
-
Bruce Dawson authored
This reverts commit 7f4f1890. Reason for revert: This CL breaks non-goma builds (any build that uses precompiled header files) Original change's description: > Remove unnecessary include_dirs settings from BUILD.gn in Blink > > Now we have no Blink-relative #includes. > > Bug: 836071 > Change-Id: I33bbab6340def20dcd07a72fcc5d1a4d08254a1b > Reviewed-on: https://chromium-review.googlesource.com/1058876 > Reviewed-by: Hitoshi Yoshida <peria@chromium.org> > Commit-Queue: Kent Tamura <tkent@chromium.org> > Cr-Commit-Position: refs/heads/master@{#558629} TBR=peria@chromium.org,tkent@chromium.org Change-Id: I087e3344be78d3cc3a764ae6536ede3f6f0b0563 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 836071 Reviewed-on: https://chromium-review.googlesource.com/1059515Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#558676}
-
Eric Seckler authored
When TaskQueueManagerImpl is sampling CPU time, align the sampling of tasks for UKM reporting with the CPU time sampling, so that UKM-sampled tasks always report CPU time. Bug: 842112 Change-Id: I56ebc8c1f8a82165e5cb71cc4ea8bbf4c161ba43 Reviewed-on: https://chromium-review.googlesource.com/1057167 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#558675}
-
Noel Gordon authored
No change in behavior, no new tests. Bug: 843030 Change-Id: I7ee2385d419c637da4ced0491e50cde3ed6558b5 Reviewed-on: https://chromium-review.googlesource.com/1059367 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Cr-Commit-Position: refs/heads/master@{#558674}
-
Kent Tamura authored
Apply snake_case to generated V8GeneratedCoreBindings.cpp, initPartialInterfacesInModules.cpp, and V8ContextSnapshotExternalReferences.cpp. Bug: 770603 Change-Id: I9e7ab97fe7b0fab5dfe2e4ded6f8becba9d47d1c Reviewed-on: https://chromium-review.googlesource.com/1059097Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#558673}
-
Koji Ishii authored
Following bot results are included. 5415 5420 5423 5428 5448 5469 5476 5479 136 lines were removed and 30 lines were deflaked by consecutive results since 5389. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I8496c844c4089e00487e053f8da2400c025fd178 Reviewed-on: https://chromium-review.googlesource.com/1056655 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#558672}
-
Olga Sharonova authored
Muting: * There is an AudioSessionMuter class which manages muting for a group. * InputStreamBroker has one in case source should be muted. * ForwardingFactory also has one if webcontents should be muted. Bug: 824019 Change-Id: I41c26e8de38912f9dac1409ff9dba86cd43631ea Reviewed-on: https://chromium-review.googlesource.com/1046052 Commit-Queue: Olga Sharonova <olka@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#558671}
-
Charlie Harrison authored
These metrics are unmonitored, and the predictor is being replaced by a new system. Bug: 831006 Change-Id: I2f3260637581960b059319e92f434091426252bb Reviewed-on: https://chromium-review.googlesource.com/1057461Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Alexandr Ilin <alexilin@chromium.org> Commit-Queue: Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#558670}
-
Joel Hockey authored
Add a new ContentScanner class for crostini that shows an empty directory and spinner whilst starting and mounting the crostini container. Bug: 834103 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I5dd83c7db3783fff2d0298234d16bb00478ba3d8 Reviewed-on: https://chromium-review.googlesource.com/1059427 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#558669}
-
Chris Pickel authored
This reverts commit fc95501f. Reason for revert: Findit (https://goo.gl/kROfz5) identified this CL at revision 557680 as the culprit for introducing flakiness in the tests as shown on: https://findit-for-me.appspot.com/waterfall/flake/flake-culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vZmM5NTUwMWZiMjllM2U3NDg3ZmZmOThjMTdlNmFhYmExMDQ2YjMzMAw Original change's description: > Create BrowserThread::IO thread before browser main loop to start > ServiceManager. > > We need a thread to post/execute tasks when starting the > ServiceManager. This thread needs to be created before the browser > main loop is initialized, and will be registered as the > BrowserThread::IO thread which is currently used by ServiceManager > connections. > > The creation of such a thread is moved to service_manager::main via > MainDelegate::CreateIOThreadAndGetTaskRunner(). Since it requires no > thread created before calling fork() on posix, we also move the setup > of sandbox before creating the IO thread. > > Bug: 740677, 729596 > Change-Id: I23ef57eb52bfb1eb363682dadf98c571c12afcd1 > Reviewed-on: https://chromium-review.googlesource.com/969098 > Commit-Queue: Xi Han <hanxi@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Reviewed-by: Gabriel Charette <gab@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557680} TBR=gab@chromium.org,jam@chromium.org,hanxi@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 740677, 729596 Change-Id: Ia548067acbf640010f4c8fbed29a0012a274af05 Reviewed-on: https://chromium-review.googlesource.com/1059167Reviewed-by:
Chris Pickel <sfiera@chromium.org> Commit-Queue: Chris Pickel <sfiera@chromium.org> Cr-Commit-Position: refs/heads/master@{#558668}
-
Kent Tamura authored
Thew new test is added to SmokeTests in order that Android build bots run it. Bug: 838898 Change-Id: I18f8320550a82fb5fddc0c98f0b8f0417f1e4d80 Reviewed-on: https://chromium-review.googlesource.com/1056947Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#558667}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/558cf7d7..df9ba269 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,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I356073fdce19d4bd2454a3c84969bdc7726b64d7 Reviewed-on: https://chromium-review.googlesource.com/1058917Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#558666}
-
Joel Hockey authored
Set NavigationListModel.linuxFilesItems async from FileManager to allow directoryTree redraw which is required to show the item when FilesApp first launches. Remove specialized SFTPMountItem class and combine Recent and Linux Files to use NavigationModelFakeItem and DirectoryTree/FakeItem. Bug: 834103 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie840c8826368df5c63b608dcc5be59601f6452cb Reviewed-on: https://chromium-review.googlesource.com/1059368 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#558665}
-
Ulan Degenbaev authored
Currently CompleteSweep() is forced in the epilogue of Scavenger. If the Scavenger is scheduled close after a BlinkGC then completing sweeping can introduce large pause. Blink GC should synchronize with V8 Mark-Compact GC and should be independent from Scavenger. Change-Id: I8ae10c1d914a1182f3848d20252123795cd931a9 Reviewed-on: https://chromium-review.googlesource.com/1059148 Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#558664}
-
Colin Blundell authored
On ChromeOS, IdentityManager has its primary account info set by UserSessionManager (see crbug.com/814787). At this point in the flow, the email address that UserSessionManager knows about is the sanitized email address. Hence, that is what gets set with IdentityManager. However, this email address can be updated in AccountTrackerService later on in response to the user info being fetched (see details in crbug.com/842041); in particular, if the user entered a non-sanitized version when creating their gmail account (e.g., f.o.o@gmail.com vs. foo@gmail.com), it will get updated to the user-entered version (note that the accountID used by AccountTrackerService to track the account is not changed; it is only the email address that is updated). This behavior is causing an IdentityManager DCHECK to go off, as it sees that its view of the primary account's email address doesn't match that of SigninManagerBase. This CL inserts a hack so that IdentityManager updates its email address in these cases. crbug.com/842670 tracks the need for a long-term solution for this problem. This CL also adds a unittest that fails before this change. Note: On other platforms, the email address passed to SigninManager's signin flow is already the user's originally-specified version. To test, sign in on a ChromeOS debug build with an email address that was created in non-canonical form (e.g., when the gmail account was originally created, the user added some periods in the email address). Verify that no DCHECK goes off. TBR=msarda@chromium.org Bug: 842041 Change-Id: Ic4097e2091640fc44d242a7aba5062a3a85b367c Reviewed-on: https://chromium-review.googlesource.com/1057233 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#558663}
-
https://webrtc.googlesource.com/src.git/+log/8a150d9c2134..5702736f7e46 $ git log 8a150d9c2..5702736f7 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=chromium:none,chromium:None,chromium:none,chromium:None,chromium:None,chromium:None,chromium:755660 The AutoRoll server is located here: https://webrtc-chromium-roll.skia.org 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=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ib0593ca5d9f2ccf1eb7f7df04b2df6faa21eeb94 Reviewed-on: https://chromium-review.googlesource.com/1059014 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#558662}
-
Noel Gordon authored
NOT_IN_GUEST_MODE is the default guest mode for a TestCase. Remove it in TestCase calls by adding an explicit, one-arg TestCase constructor (which is therefore NOT_IN_GUEST_MODE by default). No change in behavior, no new tests. Bug: 843030 Change-Id: Ib46f5f047c74c426d56ceacb1f6ab8334ccd88a7 Reviewed-on: https://chromium-review.googlesource.com/1059101Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#558661}
-