- 16 Mar, 2018 40 commits
-
-
Leo Zhang authored
We have got the approval to launch this feature from M65. See crbug/781915. In order to set the experiment configuration to 100%, I need to enable it on TOT first. And there will be other CLs to clean all the experiment code. Bug: 808935 Change-Id: I86bf02ebe847b8841d7a0b2bddde4a3bfd7a537e Reviewed-on: https://chromium-review.googlesource.com/964108 Commit-Queue: Leo Zhang <googleo@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#543629}
-
Xiaoqian Dai authored
Bug: 801294 Change-Id: Icbc57aa6a570f8fe897a1956d6eab7b4661da173 Reviewed-on: https://chromium-review.googlesource.com/956604Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#543628}
-
Nicolás Peña Moreno authored
This reverts commit 48d1ecaf. Reason for revert: This CL causes several problems documented at crbug.com/821944 Original change's description: > ozone/drm: Render primary framebuffers as RGBA > > In preparation for hardware plane underlay support in ChromeOS, we > need to allow for RGBA primary framebuffers. When using an underlay, > we cut out a transparent rectangle in the primary framebuffer to allow > the underlay to show through, while still allowing for RGBA content on > top of the underlay (for example, video controls or annotations). > When not using an underlay, the primary framebuffer will be displayed > as RGBX (opaque) to avoid unnecessary blending in the display > controller. > > Bug: 789288 > Change-Id: I2fc94e524e250ec9b7e11cd6801e1c8308046a10 > Reviewed-on: https://chromium-review.googlesource.com/801974 > Reviewed-by: Alex Sakhartchouk <alexst@chromium.org> > Reviewed-by: Stéphane Marchesin <marcheu@chromium.org> > Reviewed-by: David Reveman <reveman@chromium.org> > Reviewed-by: danakj <danakj@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Reviewed-by: Daniele Castagna <dcastagna@chromium.org> > Commit-Queue: Kristian H. Kristensen <hoegsberg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542877} TBR=marcheu@chromium.org,reveman@chromium.org,sky@chromium.org,danakj@chromium.org,alexst@chromium.org,dcastagna@chromium.org,piman@chromium.org,hoegsberg@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 789288 Change-Id: I3005e3cb37a1385c5a1cd72bad76d1ffbad1cc63 Reviewed-on: https://chromium-review.googlesource.com/965721Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#543627}
-
Xiaocheng Hu authored
Historically, we can't dump a LayoutObject to ostream, so LocalCaretRect unit tests dump the Node of a LayoutObject instead. Now that we don't have this restriction, this patch changes the tests to dump LayoutObject directly to be more explicit, and also allow dumping null LayoutObjects. Change-Id: I9a63aed186cdea3caf172a44a6001a4a797fc63b Reviewed-on: https://chromium-review.googlesource.com/963709Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#543626}
-
Jay Civelli authored
Fixes the PasswordGenerationInteractiveTest interactive ui tests with the network service. The tests were not initializing the command line properly. Bug: 819249 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I8321d85caf67d2b762e827881c16f8c4d52ff551 Reviewed-on: https://chromium-review.googlesource.com/964908Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#543625}
-
Darren Shen authored
When we change the keyboard keyset (e.g. 'emoji') in ash/system/ime_menu/ImeMenuTray, we directly call InputMethodManager:: OverrideKeyboardUrlRef. Under mash, InputMethodManager will not be available from ImeMenuTray, so we'll need to call this via a Mojo in ImeControllerClient. For security reasons, we pass in an enum representing the keyset, instead of an arbitrary string. Bug: 819018 Change-Id: I7b79af660c421da86d248a6472ce568e84770909 Reviewed-on: https://chromium-review.googlesource.com/950523Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#543624}
-
Kent Tamura authored
The new name is event_interface_aliases.json5 to make sure that it's not for event type names. This CL has no behavior changes. Bug: 770603 Change-Id: I53fb2ab332ed004296dcfa7f70d5504deef14b43 Reviewed-on: https://chromium-review.googlesource.com/965681Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543623}
-
Kent Tamura authored
C++ source files generated by these templates were already converted to snake_case. This CL has no behavior changes. Bug: 770603 Change-Id: Ief42bcec5ec354c9fa052e8559559e5aae199cfa Reviewed-on: https://chromium-review.googlesource.com/965682Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543622}
-
Carlos Knippschild authored
To avoid postponed maintenance tasks form effecting Chrome unit tests this change allows the scheduling and running of them to be disabled. Bug: 822006 Change-Id: I042bdef8b450531d0e4699779691a3b8cc3e65f7 Reviewed-on: https://chromium-review.googlesource.com/965257 Commit-Queue: Yafei Duan <romax@chromium.org> Reviewed-by:
Yafei Duan <romax@chromium.org> Cr-Commit-Position: refs/heads/master@{#543621}
-
Joel Hockey authored
Runs UI tests for CrOS FileManager using test/main.html. Added //ui/file_manager/file_manager/test:create_test_main as dep for chrome/browser/chromeos:test_support to ensure that test/main.html is generated for chromeos browser_tests. Bug: 813477 Tbr: fukino@chromium.org Change-Id: Icccc53c724e5af79f4fd4412e3e1f03e6515b3e9 Reviewed-on: https://chromium-review.googlesource.com/965542 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Sasha Morrissey <sashab@chromium.org> Cr-Commit-Position: refs/heads/master@{#543620}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/fb62afe6..c2973ea1 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;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,sergiyb@chromium.org Change-Id: I78779886eea0f5c848f1628fea4923a9bf13e328 Reviewed-on: https://chromium-review.googlesource.com/965631Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#543619}
-
lgcheng authored
Previously ArcUsbHostManager is only created in browser_test. After landing glue cls on both Chrome side and Android side, this cl creates ArcUsbHostManager in normal flow and enables basic ArcUsbHost support. Note the feature is still behind a flag. Bug: 776476 Bug: b:24572867 Change-Id: I3747e23b7ed7749d6d076b413c858e157f8e4456 Reviewed-on: https://chromium-review.googlesource.com/964791Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#543618}
-
Rakina Zata Amni authored
We are refactoring find-in-page related methods out of WebLocalFrameImpl.cpp into WebLocalFrameImplFindInPage.cpp WebLocalFrameImplFindInPage.cpp implements WebLocalFrameImpl.h, but only contains the find-in-page related functions for easier maintanability. Refactor plan doc: https://docs.google.com/document/d/1JQWkQbTpYuxNHseAPbOq4rwtS7eFUISymstxDolQ504/edit?usp=sharing Related: Find-in-page S13n/changing legacy IPC to Mojo: Design doc: https://goo.gl/JenyGm Find-in-page Web API to allow suppressing showing Find Bar: https://github.com/rakina/find-in-page-api Bug: 819919 Change-Id: If8e25262245d3117e67b2a93c1bd1b527d457541 Reviewed-on: https://chromium-review.googlesource.com/956648 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543617}
-
Christopher Lam authored
Polymer2 does not support HTML element extensions, so all such elements need to be converted to wrappers. Based on https://chromium-review.googlesource.com/c/chromium/src/+/944163. Bug: 818279 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie4bd5b2ff7d6339fb32982b0fc25103eb10f8965 Reviewed-on: https://chromium-review.googlesource.com/951667 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#543616}
-
jkereliuk authored
This is an implementation of the minimize window endpoint It uses the Browser.setWindowBounds protocol method spec: https://w3c.github.io/webdriver/webdriver-spec.html#minimize-window Bug: chromedriver:1940 Change-Id: If5e3394b02f107a254d6be8d8b94a1a7f23b97c7 Reviewed-on: https://chromium-review.googlesource.com/964734Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Jonathon Kereliuk <kereliuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#543615}
-
Amirhossein Simjour authored
The width of the DropdownPopupWindow is updated to match its AnchoredView. Moreover, the DropdownPopupWindow will be aligned to the center of the AnchoredView. BUG=820886 Change-Id: Ia82bd5a78c1e2ab4f1e68aecfa38fa219751de36 Reviewed-on: https://chromium-review.googlesource.com/960568Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#543614}
-
David Trainor authored
This reverts commit 43a4f5d0. Reason for revert: Looks like the changes to thread_profiler broke some Android tests? (ToastHWATest): https://ci.chromium.org/buildbot/chromium.android/Lollipop%20Phone%20Tester/19475 [FATAL:thread_profiler.cc(154)] Check failed: metrics::CallStackProfileParams::BROWSER_PROCESS != GetProcess() (1 vs. 1) Reverting. Sorry! Original change's description: > Sampling profiler: disable GPU main thread profiling on OS X > > Disabling pending a resolution to crashes observed in the associated > bug. > > This change also removes the unused > GetSamplingParamsForCurrentProcess function and adapts > IsProfilerEnabledForCurrentProcess to operate on the current process > and specified thread. > > The call to IsProfilerEnabledForCurrentProcess is also removed > from SetServiceManagerConnectorForChildProcess since that function is > only invoked in processes supporting the profiler. > > Bug: 774682 > Change-Id: Ibbc6f1bd9348ba09a3ee4db2e1595411617f1ccd > Reviewed-on: https://chromium-review.googlesource.com/962937 > Commit-Queue: Mike Wittman <wittman@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Reviewed-by: Leonard Grey <lgrey@chromium.org> > Cr-Commit-Position: refs/heads/master@{#543520} TBR=sky@chromium.org,wittman@chromium.org,lgrey@chromium.org Change-Id: I2ecac49a6e14de7f620dc0096ce229f25057c810 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 774682 Reviewed-on: https://chromium-review.googlesource.com/965821Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#543613}
-
Filip Gorski authored
Rolls Feed library forward. Monochrome.apk_Dex +2 entries fields +4 entries methods +1,381 bytes normalized apk size +276 bytes main dex size +1,105 bytes APK size Monochrome.apk_Uncompressed (+276 bytes) They don't come from the library, but from dummy/core split in UI. Change-Id: Ide42ce9df1ca367ab0bc38ed893c9e34aaad8505 Reviewed-on: https://chromium-review.googlesource.com/965263Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#543612}
-
Tsuyoshi Horo authored
After this cl, "application/signed-exchange;v=b0" will be used for SignedHTTPExchange. Bug: 803774 Change-Id: I07e6218f07fb6917b1617ea208dcc7da31f13edf Reviewed-on: https://chromium-review.googlesource.com/964024Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#543611}
-
https://chromium.googlesource.com/angle/angle.git/+log/44a73fcfbe2d..d4bd963ff824 $ git log 44a73fcfb..d4bd963ff --date=short --no-merges --format='%ad %ae %s' 2018-03-08 oetuaho Don't use TIntermSymbol nodes for function parameters 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=master.tryserver.chromium.android:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=cwallez@chromium.org Change-Id: Idb792560d2b8be4d0acd088d1509756a5d3b8b0f Reviewed-on: https://chromium-review.googlesource.com/965421Reviewed-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@{#543610}
-
Daniele Castagna authored
Changes the use of Bind and Closure to BindOnce and OnceClosure in GpuMemoryBufferVideoFramePool. It additionally introduces a trampoline in MailboxHoldersReleased so that if the callback is called on media_thread it can skip going trough the message loop. Previous the callback would be bound to the media_thread loop. Two DCHECKs have also be added to check thread expectations. Change-Id: Ie704f6f6bdc4b7d9b8dd0f5ffec4675cd060d5e2 Reviewed-on: https://chromium-review.googlesource.com/959382 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#543609}
-
Andrew Grieve authored
This will help to reduce the main dex size of debug apks. TBR=agrieve # ComponentsBrowserTestApplication same as ContentBrowserTestsApplication Bug: 820570 Cq-Include-Trybots: luci.chromium.try:linux_optional_gpu_tests_rel;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: Ie380d22faa10d2a9b4527574859770f39800af71 Reviewed-on: https://chromium-review.googlesource.com/962874Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Siddhartha S <ssid@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#543608}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=anantha@chromium.org Change-Id: I0407f077cb1fe8a0e07370283da5206ae83f7fa2 Reviewed-on: https://chromium-review.googlesource.com/965638Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#543607}
-
Kent Tamura authored
Approved intent-to-ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/S3naD9vIcM4/7tKyfvi0AgAJ Bug: 648828 Change-Id: Ia4e1d43170f2f298f1e55bad6bc4173556cd2ca9 Reviewed-on: https://chromium-review.googlesource.com/965641Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#543606}
-
Alexis Hetu authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/680bcf5..a124f04 BUG= TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel,linux_chromium_cfi_rel_ng;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I8dc42fe5c66471c75b51a2d4fadf1e9796bb125f Reviewed-on: https://chromium-review.googlesource.com/955929 Commit-Queue: Alexis Hétu <sugoi@chromium.org> Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#543605}
-
https://chromium.googlesource.com/native_client/src/native_client.git/+log/d52121fcfeda..303fc9961cb4 $ git log d52121fcf..303fc9961 --date=short --no-merges --format='%ad %ae %s' 2018-03-15 andybons x86-64 Linux: don't update segment registers using the sig_ctx Created with: roll-dep src/native_client The AutoRoll server is located here: https://nacl-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=mseaborn@chromium.org Change-Id: Id09d4b2083540bfd66f144a5fd393f7ed5dd1f70 Reviewed-on: https://chromium-review.googlesource.com/965258Reviewed-by:
nacl-chromium-autoroll <nacl-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: nacl-chromium-autoroll <nacl-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543604}
-
Tom Anderson authored
During the transition to using our own fonts, we want to make sure we don't accidentally add new tests that rely on msttcorefonts we've already made efforts to remove. This CL adds a whitelist for the msttcorefonts we currently rely on. The list should only shrink over time. BUG=787020 R=thestig CC=drott Change-Id: I925600cd41f31a5a65941b48fc4456fb64a1f855 Reviewed-on: https://chromium-review.googlesource.com/965248 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#543603}
-
Trent Apted authored
Bug: 801583 Change-Id: I59fbadf92ad7a30b0114370e305e938fe8e00b98 Reviewed-on: https://chromium-review.googlesource.com/958900 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#543602}
-
John Chen authored
Disable Python test ChromeDriverTest.testTouchScrollElement, which is failing with Android Webview. TBR=kereliuk@chromium.org Bug: chromedriver:2332 Change-Id: Ifd52eafc21f1f929168e6b53c4d5ce8cd9fa1e6d Reviewed-on: https://chromium-review.googlesource.com/965624Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#543601}
-
Jungshik Shin authored
U+04FB (ӻ) to f U+050F (ԏ) to t U+050B (ԋ) and U+0527 (ԧ) to h U+0437(з) and U+04E1(ӡ) to 3 Add tests for the above entries and tests for ASCII-digit spoofing. Bug: 816769,820068 Test: components_unittests --gtest_filter=*IDN* Change-Id: I6cd0a7e97cd0ec2df522ce30f632acfd7b78eee2 Reviewed-on: https://chromium-review.googlesource.com/962875Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#543600}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f585291b..fb62afe6 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;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,sergiyb@chromium.org Change-Id: I8d38f2eb3a5ae31bf71b9fec3ef6b0fadc59b5ed Reviewed-on: https://chromium-review.googlesource.com/964946Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#543599}
-
Caleb Rouleau authored
See issue 822473. I'm just following instructions. TBR=kylechar@chromium.org Bug: 822473 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: If3e84296be13d52bbe3a08b7f744bc785f629142 Reviewed-on: https://chromium-review.googlesource.com/965402 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#543598}
-
wutao authored
This cl converts trilinear filtering switch to base::Feature which is enabled by default. Bug: 820324 Test: AboutFlagsHistogramTest and the feature works properly. Change-Id: Ia75b55906bab99fe06dba72890281a462d4827bf Reviewed-on: https://chromium-review.googlesource.com/956892 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#543597}
-
Zhiling Huang authored
Bug: 790142 Change-Id: Ie3b107fdce1fb13972f14049fd1fd5eaba1bb18d Reviewed-on: https://chromium-review.googlesource.com/965459Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Zhiling Huang <hzl@chromium.org> Cr-Commit-Position: refs/heads/master@{#543596}
-
Zhiling Huang authored
Bug: 790142 Change-Id: I10fb8eb8f9e219686b2254a48486d7f20c1e9c75 Reviewed-on: https://chromium-review.googlesource.com/965581Reviewed-by:
Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Zhiling Huang <hzl@chromium.org> Cr-Commit-Position: refs/heads/master@{#543595}
-
https://webrtc.googlesource.com/src.git/+log/24c220c178f9..8870f553f3d0 $ git log 24c220c17..8870f553f --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None 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;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I89231761e5871122cf1d523ed47fcb596cf3c55c Reviewed-on: https://chromium-review.googlesource.com/965450 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@{#543594}
-
Andrew Grieve authored
Shaves off about 10000 methods. Bug: 820570 Change-Id: I4c35e704f76e0b1e62756adaf2cbfdf2945adea3 Reviewed-on: https://chromium-review.googlesource.com/963281 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#543593}
-
Jennifer Apacible authored
Organizational change. No functional change. Change-Id: Ia67b5ec8ce496562054211930916c6525e00cf45 Reviewed-on: https://chromium-review.googlesource.com/959341Reviewed-by:
CJ DiMeglio <lethalantidote@chromium.org> Commit-Queue: apacible <apacible@chromium.org> Cr-Commit-Position: refs/heads/master@{#543592}
-
Adam Parker authored
Launch bug: crbug.com/721802 Finch config: cl/187885128, cl/189269157 Change-Id: I47a5c66de97b312ed5931ec83f94a2c62f8d850d Reviewed-on: https://chromium-review.googlesource.com/965388Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Adam Parker <amp@chromium.org> Cr-Commit-Position: refs/heads/master@{#543591}
-
Nate Fischer authored
No change to behavior, this removes no-longer used code paths. The android_webview/ code only existed to support the old code path. This removes BrowserSideNavigationPolicy now that isBrowserSideNavigationEnabled() is guaranteed to return true. Bug: 822124 Test: N/A Change-Id: I8d1fb406f572b1fefaac70853140dad64bc5883f Reviewed-on: https://chromium-review.googlesource.com/963649Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#543590}
-