- 29 Nov, 2017 7 commits
-
-
Tobias Sargeant authored
Bug: 789168 Change-Id: Ib90d86b1e286c3e5c5e2b8d13adde4bf7edc9b34 Reviewed-on: https://chromium-review.googlesource.com/793818Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#519918}
-
Alex Moshchuk authored
Previously, the Blink spellchecking enabled state was initialized from ChromeContentRendererClient::RenderViewCreated(), which only did this for RenderViews where the main frame was a local frame. This CL moves that initialization logic into RenderFrameCreated(), where it is applied to all main frames. Other than being good cleanup because RenderView is going away, this also makes it also work for provisional main frames (i.e., when the main frame is remote and it navigates back to a local frame). The latter became more common after r501081, which means that the spellcheck enabled setting wasn't always respected after cross-process main frame navigations prior to this fix. Bug: 784673 Change-Id: I91851c35027715b3d0c3a6ddfc22c514806adff3 Reviewed-on: https://chromium-review.googlesource.com/794790Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#519917}
-
Bruce Dawson authored
Some recent additions to gpu_driver_bug_list.json tagged the workarounds with os type "windows" when "win" is the correct tag. This fixes that. I'll investigate adding checks to the script to reject unknown OS types. Bug: 775898,785648 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: I4f9cfb86487385c45fe6a2a8f67c93f711c0f315 Reviewed-on: https://chromium-review.googlesource.com/791850Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#519916}
-
François Degros authored
MetricsStateManager doesn't need a virtual destructor. It isn't a base class and it doesn't have any virtual method. Added some consts. Change-Id: Idc5122985cd4ba2316a8319e61b0a726dd0e3d7c Bug: Reviewed-on: https://chromium-review.googlesource.com/788642Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#519915}
-
Will Chen authored
Most of the call sites simply unwrap the value from the SDK.RemoteObject returned from evaluateInPage*, this updates the API so it returns the plain value and adds additional methods evaluateInPageRemoteObject{|Promise} for the handful of callsites that need a RemoteObject. Bug: 667560 Change-Id: I067b338056089f8263b0972f6630aa1e821eb846 Reviewed-on: https://chromium-review.googlesource.com/792010 Commit-Queue: Will Chen <chenwilliam@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#519914}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/592c225b03ca..e819e5f81e76 $ git log 592c225b0..e819e5f81 --date=short --no-merges --format='%ad %ae %s' 2017-11-28 bungeman Update SkTLazy for move only types. 2017-11-28 angle-deps-roller Roll skia/third_party/externals/angle2/ df68ca50b..5201ce127 (1 commit) 2017-11-28 halcanary SkPDF: fix fTextScaleX error 2017-11-28 reed remove unused readBitmapAsImage from readbuffer 2017-11-28 mtklein drop 32-bit Android NDK builds down to API 16 2017-11-28 reed remove writeBitmap from SkWriteBuffer -- unused 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;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 TBR=allanmac@chromium.org Change-Id: Ia888fc4f8ced5ddbf5e7e799e35ffa0f0b2e0084 Reviewed-on: https://chromium-review.googlesource.com/794834Reviewed-by:
Skia Deps Roller <skia-deps-roller@chromium.org> Commit-Queue: Skia Deps Roller <skia-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#519913}
-
Xianzhu Wang authored
It is generated by a python test case (TestRepaintOverlay.test_generate_repaint_overlay_html). I should have updated it when changing repaint_overlay.py. Updated the test to fail and print a message if the file needs an update. Bug: 789272 Change-Id: I2e6ba6573788177dfbc09d2bd4d3d80023d4b21f Reviewed-on: https://chromium-review.googlesource.com/794875 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#519912}
-
- 28 Nov, 2017 33 commits
-
-
Aidan Wolter authored
After the end of a stream, we now manually release the MediaCrypto plugin, so that it can be cleaned up on the TZ-side. If this is not done, then we risk the chance of GC not cleaning up before the TZ heap overflows. TEST=Switch HBO Go cast stream multiple times, and watch the TZ heap BUG=b:69682820 Change-Id: I6fda96b74525533b64638d859cb79a4aa6375248 Reviewed-on: https://chromium-review.googlesource.com/790570 Commit-Queue: Aidan Wolter <awolter@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#519911}
-
Scott Graham authored
2bb56fafe3bd Rework GN files to start to support building standalone, and also in Chromium Bug: crashpad:79, crashpad:196 Change-Id: Ic7e9a1d6854db5dd1d56a4f79564478f8ccc859b Reviewed-on: https://chromium-review.googlesource.com/794599Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#519910}
-
Scott Graham authored
Bug: 789213 Change-Id: I26ff91e89a49fdb63759fdcdbe5e46bdb413a425 Reviewed-on: https://chromium-review.googlesource.com/794347 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#519909}
-
Miguel Casas authored
This CL moves the call to static PostSandboxInitialization() from its user, VASupportedProfiles ctor, to the Initialize() method; this way we improve encapsulation and guarantee that VADisplayState sandbox is correctly initialize in all possible call stacks. TEST=simplechrome on Soraka playing back VP9 videos, chrome://gpu enumeration and chrome://media-internals OK. Compile-ran video_decode_accelerator_unittest with the vp9 file and looked ok too. Bug: 778093 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: I960437bb36e2d2fdf43c33251394b76f84d2ea74 Reviewed-on: https://chromium-review.googlesource.com/784470Reviewed-by:
Pawel Osciak <posciak@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#519908}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/3fb614bc93c3..aede67a199ae $ git log 3fb614bc9..aede67a19 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc 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 TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I403246acdda5f9963b28784071545a5c8f7c905c Reviewed-on: https://chromium-review.googlesource.com/794597Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#519907}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/834c8ace..e7c39d16 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: I149694375e31b6459ac97c8256bf4d22baad65c3 Reviewed-on: https://chromium-review.googlesource.com/794098Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#519906}
-
David Trainor authored
BUG=773404 Change-Id: I2c9fbc2d577dcf9021fe675270cab148d8c6b547 Reviewed-on: https://chromium-review.googlesource.com/794395Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#519905}
-
Varun Khaneja authored
Bug: Change-Id: I2eebca66bc726e1b70fbadea65710a0a5021db1b Reviewed-on: https://chromium-review.googlesource.com/794025Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#519904}
-
Xianzhu Wang authored
When painting multiple fragments, update chunk properties per fragment. Bug: 771643 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I4cc30deb1b81d4a5a6076ac6df86549b6a15be50 Reviewed-on: https://chromium-review.googlesource.com/783839Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#519903}
-
Tobias Sargeant authored
Change-Id: I38b53feb11cd001a87633739d756f4b4f2a40c9e Reviewed-on: https://chromium-review.googlesource.com/788856 Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#519902}
-
Justin Donnelly authored
It no longer has any effect since the feature was rolled out server-side. Bug: 787621 Change-Id: If993da36b87d3a43adfc6377c3f66a73b2b6415d Reviewed-on: https://chromium-review.googlesource.com/794154 Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#519901}
-
chrome://net-exportEric Roman authored
Bug: 788668 Change-Id: I9aeb429e91854eecef19cb29dacb65d05465a28f Reviewed-on: https://chromium-review.googlesource.com/794716Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#519900}
-
Xiyuan Xia authored
ExtendedAuthenticator(Impl) could out-live AuthStatusConsumer. Hence AuthStatusConsumer should clean up its reference in the ExtendedAuthenticator before it is released. Bug: 788987 Change-Id: Ie489da7b0c085cbfa7723b01692855c3457cf90a Reviewed-on: https://chromium-review.googlesource.com/794842Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#519899}
-
Qiang Xu authored
changes: - Move Is{Toggle}SpokenFeedbackEnabled code to ash, which used to be AccessibilityDelegate and called into chrome. This won't work in mustash world. This change breaks the delegate way, by having prefs in ash, the Is{Set} could be done in ash. - Change ToggleSpokenFeedbackEnabled to SetSpokenFeedbackEnabled to align with other method names. feedback enabled update the tray icon visibility. This is one step forward. Bug: 594887 Test: tested on emulator with --mash. Could see toggling spoken Change-Id: I3a9c4277f6d1e8bfb2b03777011f6f2f9055d296 Reviewed-on: https://chromium-review.googlesource.com/777780 Commit-Queue: Qiang(Joe) Xu <warx@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#519898}
-
Sammie Quon authored
Bug introduced when I was trying to show focus rectangle around user card view by removing the background. Draw the background instead on the parent, button_from_view, which the focus painter is on so that the background does not cover the focus rectangle. Also fix the separator between the user card view and the drop down, before it only reached halfway (see bug for snapshot). Test: manual Bug: 786184 Change-Id: I54481c414a373a9f761d4b2f6b8097160633fbdc Reviewed-on: https://chromium-review.googlesource.com/794853Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#519897}
-
Devlin Cronin authored
We have a UseStrictIPCMessageSender() method in NativeExtensionBindingsSystemUnittest, but it wasn't being checked when we instantiated the IPCMessageSender. Correctly check it so that tests that want strict mocking get it. Bug: 653596 Change-Id: Ib18945a14e0a88788bcfe9e56c530ff0ae2b36ca Reviewed-on: https://chromium-review.googlesource.com/786900Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#519896}
-
Xiaohui Chen authored
Bug: 761426 Test: Build and run locally, used browser, settings, voice search Test: on new tab and no feature seems broken. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I647a19ec174442ddab5c4c322bfd34c8fc9a75bf Reviewed-on: https://chromium-review.googlesource.com/740909 Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#519895}
-
Sergei Datsenko authored
Check handling of different types of redirects and their combinations. Bug: chromium:787197 Change-Id: I6548c2802e000a2dd7913bbf1154797312b15361 Reviewed-on: https://chromium-review.googlesource.com/790051Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Commit-Queue: Sergei Datsenko <dats@chromium.org> Cr-Commit-Position: refs/heads/master@{#519894}
-
Vlad Tsyrklevich authored
This cfi-icall failure manifests with new versions of libgtk, discovered after an upgrade. Change-Id: I9f5d90c55599d4b935b0ddd3184df203bc674767 Reviewed-on: https://chromium-review.googlesource.com/794872Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#519893}
-
Scott Little authored
This test has a data race; see bug for more info. TBR=chrisha@chromium.org Bug: 787842 Change-Id: I299403b8c4f2c2744b4c7d7a0173759bd7a65925 Reviewed-on: https://chromium-review.googlesource.com/794841Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#519892}
-
Raymond Toy authored
When reading the output of the waveshaper tests, it's kind of hard to tell exactly what's being tested. Add a few more test messages and/or labels to make it a bit clearer. Bug: 789197 Test: WaveShaper/waveshaper-{copy-curve,simple}.html Change-Id: Ic90ebe94282d4b416321766bc16daa3cbc53299c Reviewed-on: https://chromium-review.googlesource.com/794018 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#519891}
-
Yafei Duan authored
Most tasks are taking raw pointers and they needs to be checked against nullptr. This CL fixed the potential issue. Bug: 772206 Change-Id: Ifab61fd75ed88c9d03fd0af8088454148c88144a Reviewed-on: https://chromium-review.googlesource.com/792261Reviewed-by:
Peter Williamson <petewil@chromium.org> Commit-Queue: Yafei Duan <romax@chromium.org> Cr-Commit-Position: refs/heads/master@{#519890}
-
Abhishek Arya authored
R=ochang@chromium.org,mmoroz@chromium.org Bug: Change-Id: Ie4a1446726e84b2cb3826515f06a9a9d74f3b0fb Reviewed-on: https://chromium-review.googlesource.com/794593 Commit-Queue: Abhishek Arya <inferno@chromium.org> Reviewed-by:
Oliver Chang <ochang@chromium.org> Cr-Commit-Position: refs/heads/master@{#519889}
-
Mustafa Emre Acer authored
These seem to be remnants of Google Toolbar. Bug: 789302 Change-Id: I21432ee75ee428d422c5f7ff6846e6d9333c89ed Reviewed-on: https://chromium-review.googlesource.com/792343 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#519888}
-
kapishnikov authored
Since BUG 787148 that caused Cronet test flakiness on iOS has been fixed, we can reduce the timeout. 15 seconds should be enough time for all current tests. BUG=781012 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ieaa65d6a6e65112be4dfea821f1142a51acdc7ce Reviewed-on: https://chromium-review.googlesource.com/794038Reviewed-by:
Misha Efimov <mef@chromium.org> Commit-Queue: Andrei Kapishnikov <kapishnikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#519887}
-
Jared Saul authored
Previous CL affected both Chrome Downstream card unmasking *and* PaymentRequest: https://chromium-review.googlesource.com/c/chromium/src/+/780361 Bug: Change-Id: I60fb111109f2c1ee0406158d0558cad4d3a17a95 Reviewed-on: https://chromium-review.googlesource.com/785793Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#519886}
-
Scott Violet authored
Also some other insignificant changes I came across when looking into this. BUG=none TEST=none Change-Id: Ia0b831db631c7663d41ddb828d78338b40d7f228 Reviewed-on: https://chromium-review.googlesource.com/794632Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#519885}
-
Scott Violet authored
The current pattern for test suites that *may* use aura has the test suite create aura::Env. In order to enable mus more broadly we need to make it so that the test suite configures Env appropriate for mus. This patch adds AuraTestSuiteSetup that is meant to setup the necessary state at the test suite level for tests that may use aura. It looks at the command line and potentially enables mus as appropriate. In order to setup env for mus WindowTreeClient needs to be configured, which required moving around some stubs. I had to update AuraTestHelper for mus being configured at the global level. This is mildly complicated by the fact that AuraTestHelper wants to create its own WindowTreeClient in this case. BUG=776514 TEST=covered by tests Change-Id: Ie433e4f6afe58b2aa15bdfb08fe462c6c1a30fad Reviewed-on: https://chromium-review.googlesource.com/792455 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Elliot Glaysher <erg@chromium.org> Cr-Commit-Position: refs/heads/master@{#519884}
-
Erik Luo authored
Screenshot: https://imgur.com/a/d5iLM Bug: 771931 Change-Id: I8b3abd912cedfcc74f9deff87c9e5885cfc26678 Reviewed-on: https://chromium-review.googlesource.com/777841Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Commit-Queue: Erik Luo <luoe@chromium.org> Cr-Commit-Position: refs/heads/master@{#519883}
-
Matt Falkenhagen authored
* Remove content::ServiceWorkerProviderType and typemapping. * Move content::mojom::ServiceWorkerProviderType to Blink. * Give modern names and comments to the type. Bug: 629701 Change-Id: Iab93d2392fdcb45b41cfbfcdd41513131f0109b8 Reviewed-on: https://chromium-review.googlesource.com/792552Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#519882}
-
Jialiu Lin authored
This is a regression introduced by a refactoring CL. SupportUserData key should be unique, but due to this refactoring, one of the data key losts its sameness. This make SetUserData() and GetUserData() consume different keys. This CL fix this problem. Also move the logging of "SafeBrowsing.ReferrerURLChainSize. DownloadAttribution" UMA metric right before report sending to help catch this kind of regression in the future. Bug: 789217 Change-Id: I778926b2d2ede69ad2b7c8327ce835104faa7852 Reviewed-on: https://chromium-review.googlesource.com/794512 Commit-Queue: Jialiu Lin <jialiul@chromium.org> Reviewed-by:
Nathan Parker <nparker@chromium.org> Cr-Commit-Position: refs/heads/master@{#519881}
-
Jose Dapena Paz authored
There were several typos in AXPlatformNodeAuraLinux implementation of AtkValue interface. Change-Id: Ifdcee50d0425f71f30b651d35197c663723adf8c Reviewed-on: https://chromium-review.googlesource.com/794137Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Cr-Commit-Position: refs/heads/master@{#519880}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/catapult.git/+log/cde6fc4afe73..11d7efb857ae $ git log cde6fc4af..11d7efb85 --date=short --no-merges --format='%ad %ae %s' 2017-11-28 simonhatch Dashboard - Add webcomponents-lite.js for html imports polyfill. 2017-11-28 simonhatch Pinpoint - Always run ReadValue quest 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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I1b3ddb70ec2e3d646a64035481acff18d4930a0e Reviewed-on: https://chromium-review.googlesource.com/794594 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#519879}
-