- 19 Oct, 2017 40 commits
-
-
Ria Jiang authored
Before this CL we were checking if the primary surface info is set for window->layer() to see if that window is a child surface. However, we were checking at the wrong layer and there's no clean way to get the layer that we actually set the primary surface info on. local_surface_id should be set only for child surfaces so checking if that is valid should be sufficient to determine whether a window is a child surface or not and get the value if necessary. Bug: 732395 Test: aura_unittests Change-Id: I29ba755392f294dbada7378ebb862e8ac844dfd7 Reviewed-on: https://chromium-review.googlesource.com/726843 Commit-Queue: Ria Jiang <riajiang@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#510124}
-
Adithya Srinivasan authored
Inlines the cache check and value retrieval in LocalNameUpper. This appears to improve Node::nodeName by 6% in RuntimeCallStats. Bug: Change-Id: I0b96d6989365ed731f92750ed238d1d3adc9420d Reviewed-on: https://chromium-review.googlesource.com/721466 Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#510123}
-
Xi Han authored
If |loggedIntentUrlParam| is in the AndroidManifest, we want to rewrite the URL to |start_url| appended with the original URL as a query parameter defined in |loggedIntentUrlParam|. The site for the WebAPK will know that the request is comming from a WebAPK, and doesn't redirect the url to a url which is out of the scope of the requested WebAPK. Otherwise, the url will be loaded in a CCT on top of the WebApkActivity. Bug: 775605 Change-Id: I6f24ea2c13c239812d2ba1d51d4898c1cd191856 Reviewed-on: https://chromium-review.googlesource.com/723846 Commit-Queue: Xi Han <hanxi@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#510122}
-
bsheedy authored
This adds TestVrShellDelegate, which extends VrShellDelegate and does two things: 1. Removes the need for @VisibleForTesting annotations in VrShellDelegate. 2. Allows us to have test-only code for VrShellDelegate without affecting production code if necessary. Bug: 775259 Change-Id: I1bb4beed2d88ba774a3fe28fa6799e0b8bee1113 Reviewed-on: https://chromium-review.googlesource.com/723769Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#510121}
-
Will Chen authored
This eliminates a lot of the code duplication between the new and legacy integration test frameworks by making cache-storage-test.js a small wrapper to load the new application_test_runner modules. This also ports a couple changes that were made in cache-storage.js and didn't get copied over. Bug: 667560 Change-Id: Idf2d025de175f51ab6aafb9b24bd730990cab95a Reviewed-on: https://chromium-review.googlesource.com/726890Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Will Chen <chenwilliam@chromium.org> Cr-Commit-Position: refs/heads/master@{#510120}
-
Robert Sesek authored
The BTree leaf structure contains a length and embedded string. Check that the length of the embedded string is not larger than node containing the leaf. Bug: 776307 Test: Covered by fuzzer. Change-Id: I2c39c55b42da34bcc8cb26c481e269b66b19811d Reviewed-on: https://chromium-review.googlesource.com/728084Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#510119}
-
Ilya Nikolaevskiy authored
Metric reporting is in WebRTC in this CL: https://webrtc-review.googlesource.com/c/src/+/12260 Bug: webrtc:8355 Change-Id: I8e053a456f758940f76b1660e9c515ada909719c Reviewed-on: https://chromium-review.googlesource.com/727883Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@chromium.org> Cr-Commit-Position: refs/heads/master@{#510118}
-
Helen Li authored
This CL adds an interface to allow consumers to subscribe/unsubscribe to network change events. - mojom::NetworkChangeManager Listens to net::NetworkChangeNotifier and propagate notifications to mojom::NetworkChangeManagerClient. NetworkService will have a pointer to the impl of this interface. - mojom::NetworkChangeManagerClient The implementation of this interface(content::NetworkConnectionTracker) receives notifications from mojom::NetworkChangeManager, and then sends those down to its observers. Design doc: https://docs.google.com/document/d/1kBp_vTIH-1Jx4M9DN7mnqRRyUmeHe3BZ1NqTbsJ4_S8/edit Bug: 754709 Change-Id: Ia98dc41da9bb618fd00adfd6412d70d839cd13bb Reviewed-on: https://chromium-review.googlesource.com/644352 Commit-Queue: Helen Li <xunjieli@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#510117}
-
Sergey Ulanov authored
The new backend reuses most of ALSA backend. There are two parts that are different: - Added new AudioOutputStreamFuchsia to be used instead of AudioOutputStreamAlsa. - Added stub for SystemVolumeControl. Bug: 772488 Change-Id: Icacb070323f30c3d7e6a50bd1f5cf5a58c4251f9 Reviewed-on: https://chromium-review.googlesource.com/722323 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
James Robinson <jamesr@chromium.org> Cr-Commit-Position: refs/heads/master@{#510116}
-
Scott Graham authored
Step 1 of ye ol' 7 step plan: https://chromium-review.googlesource.com/c/chromium/src/+/726314#message-4899c168cc8c4d3ec18d1442a7697fe9645ee185 Bug: 758256 Change-Id: I1002527dae80f0af3ac670914bf0c8b4d1dab6d9 Reviewed-on: https://chromium-review.googlesource.com/727140Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#510115}
-
Yuqian Li authored
Change-Id: Ic70101aa4d68e82dd77aaaa85a20dae95be39a08 Reviewed-on: https://chromium-review.googlesource.com/725820Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#510114}
-
James Cook authored
We get utility process crashes on Windows (via Crashpad) but we don't get them on Linux or Chrome OS (via Breakpad). Enable breakpad for utility processes as well. utility process, see crash uploader logging its upload attempt Bug: 776022 Test: run chrome --enable-crash-reporting-for-testing and crash the Change-Id: Iaaec05ab856bb1c2515e0798a7c2caf6adacc5d3 Reviewed-on: https://chromium-review.googlesource.com/726852Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#510113}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/17c3128d..ae262c24 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 Change-Id: Iee0a4358765c7ec483cb0262bf82c1cf1b631ac8 Reviewed-on: https://chromium-review.googlesource.com/728179Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#510112}
-
Andrey Pronin authored
If owning a tpm was interrupted after TpmCanAttemptOwnership was issued but before the tpm was owned, the tpm could forever remain uninitialized. Re-issue the command on each boot if cryptohomed does not report that the tpm is ready to make sure the signal is not missed. The command is relatively cheap in any case - it launches an async thread that checks if all initializations are done, and performs only the missing stages. R=alemate@chromium.org Bug: b/66923649 Change-Id: I3be0c4c8ee8fd2c21ddab930346c1a1deb069135 Reviewed-on: https://chromium-review.googlesource.com/688763Reviewed-by:
Darren Krahn <dkrahn@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrey Pronin <apronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#510111}
-
Wez authored
When trying to send a platform handle represented as a file descriptor cross-process on Fuchsia, we attempt to transfer the FD in-place which is more efficient than the usual clone + send + close pattern. In some cases the transfer operation fails, however, so we have to make a fresh clone to transfer. This is a re-land of jamesr@'s original fix ( https://chromium-review.googlesource.com/c/chromium/src/+/727027) with a correction to the checking of the transfer() & clone() results. Bug: 776163, 776242 Change-Id: Ie06a8e2e9d914b74fbc0002b32ab4fbfaa936f48 Reviewed-on: https://chromium-review.googlesource.com/727257Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#510110}
-
Miguel Casas-Sanchez authored
This CL makes ManagedDisplayMode copyable and not ref-counted -- this ref-counted-ness was probably so to allow for two find-like methods of DisplayManager to encode in the return value the found-or-not; this CL changed those two signatures in DisplayManager to return a boolean and take an argument: bool GetActiveModeForDisplayId(int64_t display_id, ManagedDisplayMode* mode) bool GetSelectedModeForDisplayId(int64_t display_id, ManagedDisplayMode* mode) The rest is just a lot of updating all call sites. No new functionality is intended. Sizeof(ManagedDisplayMode)= 28B with ref count, 24B w/o Bug: 771345 Change-Id: I975635db2a0709389a29c3350da32d846a9fe8ef Reviewed-on: https://chromium-review.googlesource.com/719996Reviewed-by:
Dan Erat <derat@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
David Reveman <reveman@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#510109}
-
Tien-Ren Chen authored
Added support for squashing layers and threaded scrolling layers. BUG=771643 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iab0ecf45816be33c2a69d743a8cbd13689234402 Reviewed-on: https://chromium-review.googlesource.com/724187Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#510108}
-
Reilly Grant authored
This test expectations file was missed in r509907 because it is not run during the CQ. TBR=timvolodine@chromium.org Bug: 776341 Change-Id: Ifa0adf443f331cfc76ac1e4a026c3fd921c7227a Reviewed-on: https://chromium-review.googlesource.com/728342Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#510107}
-
Yoland Yan authored
Bug: 640116 Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I58306d25a385a75275bb06d1c2bea45160823b17 Reviewed-on: https://chromium-review.googlesource.com/722072Reviewed-by:
Yash Malik <ymalik@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Yoland Yan <yolandyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#510106}
-
John Heroy authored
This change ensures that the ARC user preference for SMS Connect is false if the feature flag is disabled, and the user-set preference (default: true) when the feature flag is enabled. Bug: 718617 Change-Id: I8389cf0082b29c3356d760acf44c83d8b8cf0848 Reviewed-on: https://chromium-review.googlesource.com/726322Reviewed-by:
David Jacobo <djacobo@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: John Heroy <jheroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#510105}
-
Xianzhu Wang authored
The test was broken because of changed layer tree dump format. Updated according to the current format and composited scrolling behavior. Bug: 639427 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Icc051f653baca28de6e4c4094525bd4efd4eb2de Reviewed-on: https://chromium-review.googlesource.com/726974Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#510104}
-
tzik authored
WTF::RefPtr used to have a scoped_refptr, but RefPtr is an alias of scoped_refptr now. This updates the member access in the pretty printer to fix the WTF::String printing. Also, this CL drops OwnPtr and RefPtr pretty printer that are no longer needed. Bug: 763844 Change-Id: Ifb9418d6f5487a4ebc97c2c7b6c0b563746299a7 Reviewed-on: https://chromium-review.googlesource.com/727781Reviewed-by:
Aleks Totic <atotic@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#510103}
-
Yi Gu authored
We do not need the feature any more since the experiment of not compositing small scrollers is done. See crbug.com/684631. Bug: 775643 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I9f0d6c82ffd4d3813630b74ed20f4d44d7fd166f Reviewed-on: https://chromium-review.googlesource.com/723982Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#510102}
-
Eugene But authored
On iOS 11 WKWebView does not repaint after crash and reload. Recreating web view fixes the issue. It seems like the problem is not reproducible if web view scroll view remain in the default position, but it's impossible to check if web view was scrolled once the renderer has crashed. Recreating web view should not have visible performance implications, so it will be more reliable to purge it unconditionally if renderer has crashed. Bug: 770914 Change-Id: I84feede9e54e4371aaf36b47db0fc9878e7518a9 Reviewed-on: https://chromium-review.googlesource.com/727401 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#510101}
-
Sylvain Defresne authored
Bug: 760556 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I5a892956e3b3247d1c01d42f1c6a04bb4a9ec8b1 Reviewed-on: https://chromium-review.googlesource.com/727023Reviewed-by:
Rohit Rao (ping after 24h) <rohitrao@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#510100}
-
Sylvain Defresne authored
Inspecting the code revealed that ContextualSearchController -panel property was never set, and that the delegate passed to initializer was always a mock with no method mocked. It follows that _panelView, _searchResultView and _headerView are always nil, and the delegate method always returned default value and were doing nothing. Remove all code that can be proved to be dead based on those observation and the fact that calling a method on nil received does nothing and return the default value for the method selector. Bug: 775332 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I9fbd18c97e1f19f91384bb54d3102e2509f4ccb0 Reviewed-on: https://chromium-review.googlesource.com/727472Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#510099}
-
Ahmed Fakhry authored
The spec suggests showing a broken image icon when and <img> element has an alt text attribute but no src attribute. To avoid this, we set the alt text only when we set the src of the img element. BUG=773985 TEST=manual Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I3884e736a8a7b0e3fa40ea483882d20916a81a00 Reviewed-on: https://chromium-review.googlesource.com/727107Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#510098}
-
Olivier Robin authored
IsLabelValid checks if an inferred label is valid or not. A valid label does not contain only special characters. Special characters are " *:-()\u2013" as defined in FormOrFieldsetsToFormData in form_autofill_util.cc. Bug: 762970 Change-Id: Id44b9efc2500de638c54336ac589c68127d33be9 Reviewed-on: https://chromium-review.googlesource.com/722699 Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Roger McFarlane <rogerm@chromium.org> Cr-Commit-Position: refs/heads/master@{#510097}
-
John Budorick authored
Bug: 775895 Change-Id: I1c1c59425bea8a8690b8e8706a4e0c7ce96033bf Reviewed-on: https://chromium-review.googlesource.com/727196Reviewed-by:
Yoland Yan <yolandyan@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#510096}
-
Mattias Nissler authored
This is so translators know the term TPM should not be translated. BUG=b:67662440 TEST=None Change-Id: I8b41f440866db2a5a53a310d41cf4d63360bb979 Reviewed-on: https://chromium-review.googlesource.com/720806Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Mattias Nissler <mnissler@chromium.org> Cr-Commit-Position: refs/heads/master@{#510095}
-
Ella Ge authored
Use float coordinates conversion and remove truncation in render host. This CL doesn't expose the fractions to the web because of truncation in later stages in event pipeline. Bug: 456625 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_site_isolation Change-Id: I30803bf5eab3b0fbe71abef6eaaf16a468770f15 Reviewed-on: https://chromium-review.googlesource.com/692175 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#510094}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/6fb802e2b2e3..0341f160befa $ git log 6fb802e2b..0341f160b --date=short --no-merges --format='%ad %ae %s' 2017-10-18 mtklein replace gInited with SkOnce Created with: roll-dep src/third_party/skia Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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=benjaminwagner@chromium.org Change-Id: Ie7fd1b983ecb29a6145c7ab5d489dce05de231b1 Reviewed-on: https://chromium-review.googlesource.com/728201Reviewed-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@{#510093}
-
Jonathon Kereliuk authored
No functionality change, but commands are ordered as they appear in spec followed by the commands only in the JSON wire protocol, then the ChromeDriver only commands Bug: Change-Id: Ib0dbd5775cf91979603e66a0bcb3669a7d4cca51 Reviewed-on: https://chromium-review.googlesource.com/717026 Commit-Queue: Jonathon Kereliuk <kereliuk@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#510092}
-
Maxim Kolosovskiy authored
In case of long username, the beginning of value should be visible. Bug: 770055 Change-Id: I09423d0131e7198de69211a020e38eaff2b7c503 Reviewed-on: https://chromium-review.googlesource.com/728099Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#510091}
-
Dan Elphick authored
Pass through the Abort message to the DownloadService for any outstanding downloads matching the given job_unique_id. Update abort unit tests to verify that the download successful messages do not get delivered. Change-Id: I600a3f102047939d7189dc6d30e9ca88eedf4c04 Bug: 758562 Reviewed-on: https://chromium-review.googlesource.com/723321Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
John Mellor <johnme@chromium.org> Commit-Queue: Dan Elphick <delphick@chromium.org> Cr-Commit-Position: refs/heads/master@{#510090}
-
Olivier Robin authored
It is based on the logic in string16 InferLabelFromValueAttr(const WebFormControlElement& element) in chromium/src/components/autofill/content/renderer/form_autofill_util.cc. Bug: 762970 Change-Id: I5f0c2963111289cf5f043415176624644c58938b Reviewed-on: https://chromium-review.googlesource.com/721699Reviewed-by:
Peter Lee <pkl@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#510089}
-
webrtc-autoroll@chromium.org authored
https://webrtc.googlesource.com/src.git/+log/117c48291cbf..bd83b914c352 $ git log 117c48291..bd83b914c --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, see: http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium#TOC-Failures-due-to-DEPS-rolls 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: I893e6fa091b27d5437f703590c07f50a4e5a7367 Reviewed-on: https://chromium-review.googlesource.com/728200Reviewed-by:
WebRTC Roll Bot <webrtc-autoroll@chromium.org> Commit-Queue: WebRTC Roll Bot <webrtc-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#510088}
-
kylechar authored
With --enable-viz the host portion of the renderer cannot access FrameSinkManagerImpl or create CompositorFrameSinkSupports. Update so that viz doesn't immediately crash. The --enable-viz flag should work for basic websites on Linux desktop Chrome now. OOPIF and PDF Viewer are not implemented however. Bug: 770833, 732903 Change-Id: I373e02a221361b362f0eb35cc91d7d1a6b7c73a5 Reviewed-on: https://chromium-review.googlesource.com/724222 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#510087}
-
Jonathan Metzman authored
Bug: 776125 Change-Id: I4f5e788dccd9aca77ad58c45db75027f5288a629 Reviewed-on: https://chromium-review.googlesource.com/727075 Commit-Queue: Jonathan Metzman <metzman@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Reviewed-by:
Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/master@{#510086}
-
Elly Fong-Jones authored
This change: 1) Migrates the existing long title strings to corresponding message strings 2) Adds new short title strings 3) Adds titlecase variants for titles that did not previously have them Bug: 700196 Change-Id: I2f1373fabeeb4e9ad946374c2f00a3fe46904ccf Reviewed-on: https://chromium-review.googlesource.com/723939 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#510085}
-