- 26 Feb, 2018 40 commits
-
-
Anita Woodruff authored
- Display() Part 2: Write notification data to database; use a real notification ID. - Note this is still behind the NotificationsWithMojo flag while development continues. Bug: 796991 Change-Id: I61d146b8f675c5e82fc7b3ea5e7782a3229f9a7c Reviewed-on: https://chromium-review.googlesource.com/925461 Commit-Queue: Anita Woodruff <awdf@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#539171}
-
Joe Downing authored
This CL introduces a Windows implementation of the KeyboardHook class as well as a simple integration with the low-level window classes used in Aura for Windows. Changes to WindowTreeHostPlatform / PlatformWindow will be made in a separate CL. I will send out that change once the method names and platform hook scope questions have been answered. The next CL will build on this work in the content layer: https://chromium-review.googlesource.com/c/chromium/src/+/905507 BUG=680809 Change-Id: I8d35c895d80a58c64ff5b2bc119d5ee340790050 Reviewed-on: https://chromium-review.googlesource.com/900344 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#539170}
-
kylechar authored
This CL moves test classes from cc/test to components/viz/test. The main classes being moved are implementations of viz types and belong in components/viz/test. 1. FakeOutputSurface 2. TestContextProvider 3. TestContextSupport There are a number of ancillary classes that also need to be moved. These classes are test implementations of gpu types. The dependency structure, where cc:test_support depends on components/viz/test, requires the classes be moved also. It's likely the base gpu types will eventually be moved to components/viz/service/gpu in the future. 1. OrderedTextureMap 2. TestGLES2Interface 3. TestTexture 4. TestWebGraphicsContext3D Bug: 814475 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;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: Ic1fdb0262b222b6cf6054621ef8647f63ee26bcd Reviewed-on: https://chromium-review.googlesource.com/934624 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#539169}
-
Esmael El-Moslimany authored
Bug: 798555 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I7e2f540e7aaf515d7a2b0e3cc19fdee792bd92b1 Reviewed-on: https://chromium-review.googlesource.com/932980Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#539168}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/853bb187..5a0a9a1d Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I6a7666d01e4f15173408a94c4c6ac266fbce3529 Reviewed-on: https://chromium-review.googlesource.com/937442Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#539167}
-
Andrey Lushnikov authored
This patch allows accessing rules for inspector style sheets. Our tests didn't catch the regression since we run with --allow-file-access-from-files flag. Bug: 814937 Change-Id: I58eabb8e299a81c5a912d5a42175ab78ad904704 Reviewed-on: https://chromium-review.googlesource.com/935749Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#539166}
-
jongkwon.lee authored
MacViewsBrowser, it is necessary to open bookmark menus on mouse over. So, implement the unimplemented function IsWindowUnderCursor(). MenuController: :ShowSiblingMenu() use IsWindowUnderCursor(). On Bug: 762764 Change-Id: Ifbf93085a0546f7e3c2b6070267e62212b84bddd Reviewed-on: https://chromium-review.googlesource.com/654400Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#539165}
-
Raphael Kubo da Costa authored
A fresh WPT import checkout is very likely to fail when no GitHub credentials are used due to the number of API requests we make vs. GitHub's rate limits for unauthenticated requests. Make things more obvious by: * Allowing the credentials to be specified as environment variables in addition to a JSON file (when both are set, the JSON file specified in the command-line has precedence). * Printing a warning in test_importer.py when no credentials are set and pointing to the documentation in //docs/testing. * Expanding the error message in test_exporter.py to point to the same location. Bug: 816390 Change-Id: I5508e024e8a13e6f597f027cd157d7abbe9b2fe1 Reviewed-on: https://chromium-review.googlesource.com/937462Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#539164}
-
Nektarios Paisios authored
This reverts commit d49a7750. Reason for revert: Very likely broke PasswordManagerBrowserTestBase.PasswordOverridenUpdateBubbleShown in browser_tests Original change's description: > Reland: Fix a leak of a document that is held by AutofillAgent > > This CL is just relanding https://chromium-review.googlesource.com/c/chromium/src/+/597482, > after confirming that there are no statistical significant regressions > in the real world by Finch experiments (crbug.com/755489). > > Note that this might still cause Telemetry regressions reported at > crbug.com/753071 before, but this is expected. > > A document is leaked because AutofillAgent hold a lastly used element > even after navigation happens, and the document of the element remains > until a new (input) element is focused. This CL fixes this issue by > resetting the element in AutofillAgent when navigation happens. > > Bug: 734427, 755489 > Change-Id: Ie3ee7f202abf56e22102e3d7f68cf2778f85ca87 > Reviewed-on: https://chromium-review.googlesource.com/908371 > Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> > Reviewed-by: Kouhei Ueno <kouhei@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Reviewed-by: Evan Stade <estade@chromium.org> > Cr-Commit-Position: refs/heads/master@{#539105} TBR=estade@chromium.org,hajimehoshi@chromium.org,haraken@chromium.org,kouhei@chromium.org Change-Id: Ibe5a7c4d6c35c19bd1ff1140fc0f9afcbb4fea10 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 734427, 755489 Reviewed-on: https://chromium-review.googlesource.com/937762Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#539163}
-
Jan Krcal authored
The CL replaces the calls to Time::From/ToInternalValue() by the more explicit Time::From/ToDeltaSinceWindowsEpoch(). This change is backwards compatible. Bug: 634507 Change-Id: Ic5f22baf4c2216eec8080386eefa2e75a8ca5378 Reviewed-on: https://chromium-review.googlesource.com/913609 Commit-Queue: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#539162}
-
http://www.youtube.comEmily Hanley authored
TBR=ashleymarie@chromium.org NOTRY=true Bug: 815205 Change-Id: If67a95691f82485b485d673bde7e08728d5440ff Reviewed-on: https://chromium-review.googlesource.com/937655Reviewed-by:
Emily Hanley <eyaich@chromium.org> Reviewed-by:
Ashley Enstad <ashleymarie@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#539161}
-
Luis Hector Chavez authored
This is in preparation to land https://chromium-review.googlesource.com/c/chromium/src/+/929945 in a safe manner. BUG=None Change-Id: I76a37edddce04edcd8bfc8333a7a6d47dd3f762d Reviewed-on: https://chromium-review.googlesource.com/935362Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Luis Hector Chavez <lhchavez@chromium.org> Cr-Commit-Position: refs/heads/master@{#539160}
-
Nektarios Paisios authored
This reverts commit ccaa8bf9. Reason for revert: Possibly broke PasswordManagerBrowserTestBase.PasswordOverridenUpdateBubbleShown in browser_tests Original change's description: > Fix wrong password saving when loging to facebook. > > Facebook.com may perform |SameDocumentNavigation| on login form submit. > User password will be saved even if it is wrong. > > The changeset disables trigger on action changes. > > Change-Id: I4103661fb9649280862229248f329da23dcc8912 > Bug: 808917 > Reviewed-on: https://chromium-review.googlesource.com/897638 > Reviewed-by: Jochen Eisinger <jochen@chromium.org> > Reviewed-by: Dominic Battré <battre@chromium.org> > Commit-Queue: Иван Афанасьев <ivafanas@yandex-team.ru> > Cr-Commit-Position: refs/heads/master@{#539110} TBR=battre@chromium.org,vasilii@chromium.org,dvadym@chromium.org,jochen@chromium.org,ivafanas@yandex-team.ru Change-Id: I097c2922ee9172e7b5cd6f6a291582c28c66c1f7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 808917 Reviewed-on: https://chromium-review.googlesource.com/937761Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#539159}
-
James Cook authored
autoclick, high_contrast, sticky_keys NOTRY=true Bug: none Change-Id: I653502285779bf67bab6ecb80bb19fce05ca46cb Reviewed-on: https://chromium-review.googlesource.com/933291Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#539158}
-
Daniel Blakemore authored
Bug: 808113 Original change's description: >Enables Mailto Handling with Google UI by default. > >Bug: 808113 >Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs >Change-Id: I2b475e6fd474c900ed1984010d15a3e1e31c2af0 >Reviewed-on: https://chromium-review.googlesource.com/922930 >Commit-Queue: Daniel Blakemore <danblakemore@google.com> >Reviewed-by: Peter Lee <pkl@chromium.org> >Cr-Commit-Position: refs/heads/master@{#537373} Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I85b528de28e34453f97d00a8d4bf4f9618f6bb57 Reviewed-on: https://chromium-review.googlesource.com/927526Reviewed-by:
Peter Lee <pkl@chromium.org> Commit-Queue: Daniel Blakemore <danblakemore@google.com> Cr-Commit-Position: refs/heads/master@{#539157}
-
http://127.0.0.1Balazs Engedy authored
Public-key credentials can only be accessed through the WebAuthn API by origins that have a valid effective domain (not an IP address, among other requirements). Corresponding layout tests therefore are served on the origin `https://subdomain.example.test:8443`, which is implemented by means of the test redirecting itself by setting `document.location` to a URL under this origin. However, setting `document.location` merely schedules a navigation, and JS execution continues for a short time in the original document. This occasionally resulted in some tests ending up being executed under the original http://127.0.0.1 origin, at race with the navigation. This resulted in uncaught SecurityErrors and console errors, which, in turn, made the the tests flaky. This CL prevents this by stalling test execution in the original document by scheduling a promise_test that never completes. Bug: 814907 Change-Id: I531f20c286dc4ba04f1820c9cf49d0a0e00a11ce Reviewed-on: https://chromium-review.googlesource.com/937501Reviewed-by:
Kim Paulhamus <kpaulhamus@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#539156}
-
Daniel Bratell authored
Found while working on a PRESUBMIT test for include guards. Change-Id: Ib622cbaae28c48a469337076b57f5139971baff5 Reviewed-on: https://chromium-review.googlesource.com/932662Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#539155}
-
Anthony Vallee-Dubois authored
Bug: 798846 Change-Id: Iccf6c1a213898c24aed35d941512036782e61f0b Reviewed-on: https://chromium-review.googlesource.com/937393 Commit-Queue: anthonyvd <anthonyvd@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#539154}
-
Gustav Sennton authored
Also add a webkit-to-compat converter object which takes webkit objects, and returns the implementation for the corresponding Compat-object. E.g. WebSettings -> implementation for WebSettingsCompat. Bug: 812657 Change-Id: Ifb5507ec3f4f620621ab05b73d643abcc184cf85 Reviewed-on: https://chromium-review.googlesource.com/922623Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Gustav Sennton <gsennton@chromium.org> Cr-Commit-Position: refs/heads/master@{#539153}
-
Maks Orlovich authored
Bug: 811272 Change-Id: I9d7a98ee36cf5d19dfb13a770eb197a09a2309ff Reviewed-on: https://chromium-review.googlesource.com/935422Reviewed-by:
Miriam Gershenson <mgersh@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#539152}
-
Eugene But authored
Instead of recursively reloading html, this function now waits until the script execution is possible. Bug: 814709 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I45a6bc7413d2a508aaa4b6af123c243f96b8bc42 Reviewed-on: https://chromium-review.googlesource.com/934628Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#539151}
-
Manuel Rego Casasnovas authored
Until now only a few folders were being imported, it'd be interesting to import the whole suite to check the current status comparing current layout with LayoutNG. Change-Id: Ic8ceada1a2dc2a1a5513e0c5efb817fc17bacc49 Reviewed-on: https://chromium-review.googlesource.com/936767Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#539150}
-
Erik Chen authored
Bug: 801006 Change-Id: If04968c66cf755cff0b892a5230d77ca6808a2a9 Reviewed-on: https://chromium-review.googlesource.com/935721Reviewed-by:
Primiano Tucci <primiano@chromium.org> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#539149}
-
Peng Huang authored
The Skia's hello world example looks nicer, so use it to replace the current Draw function. Bug: None Change-Id: I61fad12dae5a57bca0b37b6e9db3eb908f7e45b1 Reviewed-on: https://chromium-review.googlesource.com/935159Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#539148}
-
Eugene But authored
Reused existing strings where possible added new strings to grit file for translation. Bug: 805533 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I0d38ddfe0ccec27c9c3f28cb04e9717b983d650c Reviewed-on: https://chromium-review.googlesource.com/935447 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#539147}
-
Theresa authored
Rather than trying to click on the tab switcher button, show the tab switcher directly, without animation. We're not trying to test the tab switcher button, so the flakiness can hopefully be side-stepped by using a different path. BUG=814575 Change-Id: I2ea3024bcfd925734d8912dd9cec354baedcfeb7 Reviewed-on: https://chromium-review.googlesource.com/935203Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#539146}
-
https://webrtc.googlesource.com/src.git/+log/29ef9f066ccc..151be2dffcc1 $ git log 29ef9f066..151be2dff --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: I659d6bd516dd07f3a08cc5c686e8f8868fe8592c Reviewed-on: https://chromium-review.googlesource.com/937383Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539145}
-
Koji Ishii authored
Following CL:919443, this patch implements list-item further for block-level content, and unifies the positioning logic with the logic for inline content. The anonymous blocks that wrap list markers were not easy that this patch changes the tree building (LayoutBlockFlow::AddChild) to handle LayoutNGListMarker as out-of-flow. However, setting the out-of-flow properties (e.g., position: absolute) affects many parts of the code base that it is limited only for the tree building purpose. Also, in order for the list item block to position its list marker, NGInlineLayoutAlgorithm no longer positions it. Instead, the |unpositioned_list_marker_| is moved to NGLayoutResult, which propagates from line box to the nearest list item block. Other logic are still in NGInlineLayoutAlgorithm because list markers forces the line box not empty. NGBoxFragmentPainter needs a minor change because by adding list markers to list items, it may appear along with line boxes. 20 tests turned to pass, including some rebaselines for text rendering differences. 4 tests regressed, that are 1. 'display: contents'; the tree building change needs to take this into account. 2. When inside/outside are changed from JS, we fail to compute the baseline. I will investigate them, along with tests that still don't pass in following patches. Bug: 725277 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I09eb80b3a24a17b8841b4b200ff5d4a249c81853 Reviewed-on: https://chromium-review.googlesource.com/925381Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#539144}
-
Kévin PETIT authored
Adds Arm NEON versions of convolve_4_rows_horizontally, convolve_horizontally and convolve_vertically. This NEON convolution code was originally added here: [1]. Then, at the introduction of GPU raster, the code (then in SkBitmapFilter_opts.h) was removed [2]. The re-introduction of this code gives a significant performance boost to Arm platforms which do not have GPU raster enabled - currently all Arm Chromebooks and old Android devices. Similar SIMD-accelerated convolution code exists in src/skia/ext for Intel and MIPS platforms which do not have GPU raster enabled. This commit simply adds an Arm NEON counterpart. [1] https://codereview.chromium.org/27533004 [2] https://skia-review.googlesource.com/c/skia/+/24644 Change-Id: Ied7d65c0f1e2fd3cb54dee3ff70dcccb8eafcb8a Reviewed-on: https://chromium-review.googlesource.com/911789 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by:
Mike Klein <mtklein@chromium.org> Cr-Commit-Position: refs/heads/master@{#539143}
-
Kent Tamura authored
Now getComputedStyle() for -webkit-appearance returns adjusted values. See [1]. We'd like to know whether we can remove this behavior or not. [1] https://github.com/whatwg/compat/issues/6#issuecomment-181715665 Bug: 810162 Change-Id: Icc17d681d7105d8a77ff07e18b7f270bd6918f01 Reviewed-on: https://chromium-review.googlesource.com/936523Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#539142}
-
Henrik Boström authored
benchmarks.system_health_smoke_test.SystemHealthBenchmarkSmokeTest.system_health.memory_desktop.load:news:nytimes TBR=perezju@chromium.org No-Try: true Bug: 816482 Change-Id: I09f46889d65214127adb2afafef0f7634e76ad5d Reviewed-on: https://chromium-review.googlesource.com/937465Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#539141}
-
Reza.Zakerinasab authored
Bug:816045 Change-Id: I97363e9bb2e988fbe8de065286ccc64ec767f98f TBR=junov@chromium.org Change-Id: I97363e9bb2e988fbe8de065286ccc64ec767f98f Reviewed-on: https://chromium-review.googlesource.com/937641 Commit-Queue: Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Reviewed-by:
Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#539140}
-
Emily Hanley authored
TBR=ashleymarie@chromium.org NOTRY=true Bug: 816486 Change-Id: I96f36fc92e0c2d16b64203cc685735b60a01fd57 Reviewed-on: https://chromium-review.googlesource.com/937645Reviewed-by:
Emily Hanley <eyaich@chromium.org> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#539139}
-
Christopher Grant authored
The CL will require NOPRESUBMUT=true, as an authorized use of a banned function is moving (tripping the presubmit). This is a reland of 467ac499. NOPRESUBMIT=true Original change's description: > VR: Rename native vr_shell directory to vr > > This change follows up on the namespace change, to relocate files, > and address some of the presubmit warnings stirred up by that move > (mainly BindRepeating/Once updates). > > BUG= > NOPRESUBMIT=true > > Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel > Change-Id: Ieb4d0ad3fd039e5e85b0a8cf2204d1141d3438d9 > Reviewed-on: https://chromium-review.googlesource.com/921924 > Commit-Queue: Christopher Grant <cjgrant@chromium.org> > Reviewed-by: Yaron Friedman <yfriedman@chromium.org> > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#537822} Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Ibbc06db89369cca7cbfccd977b0dfe067139ea46 Reviewed-on: https://chromium-review.googlesource.com/927081 Commit-Queue: Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#539138}
-
Eugene Girard authored
This patch is a work-around for WM_TOUCH vintage drivers that sometimes drop touchend events, confusing the chromium gesture recognizer. The work around is to watch for touches that have disappeared from the current touch list (and inject a simulated touchend). Bug: 792892 Change-Id: I7e023fc4f6484e2091746e0000b41018dd8f9cb4 Reviewed-on: https://chromium-review.googlesource.com/905270 Commit-Queue: Eugene Girard <girard@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#539137}
-
https://chromium.googlesource.com/catapult.git/+log/38ba657f018a..534191e5068d $ git log 38ba657f0..534191e50 --date=short --no-merges --format='%ad %ae %s' 2018-02-26 charliea Revert "Roll the BattOr firmware and battor agent to the latest version" 2018-02-23 charliea Roll the BattOr firmware and battor agent to the latest version 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: Id6ee4ebf5057581eaa86b7685e2705e2598320fa Reviewed-on: https://chromium-review.googlesource.com/937382 Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#539136}
-
Lei Zhang authored
Change-Id: Ic15188f601b2acb50c233558e9942118643456ec Reviewed-on: https://chromium-review.googlesource.com/923712 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by:
dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#539135}
-
Marina Ciocea authored
* add mojo interfaces for enabling debug recording and creating debug recording files. * add debug recording session factory to toggle between media/audio/ and services/audio/ debug recording implementations. Design doc: http://doc/123YGEhyyDqbO1440rwdg0T_4UPxNyZmJboczjFIZpMI#heading=h.xpzwbhip9is6 This CL depends on [1]. Switching to mojo implementation will be done in [2]. [1] https://crrev.com/c/875927 [2] https://crrev.com/c/921281 Bug: 788657 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Idbbfdb89c6ad4ff373ac25db83b5ed4ef6167b86 Reviewed-on: https://chromium-review.googlesource.com/810809Reviewed-by:
Tommi <tommi@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Commit-Queue: Marina Ciocea <marinaciocea@chromium.org> Cr-Commit-Position: refs/heads/master@{#539134}
-
Henrik Boström authored
TBR=hta@chromium.org No-Try: True Bug: 816475 Change-Id: I67cf0761869b2a4eda479f5bdcd256ec7c828146 Reviewed-on: https://chromium-review.googlesource.com/937463Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#539133}
-
Ulan Degenbaev authored
Each DOM node has a corresponding JS wrapper node. In heap snapshot they appear as duplicates. Example retaining path with duplicates: - [1] in InternalNode @2041178784 - [1] in HTMLDivElement @2041079168 // DOM node - [3] in HTMLDivElement @2231 // JS wrapper - retainer in Window / @2105 The heap snapshot generator now can merge an embedder node with a node returned by EmbedderGraph::Node::WrapperNode() function. This patch implements the WrapperNode() function for each DOM node. Bug: chromium:811925 Change-Id: I9ea6bc7e45f8ab3d54828b9ac61f7230d04d8019 Reviewed-on: https://chromium-review.googlesource.com/928503Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#539132}
-