- 16 Mar, 2018 40 commits
-
-
Tetsui Ohkubo authored
A child label of BatteryView can change their visibility and size. Also, EnterpriseManagedView can change its visibility. We have to explicitly call Layout() in ChildPreferredSizeChanged() & ChildVisibilityChanged(). TEST=manual (connect/disconnect power cable while opening the tray) BUG=none Change-Id: Ia1c16669bcdce0740510b7c255642d7985763225 Reviewed-on: https://chromium-review.googlesource.com/959944Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#543644}
-
Xu Xing authored
Add mipmap_state_ in move constructor and the move assignment operator. BUG=817887 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I460f018ec73f791bb496c0b873dd2fb68ab58128 Reviewed-on: https://chromium-review.googlesource.com/965405Reviewed-by:
David Reveman <reveman@chromium.org> Commit-Queue: Xing Xu <xing.xu@intel.com> Cr-Commit-Position: refs/heads/master@{#543643}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c2973ea1..6cacc46a 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: I684d93231849e3d5cdeecca29afe9e43b2e6c54d Reviewed-on: https://chromium-review.googlesource.com/965591Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#543642}
-
Hajime Hoshi authored
We try to remove the default argument (task runner) of SimpleWatcher's constructor and use more appropriate task runners than base::SequencedTaskRunnerHandle::Get(), and this CL is the first steps. Our goal is to eliminate base::STRH::Get() usages in renderer since in most cases, sequenced-local task runner is not appropriate in renderers. For now, only FileReaderLoader and FetchDataLoaderAsDataPipe are the users of the default argument since base::STRH::Get() is not available there due to presubmit.py. This is part of efforts to replace base::ThreadTaskRunnerHandle::Get() and SequencedTaskRunnerHandle::Get() with other appropriate task runners in the renderer. Bug: 786332 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Id03c8dc750fe5696be3358de761af7f29f22e5e9 Reviewed-on: https://chromium-review.googlesource.com/959948 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#543641}
-
Tetsui Ohkubo authored
This CL adds a feature pod button for IME. By clicking on the button, it will show IME detailed view of the existing SystemTray. This behavior is described as Development Stage 1 in the design doc: go/cros-qs-restyling Screenshot: http://screen/scc32RkykN2 TEST=manual BUG=821671 Change-Id: I156db2af966d13082079e639e2c46805b0453995 Reviewed-on: https://chromium-review.googlesource.com/961748 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#543640}
-
Marijn Kruisselbrink authored
Holding an InterfacePtr makes the struct weirdly sequence bound. Also get rid of const casts that invalidate a const DataElement and replace them with cloning the DataPipeGetter. This is needed because the same ResourceRequestBody is sent to multiple mojo methods, and thus the param traits should not modify the DataElements. On of several changes towards making uploading blobs with network service work. Tested in a separate CL because multiple unrelated bugfixes are needed to make this all work and testable (https://chromium-review.googlesource.com/c/chromium/src/+/963008). Bug: 821878, 761117 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Ic1d63e6f0f7112cf37c75526c561c524a9c15201 Reviewed-on: https://chromium-review.googlesource.com/963085Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#543639}
-
Xiaoqian Dai authored
Because of splitscreen, it's now possible to remove an overview window item to snap in splitscreen, or to add an overview window item from one of the snapped windows in splitscreen, we should update the overview items in these two cases. Otherwise in WindowSelector::Shutdown(), the DCHECK(num_items_ >= remaining_items) might fail and the UMA stat Ash.WindowSelector.OverviewClosedItems might not record the correct number. Bug: 822059 Change-Id: Ic60cd10a8e352bc6ea5c559b1d79f60dee7e81dd Reviewed-on: https://chromium-review.googlesource.com/963723 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#543638}
-
Kunihiko Sakamoto authored
SignedExchangeCertFetcherFactory is introduced to inject a mock fetcher to SignedExchangeHandler. Bug: 803774 Change-Id: I2302c5f8162ae641e36edace42bfd02563083eb4 Reviewed-on: https://chromium-review.googlesource.com/964032 Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#543637}
-
https://chromium.googlesource.com/catapult.git/+log/cd370cc841d0..ca5cfb1a2e59 $ git log cd370cc84..ca5cfb1a2 --date=short --no-merges --format='%ad %ae %s' 2018-03-15 dtu [pinpoint] Fix the migrate form. Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-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=sullivan@chromium.org Change-Id: I85ea1f09bf7dcee5c0738f86a7294afa09f2dcf2 Reviewed-on: https://chromium-review.googlesource.com/965584Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543636}
-
https://skia.googlesource.com/skia.git/+log/8402542dac9e..36221f9377a7 $ git log 8402542da..36221f937 --date=short --no-merges --format='%ad %ae %s' 2018-03-16 angle-skia-autoroll Roll skia/third_party/externals/angle2/ 44a73fcfb..5ae6ee457 (2 commits) 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:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=stephana@chromium.org Change-Id: I51d0ccd29753e0c737edba50dad5ad845ffaef29 Reviewed-on: https://chromium-review.googlesource.com/965609Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543635}
-
Kent Tamura authored
HTMLTreeBuilderSimulator assumed only <foreignObject> as an HTML integration point. This CL adds <annotation-xml>, <desc>, and SVG <title>. Bug: 805924 Change-Id: I6793d9163d4c6bc8bf0790415baedddaac7a1fc2 Reviewed-on: https://chromium-review.googlesource.com/964038 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#543634}
-
https://chromium.googlesource.com/angle/angle.git/+log/d4bd963ff824..5ae6ee457860 $ git log d4bd963ff..5ae6ee457 --date=short --no-merges --format='%ad %ae %s' 2018-03-06 jiajia.qin ES31: Sync dirty objects for compute shader 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: Ic58573f648f635f5ffb9f5e659f37311ffe9f568 Reviewed-on: https://chromium-review.googlesource.com/965842 Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#543633}
-
Yutaka Hirano authored
As a preparation to integrate websocket with the network service, this CL moves the mojom file to /services/network. Bug: 721400 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I1284cbd9dd3292c41d1acba34835c6c6d44d48a3 Reviewed-on: https://chromium-review.googlesource.com/961173Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#543632}
-
Jay Civelli authored
Bug: 819249 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: Id6aa2933360c9b74cf51d575a72f63b29daf7846 Reviewed-on: https://chromium-review.googlesource.com/964913 Commit-Queue: Jay Civelli <jcivelli@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#543631}
-
Takashi Toyoshima authored
In DidChangePriority, the last patch changed to check the ClientId, but it isn't enough to check the running status. This patch adds a new ResourceLoadScheduler interface to query if the specified client is in running state. Bug: 819931 Change-Id: Ibfb6ecc529a21709f144796f5a4c039e2862884e Reviewed-on: https://chromium-review.googlesource.com/964070Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#543630}
-
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}
-