- 19 Jun, 2018 23 commits
-
-
wutao authored
When opening app in app list or in the search result, we want to dismiss the launcher first while waiting the app to be opened. This cl consolidates the dismiss codes to common code paths. Bug: 851555 Test: manual. Change-Id: I0230838c368c74c0acbf3e889ac9162be3abdb87 Reviewed-on: https://chromium-review.googlesource.com/1105279 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#568264}
-
Kyle Horimoto authored
This operation attempts to connect to a remote device over BLE via the initiator role via BleConnectionManager. Bug: 824568, 752273 Change-Id: Ifa3f161f8e0493707be83a217ed8aeb370bfe195 Reviewed-on: https://chromium-review.googlesource.com/1103192 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#568263}
-
James Wallace-Lee authored
This prevents sandboxed iframes that allow popups but not top navigation from navigating the top frame. The test fast/dom/Window/window-open-no-multiple-windows-from-sandbox tests that a sandboxed iframe cannot navigate the top frame when WebKitSupportsMultipleWindows is false. Bug: 845983 Change-Id: Ibe49275428bca1ceb3b5ca367d9309c2e087ea8a Reviewed-on: https://chromium-review.googlesource.com/1098460Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Cr-Commit-Position: refs/heads/master@{#568262}
-
Noel Gordon authored
This reverts commit 210d3b47. Reason for revert: https://crbug.com/852246#c12, this issue was fixed already, no need to revert. "Slowness and times out": not so per the logs. They were reporting JS exceptions were being thrown in test due to JS Array being 'undefined', issue 852246. Original change's description: > Disable FolderShortcuts/FilesAppBrowserTest on ASan > > It's too slow and times out. > > TBR=fukino@chromium.org > > Bug: 851988 > Change-Id: I868d846e3fae5f7dd16b2a2c7203602008221396 > Reviewed-on: https://chromium-review.googlesource.com/1104424 > Reviewed-by: Marc Treib <treib@chromium.org> > Commit-Queue: Marc Treib <treib@chromium.org> > Cr-Commit-Position: refs/heads/master@{#567991} TBR=fukino@chromium.org,treib@chromium.org Change-Id: Ia287519344b7aeecc03da8539fc4448e1224c740 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 851988, 852246 Reviewed-on: https://chromium-review.googlesource.com/1105537Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#568261}
-
Adam Langley authored
This IP address is misused by some networking equipment and is breaking things like captive portals. Hopefully in time we can reverse this but, for now, ease the pain and drop 1.1.1.1 from the preload list. BUG=853934 Change-Id: I8e8e9b212312430b66a19880ed5a74ebe303ec41 Reviewed-on: https://chromium-review.googlesource.com/1105299Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#568260}
-
Chris Harrelson authored
* Check for clip path before calling into method regarding clip path * Dereference GetLayoutObject only once * Use StyleRef(). instead of Style() or a conditional, since all LayoutObjects will have a ComputedStyle by the time these callsites happen. * Short-circuit fragment clip logic a little bit if offset_from_root is null Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I26d64e270e9f10955e4f56433363456e7fdce1a4 Reviewed-on: https://chromium-review.googlesource.com/1103288 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568259}
-
Esmael El-Moslimany authored
Bug: 851431 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Ib81a7c7bc9cd2177919702c078b140e6a0b39281 Reviewed-on: https://chromium-review.googlesource.com/1096351 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#568258}
-
Matt Menke authored
As of https://chromium-review.googlesource.com/c/chromium/src/+/1096075, URLRequestContextBuilderMojo no longer needs to call into NetworkContext as part of IOThread/ProfileIOData setup when the network service is enabled. This means we can make NetworkContext::ApplyContextParamsToBuilder non-static, and remove its rather long argument list. Bug: 825242 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Iecf240f3091c9f57380e0f06d2e455532ccff4ab Reviewed-on: https://chromium-review.googlesource.com/1104808Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#568257}
-
danakj authored
Currently the GpuVideoAcceleratorFactoriesImpl will check for context loss every time it tries to use the GL context, and destroy it immediately if it sees a loss. This is problematic if the ContextProvider is still on the callstack, which it is if we're inside the context loss callback. Instead, leave the ContextProvider alive until the GpuVideoAcceleratorFactoriesImpl stops being used. R=liberato@chromium.org Bug: 849131 Change-Id: I8ec66671b4bbf5d426cb5fb184653a5863de9fd9 Reviewed-on: https://chromium-review.googlesource.com/1104777 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568256}
-
dpapad authored
CrElementsLazyRenderTest.All CrElementsPolicyIndicatorBehaviorTest.All CrSettingsDropdownMenuTest.All CrSettingsPeoplePageTest.All CrSettingsPrefsTest.All CrSettingsSystemPageTest.All Note that in Polymer 2 (unlike Polymer 1), an element's local DOM is not ready, until after the element is attached to the document. Several tests currently: - Either test UI elements not in the document, or - Interact with UI elements before they are appended to the document. which leads to failures. Bug: 738611 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: If8b05c283afa18b0e08b16365d1a8f53352765e6 Reviewed-on: https://chromium-review.googlesource.com/1098299Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#568255}
-
Jeremy Roman authored
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I52f3764b856c9b3c6f01f546cd808384bada34c6 Reviewed-on: https://chromium-review.googlesource.com/1105065Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568254}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d4c89837..a80d9730 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I2e1a02accf8ef9dd1fcc24321688fb643f30b7db Reviewed-on: https://chromium-review.googlesource.com/1105184Reviewed-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@{#568253}
-
Philip Rogers authored
This is all dead code. Bug: 823365 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I2b7e8281099435dc937ddf5f8e2e77749c5cbad7 Reviewed-on: https://chromium-review.googlesource.com/1103779Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#568252}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/15590d1a9bee..86e1b8b5a23b git log 15590d1a9bee..86e1b8b5a23b --date=short --no-merges --format='%ad %ae %s' 2018-06-18 stevenjb@chromium.org cros_chrome_sdk: Remove deprecated --component and --fastbuild args Created with: gclient setdep -r src/third_party/chromite@86e1b8b5a23b 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. BUG=chromium:711618 TBR=chrome-os-gardeners@chromium.org Change-Id: Ia853f1da35b2b5403029bbf212632b5f497fb88d Reviewed-on: https://chromium-review.googlesource.com/1105217Reviewed-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@{#568251}
-
Mike Klein authored
Change-Id: I70485ca47cb75157bc8945314561a3b6ff6ec104 Reviewed-on: https://chromium-review.googlesource.com/1104801 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#568250}
-
Xing Liu authored
This CL sets a description for accessibility purpose on the radio button in download preferences. Bug: 850254 Change-Id: I5c854041e26094dd69cd95e74cacd06cb3eed4f4 Reviewed-on: https://chromium-review.googlesource.com/1103306Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568249}
-
Xing Liu authored
The storage info string currently lives inside the toolbar. The text may be clipped on certain devices, or when using large font in accessibility setting. This CL moves the storage string out of toolbar. Bug: 849973, 852254 Change-Id: I518cdb30e021e2ffeefee4db6b2328a2d15597a1 Reviewed-on: https://chromium-review.googlesource.com/1102167 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#568248}
-
Peter Boström authored
Adds back parts of ShouldShowProfileIndicatorIcon on ChromeOS under Refresh. This indicator should now show under Refresh but only for teleported browser windows. Bug: chromium:834524 Change-Id: I40e4233f2ffdf6df3f07ee6b0cc41e9d5b5f6a9a Reviewed-on: https://chromium-review.googlesource.com/1105278 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#568247}
-
Henrique Grandinetti authored
Bug: 823536 Change-Id: If7441ec8bff5fc95af03eb07955ee94b21f46208 Reviewed-on: https://chromium-review.googlesource.com/1095375 Commit-Queue: Henrique Grandinetti <hgrandinetti@google.com> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#568246}
-
Kai Ninomiya authored
This reverts commit 20307cb3. Reason for revert: WebglConformance_deqp_functional_gles3_sync failing on passthrough cmd decoder Original change's description: > implement CHROMIUM_nonblocking_readback on passthrough cmd decoder > > Bug: 828135 > 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: I9ac4b3d671bee44c574f1a75ca357296a34f1cba > Reviewed-on: https://chromium-review.googlesource.com/1098558 > Commit-Queue: Kai Ninomiya <kainino@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Reviewed-by: Geoff Lang <geofflang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#568109} TBR=geofflang@chromium.org,piman@chromium.org,kainino@chromium.org Change-Id: I354221933ecfe1a8610fec6e1250893e8307ce7c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 828135 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 Reviewed-on: https://chromium-review.googlesource.com/1105362Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#568245}
-
Daniel Murphy authored
This is a reland of 1bd58466 Original change's description: > [SessionStorageS13N] Enabling mojo SessionStorage by default > > Bug: 716490 > Change-Id: I08c9bc35d1e9f8f86adc6c88fb7ab8069bcf7e8f > Reviewed-on: https://chromium-review.googlesource.com/1072918 > Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Commit-Queue: Daniel Murphy <dmurph@chromium.org> > Cr-Commit-Position: refs/heads/master@{#563169} Bug: 716490 Change-Id: I5c5911a5f98e84934837fb9025431a8f98bea6ba Reviewed-on: https://chromium-review.googlesource.com/1104825Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#568244}
-
Steven Bennetts authored
Bug: 851887 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Iff73cc5d75f27932dd6a8ba9377b295be1b39b7a Reviewed-on: https://chromium-review.googlesource.com/1105027 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#568243}
-
James Cook authored
The app version of the shortcut viewer works well, but we're still waiting on some accessibility support. Turn the app on by default, but use the old version if certain a11y features are enabled. Bug: 853883 Change-Id: I609b155da467bcb051d4d49d660de77863d0e1df Reviewed-on: https://chromium-review.googlesource.com/1105077 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#568242}
-
- 18 Jun, 2018 17 commits
-
-
Scott Chen authored
This CL replaces most paper-inputs with cr-inputs within the code-base. After this CL, the 3 places that still has paper-input remaining are: - chrome/browser/resources/chromeos/login/ - chrome/browser/resources/pdf/ - ui/file_manager/ There are planned follow-up CLs to replace paper-input in the above 3 areas as well. Bug: 832177 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I7acc7e0a26a6bd3d40ec6828608717fd97bd0c73 Reviewed-on: https://chromium-review.googlesource.com/1086357 Commit-Queue: Scott Chen <scottchen@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#568241}
-
James Wallace-Lee authored
In Android WebView, LayerTreeHost::WillBeginImplFrame can check if a frame will have visible damage. If it doesn't, but tile priorities need to be updated, webview will call View#Invalidate, because PrepareTiles happens in OnDraw. WebView will draw, even though there is no damage. This CL passes up to /content/browser whether or not each invalidation needs a draw. If no draw is needed, don't post a real invalidate, and call the new WillSkipDraw to trigger PrepareTiles. TBR=reveman@chromium.org,yfriedman@chromium.org Bug: 687695 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Id5c22431af57262e2ef72e57a5a18e5bf677b5da Reviewed-on: https://chromium-review.googlesource.com/1040663 Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#568240}
-
Xi Cheng authored
This CL introduces a new class StackProfileBuilder owned by StackSamplingProfiler. This CL also refactors both Windows and Mac profile construction into the StackProfileBuilder class to generate a StackSamplingProfiler::CallStackProfile. Bug: 851163 Change-Id: I6acde44fc1e38ae04d1d747fe2d3843faba3a218 Reviewed-on: https://chromium-review.googlesource.com/1101462Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#568239}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2fb26899. With Chromium commits locally applied on WPT: 03ef65db "Update existing WebUSB WPT to be multi-global" 1db32e09 "OffscreenCanvas Text rendering tests" 89102421 "Reland "Multi-global WebUSB WPT for window and worker"" 08784a11 "[Mojo Blob URLs] Make clicking an <a target="blank_"> with a blob URL work correctly." Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19914 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: hongchan@chromium.org, rtoy@chromium.org: external/wpt/webaudio jsbell@chromium.org: external/wpt/resources nzolghadr@chromium.org, mustaq@chromium.org: external/wpt/pointerevents TBR=robertma No-Export: true Change-Id: Ib2104780aadff174e0a893725ca015a80a696657 Reviewed-on: https://chromium-review.googlesource.com/1104724 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#568238}
-
Xiaohan Wang authored
- Add hardware secure codecs and encryption_scheme support - Use a vector for supported session types in case we need to support more session types in the future - Use the mojom type directly on the client side to avoid duplicate code Bug: 848532 Test: No functionality change. Change-Id: Ieb61bdd223bc340593eb633b5f85e1abc3cec6f8 Reviewed-on: https://chromium-review.googlesource.com/1102836Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#568237}
-
crystallambert@chromium.org authored
Sample extension that uses a content script to find images on pages, then displays images in popup. If user clicks image it will download. Extension has options page where users can choose to save downloaded images, download them again, or display them as thumbnails in popup. This extension may be used in updated debugging tutorial. Bug: None Change-Id: I38a2bd5af135ad74b889e8366ae36a08d6d53cb0 Reviewed-on: https://chromium-review.googlesource.com/1053958Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Crystal Lambert <crystallambert@chromium.org> Cr-Commit-Position: refs/heads/master@{#568236}
-
danakj authored
And SetShouldFlattenTransformFromPropertyTree() becomes SetShouldFlattenScreenSpaceTransformFromPropertyTree() as per the TODO to rename it more appropritely. R=enne@chromium.org Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I783e8474f39899de99ca6cf51e102f5ea604b836 Reviewed-on: https://chromium-review.googlesource.com/1101915Reviewed-by:
weiliangc <weiliangc@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#568235}
-
Dominick Ng authored
This CL makes several improvements to the accessibility of the intent picker bubble: 1. Reducing the opacity applied to the ink drop highlight for focused items (increasing text contrast slightly) 2. Adding a role override to the bubble to avoid the screen reader saying "Unknown" for the picker purpose 3. Making each label button focusable so they can be tabbed through. BUG=760200,825700 Change-Id: Ib2477b786350b07325a615f77ba4b168b1bb5cc7 Reviewed-on: https://chromium-review.googlesource.com/1102228 Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
David Jacobo <djacobo@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#568234}
-
perfetto-chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/1bc7e6d68e88..4ce4cb826374 git log 1bc7e6d68e88..4ce4cb826374 --date=short --no-merges --format='%ad %ae %s' 2018-06-15 lalitm@google.com trace_processor: fix build when offsetof was being used on non-POD 2018-06-13 treehugger-gerrit@google.com Merge "Add emscripten_task_runner.h/.cc" 2018-06-13 hjd@google.com Merge "WASM: 512mb should be enough for everyone" 2018-06-13 hjd@google.com Add emscripten_task_runner.h/.cc 2018-06-13 hjd@google.com WASM: 512mb should be enough for everyone 2018-06-13 lalitm@google.com trace_processor: add database class to contain all the tables 2018-06-12 treehugger-gerrit@google.com Merge "ui: Fix protojs generation" 2018-06-12 hjd@google.com ui: Fix protojs generation 2018-06-12 taylori@google.com trace_processor: Add the process table methods to trace_storage 2018-06-12 lalitm@google.com trace_processor: fix unittests on Android 2018-06-11 lalitm@google.com trace_processor: add sqlite virtual table implementation of sched slices 2018-06-07 treehugger-gerrit@google.com Merge "trace_processor: fix comments pending from aosp/697250" 2018-06-07 primiano@google.com Merge "perfetto: add vscode directory to gitignore" 2018-06-07 lalitm@google.com trace_processor: fix comments pending from aosp/697250 2018-06-07 lalitm@google.com perfetto: add vscode directory to gitignore 2018-06-07 treehugger-gerrit@google.com Merge "perfetto: add device feature test for checking CPU count" 2018-06-06 lalitm@google.com perfetto: add device feature test for checking CPU count Created with: gclient setdep -r src/third_party/perfetto@4ce4cb826374 The AutoRoll server is located here: https://perfetto-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:80416541,chromium:80416541,chromium:80416541,chromium:80416541,chromium:79961252 TBR=perfetto-bugs@chromium.org Change-Id: Iada3fe4edbdb88b671b0faca034b85ca6bce304a Reviewed-on: https://chromium-review.googlesource.com/1104719 Reviewed-by: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: <perfetto-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568233}
-
lgcheng authored
USB detach event not delivered to Arc container After usb_service called OnDeviceRemoved(), query usb_service for this device will not(gurantee) return any result. Use the scoped_refptr passed by OnDeviceRemoved directly and deliver the detach event to ARC container. Bug: 853353 Test: Manual Change-Id: I74214b455a678548c3a80eebf214fdfa5beced99 Reviewed-on: https://chromium-review.googlesource.com/1103284 Commit-Queue: Long Cheng <lgcheng@google.com> Reviewed-by:
Luis Hector Chavez <lhchavez@chromium.org> Cr-Commit-Position: refs/heads/master@{#568232}
-
Esmael El-Moslimany authored
Bug: 624849 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I83171f753c73b50e7d674e3f588cd5eb6e3f01d7 Reviewed-on: https://chromium-review.googlesource.com/1089643 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#568231}
-
Carlos Knippschild authored
Bug: 687364 Change-Id: I4727334dcf0060b5a8202a9694e7bd60d31029ec Reviewed-on: https://chromium-review.googlesource.com/1105031Reviewed-by:
Dmitry Titov <dimich@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Carlos Knippschild <carlosk@chromium.org> Cr-Commit-Position: refs/heads/master@{#568230}
-
Ryan Sturm authored
Per UX decision, this change makes the InfoBar better for users. Instead of using an InfoBar Button for pausing/resuming subresource loading, we will use an InfoBar clickable link. Bug: 853885 Change-Id: Ia967baec922d0c363f48d26e057e121fa6ae969f Reviewed-on: https://chromium-review.googlesource.com/1104722Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#568229}
-
John Budorick authored
TBR=dpranke@chromium.org No-Try: true Bug: 828031 Change-Id: Ica36364071464f05fe96b52cf699672617b3bbfa Reviewed-on: https://chromium-review.googlesource.com/1105414 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#568228}
-
Emily Hanley authored
Bug: 713357 Change-Id: Ia2d35c069e5bc07b8c2d0c7fb4b81f7000b43371 Reviewed-on: https://chromium-review.googlesource.com/1104893Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#568227}
-
Anna Offenwanger authored
This is a reland of 5d3c459e TBR=dcheng@chromium.org,vollick@chromium.org,klausw@chromium.org,mthiesse@chromium.org,ijamardo@chromium.org Original change's description: > Merging WebVR 1.1 RequestPresent into WebXR RequestSession > > In the WebVR 1.1 spec, the blink code was informed about devices then sent requests > for pipelines to those devices via the mojo interfaces. In the WebXR spec, the > decision about which device to use is left up to the browser, and not decided > until the pipline request has been made. This CL moves the blink<->device interface > pointers from being call parameters to being return parameters to better align > with WebXR. > As WebVR is being deprecated, as much of the old VR code as is possible > has been cleaned out. > > Bug: 842042 > Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_layout_tests_slimming_paint_v2;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_layout_tests_slimming_paint_v2;luci.chromium.try:linux_vr > Change-Id: I67da418829c05479eb3b2a6c5ef1633d8da92564 > Reviewed-on: https://chromium-review.googlesource.com/1080967 > Commit-Queue: Bill Orr <billorr@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Ian Vollick <vollick@chromium.org> > Reviewed-by: Klaus Weidner <klausw@chromium.org> > Reviewed-by: Bill Orr <billorr@chromium.org> > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#567430} Bug: 842042 Change-Id: I6278326460a6c74df6c1c6f414fc826079d8ca27 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_layout_tests_slimming_paint_v2;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_layout_tests_slimming_paint_v2;luci.chromium.try:linux_vr Reviewed-on: https://chromium-review.googlesource.com/1102800 Commit-Queue: Anna Offenwanger <offenwanger@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#568226}
-
Sky Malice authored
To facilitate notifying feed of foregrounds, added FeedEventReporter to act as the entry point. This class has a dummy clone because it is called outside of Feed code. Bug: 831648 Change-Id: Id25205e33b03d20cd63c6b97920d2cb90ac3d4c2 Reviewed-on: https://chromium-review.googlesource.com/1095774Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#568225}
-