- 22 May, 2017 40 commits
-
-
marpan authored
https://chromium.googlesource.com/webm/libvpx.git/+log/31cb852a908e..b3bf91bdc602 $ git log 31cb852a9..b3bf91bdc --date=short --no-merges --format='%ad %ae %s' 2017-05-21 marpan vp9: Adjustments to cyclic refresh for high motion. 2017-05-21 marpan vp9: Speed >= 8: Modify condition for low-resoln. 2017-05-18 marpan vp9: SVC: Modify condition to allow for copy partition. 2017-05-15 marpan vp9: Make copy partition work for SVC and dynamic resize. 2016-02-03 paulwilkins Changes to modified error. 2017-05-17 marpan vp9: Modify ChangingDropFrameThresh unittest. 2017-05-16 linfengz Update partial idct testing code 2017-05-12 johannkoenig neon fdct: 4x4 implementation 2017-04-05 paulwilkins Experiment. Store first pass errors as per MB values. 2017-05-16 linfengz Add transpose_32bit_4x4() and rename transpose_4x4() for vpx_dsp/x86 2017-05-12 johannkoenig neon 4 byte helper functions Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Review-Url: https://codereview.chromium.org/2892403004 Cr-Commit-Position: refs/heads/master@{#473688}
-
klausw authored
This is a speculative fix, but seems to mostly eliminate black screen flashes during VR presentation when the "WebVR experimental rendering optimization" flag is enabled. (It's off by default.) Since this flush can happen in parallel with the previous frame's rendering, move it ahead of the "wait for previous render to finish" wait. BUG=723962 Review-Url: https://codereview.chromium.org/2891033002 Cr-Commit-Position: refs/heads/master@{#473687}
-
felt authored
Some code was still hanging around from a deprecated field trial. This CL cleans it up. BUG= Review-Url: https://codereview.chromium.org/2895923003 Cr-Commit-Position: refs/heads/master@{#473686}
-
mek authored
Disable flaky ExtensionUninstallDialogViewBrowserTest.EnsureCWSReportAbusePageIsActiveTabAfterUninstall on windows BUG=725197 TBR=rdevlin.cronin@chromium.org Review-Url: https://codereview.chromium.org/2898763003 Cr-Commit-Position: refs/heads/master@{#473685}
-
hiroshige authored
ImageLoader works like: (1) Image loading is started (AddObserver()), (2) Image loading is finished and the image element's load event is scheduled (ImageNotifyFinished()), and then (3) The load event is fired. Previously, has_pending_load_event_ was true from (1) to (3). This CL makes has_pending_load_event_ true only from (2) to (3), i.e. only while there is a pending task on EventSender. Because "image_ && !image_complete_" is true from (1) to (2), The previous "has_pending_load_event_" is equivalent to the current "(image_ && !image_complete_) || has_pending_load_event_". This CL, however, leaves most of "has_pending_load_event_" usage unchanged, because in such cases they are equivalent, given the assumptions around image_ and image_complete_, some of which are confirmed by [1]. This is preparation for [2] that replaces has_pending_load_event_ with a reference to a task that corresponds to the pending load event. [1] https://codereview.chromium.org/2859383002/ [2] https://codereview.chromium.org/2863763003/ BUG=624697, 719759 Review-Url: https://codereview.chromium.org/2859093003 Cr-Commit-Position: refs/heads/master@{#473684}
-
nicholss authored
Talked with Jon and there are no mocks for what the menu should look like, so I did enough to make the menu work on iPad but that is it. Going to wait until we gets some screens for design to finish the menu but for now this will allow us to continue work. R=Yuweih@chromium.org Review-Url: https://codereview.chromium.org/2885103002 Cr-Commit-Position: refs/heads/master@{#473683}
-
sky authored
BUG=722553 TEST=covered by tests R=msw@chromium.org Review-Url: https://codereview.chromium.org/2897993003 Cr-Commit-Position: refs/heads/master@{#473682}
-
pkl authored
Based on updated design doc, Compose Email settings should always be shown even if there is only one Mail client app installed. The settings screen should show all but dim the unavailable ones. BUG=711511 TEST=Delete one or both of Mail and Gmail app and verify the Settings dialog. Check VoiceOver usage as well. Review-Url: https://codereview.chromium.org/2889183005 Cr-Commit-Position: refs/heads/master@{#473681}
-
emaxx authored
The docs used to point to a wrong location of the _behavior_features.json file. BUG=639162 Review-Url: https://codereview.chromium.org/2857573002 Cr-Commit-Position: refs/heads/master@{#473680}
-
luoe authored
BUG=none Review-Url: https://codereview.chromium.org/2895733002 Cr-Commit-Position: refs/heads/master@{#473679}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/01bb145a..248d445e 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;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2893353004 Cr-Commit-Position: refs/heads/master@{#473678}
-
nicholss authored
This CL enables the iOS client to send key events (keyboard interactions) to the remote host. This is the first pass for milestone 1, with the goal of a rough session experience and a follow up CL will come at a later date to polish this. Review-Url: https://codereview.chromium.org/2868383003 Cr-Commit-Position: refs/heads/master@{#473677}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/6c8ed646d1fc..671630e52cda $ git log 6c8ed646d..671630e52 --date=short --no-merges --format='%ad %ae %s' 2017-05-19 thestig Use less opaque types in CPDFSDK_FormFillEnvironment. Created with: roll-dep src/third_party/pdfium Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls TBR=dsinclair@chromium.org Change-Id: Ib4c9b3f7a35d226992bf5aa5d960528d7f82b265 Reviewed-on: https://chromium-review.googlesource.com/510745 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#473676}
-
erg authored
This moves mus_ime_unittests, ui_struct_traits_unittests, input_device_unittests, mus_public_unittests, mus_demo_unittests to service_unittest. BUG=722546 Review-Url: https://codereview.chromium.org/2885193002 Cr-Commit-Position: refs/heads/master@{#473675}
-
robertogden authored
BUG=724634 Review-Url: https://codereview.chromium.org/2899773003 Cr-Commit-Position: refs/heads/master@{#473674}
-
stevenjb authored
We use the email address when removing a user so need to provide 'email' in addtion to the display email. BUG=722245 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2888183002 Cr-Commit-Position: refs/heads/master@{#473673}
-
qyearsley authored
This change was made by the update-test-expectations script. Recent test results history: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=webkit_layout_tests&tests=virtual/mojo-loading/http/tests/permissions/chromium/test-request-worker.html,http/tests/security/suborigins/crossorigin/suborigin-cors-xhr-failure-output.php,http/tests/navigation/image-load-in-unload-handler.html,external/wpt/IndexedDB/request-abort-ordering.html,external/wpt/service-workers/service-worker/referer.https.html,virtual/off-main-thread-fetch/external/wpt/service-workers/service-worker/referer.https.html,fast/css/fontfaceset-check-platform-fonts.html,inspector/animation/animation-transition-setTiming-crash.html,fast/css/font-family-case-insensitive.html BUG=538717,705125,711529,626703,658997,658997,722849 Review-Url: https://codereview.chromium.org/2900793002 Cr-Commit-Position: refs/heads/master@{#473672}
-
rhalavati authored
Network traffic annotation is added to network requests of components/update_client/url_fetcher_downloader.cc components/update_client/utils.cc BUG=656607 Review-Url: https://codereview.chromium.org/2798873002 Cr-Commit-Position: refs/heads/master@{#473671}
-
thoren authored
Audio-only Android builds should not start an activity, so this change adds the option of using a service. Rather than directly starting an activity to display cast apps, CastContentWindowAndroid uses CastWebContentsComponent to start and interact with whichever kind of component is appropriate for the build. This is controlled with the build flag 'display_web_contents_in_service', which defaults to is_cast_audio_only. BUG=internal 36596922 Review-Url: https://codereview.chromium.org/2874943002 Cr-Commit-Position: refs/heads/master@{#473670}
-
thestig authored
Review-Url: https://codereview.chromium.org/2894793004 Cr-Commit-Position: refs/heads/master@{#473669}
-
vakh authored
String changes only. BUG=653651 Review-Url: https://codereview.chromium.org/2894673007 Cr-Commit-Position: refs/heads/master@{#473668}
-
gmanikpure authored
BUG=chromedriver:1805 Review-Url: https://codereview.chromium.org/2871993004 Cr-Commit-Position: refs/heads/master@{#473667}
-
bsalomon authored
BUG=719572 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2895153004 Cr-Commit-Position: refs/heads/master@{#473666}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/929bfeb17c4d..edf8a762190e $ git log 929bfeb17..edf8a7621 --date=short --no-merges --format='%ad %ae %s' 2017-05-22 reed add helper static to SkColorSpaceXform 2017-05-22 jvanverth Add serialization support for drawShadowRec 2017-05-22 robertphillips Remove compressed (ETC1) texture support from Ganesh 2017-05-19 mtklein mark SkRasterPipelineBlitter final 2017-05-22 mtklein add tilers against 1 2017-05-22 robertphillips Add fixes & test for isConfigTexturable and isConfigRenderable 2017-05-22 brianosman Switch to SkVertices version of drawVertices 2017-05-22 benjaminwagner Marker for Win AMD driver update. 2017-05-22 mtklein We can mask load and store with just AVX. 2017-05-22 mtklein add compile, use it in blitter Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=brianosman@chromium.org Change-Id: I643ddd04fd0f05e05eef41ad66dc2f9d9c9a2a36 Reviewed-on: https://chromium-review.googlesource.com/510744Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#473665}
-
csashi authored
BUG=724317 Review-Url: https://codereview.chromium.org/2892813003 Cr-Commit-Position: refs/heads/master@{#473664}
-
lpy authored
This patch 1. Adds mojo pipeline; 2. Adds Finch Trial check to toggle mojo IPC; 3. Modifies browser tests to be parameterized for mojo IPC. The PageLoadMetrics mojo interface defines a UpdateTiming interface that is implemented by MetricsWebContentsObserver. PageLoadMetrics is sensitive to IPC ordering, thus MetricsWebContentsObserver holds a WebContentsFrameBindingSet that is used to bind associated interface together with RenderFrameHost, and it shares the legacy IPC channel so that we make sure we don't break IPC ordering. BUG=709259,712915 Review-Url: https://codereview.chromium.org/2823523003 Cr-Commit-Position: refs/heads/master@{#473663}
-
mek authored
Revert of chromeos: adds TouchDeviceServer and wires up in mushrome (patchset #1 id:1 of https://codereview.chromium.org/2901563002/ ) Reason for revert: Failed compile on https://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20x86-generic%20Compile/builds/35937: /b/c/goma_client/gomacc i686-pc-linux-gnu-g++ -B/b/c/b/ChromiumOS_x86_generic_Compile/.cros_cache/chrome-sdk/tarballs/x86-generic+9536.0.0+target_toolchain/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/binutils-bin/2.25.51-gold -MMD -MF obj/ash/ash/shell_port_classic.o.d -DASH_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_ASH=1 -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -DOS_CHROMEOS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DUSE_EGL -DTOOLKIT_VIEWS=1 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DSK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS -DSK_HAS_PNG_LIBRARY -DSK_HAS_WEBP_LIBRARY -DSK_HAS_JPEG_LIBRARY -DSK_SUPPORT_GPU=1 -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DMESA_EGL_NO_X11_HEADERS -I../.. -Igen -I../../third_party/libwebp -I../../third_party/khronos -I../../gpu -I../../third_party/ced/src -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../skia/config -I../../skia/ext -I../../third_party/skia/include/c -I../../third_party/skia/include/config -I../../third_party/skia/include/core -I../../third_party/skia/include/effects -I../../third_party/skia/include/encode -I../../third_party/skia/include/images -I../../third_party/skia/include/lazy -I../../third_party/skia/include/pathops -I../../third_party/skia/include/pdf -I../../third_party/skia/include/pipe -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../third_party/skia/third_party/vulkan -I../../third_party/skia/include/gpu -I../../third_party/skia/src/gpu -I../../third_party/skia/src/sksl -I/b/c/b/ChromiumOS_x86_generic_Compile/.cros_cache/chrome-sdk/tarballs/x86-generic+9536.0.0+sysroot_chromeos-base_chromeos-chrome.tar.xz/usr/include/dbus-1.0 -I/b/c/b/ChromiumOS_x86_generic_Compile/.cros_cache/chrome-sdk/tarballs/x86-generic+9536.0.0+sysroot_chromeos-base_chromeos-chrome.tar.xz/usr/lib/dbus-1.0/include -I../../third_party/protobuf/src -Igen/protoc_out -I../../third_party/protobuf/src -I../../third_party/libwebm/source -I../../third_party/boringssl/src/include -I/b/c/b/ChromiumOS_x86_generic_Compile/.cros_cache/chrome-sdk/tarballs/x86-generic+9536.0.0+sysroot_chromeos-base_chromeos-chrome.tar.xz/usr/include/nss -I/b/c/b/ChromiumOS_x86_generic_Compile/.cros_cache/chrome-sdk/tarballs/x86-generic+9536.0.0+sysroot_chromeos-base_chromeos-chrome.tar.xz/usr/include/nspr -I../../third_party/WebKit -Igen/third_party/WebKit -I../../v8/include -Igen/v8/include -I../../third_party/qcms/src -Igen -I../../third_party/mesa/src/include -fno-strict-aliasing -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -funwind-tables -fPIC -pipe -B../../third_party/binutils/Linux_x64/Release/bin -m32 -msse2 -mfpmath=sse -mmmx -pthread -Wall -Werror -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g2 -gsplit-dwarf --sysroot=../../../.cros_cache/chrome-sdk/tarballs/x86-generic+9536.0.0+sysroot_chromeos-base_chromeos-chrome.tar.xz -fvisibility=hidden -std=gnu++11 -Wno-narrowing -fno-rtti -fno-exceptions -fvisibility-inlines-hidden -march=i686 -pipe -march=i686 -pipe -pipe -march=i686 -mfpmath=sse -mmmx -msse -msse2 -msse3 -D__google_stl_debug_vector=1 -c ../../ash/aura/shell_port_classic.cc -o obj/ash/ash/shell_port_classic.o ../../ash/aura/shell_port_classic.cc: In member function 'virtual std::unique_ptr<display::TouchTransformSetter> ash::ShellPortClassic::CreateTouchTransformDelegate()': ../../ash/aura/shell_port_classic.cc:126:10: error: cannot bind 'std::unique_ptr<display::DefaultTouchTransformSetter>' lvalue to 'std::unique_ptr<display::DefaultTouchTransformSetter>&&' return delegate; ^ In file included from /b/c/b/ChromiumOS_x86_generic_Compile/.cros_cache/chrome-sdk/tarballs/x86-generic+9536.0.0+target_toolchain/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.9.x/../../../../lib/gcc/i686-pc-linux-gnu/4.9.x/include/g++-v4/memory:81:0, from ../../ash/aura/shell_port_classic.h:8, from ../../ash/aura/shell_port_classic.cc:5: /b/c/b/ChromiumOS_x86_generic_Compile/.cros_cache/chrome-sdk/tarballs/x86-generic+9536.0.0+target_toolchain/usr/x86_64-pc-linux-gnu/i686-pc-linux-gnu/gcc-bin/4.9.x/../../../../lib/gcc/i686-pc-linux-gnu/4.9.x/include/g++-v4/bits/unique_ptr.h:220:2: note: initializing argument 1 of 'std::unique_ptr<_Tp, _Dp>::unique_ptr(std::unique_ptr<_Up, _Ep>&&) [with _Up = display::DefaultTouchTransformSetter; _Ep = std::default_delete<display::DefaultTouchTransformSetter>; <template-parameter-2-3> = void; _Tp = display::TouchTransformSetter; _Dp = std::default_delete<display::TouchTransformSetter>]' unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept ^ ../../ash/aura/shell_port_classic.cc:127:1: error: control reaches end of non-void function [-Werror=return-type] } ^ Original issue's description: > chromeos: adds TouchDeviceServer and wires up in mushrome > > TouchDeviceServer is necessary for hooking up AshTouchTransformController in mus/mash. > > BUG=705686 > TEST=covered by tests > R=erg@chromium.org,rockot@chromium.org,tsepez@chromium.org > > Review-Url: https://codereview.chromium.org/2901563002 > Cr-Commit-Position: refs/heads/master@{#473651} > Committed: https://chromium.googlesource.com/chromium/src/+/68e20f488cc2ea0216832c8fe3640d9b748595d2 TBR=rockot@chromium.org,erg@chromium.org,tsepez@chromium.org,sky@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=705686 Review-Url: https://codereview.chromium.org/2897863004 Cr-Commit-Position: refs/heads/master@{#473662}
-
Charlie Andrews authored
These issues should be resolved by https://codereview.chromium.org/2864743002. NOTRY=true TBR=perezju@chromium.org BUG=704197, 657433, 681839 Change-Id: I8cbd766867ce43ca8c4e5cfb3d4a1856e01b93b5 Reviewed-on: https://chromium-review.googlesource.com/508231Reviewed-by:
Charlie Andrews <charliea@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#473661}
-
Chris Watkins authored
This adds initialization logic to MediaCodecVideoDecoder. Most of it comes from AVDA with some tweaks. It also includes moving FakeCodecAllocator to its own file for reuse. Bug: 660942 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ib835ed7fdc263ef321c264978a6185134501ab87 Reviewed-on: https://chromium-review.googlesource.com/509895Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Chris Watkins <watk@chromium.org> Cr-Commit-Position: refs/heads/master@{#473660}
-
afakhry authored
Sets a minimum height for the top bar of the feedback app so that it doesn't get chopped when font settings are set to a large size. BUG=722243 TEST=Manually, set minimum font size to large from system settings, and open the feedback app. The title bar should not be chopped. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2898773002 Cr-Commit-Position: refs/heads/master@{#473659}
-
Miguel Casas-Sanchez authored
This CL follows the previous one on the same bug: - decouples white-balance setting from auto white balance (it'll be enforced at the Blink level in subsequent patches, so it's lined up with UVC platforms, i.e. Linux/CrOs and Win). - corrects a few color temperatures that were wrongly set, and also fixes this value in Camera 1 -- the names do no correspond to particular colour temperatures so I'm setting on what a Pixel and a Samsung agree upon. - simplified the colorTemperature step to 50 and aligned the values to that boundary, in both Camera 1 and 2, since a step of 1 doesn't make any sense given the steps at hand. Bug: 724626 Change-Id: Ia2a92340c051d6f82c9950def1a262b8d0ae149f Reviewed-on: https://chromium-review.googlesource.com/509963Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#473658}
-
hongchan authored
This adds missing semicolons after the function declaration, in order to prevent the test failure after the application of clang-format. BUG=723859 Review-Url: https://codereview.chromium.org/2900813002 Cr-Commit-Position: refs/heads/master@{#473657}
-
engedy authored
This CL deletes the following two methods in ContentBrowserClient that were used to retrieve cookie settings on behalf of features that no longer exist: ContentBrowserClient::AllowSaveLocalState ContentBrowserClient::AllowWebRTCIdentityCache See the bug for details. BUG=724442,webrtc:5708,493212 Review-Url: https://codereview.chromium.org/2888373003 Cr-Commit-Position: refs/heads/master@{#473656}
-
juliatuttle authored
What do you know, std::move doesn't come out of nowhere! BUG=704259 Review-Url: https://codereview.chromium.org/2895253002 Cr-Commit-Position: refs/heads/master@{#473655}
-
Maksim Ivanov authored
Enable the end-to-end test of sign-in profile apps installation with the Stable browser channel. This test wasn't performed with the Stable channel previously due to a bug in processing of one the required test mocks - see https://crrev.com/2854293003. Now that it's fixed, the test should work on that channel. Bug: chromium:626343 Change-Id: I739027357f94828cf93a5332ce00705e81e0a6ec Reviewed-on: https://chromium-review.googlesource.com/509532Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#473654}
-
Egor Pasko authored
This reverts commit 5c434bb2. Reason for revert: Likely breaks WebView CTS builders. See http://crbug.com/725115 Original change's description: > Remove obsolete Blink popup blocker. > > Instead, use the same machinery that chrome uses also for layout tests. > > BUG=318365 > R=mkwst@chromium.org,torne@chromium.org > > Change-Id: I62df62cb035c666b03331f7384df6c49e0dfc9fa > Reviewed-on: https://chromium-review.googlesource.com/507288 > Commit-Queue: Jochen Eisinger <jochen@chromium.org> > Reviewed-by: Richard Coles <torne@chromium.org> > Reviewed-by: Mike West <mkwst@chromium.org> > Cr-Commit-Position: refs/heads/master@{#473420} TBR=torne@chromium.org,mkwst@chromium.org,jochen@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. BUG=318365 Change-Id: I28308271b5eed0a2c48fc756847c3ba2a2178f69 Reviewed-on: https://chromium-review.googlesource.com/509259Reviewed-by:
Egor Pasko <pasko@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#473653}
-
glebl authored
BUG=635619 TEST=This patch fixes 74 tests Review-Url: https://codereview.chromium.org/2892293002 Cr-Commit-Position: refs/heads/master@{#473652}
-
sky authored
TouchDeviceServer is necessary for hooking up AshTouchTransformController in mus/mash. BUG=705686 TEST=covered by tests R=erg@chromium.org,rockot@chromium.org,tsepez@chromium.org Review-Url: https://codereview.chromium.org/2901563002 Cr-Commit-Position: refs/heads/master@{#473651}
-
rhalavati authored
Network traffic annotation is added to network request of components/safe_browsing/password_protection/password_protection_request.cc BUG=656607 Review-Url: https://codereview.chromium.org/2802643002 Cr-Commit-Position: refs/heads/master@{#473650}
-
tbansal authored
Initial draft spec is here: https://cdn.rawgit.com/WICG/netinfo/ect/index.html The API is runtime enabled feature, and is currently set to "experimental". This CL only implements "rtt" and "downlink" attributes. "ect" and callback (when there is a change in network quality) will be implemented in forthcoming CLs. BUG=719108 Review-Url: https://codereview.chromium.org/2863973003 Cr-Commit-Position: refs/heads/master@{#473649}
-