- 12 Dec, 2017 40 commits
-
-
Francois Doray authored
Instead of having multiple test cases performing the same initialization of a MockRenderWidgetHostImpl with a MockRenderWidgetHostDelegate, do this in SetUp(). Bug: 668690 Change-Id: I12a6cf7d60ea0edf56147ce8201aacabed56158d Reviewed-on: https://chromium-review.googlesource.com/801539 Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#523484}
-
Justin Cohen authored
Bug: Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I2c955d3769a14e17be5018b3616f083e943044e9 Reviewed-on: https://chromium-review.googlesource.com/820012Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#523483}
-
Thiemo Nagel authored
(Only the serial number pattern has changed, the other patterns have been reformatted to avoid overly long lines.) BUG=none TEST=added test pattern to unittest Change-Id: Iee036cd0fc71cb4ccb55ea1809534bbdb6d52943 Reviewed-on: https://chromium-review.googlesource.com/822932Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Thiemo Nagel <tnagel@chromium.org> Cr-Commit-Position: refs/heads/master@{#523482}
-
Dominic Mazzoni authored
Bug: 792856 Change-Id: Ifad7c7e68a9b7126e1f0fec600edbbf8598305fc Reviewed-on: https://chromium-review.googlesource.com/822695 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#523481}
-
Peter Wen authored
Switch to tracking estimated compressed sizes for pak symbols as this has a bigger impact to our apk size. Eventually we want to be able to attribute every byte in our apk. BUG=793015 Change-Id: I7a91c71a5d21f821c70aefcce6bffb2978ff157e Reviewed-on: https://chromium-review.googlesource.com/822890 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#523480}
-
Nicolas Pena authored
This CL adds UMA histograms for reporting split Expected Queueing Time in microseconds, making obsolete the histograms of splits in ms. The total, RendererScheduler.ExpectedTaskQueueingDuration, is left untouched because it is more widely used. The preliminary data shows that the buckets for the microsecond versions are better. Bug: 792965 Change-Id: I0fe2f62e3c2ad59737d56ab71e6ec7838ddf327d Reviewed-on: https://chromium-review.googlesource.com/820691 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#523479}
-
Bo Liu authored
Turns out the old navigation mode is still being tested, which of course fails the test. Disable it for now. TBR=ntfschr@chromium.org Bug: 794117, 769126 Change-Id: I845d856cbdf8e4319c4363810e88e82b9ed40488 Reviewed-on: https://chromium-review.googlesource.com/822757Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#523478}
-
Nicolas Pena authored
The tests po-callback-mutate seem to always pass now. Fixed by commit 7df7884e Bug: 709227 Change-Id: Id80041ca02d1dd6d2bd84d75096afeeb00b7755a Reviewed-on: https://chromium-review.googlesource.com/820852 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#523477}
-
Michael Thiessen authored
Bug: 793430 Change-Id: I09108d77fb2f264f2315bb6d069ff22fa65396e8 Reviewed-on: https://chromium-review.googlesource.com/822692Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#523476}
-
Steven Bennetts authored
* CrSettingsInternetPageTest added flushAsync() after it was disabled but it was never re-enabled; it should be stable now. * CrSettingsAndroidAppsPageTest was failing for similar reasons on Mash and appears to be stable with a similar fix. * CrSettingsBluetoothPageTest follows a similar pattern so a similar fix was applied to prevent any potential unreported flake. Bug: 678687,729607 Change-Id: I0f1fce0a81c5b6a9c7a9f390a6761a9d341cd1f7 Reviewed-on: https://chromium-review.googlesource.com/821357Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#523475}
-
Sarah Hu authored
1. re-landing the change of https://chromium-review.googlesource.com/c/chromium/src/+/812264 2. Add a mojo call IsAuthenticating to check the authentication state in ash lock screen. Bug: 781998 Change-Id: I40a985cced8fe9cdaad404b068ffeacc669677a4 Reviewed-on: https://chromium-review.googlesource.com/816022 Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Reviewed-by:
Toni Barzic <tbarzic@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#523474}
-
Charles Harrison authored
This is a small refactor that should have some performance wins. Now that PlzNavigate has launched, we should be dispatching our preconnects after the initial navigation request has gone out, not before. This is because frequently (especially on Android), dispatching preconnects tends to hog the IO thread, delaying the initial request. Note that this predictor is probably going away, but this CPU work is in the critical path of some other work I am planning on tackling. Bug: 792524 Change-Id: I87e3c235be0480d766e3e45c9a97c4a26b15f60d Reviewed-on: https://chromium-review.googlesource.com/821090 Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#523473}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/3250a487ea97..6e64f3089104 $ git log 3250a487e..6e64f3089 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 caryclark fix running on linux 2017-12-12 kjlubick Fix scaling logic for NexusPlayer and AndroidOne 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=liyuqian@chromium.org Change-Id: Icaaab33d03fafc47914d0444ba798a8a9c2da49b Reviewed-on: https://chromium-review.googlesource.com/822175Reviewed-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@{#523472}
-
Lei Zhang authored
Change-Id: I1a06c9be075f51d908e1f36d3a824e31a8353a92 Reviewed-on: https://chromium-review.googlesource.com/821594Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#523471}
-
bsheedy authored
Updates Apache Portable Runtime's diff.patch file to include the change from https://chromium-review.googlesource.com/c/external/apache-portable-runtime/+/814880. Bug: Change-Id: I9465a74c8ee8442c5a696989f1a665e1946a7408 Reviewed-on: https://chromium-review.googlesource.com/820596Reviewed-by:
Andrei Kapishnikov <kapishnikov@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#523470}
-
Jared Saul authored
Bug: 736944 Change-Id: I718a06fd59eb773512545054aaecd89ff9fbe0cd Reviewed-on: https://chromium-review.googlesource.com/820619Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#523469}
-
CrystalFaith authored
An update to the extensions landing page, emphasizes the single purpose policy, gives range to the UI, and clarifies store hosting. Includes a "hello world" type tutorial. Bug: Change-Id: I050f70ee909a1ed95964c77f4df95e762420abd6 Reviewed-on: https://chromium-review.googlesource.com/744993 Commit-Queue: Crystal Lambert <crystallambert@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#523468}
-
Ahmed Fakhry authored
This is the final CL in step 1. This CL removes all color temperature code from the UI layer, and hooks up the night light controller to the newly added display color matrix in the UI compositor. BUG=749250 TEST=covered by tests Change-Id: Ia0263d0e530508c5820a3c8332b00228bff7ec38 Reviewed-on: https://chromium-review.googlesource.com/820173 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#523467}
-
Hidehiko Abe authored
There is no clients. Remove them. BUG=234463 TEST=Ran bots. Change-Id: Ic9ab45b52a6067daa04ec2323aec7189c9d68a37 Reviewed-on: https://chromium-review.googlesource.com/822312Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#523466}
-
Hidehiko Abe authored
BUG=None TEST=Ran on bots. Change-Id: I457634c3c9d514dcdce6d70054389863363b6789 Reviewed-on: https://chromium-review.googlesource.com/822670Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#523465}
-
chrome://flagsEugene But authored
Bug: 787943 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I332dac25551ae39094356846121e835faf3dceeb Reviewed-on: https://chromium-review.googlesource.com/818077 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Gregory Chatzinoff <gchatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#523464}
-
Tarun Bansal authored
Probe requests (i.e., warmup URL fetches) may be intercepted and restarted by the data reduction proxy component. This CL prevents the probe requests from being restarted. Bug: 760294,792841 Change-Id: Iee54a9dce507d48121e71c58ff2079b9b1b67f1b Reviewed-on: https://chromium-review.googlesource.com/818385Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#523463}
-
John Abd-El-Malek authored
This involved: -persisting cookies with network service -converting the browser tests to work with the network service Bug: 789644, 769401, 776589 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Change-Id: I70320d5550e433049a910c64f055c1809aecbff1 Reviewed-on: https://chromium-review.googlesource.com/818486Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#523462}
-
Gauthier Ambard authored
The omnibox textfield moves its text content area to account for the leftView; however the leftView is now replaced with leadingButton in the LocationBarView, so the leading offset should not be adjusted on the textfield level. This CL makes LocationBarView inset the textfield from the leading side as necessary, and makes the textfield always align the text area to the leading edge. Bug: 791630 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I28ccb76eef95d0b50f24ff3ca3b437e03efce8cb Reviewed-on: https://chromium-review.googlesource.com/818342Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#523461}
-
Nate Chapin authored
Bug: 793028 Change-Id: I2c75fa078becfd638afe6072e9e2aa59198af66c Reviewed-on: https://chromium-review.googlesource.com/815391Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#523460}
-
glevin authored
Bug: 656607 Change-Id: I0719514369f834d93049d0161d2e1d33b9713c87 Reviewed-on: https://chromium-review.googlesource.com/817368 Commit-Queue: Greg Levin <glevin@chromium.org> Reviewed-by:
Greg Levin <glevin@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#523459}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 6b746d57. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/7508 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: jsbell@chromium.org: external/wpt/resources TBR=raphael.kubo.da.costa@intel.com No-Export: true Change-Id: I343d64276260c86b352b18c9cb478aa095312b12 Reviewed-on: https://chromium-review.googlesource.com/822690 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@{#523458}
-
Alexey Kozyatinskiy authored
Without this CL we show only first line, sometimes other lines are important as well (see attached bug). With this CL we show message until first call frame. TBR=lushnikov@chromium.org Bug: chromium:780816 Change-Id: If5e9322e8bb5b2c263c1a95e4026347db14b1b6d Reviewed-on: https://chromium-review.googlesource.com/802076Reviewed-by:
Andrey Lushnikov <lushnikov@chromium.org> Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#521587} Reviewed-on: https://chromium-review.googlesource.com/822131Reviewed-by:
Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#523457}
-
Mohamed Heikal authored
This reverts commit db213ff6. Reason for reland: Downstream issue fixed. No changes here. This CL makes aapt2 perform the final resource processing and packaging for an apk as well as outputting proguard files. TBR=agrieve Bug: 782316 Change-Id: I1b35f49f2e4b4d503cc7ae07dabc18d9014abea5 Reviewed-on: https://chromium-review.googlesource.com/817377Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#523456}
-
Justin Cohen authored
Bug: 627772 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ic22d1c83b13835b8c8c10bdab7c0221dc5ca38ba Reviewed-on: https://chromium-review.googlesource.com/820194 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#523455}
-
Xianzhu Wang authored
Bug: 732612 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I685af535011500633865953799a6c4ae128ab5e8 Reviewed-on: https://chromium-review.googlesource.com/820043Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#523454}
-
Boris Sazonov authored
This CL adds AccountManagerFacade.waitForPendingUpdates and reimplements addAccountHolderBlocking/removeAccountHolderBlocking in FakeAccountManagerDelegate using newly-added waitForPendingUpdates. This is necessary precaution before adding account list filtering, as the old implementation of addAccountHolderBlocking was using account list returned by AccountManagerFacade to wait for the update to finish. Such approach will no longer work if account list is filtered. Bug: 779568 Change-Id: I4e80a9070f31c0cd0bb9111eef9293213705700f Reviewed-on: https://chromium-review.googlesource.com/817444 Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Nicolas Dossou-Gbété <dgn@chromium.org> Cr-Commit-Position: refs/heads/master@{#523453}
-
Peter Kotwicz authored
This CL adds a new ShortcutSource for a WebAPK getting launched via an external intent from Chrome. The purpose of the metric is to help quantify the user benefit of WebAPKs. In particular: - A user launching a WebAPK from an external app (e.g. from GMail) improves the user's engagement with the web browser. - A user launching a WebAPK from Chrome does not affect the user's engagement with the web browser. Launching a WebAPK might be worsening the user experience because the site that the user wants to visit takes longer to load because a new APK needs to be launched and a new renderer process needs to be spun up. This CL divides the existing EXTERNAL_INTENT launch source for WebAPKs into two buckets - one for intents originated from the browser that hosts the WebAPK (i.e. links in the tabbed browser that were intercepted), and one for intents that originated from other Android apps. BUG=781659 Change-Id: I4fa9d0a7d57d79a33df6a3de88986dba49a373e9 Reviewed-on: https://chromium-review.googlesource.com/754594 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Cr-Commit-Position: refs/heads/master@{#523452}
-
John Z Wu authored
IOSChromeSigninClient directly inherit from SigninClient. Partial implementations are not preferred when sharing code between //ios/chrome and //ios/web_view. Instead, convert to using helper classes (using composition) wherever possible. Bug: 774517 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I0fa0ad558ee518b0eefb110f34f9480d69b59a6a Reviewed-on: https://chromium-review.googlesource.com/792252Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#523451}
-
Raphael Kubo da Costa authored
ImportNotifier.file_new_failures() calls LocalWPT's commits_in_range() method, which returns a list of (SHA, commit subject) pairs. It was then passing this list of tuples directly to format_commit_list(), which expects a simple list of hashes instead, which led to failures such as: Traceback (most recent call last): File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/wpt-import", line 25, in <module> main() File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/wpt-import", line 18, in main host.exit(importer.main()) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py", line 168, in main if not self.send_notifications(local_wpt): File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py", line 631, in send_notifications issue, patchset) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/import_notifier.py", line 64, in main self.file_new_failures(wpt_revision_start, wpt_revision_end, issue, gerrit_url) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/import_notifier.py", line 179, in file_new_failures commit_list = self.format_commit_list(imported_commits, full_directory) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/import_notifier.py", line 199, in format_commit_list line = '{}: {}'.format(self.local_wpt.commit_subject(commit), GITHUB_COMMIT_PREFIX + commit) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py", line 191, in commit_subject output = self.run(['git', 'show', '--format=%s', '-q', commit]) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/local_wpt.py", line 50, in run return self.host.executive.run_command(command, cwd=self.path, **kwargs) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 337, in run_command (error_handler or self.default_error_handler)(script_error) File "/mnt/data/b/rr/tmpObTKGC/w/src/third_party/WebKit/Tools/Scripts/webkitpy/common/system/executive.py", line 244, in default_error_handler raise error webkitpy.common.system.executive.ScriptError: Failed to run "['git', 'show', '--format=%s', '-q', (u'a4c37295163abd475704cc032a304c83b14f9202', u'Add tests for slot.assignedElements method (#8636)')]" exit_code: 128 cwd: /tmp/wpt output: fatal: ambiguous argument '(u'a4c37295163abd475704cc032a304c83b14f9202', u'Add tests for slot.assignedElements method (#8636)')': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]' step returned non-zero exit code: 1 (via https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/7486) Bug: 765334 Change-Id: Iec2f574e5c308cd10f028e9ad1496be7967c0843 Reviewed-on: https://chromium-review.googlesource.com/822253Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/master@{#523450}
-
Georg Neis authored
With one of the next rolls, V8 will no longer force context allocation of module-scope variables. Bug: 791334 Change-Id: I93f38c190cc0ee68df4f2834083308b4504a8032 Reviewed-on: https://chromium-review.googlesource.com/822432Reviewed-by:
Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Commit-Queue: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/master@{#523449}
-
Ella Ge authored
This CL is a workaround for fixing the pointer lock issue caused by a bug in Windows Fall Creators update (16299). Windows OS doesn't generate a WM_MOUSEMOVE after a SetCursor call. The code added here should be removed once Microsoft fix the bug in their next release. Bug: 781182 Change-Id: I690d5017e079ab32ef3cb55a2b136e8d0140bc6b Reviewed-on: https://chromium-review.googlesource.com/791330 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#523448}
-
angle-deps-roller@chromium.org authored
https://chromium.googlesource.com/angle/angle.git/+log/629a64498dde..7f5c3eb76834 $ git log 629a64498..7f5c3eb76 --date=short --no-merges --format='%ad %ae %s' 2017-12-12 cwallez Revert "Implement EGL_ANGLE_iosurface_client_buffer" 2017-12-08 jiajia.qin ES31: Fixed the SSBO instance array error Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;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=cwallez@chromium.org Change-Id: Ia21d92a544b78902d54a3033305dfbb4fa7f1eff Reviewed-on: https://chromium-review.googlesource.com/822592Reviewed-by:
angle-deps-roller . <angle-deps-roller@chromium.org> Commit-Queue: angle-deps-roller . <angle-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#523447}
-
Robert Sesek authored
Bug: 598854 Change-Id: Ifb15b66ced051591cbcaf4e28691abc9267fe7a7 Reviewed-on: https://chromium-review.googlesource.com/817794 Commit-Queue: Robert Sesek <rsesek@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#523446}
-
Corentin Wallez authored
https://chromium.googlesource.com/angle/angle.git/+log/629a644..7f5c3eb BUG= TBR=geofflang@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: If669a599167db4f048280ef957551625be3d6a1b Reviewed-on: https://chromium-review.googlesource.com/822174Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#523445}
-