- 27 Jul, 2018 31 commits
-
-
Yuki Awano authored
- Update kAccessibilityFocusFallsbackToWidgetKey depending on whether ChromeVox or TalkBack is used for the window. - This CL fixes the logic to update window properties. AxTree can arrive to the helper bridge after a window is activated. This CL adds a logic to fix it. confirm that it works. Bug: 866793 Test: Navigate Android window with TalkBack by using keyboard and Change-Id: I911c77229c9a6f338fcdadd81ea5642aaefae084 Reviewed-on: https://chromium-review.googlesource.com/1148099Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Yuki Awano <yawano@chromium.org> Cr-Commit-Position: refs/heads/master@{#578521}
-
Adam Rice authored
Create watch lists for Blink Streams, net/server and net/websockets. Add ricea@chromium.org to these watch lists, along with blink_websockets. Change-Id: I3f6e9da15b9710a30686597e5d8212f3ada93ac8 Reviewed-on: https://chromium-review.googlesource.com/1151180Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#578520}
-
Adam Rice authored
It is a static method which returns a constant ", " string, and which is only used inside the implementation of DOMWebSocket. Replace it with a compile-time constant. Change-Id: I1bb9ab48421394e6b3f759536d53a56888a3af8f Reviewed-on: https://chromium-review.googlesource.com/1151170Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#578519}
-
Yeol authored
So it replaced AddHeadersFromString with SetHeader in the unit tests. Bug: 862175 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ia29ed00a158d1dd37fd0aea28cb71b50320daa8e Reviewed-on: https://chromium-review.googlesource.com/1146411Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Yeol Park <peary2@gmail.com> Cr-Commit-Position: refs/heads/master@{#578518}
-
Ross McIlroy authored
This is the default, and doing so prevents passing --no-opt via other means. BUG=chromium:865913 Change-Id: I017d940809020d4015e245e9cb4ac3b166ad67b8 Reviewed-on: https://chromium-review.googlesource.com/1148730Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#578517}
-
Jeffrey Kardatzke authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/e0781f23b9e8..2e6185093997 $ git log e0781f23b..2e6185093 --date=short --no-merges --format='%ad %ae %s' 2018-07-24 jkardatzke Add owner/vm/container fields for TerminalParams proto 2018-07-20 smbarber vm_cicerone: add cid to NotifyVmStarted 2018-07-18 smbarber vm_concierge: add more keys to ContainerSshKeysResponse 2018-07-13 xiaochu dlcservice: add service constants 2018-07-13 reillyg system_api: Remove permission_broker RequestPathAccess method 2018-07-18 ljusten authpolicy: Add ERROR_OU_CONSTRAINT_VIOLATION 2018-07-09 ljusten dbus/login_manager: Add "ListStoredComponentPolicies" 2018-07-02 chirantan vm_concierge: Add field for seneschal server handle 2018-06-08 chirantan seneschal: Steward of the user's /home Created with: roll-dep src/third_party/cros_system_api Change-Id: I4d869302f28c1ae0736789973f76b98c8252f9a9 Reviewed-on: https://chromium-review.googlesource.com/1151710Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Jeffrey Kardatzke <jkardatzke@google.com> Cr-Commit-Position: refs/heads/master@{#578516}
-
Darren Shen authored
We previously added a setHitTestBounds API that allows IME to indicate what area on the keyboard is clickable. However, if IME forgets to set it when the UI changes (e.g. when the container type changes), then the UI may be unusable because it is using another container type's hit test bounds. This patch resets the hit test bounds when we change the container type. Bug: 866380 Change-Id: Ia02d958e8aa8505c82a82121e00647702da4df69 Reviewed-on: https://chromium-review.googlesource.com/1152327 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#578515}
-
Johannes Henkel authored
Add the following abstractions: - A mojom struct, DevToolsSessionState, which is used to send the state to the inspector session in the renderer, and to receive incremental updates from it (see agent_state.mojom). - InspectorSessionState, which interprets the session state received from the browser so that individual properties in the agents (modeled as fields, see below) can be initialized. This object also collects the updates incurred during field mutations. - InspectorAgentState, which connects the fields in the agents to the session state. - Fields in the inspector agent classes. These fields are Boolean, Integer, Double, String, and 1 level maps from String to any of these. For now I've only modified InspectorPageAgent, so the old session state is still there in parallel. Will work on editing the remaining agents. This is a variant of https://chromium-review.googlesource.com/c/chromium/src/+/1147929 which uses protocol::Value to encode the fundamental values stored in the session state. Change-Id: I2c2aa1354884ab6420bac764fbca8497f4785ad1 Reviewed-on: https://chromium-review.googlesource.com/1149201 Commit-Queue: Johannes Henkel <johannes@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#578514}
-
Noel Gordon authored
Call it getUnzippedFileListRowEntries, ie. add the FileList part to be consistent with zip helper getZipSelectionFileListRowEntries. Minor: more consistency, use !!result everywhere. Test: browser_tests --gtest_filter="ZipFiles/FilesApp*" Bug: 867738 Change-Id: I448442ac959e44da162fca0c6c15f230fa4bc1dd Reviewed-on: https://chromium-review.googlesource.com/1151587Reviewed-by:
Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#578513}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4a0d5f35..7399ae5d 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ic0bbb135b76415e58f73b9ee1cc3e2e1f7ee1d8f Reviewed-on: https://chromium-review.googlesource.com/1152421Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#578512}
-
Antoine Labour authored
http://crrev.com/c/1105466 changed the precondition for CommandBuffer::DestroyTransferBuffer to only require an OrderingBarrier rather than a full flush, but the implementation in PpapiCommandBufferProxy wasn't fixed to handle that. This change ensures we issue the flush before the DestroyTransferBuffer IPC if one is pending. Bug: 866644 Change-Id: I6d6a3b6a752c4bfcd32f66153c84829140ed2b5f Reviewed-on: https://chromium-review.googlesource.com/1152149Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#578511}
-
Oksana Zhuravlova authored
Bug: 861923 Change-Id: If70fbe3e56d9e6e11841bf694fb45041fdcc7a38 Reviewed-on: https://chromium-review.googlesource.com/1150624Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#578510}
-
Wenzhao Zang authored
1) |getLaunchableApps| should only return launchable apps, but not all of the apps would necessarily be ready. (Non-ready apps becomes ready normally after ~10s after user session starts.) 2) |launchApp| can be used to launch non-ready apps. A spinner will be shown on the shelf and the app will launch after it becomes ready. Bug: 819404 Change-Id: I6569043226f38b6905687defb4be95554a5e5511 Reviewed-on: https://chromium-review.googlesource.com/1141349 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#578509}
-
Donna Wu authored
This is a preparing CL for USB servicification which introduced WebUsbDeviceManager and its unit test. As designed, all permission management for USB devices will be consolidated within //chrome. Permission checking code in //device/usb will be moved out to this new class WebUsbDeviceManager. BUG=699790 Change-Id: I60580152ec31d1962dfdce616bd5b3729a3e60cc Reviewed-on: https://chromium-review.googlesource.com/1121971Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Donna Wu <donna.wu@intel.com> Cr-Commit-Position: refs/heads/master@{#578508}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/52660b68f115..17f184f10975 git log 52660b68f115..17f184f10975 --date=short --no-merges --format='%ad %ae %s' 2018-07-26 bhthompson@google.com Add additional comments around paladins running HW tests Created with: gclient setdep -r src/third_party/chromite@17f184f10975 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: If821a833572a7a5b66eb1dc39cc64cab99aae604 Reviewed-on: https://chromium-review.googlesource.com/1151971Reviewed-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@{#578507}
-
Nigel Tao authored
This commit is a rename. No features were added or removed. Prior to this commit, the only user of //chrome/browser/extensions/FaviconDownloader was //c/b/e/BookmarkAppHelper. Future commits will add code to //chrome/browser/web_applications so that, when installing web applications, a shared code path will download icons and re-scale if necessary. The class was renamed from FaviconEtc to WebAppIconEtc because such icons might not be favicons, in the sense of the `served on /favicon.ico` or `<link rel="icon" etc>` conventions. For example, https://events.google.com/io2016/manifest.json lists multiple app icons that aren't favicon icons. The class was moved because code in the newer //c/b/wa directory aims to not explicitly depend on code in //c/b/e, although dependencies from //c/b/e to //c/b/wa/components is OK. Change-Id: Id2808965c41b497eee92585c62374734db20ef42 Reviewed-on: https://chromium-review.googlesource.com/1149666 Commit-Queue: Nigel Tao <nigeltao@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#578506}
-
Nate Chapin authored
* Don't take a timeout in ThreadableLoader constructor * Rename OverrideTimeout() to SetTimeout(), use it as the only way to set a timeout. * Stop using base::Optional for the timeout. The more I look at it, the less it adds, especially when the timeout isn't passed in the constructor. TBR=peter@chromium.org,yhirano@chromium.org Change-Id: I8d2e7f1099110399e0fe187432b04760fbc79cac Reviewed-on: https://chromium-review.googlesource.com/1150865 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#578505}
-
Nicholas Verne authored
Bug: 866752 Change-Id: I34056730480bb7ad52b01f6ec045ee936b5f016b Reviewed-on: https://chromium-review.googlesource.com/1151041Reviewed-by:
Renée Wright <rjwright@chromium.org> Commit-Queue: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#578504}
-
Jiajia Qin authored
With this patch, we can compile and run a basic compute shader. Bug: 859249 Change-Id: I4b0c3fe35b70f9daa82a7783521e0aea9c57fdc9 Reviewed-on: https://chromium-review.googlesource.com/1151050Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Jiajia Qin <jiajia.qin@intel.com> Cr-Commit-Position: refs/heads/master@{#578503}
-
Shakti Sahu authored
Bug: 867693 Change-Id: I0d3795b4c456d89fa16c38984ddf6a89a21f8f1b Reviewed-on: https://chromium-review.googlesource.com/1150924 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#578502}
-
Anand K. Mistry authored
This is dead code. A follow-up CL will remove this dbus method from cros-disks. BUG=None Change-Id: Iec688692f112a267b5aa8ec428bd067ff0e80119 Reviewed-on: https://chromium-review.googlesource.com/1151037 Commit-Queue: Anand Mistry <amistry@chromium.org> Reviewed-by:
Ben Chan <benchan@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#578501}
-
depot-tools-chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/254538b955bd..079812cefdd9 git log 254538b955bd..079812cefdd9 --date=short --no-merges --format='%ad %ae %s' 2018-07-26 recipe-roller@chromium.org Roll recipe dependencies (trivial). 2018-07-26 vadimsh@chromium.org [cipd] Bump client (+vpython) v2.1.0 (521b9b6477) => v2.2.2 (03693197fe). 2018-07-26 vadimsh@chromium.org [cipd] Try to bootstrap CIPD from scratch if selfupdate fails. 2018-07-26 ehmaldonado@chromium.org metrics_utils: Print notice to stderr. 2018-07-26 recipe-roller@chromium.org Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@079812cefdd9 The AutoRoll server is located here: https://depot-tools-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. BUG=chromium:821194,chromium:867729,chromium:821194,chromium:832386 TBR=agable@chromium.org Change-Id: I0eb1d5d4e51b7559bee1647b84f8c420459b831b Reviewed-on: https://chromium-review.googlesource.com/1152248Reviewed-by:
depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: depot-tools-chromium-autoroll <depot-tools-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#578500}
-
David Black authored
See bug for additional details. Bug: b:110416447 Change-Id: Id5323c5040e1b32326a8caa8d06a41749f0d92fa Reviewed-on: https://chromium-review.googlesource.com/1151714 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#578499}
-
tzik authored
Some WebRTC's ref-counted objects are implicitly stored into base::scoped_refptr instead of rtc::scoped_refptr through base::Bind. And an upcoming base::Bind update disables this case of auto wrapping. This CL replaces it to rtc::scoped_refptr by wrapping the pointer with rtc::scoped_refptr explicitly. Bug: 866456 Change-Id: Id8a9dd622f5aa5b9c843ec7ec43e0d390a0777db Reviewed-on: https://chromium-review.googlesource.com/1145147Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#578498}
-
Amy Qiu authored
Create new recordings for pages in key_desktop_move_cases to ensure current websites are used. Bug: 852530 Change-Id: Ia216e388edf269a0462f014f90bbe22be0a68916 Reviewed-on: https://chromium-review.googlesource.com/1150691Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#578497}
-
Ryan Sturm authored
RenderFrameHost could be deleted while there is a message round trip occuring if shut down happens at the perfect time. Keeping BrowserContext is much safer. Bug: 868112 Change-Id: Ia9da7c64378f90a00e2c0bb07b1d3b24bf882ee1 Reviewed-on: https://chromium-review.googlesource.com/1152362Reviewed-by:
rajendrant <rajendrant@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#578496}
-
Xiyuan Xia authored
Add KioskAppManager::Get()->SetEnableAutoLaunch(true) when setting up auto launch kiosk so that SCREEN_KIOSK_AUTOLAUNCH does not gets into the way to break the test. Bug: 859715 Change-Id: I940ff9f275cc8a2d450e0338366f1702eb8277f0 Reviewed-on: https://chromium-review.googlesource.com/1148899Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#578495}
-
Yutaka Hirano authored
This CL also removes RequestIsHistoryNavigation runtime enabled flag as the feature has been shipped. Bug: None Change-Id: Iaab8a8dc4ac8044c64fa68f24973c95b7fe9943a Reviewed-on: https://chromium-review.googlesource.com/1151186Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#578494}
-
Justin Novosad authored
The code was failing to flush deferred rendering commands recorded by Canvas2DLayerBridge before dispatching animation frames. This CL does not fix the problem completely: there is still an issue when the canvas is not gpu-accelerated BUG=867601 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I32db0759af549ec6cd09ca677fff4ee215cae49e Reviewed-on: https://chromium-review.googlesource.com/1152028Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Justin Novosad <junov@chromium.org> Cr-Commit-Position: refs/heads/master@{#578493}
-
James Zern authored
https://chromium.googlesource.com/webm/libvpx.git/+log/2c45cd174a95..3b921d49b07a $ git log 2c45cd174..3b921d49b --date=short --no-merges --format='%ad %ae %s' 2018-07-25 marpan vp9: Modify condition for force test of intra 2018-07-25 marpan vp9: Avoid early breakout on slide change 2018-07-24 jzern vp9: fix OOB read in decoder_peek_si_internal 2018-07-25 marpan Revert "vp9: Adjust reset segment for real-time screen-content" 2018-07-25 jingning Clean up get_overlap_area function 2018-07-24 jingning Factor out mode estimation process in tpl model build 2018-07-24 yaowu Improve help message for arnr-type 2018-07-24 huisu Fix typos in txfm_rd_in_plane() 2018-07-24 marpan vp9: Modify logic for flat blocks in nonrd-pickmode. 2018-07-24 wtc Check size limit in vpx_realloc_frame_buffer. 2018-07-24 slavarnway VPX: avg_intrin_sse2.c, avg_intrin_avx2.c cleanup 2018-07-24 paulwilkins Limit min Q for normal frames. 2018-07-23 marpan vp9: Adjust reset segment for real-time screen-content 2018-07-23 slavarnway VPX: Improve HBD vpx_hadamard_32x32_avx2() 2018-07-23 jingning Pass in block size for motion search function 2018-07-22 jingning Make the tpl model update operated in 8x8 block unit 2018-07-23 jingning Refactor overlap area computation 2018-07-23 slavarnway VPX: Add vpx_hadamard_32x32_avx2 2018-07-20 huisu Add prune_ref_frame_for_rect_partitions feature 2018-07-22 jingning Map coding block size to transform block size (...) Created with: roll-dep src/third_party/libvpx/source/libvpx R=tomfinegan@chromium.org Bug: 867792 Change-Id: I196965bee2e278b011cde10ad677b7f69aff0ef1 Reviewed-on: https://chromium-review.googlesource.com/1151052Reviewed-by:
Johann Koenig <johannkoenig@google.com> Reviewed-by:
Tom Finegan <tomfinegan@chromium.org> Commit-Queue: James Zern <jzern@google.com> Cr-Commit-Position: refs/heads/master@{#578492}
-
Shakti Sahu authored
Moved ListItemViewHolder into separate classes into separate package Bug: 867693 Change-Id: Ia5aa1f131882b6c8d4d695f99db92a1a42815b1a Reviewed-on: https://chromium-review.googlesource.com/1150852Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#578491}
-
- 26 Jul, 2018 9 commits
-
-
Shakti Sahu authored
Bug: 866183 Change-Id: Ifc7f60c27b8d558446eafe55d813e629a51b523d Reviewed-on: https://chromium-review.googlesource.com/1145866 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#578490}
-
mrefaat authored
More context in crbug.com/822518 Bug: 850760, 822518 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I66e86fdc9813456ead16b1c43c41ac218ff2ac0a Reviewed-on: https://chromium-review.googlesource.com/1147861 Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Cr-Commit-Position: refs/heads/master@{#578489}
-
Bo Liu authored
Spinning begin frame is relatively cheap, but spinning invalidates in hope of reducing latency when scheduler can draw is a bit too expensive to be worthwhile. So avoid invalidate in this situation. Bug: 864436 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I56a5dc466f0fe8f99428a83fbec21a8530a4a40a Reviewed-on: https://chromium-review.googlesource.com/1150961Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#578488}
-
Oystein Eftevaag authored
Roll src/third_party/perfetto/ e0f20f188..ae0c5273b (6 commits) https://android.googlesource.com/platform/external/perfetto.git/+log/e0f20f1882cb..ae0c5273bfa1 $ git log e0f20f188..ae0c5273b --date=short --no-merges --format='%ad %ae %s' 2018-07-26 michaschwab Time Axis 2018-07-26 michaschwab Pan and Zoom 2018-07-26 hjd perfetto-ui: Make ControllerProxy a global 2018-07-26 primiano Non-functional refactorings of ftrace controller/sink/metadata 2018-07-26 dproy Rename pieces of track and inline TrackShell 2018-07-25 primiano Wait for producers to ACK the stop when disabling the trace. Created with: roll-dep src/third_party/perfetto TBR=primiano@chromium.org Change-Id: I19070966bfcc21bbe65905f23f3418938bb5209e Reviewed-on: https://chromium-review.googlesource.com/1152177Reviewed-by:
oysteine <oysteine@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#578487}
-
Kai Ninomiya authored
This function assumes `image` will be a valid pointer, but previously we only DCHECKed this. Meanwhile, we've seen intermittent fuzzer reports (all duped into this main bug), and I was able to find some crash/ reports in the wild, that indicate that image may actually come out false. See http://crbug.com/859623#c21 for investigation into why this would happen. Bug: 859623 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I7218c279400f2e062e271527b3c3b501bdf3856f Reviewed-on: https://chromium-review.googlesource.com/1150373 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#578486}
-
Andrey Lushnikov authored
This way we avoid the limitation on maximum IPC message size. BUG=797817 R=dgozman Change-Id: Ic4065d4b5b7b957effeb10f72b432320cd977be7 Reviewed-on: https://chromium-review.googlesource.com/1152240 Commit-Queue: Andrey Lushnikov <lushnikov@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#578485}
-
Nate Chapin authored
Bug: 865950 Change-Id: I8c35b78802b5ccafbfd0433c9e6bee4b04bb4136 Reviewed-on: https://chromium-review.googlesource.com/1145872 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#578484}
-
David Tseng authored
The |abstractNameFromContents| output rule gets used for roles that require ChromeVox to compute a name based on descendant nodes. Bug: 868019 Change-Id: I97edd91bdbb521bf423fdaaa43c4b867d5194b2c Reviewed-on: https://chromium-review.googlesource.com/1152032 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#578483}
-
kristipark authored
Tile layout was modified in https://chromium-review.googlesource.com/c/chromium/src/+/1142504. Bug: 867140, 854072 Change-Id: I3f0bc08442cd91f2fafef35afd47c0a9edd2da94 Reviewed-on: https://chromium-review.googlesource.com/1150913 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#578482}
-