- 11 May, 2018 40 commits
-
-
Amirhossein Simjour authored
When the View is partially outside of the Window, the rectangle bounds should be recalculated with the assumption that the View is started from the edges. This will make sure that Autofill popup shows up on top/bottom of the correct input field, when input fields doesn't fit inside the Window. Bug: 828759 Change-Id: I253fc9febe93e90058f95923a18cdfe5363d2186 Reviewed-on: https://chromium-review.googlesource.com/1044529Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#557953}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/c458fd6963db..b6e96e16f364 $ git log c458fd696..b6e96e16f --date=short --no-merges --format='%ad %ae %s' 2018-05-10 kraynov Introduce sequence_manager tracing category. Created with: roll-dep src/third_party/catapult BUG=chromium:783309 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: Ia4ece1ea1f68336f2e18d6f05800735a6ae8846b Reviewed-on: https://chromium-review.googlesource.com/1055669 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@{#557952}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/244f754cdd6b..103d6f616b40 $ git log 244f754cd..103d6f616 --date=short --no-merges --format='%ad %ae %s' 2018-05-11 bsalomon Define ~GrContextThreadSafeProxy in GrContext.cpp 2018-05-11 jvanverth Shadow fixes to avoid popping. 2018-05-10 csmartdalton ccpr: Bugfix for cropped paths 2018-05-11 bsalomon Make GrCaps and GrShaderCaps private. 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;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=egdaniel@chromium.org Change-Id: I2421ddc5fbe23d9cb6b1b0cf9945e3be191f2469 Reviewed-on: https://chromium-review.googlesource.com/1055601Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557951}
-
John Z Wu authored
//ios/web_view will provide images related to autofill like cvc hint images for unmasking credit cards. Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Iaf83a9e24148cbc7588427e14d0bc0ec86aab616 Reviewed-on: https://chromium-review.googlesource.com/1048847 Commit-Queue: John Wu <jzw@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#557950}
-
Finnur Thorarinsson authored
This fixes the issue with window activation not functioning correctly when notifications are activated while Chrome is running but in the background. Bug: 837796, 734095 Change-Id: I69f5c358ba55fa997e1c3859d653638131f1394c Reviewed-on: https://chromium-review.googlesource.com/1051708 Commit-Queue: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#557949}
-
danakj authored
This is a precursor to deleting WebLayer. It makes WebLayer hold a raw cc::Layer* pointer, forcing each owner of a WebLayer to also own a scoped_refptr<cc::Layer>. Then we can remove the unique_ptr<WebLayer>s in the future. R=pdr@chromium.org Bug: 838693 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: If0f3f68a4fb741acea33b81a1b468a6a3d0a93ad Reviewed-on: https://chromium-review.googlesource.com/1054589Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#557948}
-
Anna Offenwanger authored
Chrome for windows does not support the relative orientation sensor, so if we are on windows, use the absolute sensor. Bug: 820308 Change-Id: I3630ae8417839d94bedf8901b4f1509ed8e071d0 Reviewed-on: https://chromium-review.googlesource.com/1050372 Commit-Queue: Anna Offenwanger <offenwanger@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#557947}
-
danakj authored
Move the functionality of WebLayerImplFixedBounds directly to GraphicsLayer. When SetContentsToImage() is called, it stores the size of the image. Then when UpdateContentRect() occurs, the image_layer_ (which is the contents layer) is resized always to match the image, and transformed to fill the content_rect. The PaintArtifactCompositor was mutating the contents layer bounds which would break this path, but it didn't intend to do so for layers it doesn't control. So we move bounds setting out of PaintArtifactCompositor for foreign layers, and set the bounds and DrawsContent(true) at the sites where the ForeignLayerDisplayItem is created when appropriate (ie for each case except for GraphicsLayer::ContentsLayer()). With the removal of WebLayerImplFixedBounds there are no tests left in cc_blink_unittests, so we remove the test suite. R=trchen@chromium.org Bug: 838693 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I2fee4f382eb450af4646a087a08806798a975dd7 Reviewed-on: https://chromium-review.googlesource.com/1053765Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#557946}
-
Becca Hughes authored
Force enable on desktop for Web Audio. BUG=841933 Change-Id: I29a5257973c777c84c046576518e970d7cb0d2ba Reviewed-on: https://chromium-review.googlesource.com/1054433 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#557945}
-
Bailey Berro authored
- Moves CSS for error messages from the cups printers page to the settings shared style so that it can be reused by other error messages. - Switches Printers Page from using a custom message to using a cr_toast. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I979499a8762e2405497a2ef9f090246c775c5269 Reviewed-on: https://chromium-review.googlesource.com/996618Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#557944}
-
Brian Salomon authored
Bug: 826819 Change-Id: Ia6eaca75fe43f9d9ec94f8fe644a44e8e7436675 Reviewed-on: https://chromium-review.googlesource.com/1054520Reviewed-by:
Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#557943}
-
Douglas Creager authored
Bug: 799253 Change-Id: Id1fceef526edee6f239c0d7ca0ed8e091b4c638f Reviewed-on: https://chromium-review.googlesource.com/1052888Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Douglas Creager <dcreager@chromium.org> Cr-Commit-Position: refs/heads/master@{#557942}
-
Tetsui Ohkubo authored
ToggleInlineSettings assumed |settings_row_| to exist. However, it wasn't always the case. TEST=manual BUG=829240 Change-Id: I0a95bf830f616fd7c380fdf19009da00f53ba3b3 Reviewed-on: https://chromium-review.googlesource.com/1053933Reviewed-by:
Evan Stade <estade@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#557941}
-
Mustafa Çamurcu authored
Currently test events use a seperate path for IME because they don't have an MSG attached to them. This causes discrepancies between tests and actual functionality. This cl removes the seperate path and creates an MSG for all events. This change also revealed that MenuRunnerTest.NonLatinMnemonic was passing even though the functionality it tests doesn't actually work on Windows. It sends a WM_CHAR event without sending WM_KEYDOWN event and a WM_CHAR event alone is not sufficient to select a menu item. Change-Id: I2be217fe65e9681a60e4405eb0982d838cf8f37d Reviewed-on: https://chromium-review.googlesource.com/1048246 Commit-Queue: Mustafa Çamurcu <camurcu@google.com> Reviewed-by:
Shu Chen <shuchen@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#557940}
-
Peter Mayo authored
repeat run layout tests with addition-driver-flag=enable-blink-gen-property-trees merge observations with expectations until no unexpected results seen 6 rounds for that sync and build. Bug: 836897 Change-Id: Ic5145522cc6de2ffce7b073fccba25d202c8790b Reviewed-on: https://chromium-review.googlesource.com/1047187 Commit-Queue: Peter Mayo <petermayo@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#557939}
-
Mathieu Perreault authored
Change from checking the group name, to base::Feature Bug: 841772 Test: AutofillExperimentsTest Change-Id: I576c309e82f5275ec4367116612fb8c8d5ebf06b Reviewed-on: https://chromium-review.googlesource.com/1053756Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#557938}
-
Sergey Ulanov authored
Previously PathProviderFuchsia() was calling MakeAbsoluteFilePath(), which requires blocking IO, so it was DCHECKing on threads where blocking IO is not allowed. This issue was breaking debug builds of content_shell. Since we package all binaries produced in chromium, argv[0] is expected to contain full path to the binary, so it's not necessary to call MakeAbsoluteFilePath(). Bug: 787020 Change-Id: I45637ac6402ff6da1993ec571ad719a28210e721 Reviewed-on: https://chromium-review.googlesource.com/1055681Reviewed-by:
Scott Graham <scottmg@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#557937}
-
Devlin Cronin authored
The ExtensionFunction::GetAssociatedWebContentsDeprecated() method is unpredictable and can return surprising values in certain circumstances. It is deprecated and should be removed to ensure that callers are using the WebContents they expect. Update the fileManagerPrivate API to use GetSenderWebContents() instead. The fileManager API was using GetAssociatedWebContents() to find a WebContents to use for an opaque ID for the SelectFileDialogExtension dialog. However, the WebContents that is used for the dialog is determined by FindRuntimeContext() is SelectFileDialogExtension, which uses the window from the dialog to determine which WebContents to use. In practice, GetAssociatedWebContents() only worked because both GetAssociatedWebContents() and FindRuntimeContext() fell back to using the active tab if all else failed. Instead, make the opaque ID for a WebContents be based on the WebContents that would actually be used by the SelectFileDialogExtension. Bug: 461394 Change-Id: Id8607fd60a2cc6a6fb1cd14b3174c33bda79c8b4 Reviewed-on: https://chromium-review.googlesource.com/1021680Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557936}
-
Sergey Ulanov authored
1. Moved fdio to deps instead of public_deps in //base 2. Added direct deps on FDIO in targets that need it, particularly in mojo. 3. Also replaces some deps with public_deps in //mojo/edk/test:test_support to reflect set of header deps in the headers exported by that target. 4. Small cleanups in mojo/edk/BUILD.gn to make it more readable. 5. Updated build/config/fuchsia/BUILD.gn to avoid dependency on internals of third_party/fuchsia-sdk/BUILD.gn. Bug: 707030 Change-Id: I402d3cd0d1d709aa381fa10e6fc6dfdb8e7e060c Reviewed-on: https://chromium-review.googlesource.com/1052608 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#557935}
-
Zach Helfinstein authored
Change-Id: Ib49704e55955ab08a7c6afaa9818d34068dd0831 Reviewed-on: https://chromium-review.googlesource.com/1052492Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Zach Helfinstein <zhelfins@chromium.org> Cr-Commit-Position: refs/heads/master@{#557934}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/2bda0ab6..43ae3f6d Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Ic52a4786b99ee93c4e9dd5849f761fe7b26cc4d1 Reviewed-on: https://chromium-review.googlesource.com/1054483Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#557933}
-
Emily Hanley authored
Bug: 804982 Change-Id: I35b6ab2f44a47db084400451dbf360197d54e442 Reviewed-on: https://chromium-review.googlesource.com/1053758 Commit-Queue: Emily Hanley <eyaich@chromium.org> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#557932}
-
Sahel Sharify authored
InputHandlerProxy::HandleGestureScrollUpdate returns DROP_EVENT for the common scrolling path when the scroller is at its extent and the event hasn't caused any scroll. This cl makes sure that the function also returns DROP_EVENT for the smooth (animated) scroll path when the scroller is at its extent. This change is necessary for excluding the GSU events that arrive when the scroller is at its extent from scrolling performance metrics. Bug: 773740 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I6bfa93da23728888c16e673e21b881ab5f6baac4 Reviewed-on: https://chromium-review.googlesource.com/1054529Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Sahel Sharifymoghaddam <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#557931}
-
Andrew Grieve authored
Bug: 636474 Change-Id: I303c9f2f2bd65bf3ba8e7041c72d6ddb75529adf Reviewed-on: https://chromium-review.googlesource.com/1055609Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#557930}
-
Victor Costan authored
TBR: jam Change-Id: I205f31a13db8b5bb990627c190a9c4d8c2cb156f Reviewed-on: https://chromium-review.googlesource.com/1055204 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557929}
-
Amirhossein Simjour authored
When the size of the autofill changes, the container should update its size accordingly. Bug: 834096 Change-Id: I9fdf7cc04b4572d51ffd2e1ab9f6e7fcc596ae8c Reviewed-on: https://chromium-review.googlesource.com/1055617Reviewed-by:
Biao She <bshe@chromium.org> Commit-Queue: Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#557928}
-
Andrew Grieve authored
Bug: 834191 Change-Id: I3a0d79f4d281e426d41951080eb4551b646aab92 Reviewed-on: https://chromium-review.googlesource.com/1054731 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#557927}
-
Charlie Andrews authored
R=nednguyen@chromium.org Bug: 842232 Change-Id: Iacafeec6abed7d36ef2a2cb06c0bd7919f9eab94 Reviewed-on: https://chromium-review.googlesource.com/1055730Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#557926}
-
Max Morin authored
This is a reland of 539d243b Tests are updated to wait for a signal from the specific even they're waiting for, rather than just running a run loop. Ran a few hundred iterations each on debug, release, tsan, and asan to verify that the test is working as expected now. Original change's description: > Add a new RenderFrameAudioInputStreamFactory > > It checks that the stream is allowed and forwards the request to the > relevant ForwardingAudioStreamFactory if so. This will cause > the stream to be served by the audio service. > The old RenderFrameAudioInputStreamFactory which creates streams > living in content/ is renamed to > OldRenderFrameAudioInputStreamFactory. Since the class was renamed, > the files were moved (by adding "old_" to the beginning). No need to > review those files. Also note that replacement is diffed against > the previous implementation. It's probably best to just ignore the diff > and review render_frame_audio_input_stream_factory{.cc,.h,_unittest.cc} > as new files. > > The same flag as for output is used to switch between the old factory > and the new one. > > Approximate diagram of stuff: > https://docs.google.com/drawings/d/1_ZIKj6lihGKRjq4Mflduitmkn_REqpHFeqVNelBGHHk/edit > > Bug: 830493, 836226 > Change-Id: Ib0f58a52d849a48ba79405f0d499444c66029b58 > Reviewed-on: https://chromium-review.googlesource.com/1050245 > Commit-Queue: Max Morin <maxmorin@chromium.org> > Reviewed-by: Nasko Oskov <nasko@chromium.org> > Reviewed-by: Guido Urdaneta <guidou@chromium.org> > Cr-Commit-Position: refs/heads/master@{#557832} // Tbr since only tests were changed. Tbr: Bug: 830493, 836226 Change-Id: Ib0dbb37f7e4b170d0bf6defef081b867214a6740 Reviewed-on: https://chromium-review.googlesource.com/1054237 Commit-Queue: Max Morin <maxmorin@chromium.org> Reviewed-by:
Max Morin <maxmorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#557925}
-
Carlos IL authored
Added 'BundledConnectionHelp' and 'SupervisedUserCommittedInterstitials' to Variations testing config. Bug: 755632, 803178 Change-Id: I83a544c91570f715c56848578859d858e2e9b42b Reviewed-on: https://chromium-review.googlesource.com/1055647Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#557924}
-
https://chromium.googlesource.com/chromiumos/chromite.git/+log/ec4bbb378159..746c45d5d8b1 $ git log ec4bbb378..746c45d5d --date=short --no-merges --format='%ad %ae %s' 2018-05-09 rrangel cros_gdb: Make remote debugging more reliable Created with: roll-dep src/third_party/chromite The AutoRoll server is located here: https://chromite-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=chrome-os-gardeners@chromium.org Change-Id: Ibdc3aed3c94c877a680ec1a801dcc6c6a5461b43 Reviewed-on: https://chromium-review.googlesource.com/1055604Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#557923}
-
Joshua Peraza authored
a7c30f05016b Fix a few small issues found by GCC 439ba730c5ae Implementation in C++ of HTTPTransport test server 0e144fb9aeff Add missing http_transport_test_server to gyp build 7274c9823f9b fuchsia: Various build fixes for building in Fuchsia tree d051e00cd85a android: name crashpad_handler like a loadable module 78689cc81021 fuchsia: Depend on fdio_config when in-tree 2ddfb4cd3c79 fuchsia: CaptureContext for arm64 60ae9eeadb4a Implementation of HTTPTransport via raw socket d4533dc92bff Add override for overridden function 63d331e57aac fuchsia: Fix child process reader test to do what it should be doing 5636102fb418 Implement unlengthed response read in HTTPTransport a107b8b95d04 fuchsia: Identify and include stack mapping in dump bce68d7975ba fuchsia: Miscellaneous fixes to get symbol resolution working d766e659bb3e Roll mini_chromium to 40cb6722 240e28df2b88 Make run_with_crashpad buildable on Fuchsia too a279673974e0 fuchsia: Implement execvp() equivalent for run_with_crashpad 847d06db2946 fuchsia: Add header with shared exception port key e78789b9e0c2 fuchsia: Add implementation of ExceptionSnapshot c82309f0e599 fuchsia: Implement StartHandler() and ExceptionHandlerServer 02adab2e80c7 fuchsia: InitializeException, and write dump in exception handler 31703a585fb3 fuchsia: When in Fuchsia tree, disable tests requiring external files f115659a6723 fuchsia: Include crashpad_database_util in package f55a8d4ff3f2 fuchsia: Work around lack of packaging in Fuchsia tree build e2b934cc404a fuchsia: Don't depend explicitly on the x64 toolchain 19e6087bb208 Don't restrict ImageAnnotationReader to a module's address range 95a052dc0d0d fuchsia: When in Fuchsia, move helper binaries to subdir cc1573cd52f1 fuchsia: Fix compile error after 19e6087bb ef6d91b16616 Update cpp-httplib to 37130cd NOPRESUBMIT=true Change-Id: I0529f598023f06153d521c2f2b5f62fdd66c3bc8 Reviewed-on: https://chromium-review.googlesource.com/1052489 Commit-Queue: Scott Graham <scottmg@chromium.org> Reviewed-by:Scott Graham <scottmg@chromium.org> Cr-Commit-Position: refs/heads/master@{#557922}
-
Frank Barchard authored
Roll libyuv from r1708 to r1710 for fix to odd width extract alpha. Log of all changes in this roll a7fb978 ARGBExtractAlphaRow_Any_AVX2 fix pixel count mask by Frank Barchard · 49 minutes ago master a8aa921 Allow negative height when ConvertToI420/ARGB is called with NV12/NV21 by Robert Bares · 3 weeks ago 5669005 Skip cipd dependencies when autorolling. by Patrik Höglund · 3 weeks ago b8696fd add const to casts by Johann · 4 weeks ago 7e5e127 use attribute to alias for punning float to int by Frank Barchard · 4 weeks ago 2edf674 update linux makefile with mips/msa files by Johann · 4 weeks ago 190fb79 row_common.cc: add const to cast by Johann · 4 weeks ago 6e49847 Really fix building with clang targeting x86_32 mingw, remove duplication by Martin Storsjö · 4 weeks ago ebbe88a remove LICENSE_THIRD_PARTY by Johann · 4 weeks ago 8b8f872 Migrate autoroller from roll-dep-svn to gclient setdep by Oleh Prypin · 4 weeks ago BUG=libyuv:798 TESTED=try bots tested Change-Id: Id8228e402e30972c826361c5823c5e0f1d919192 Reviewed-on: https://chromium-review.googlesource.com/1055197Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org> Cr-Commit-Position: refs/heads/master@{#557921}
-
Eric Karl authored
Unlike AndroidOutputSurface and GLOutputSurface, GpuBrowserCompositorOutputSurface did not use a weak pointer for callbacks, instead de-registering them in its destructor. This de-registration was missed in my recent callback refactoring. Rather than give a way to de-register the new style of swap callbacks it seems easier to bring GpuBrowserCompositorOutputSurface in line with the other output surfaces and have it handle this via a weak pointer. Bug: 840788 Change-Id: I50e38e0b065b857e575aba6a07ca7e3ed716be46 Reviewed-on: https://chromium-review.googlesource.com/1053108 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#557920}
-
Fady Samuel authored
This CL generalizes RenderWidgetHostViewBase::ResizeDueToAutoResize to RenderWidgetHostViewBase::DidUpdateVisualProperties Instead of just passing the new viz::LocalSurfaceId and viewport size, we pass in the RenderFrameMetadata up the hierarchy. This is useful for synchronizing text selection handles across OOPIFs (since we need to transform text selection handles up the hierarchy) and top bar controls in the general case: https://docs.google.com/document/d/1CJf8_EQON3DY58JoHi6oTPV7iIIMBbNqB8CN6DPJd8s/edit#heading=h.mz47wray3bxa This doc discusses how a new rootScroller feature may be added to the web platform and this additional plumbing allows us to address this use case. Change-Id: Iafd74ce470f563efa83fb17178676478b33cdea7 Reviewed-on: https://chromium-review.googlesource.com/1054610Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#557919}
-
Tibor Goldschwendt authored
This darkens the normal gradient. Bug: 842199 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ic22ecf9262fc9641ca766ab14802c90804d5474d Reviewed-on: https://chromium-review.googlesource.com/1055651Reviewed-by:
Biao She <bshe@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#557918}
-
Maksim Sisov authored
Make sure that software compositing is forced only when params.force_software_compositing is used. Change-Id: I468c04421c9d9a79db79d13f2e08405ccc4e51e3 Reviewed-on: https://chromium-review.googlesource.com/1051828Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#557917}
-
Kyle Horimoto authored
Now, PendingConnectionRequestBase handles notifying the ConnectionDelegate of connection failures itself. This moves the responsibility for mapping an arbitrary FailureDetailType to PendingConnectionRequestBase itself; this is the more appropriate place to handle this since this class it the one responsible for determining if connection requests should fail without a successful connection. Bug: 824568, 752273 Change-Id: I022f7030325314157fceeaf41338877b0ec967fc Reviewed-on: https://chromium-review.googlesource.com/1054207Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#557916}
-
Sergey Ulanov authored
test fonts are now packages as part of app package on fuchsia, so they can be loaded from /pkg/test_fonts. Bug: 787020 Change-Id: Ie8507d42cb92b518b83193a448643145c3539fe1 Reviewed-on: https://chromium-review.googlesource.com/1054573Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#557915}
-
Bence Béky authored
This is a follow-up CL to https://crrev.com/c/1028984. Change-Id: I16edc81639f67b115761f1f6c5d5351dca2f2f11 Reviewed-on: https://chromium-review.googlesource.com/1054514Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Bence Béky <bnc@chromium.org> Cr-Commit-Position: refs/heads/master@{#557914}
-