- 25 Apr, 2018 40 commits
-
-
Tetsui Ohkubo authored
This CL changes DateView and TimeView to directly observe ClockModel. It removes unrelated logic from SystemTrayItem and makes embeding these views easier. TEST=ash_unittests BUG=none Change-Id: I70b3a873c0ac259a05597d3f93b77fd7519dd462 Reviewed-on: https://chromium-review.googlesource.com/1025615 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#553433}
-
Hirokazu Honda authored
On ChromeOS, CL:950007 changed the decoder output format to NV12 instead of RGB. So we need to update MD5. This updates md5 for h264 on ivybridge and rambi platforms. TBR=hoegsberg@chromium.org TBR=mcasas@chromium.org BUG=chromium:827032 TEST=video_VideoDecodeAccelerator on link Change-Id: I3a117ada2038c41077ab116a8c72ba2f4c96df08 Reviewed-on: https://chromium-review.googlesource.com/1023615Reviewed-by:
Kristian H. Kristensen <hoegsberg@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#553432}
-
Qiang Xu authored
changes: This CL adds the support for async getting menu model for app list. Bug: 803291 Test: tests app list context menu still works fine Change-Id: I990ef8ffe38f303a5359a3605c3ba9e56fbf024d Reviewed-on: https://chromium-review.googlesource.com/1023064 Commit-Queue: Qiang Xu <warx@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#553431}
-
Yafei Duan authored
In StartupMaintenanceTask and PersistentPageConsistencyCheckTask, there was a step to get persistent/temporary namespaces, which didn't use the existing function. This CL fixed it. Bug: NONE Change-Id: I7b4a1f6255003886917790dff875c20b43cfc032 Reviewed-on: https://chromium-review.googlesource.com/1027111Reviewed-by:
Cathy Li <chili@chromium.org> Commit-Queue: Yafei Duan <romax@chromium.org> Cr-Commit-Position: refs/heads/master@{#553430}
-
https://pdfium.googlesource.com/pdfium.git/+log/b242943f5e94..a1d344230925 $ git log b242943f5..a1d344230 --date=short --no-merges --format='%ad %ae %s' 2018-04-24 tsepez Fix include order for cpdfxfa_context.h Created with: roll-dep src/third_party/pdfium The AutoRoll server is located here: https://pdfium-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. TBR=dsinclair@chromium.org Change-Id: Ia4ccffecf6023bdd7cfa251632c826bf1c93e057 Reviewed-on: https://chromium-review.googlesource.com/1026884Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#553429}
-
xlou authored
In printing, 2-up, 3-up, or more generally N-up refers to a page layout strategy in which multiple pages are composited onto a single page. 1. Added ability to pass the N-up feature UI settings (which will be added in the next CL) to the print preview workflow, so that the PDF plugin can take action based on user's input. 2. Added N-up feature support to pdfium_engine, so that when the source is PDF, pdf plugin will generate the N-up output doc based on user's input. Bug: 775999 Change-Id: I27933d1a7da65376e70bdcb538393bb8bb3ec688 Reviewed-on: https://chromium-review.googlesource.com/1014628 Commit-Queue: Shirleen Lou <xlou@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#553428}
-
https://chromium.googlesource.com/angle/angle.git/+log/f2807385cbc9..2565d48b47aa $ git log f2807385c..2565d48b4 --date=short --no-merges --format='%ad %ae %s' 2018-04-12 courtneygo Add angle library apk Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-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=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 TBR=geofflang@chromium.org Change-Id: I87a9fd3f91e7be063ceea27109bae0142c08bc87 Reviewed-on: https://chromium-review.googlesource.com/1027075Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#553427}
-
Xiaocheng Hu authored
This patch improves the readability of the file by moving variable |line_layout_item| into the iteration body and making it const. The refactoring is correct because: - Every time |box| is modified, |line_layout_item| is modified accordingly - Every time |box| is modified, the iteration either breaks or continues Bug: 771398 Change-Id: I2a4eecc27870f33a0f16e50762742fff9811cda1 Reviewed-on: https://chromium-review.googlesource.com/1026801Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#553426}
-
Yoshifumi Inoue authored
This patch changes |TextIteratorTextState::EmitText()| to take |const Text&| since it doesn't take |nullptr| and all call sites passed non-null |Text| node for improving code health. Change-Id: I6ef1fb5d5dc85f0e4edc16be3d27913ac73648d4 Reviewed-on: https://chromium-review.googlesource.com/1025452Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#553425}
-
Zhiheng Vincent Li authored
Set cast fragment to invisible when detach from activity to avoid a flash of cast app view at the last frame Bug: internal b/77214997 Change-Id: I18b11a8159f2d308dea6c3a8294b4059cbe1864a Reviewed-on: https://chromium-review.googlesource.com/1023056 Commit-Queue: Zhiheng(Vincent) Li <vincentli@google.com> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#553424}
-
Makoto Shimazu authored
Bug: 830291 Change-Id: I1b1b6fe8c20bd1384e8e01cb9521481b38c4c1cb Reviewed-on: https://chromium-review.googlesource.com/1025672 Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#553423}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/18483452ccd2..cf1d296fd683 $ git log 18483452c..cf1d296fd --date=short --no-merges --format='%ad %ae %s' 2018-04-24 dgarrett chromeos_config: Remove WIMPY builders. 2018-04-24 chrome-bot Update config settings by config-updater. Created with: roll-dep src/third_party/chromite BUG=chromium:836383 The AutoRoll server is located here: https://chromite-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. TBR=chrome-os-gardeners@chromium.org Change-Id: Ibc160b3c8ed67c67c5b0f024af68a2d98afee92a Reviewed-on: https://chromium-review.googlesource.com/1026887Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#553422}
-
Ned Nguyen authored
This isolate will also be used by Cluster Telemetry to create isolate that contains perf code without Chrome. So formalize its name to reflect the purpose. Bug: skia:7796 Change-Id: I29566b047ab04b27def5e800f7174d1fd20b5db4 Reviewed-on: https://chromium-review.googlesource.com/1025131Reviewed-by:
Emily Hanley <eyaich@chromium.org> Reviewed-by:
Ashley Enstad <ashleymarie@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#553421}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0cf37360..a5f8be1f 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: Id20af56c11fc4639ce6cc21154dafc72f1d27de0 Reviewed-on: https://chromium-review.googlesource.com/1026480Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#553420}
-
Kent Tamura authored
It will supercedes //third_party/WebKit/Tools/Scripts/test-webkitpy. test-webkitpy isn't removed yet due to dependency from build/scripts/{master,slave}/. Bug: 829697 Change-Id: I5f827afc1c99693613282a328cc117ed86209251 Reviewed-on: https://chromium-review.googlesource.com/1025434 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#553419}
-
Lei Zhang authored
BUG=833015 TBR=xidachen@chromium.org Change-Id: Id39f3bb6a07b16ec26911d7c70cf44d67969bcda Reviewed-on: https://chromium-review.googlesource.com/1026984Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#553418}
-
https://skia.googlesource.com/skia.git/+log/a11f7d0a5991..56610207ead6 $ git log a11f7d0a5..56610207e --date=short --no-merges --format='%ad %ae %s' 2018-04-24 angle-skia-autoroll Roll third_party/externals/angle2/ 66410530a..f2807385c (3 commits) 2018-04-23 jvanverth Minor shadow fixes. 2018-04-24 skcms-skia-autoroll Roll skia/third_party/skcms cca4d5d..e19e9b9 (1 commits) 2018-04-24 bungeman Compile with latest clang 7. Created with: roll-dep src/third_party/skia The AutoRoll server is located here: https://autoroll.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.blink:linux_trusty_blink_rel;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 TBR=stani@chromium.org Change-Id: Iaac76bca12cb05d4dfb3f4634678aea0cc68b44e Reviewed-on: https://chromium-review.googlesource.com/1026983 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#553417}
-
rbpotter authored
Migrate some tests for errors that appear in the Preview Area: - No PDF plugin - Invalid Settings - Bad cloud print certificate Bug: 814860 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ia87708ef2bc326d794b3be0f6aa9adeb87e5a3c2 Reviewed-on: https://chromium-review.googlesource.com/1015850 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#553416}
-
Hans Wennborg authored
Bug: 834010 Change-Id: I1e5b2097bacf882cbe59f04d1321d4f369340f66 Reviewed-on: https://chromium-review.googlesource.com/1026114 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#553415}
-
Sergey Berezin authored
TBR=nodir@chromium.org Bug: 731546 Change-Id: Iff90019d6c35a7fbaa60e73c46ccfe1c975a89c9 Reviewed-on: https://chromium-review.googlesource.com/1027110Reviewed-by:
Sergey Berezin <sergeyberezin@chromium.org> Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org> Cr-Commit-Position: refs/heads/master@{#553414}
-
Chris Kuiper authored
Bug: internal b/74159854 Test: unit-test ran successfully. Change-Id: I4a66bc746a4d64abbb5f3c43dd446d350183c4bc Reviewed-on: https://chromium-review.googlesource.com/1025278Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Chris Kuiper <ckuiper@chromium.org> Cr-Commit-Position: refs/heads/master@{#553413}
-
Lei Zhang authored
BUG=836406,836407 TBR=nednguyen@google.com Change-Id: I477b4acd6502dc034e36f9bca12b7eb9ef1f3fbc Reviewed-on: https://chromium-review.googlesource.com/1026694 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#553412}
-
Jinsuk Kim authored
- updateMultiTouchZoomSupport - updateDoubleTapSupport The above two are relevant to gesture control eventually set to ui::FilteredGestureProvider. Moved to GestureListenerManager.java. - getTopControlsShrinkBlinkHeightForTesting Doesn't need to be public, since used by DOMUtils.java only. Deleted the public interface, and moved the implementation to WebContentsImpl. - isSelectPopupVisibleForTest Move interface/implementation to WebContents/WebContentsimpl. Bug: 598880 Change-Id: Ic0ee768e4c14c95f601a38f8a553b26e3ff62ced Reviewed-on: https://chromium-review.googlesource.com/1023451 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#553411}
-
Jonathan Metzman authored
TBR=mmoroz@chromium.org Change-Id: I17fe958ac917ede5e0623a454d44d8e48a9c8364 Reviewed-on: https://chromium-review.googlesource.com/1026988Reviewed-by:
Jonathan Metzman <metzman@chromium.org> Commit-Queue: Jonathan Metzman <metzman@chromium.org> Cr-Commit-Position: refs/heads/master@{#553410}
-
Kent Tamura authored
It blocks all third_party files except for third_party/WebKit. NOPRESUBMIT=true Bug: 836555 Change-Id: Id5695c88fa445bcf601d0f2e7a8040681f25c2fd Reviewed-on: https://chromium-review.googlesource.com/1027011 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#553409}
-
Sean Kau authored
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I58a89ddc8eefee21a65e0d176f45300a64604638 Reviewed-on: https://chromium-review.googlesource.com/1026794Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#553408}
-
Hiroshi Ichikawa authored
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I9cad1d28a2827e5fcd07f0daa96667148f3b5fa2 Reviewed-on: https://chromium-review.googlesource.com/1009882 Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#553407}
-
chromeos-commit-bot@chromium.org authored
BUG=762641 TBR=tbarzic@google.com Change-Id: I9cc5bc27adfd1b26ff1054b5735f7747bc4638aa Reviewed-on: https://chromium-review.googlesource.com/1027050Reviewed-by:
ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Commit-Queue: ChromeOS Commit Bot <chromeos-commit-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#553406}
-
Makoto Shimazu authored
Previously, URLLoaderFactoryGetter expects that the NetworkContext is ready when it's initialized (URLLoaderFactoryGetter::Initialize()). However, when ServiceWorkerServicification is on without NetworkService, the initialization fails because URLRequestContext which is necessary to create a dummy NetworkContext is not set at that point. This CL splits the initialization process into two parts: creating valid InterfacePtrs (URLLoaderFactoryGetter::Initialize()) and passing the InterfaceRequests to the appropriate places (URLLoaderFactoryGetter::EstablishConnection()). NetworkContext is used only for the latter, so EstablishConnection() is called after URLRequestContext is set if ServiceWorkerServicification is on without NetworkService. Bug: 829251 Change-Id: I5fbbaa2d48232965681fc96d802711369cd96528 Reviewed-on: https://chromium-review.googlesource.com/1025490Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#553405}
-
Antonio Gomes authored
CL deliberately skips running WaylandDataDeviceManagerTest unittests on XDG_v5. ChromeOS/Linux builder runs on 14.04, which seems to have a mis-functioning XDG v5 implementation. Details: https://ci.chromium.org/buildbot/chromium.chromiumos/linux-chromeos-rel/7224 TBR=rjkroege@chromium.org Will follow up to get this TODO fixed properly ASAP. BUG=578890 Change-Id: I42de7d61633341c0593a118015c2a9eb99d033ff Reviewed-on: https://chromium-review.googlesource.com/1027030Reviewed-by:
Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#553404}
-
Antoine Labour authored
These are the last users of viz::internal::Resource on LTRP, replace them with imported resources. Bug: 738190 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Iedea0ab36dfca892b25fb77c6336f88a820391d9 Reviewed-on: https://chromium-review.googlesource.com/1023159 Commit-Queue: Antoine Labour <piman@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#553403}
-
Kevin Marshall authored
Some tests make use of /dev/null and /dev/zero , which was removed by default as a consequence of turning off the "shell" permission. This change re-adds those devices to the process' namespaces by specifying them in the sandbox policy. Added GN arguments for specifying different sandbox policies in test and production executables. Bug: 836341 Change-Id: If9bf9109e855ec7aa7a07672352be93160252a0c Reviewed-on: https://chromium-review.googlesource.com/1026394Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#553402}
-
Dale Curtis authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/c6aed052aba9..ba32080311ac $ git log c6aed052a..ba3208031 --date=short --no-merges --format='%ad %ae %s' 2018-04-24 dalecurtis Force HAVE_EBP_AVAILABLE=0 for Windows ia32 builds. 2018-04-17 dalecurtis Add support for building the Windows ffmpeg configuration on Linux! 2018-04-16 dalecurtis Run pyformat over chromium/scripts directory. 2018-04-16 dalecurtis Comment out FFMPEG_CONFIGURATION to avoid long string in binary. Created with: roll-dep src/third_party/ffmpeg BUG=783021 TBR=liberato Change-Id: Ic6f2fd6c9df5b83ff806f658eb4b4cf20062e310 Reviewed-on: https://chromium-review.googlesource.com/1026209 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#553401}
-
Dirk Pranke authored
Long, long ago we added a bunch of diagnostic logging to run-webkit-tests to identify slow tests and slow directories. I'm willing to bet no one has looked at that output in 6+ years, but it still clogs up every run. This CL removes all of that, and also restores the list of failed tests at the end of the run that was removed in r494598 (though this is a much simpler version of that). R=qyearsley@chromium.org BUG=619065 Change-Id: Idb81192f848a307cdf4bcc834199156d2fd2d563 Reviewed-on: https://chromium-review.googlesource.com/1023053 Commit-Queue: Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#553400}
-
Alex Moshchuk authored
There was a race in this test where chrome.send() from chrome://history might have occasionally been processed on a pending delete RenderFrameHost, right after a cross-process navigation. This revealed a real bug in WebUIImpl::OnWebUISend(), which incorrectly killed the renderer before checking whether the RFH is active. Fix this by checking whether the RFH is active and dropping the IPC if not prior to checking WebUI bindings. Change-Id: I672e8457b7a4a167ad31e5afa4b2059b2c92b97a Bug: 836211 Tbr: rdevlin.cronin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1026803 Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#553399}
-
Kyle Horimoto authored
This function returns device metadata associated with the current device (i.e., the one on which the code is running). Bug: 824568, 752273 Change-Id: I08e53e390cf2737bdaff154a9dff2cead9884db0 Reviewed-on: https://chromium-review.googlesource.com/1020069 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Jeremy Klein <jlklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#553398}
-
Xiyuan Xia authored
Makes ui/arc code run inside ash instead of the browser. The code itself will be moved to //ash in follow-up CLs. - ArcNotificationManager lives in ash::MessageCenterController; - Arc bridge host forwards the NotificationsInstance mojo interface to ash via AshMessageCenterController interface; - ArcNotificationSurfaceManager lives in ash::WaylandServerController; Bug: 768439 Change-Id: Id3572a64cd4d8fac709cd2c22f86b392571d5041 Reviewed-on: https://chromium-review.googlesource.com/1011205 Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#553397}
-
Jeremy Roman authored
Generated by: third_party/blink/tools/run_bindings_tests.py --reset-results This updates the test results to include changes due to: https://chromium.googlesource.com/chromium/src/+/e7a16d44e33e3b57f25e218b19a6e16d2adbaded https://chromium.googlesource.com/chromium/src/+/d2fd2557e304d4037627e4012fe2e574a66c42e0 https://chromium.googlesource.com/chromium/src/+/dbc5d3bb104037cbec6beed69fccdb97e962044f Change-Id: I15a2755a2fc15018e419b97d1e30defecc67a775 Reviewed-on: https://chromium-review.googlesource.com/1026205Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#553396}
-
Yuichiro Hanada authored
This feature is not ready for M-67 stable. This CL will be reverted shortly after merging it to M-67 branch. Bug: 771466, 836109 Test: Manual testing on the device. Confirmed that the feature is disabled by default. Change-Id: I295319b4bdd6ae2cec18b5690308df96cff669dd Reviewed-on: https://chromium-review.googlesource.com/1025352Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#553395}
-
Devlin Cronin authored
ExternalInstallErrorTests have been updated to manifest v2. Remove the allowance for manifest v1 extensions. Bug: 816679 Change-Id: I59bcbcaf0d1d15e6270e485398091f3e714f217b Reviewed-on: https://chromium-review.googlesource.com/1024609Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#553394}
-