- 20 Jul, 2017 40 commits
-
-
chenwilliam authored
Make our git diffs decent! Preparation for: https://chromium-review.googlesource.com/c/572164/ Bug=667560 Review-Url: https://codereview.chromium.org/2982263002 Cr-Commit-Position: refs/heads/master@{#488477}
-
rlanday authored
When I added this method, I had added some extra logic for the case where we have a collapsed selection to make it find spell check markers the caret is touching an endpoint of. This was to support the spell check menu on Android, where tapping the endpoint of a word brings up the menu (on other platforms you need to right-click in the interior of the word for spell check options to appear in the context menu). Upon further reflection, we decided we should put this logic somewhere else. We're going to keep this method around though because we're going to make use of it in ContextMenuClient::SelectMisspellingAsync(). I'm renaming this method to GetSpellCheckMarkerUnderSelection() to try to make the name less misleading. BUG=736181 Review-Url: https://codereview.chromium.org/2954763002 Cr-Commit-Position: refs/heads/master@{#488476}
-
Ali Tofigh authored
This adds UMA histograms for keeping track of how long it takes for the Chrome Cleaner to scan and clean user's machines as well as the time it takes for users to interact with the Chrome Cleaner prompt dialog. Bug: 746987 Change-Id: If4d70c196f68c462834cb0c1e8a82a8bfaa6ea05 Reviewed-on: https://chromium-review.googlesource.com/580087 Commit-Queue: Ali Tofigh <alito@chromium.org> Reviewed-by:
Robert Shield <robertshield@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#488475}
-
Alex Newcomer authored
Instead of transitioning to HALF or FULLSCREEN_SEARCH whenever the search query is not empty, transition only when the query is not empty and contains some non-whitespace characters. This will be changed when Zero Query State is introduced, at a later date. for-Commit-Position: refs/heads/master@{#487254} Bug: 746048 Change-Id: I78a2eb73589d3a13c2213d9f4f1d26f2c6162dc8 Reviewed-on: https://chromium-review.googlesource.com/578470Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#488474}
-
Sammie Quon authored
Change some of the strings on the palette tray buble. Test: none Bug: 747148 Change-Id: I22a2a2480f2884091bffb1f5b9ac4bd04581990c Reviewed-on: https://chromium-review.googlesource.com/580365Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#488473}
-
Pavel Feldman authored
Bug: 742990 Change-Id: Ibe303f5e0f5a94015adad2b0d90de963b25d61fb TBR: tsepez (removing params from ipc message) Reviewed-on: https://chromium-review.googlesource.com/572222 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#488472}
-
maxlg authored
BUG=738495 Review-Url: https://codereview.chromium.org/2962353002 Cr-Commit-Position: refs/heads/master@{#488471}
-
Ian Vollick authored
This allows transitions on UiElements to leverage visibility animations. Bug: None Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: I5c362d2d6b90de5fa9702660ef7b3decaa0c0ff2 Reviewed-on: https://chromium-review.googlesource.com/579827 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Yash Malik <ymalik@chromium.org> Cr-Commit-Position: refs/heads/master@{#488470}
-
Alexei Filippov authored
Drive-by: Fix Save profile button alignment Change-Id: I2ebafe68d006ec070285b1e6b2cda593e4101486 Reviewed-on: https://chromium-review.googlesource.com/579797Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#488469}
-
Hiroshige Hayashizaki authored
This reverts commit 95176184. Reason for revert: Revert code for investigation before going to beta, as planned. Original change's description: > Add CHECK()s to investigate Issue 737392 > > ImageResourceContent::content_status_ is suspected to be reset to > kNotStarted (i.e. 0) during ImageResourceContent::UpdateImage(), > but therer is no code that sets content_status_ to kNotStarted > explicitly. > > This CL adds CHECKs() to > - Check whether |this| is garbage collected unexpectedly during > UpdateImage(), and > - Investigate where |content_status_| becomes kNotStarted precisely. > > This is to be reverted before going to beta. > > Bug: 737392 > Change-Id: I2879bc54771a295a2dd77fed6808c1c08668e262 > Reviewed-on: https://chromium-review.googlesource.com/572036 > Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#486986} TBR=kinuko@chromium.org,yoav@yoav.ws,haraken@chromium.org,hiroshige@chromium.org,japhet@chromium.org,kouhei@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 737392 Change-Id: Ia13efe886e50873f3ad0c2375ac12819a0cfb46f Reviewed-on: https://chromium-review.googlesource.com/580427Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#488468}
-
John Rummell authored
Also update the browser_tests for renewal messages to verify that at least one renewal message was actually received. BUG= TEST=browser_tests for renewal still work Change-Id: Idad0059aec02dae4f0910fd9f39846c0a4ac660f Reviewed-on: https://chromium-review.googlesource.com/569198Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Commit-Queue: John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#488467}
-
dpapad authored
Bug: 746294 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: Ie50a57965ca0cea2d5415ac3a6ffea88d6d38201 Reviewed-on: https://chromium-review.googlesource.com/578294Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#488466}
-
Anton Vayvod authored
Enables compiling Media Remoting code on Android. Uses remoting::RendererController to get updates on the WMPI data source and pass the information as well as the codec compatibility info to RemotePlayback. Bug: 517102 Change-Id: I064a223854c1d857434ff228fe47dc89849a0af8 Reviewed-on: https://chromium-review.googlesource.com/538338 Commit-Queue: Anton Vayvod <avayvod@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/master@{#488465}
-
David Roger authored
TBR=phajdan.jr@chromium.org Change-Id: I37975dc4f4db873685696955e7739305b2be8b7f Reviewed-on: https://chromium-review.googlesource.com/579067 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#488464}
-
Fadi Meawad authored
The feature is described in https://github.com/WICG/device-memory and the intent to ship is here: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/8qlTjzRY9Mc Bug: chromium:710702,chromium:718622 Change-Id: If738affc6e171c60ad4b4540c2fec19959a1561a Reviewed-on: https://chromium-review.googlesource.com/579795Reviewed-by:
Shubhie Panicker <panicker@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Fadi Meawad <fmeawad@chromium.org> Cr-Commit-Position: refs/heads/master@{#488463}
-
Steven Holte authored
TBR=bmcquade Change-Id: Id0933c23c20b818dc322ca7f487d1a242df61b4b Reviewed-on: https://chromium-review.googlesource.com/530095 Commit-Queue: Steven Holte <holte@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#488462}
-
Dongseong Hwang authored
RGB texture backed by native GMB cannot be bound to FBO on Intel, but BGR texture backed by native GMB can be bound. When GL_EXT_texture_format_BGRA8888 is supported, as-is chromium doesn't allow BGRA and glTexStorage2D together, because the extensions doesn't define BGRA8 storage format. Now native GBM needs BGR for WebGL hardware overlay, so this CL allows both of them for WebGL context. It's safe because WebGL API doesn't expose BGRA, and DrawingBuffer never use glTexStorage2D(BGRA8). BUG=746069 TEST=run WebGL Aquarium on eve CQ_INCLUDE_TRYBOTS=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 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: I0e74f738beff16826dcc7af5684791712923851c Reviewed-on: https://chromium-review.googlesource.com/576967 Commit-Queue: Dongseong Hwang <dongseong.hwang@intel.com> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Dongseong Hwang <dongseong.hwang@intel.com> Cr-Commit-Position: refs/heads/master@{#488461}
-
Matt Menke authored
It was landed almost a year ago, but was never used. If it turns out we really do need it, can bring it back. Bug: none Change-Id: I8635219b8a3af3c46711ff7931403bf32854f351 Reviewed-on: https://chromium-review.googlesource.com/580387Reviewed-by:
Miriam Gershenson <mgersh@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#488460}
-
Marijn Kruisselbrink authored
This service is currently used only within the same process, and potentially large amounts of data are transfered over its interfaces, so this seems a prime candidate for lazy serialization, and should help some with mojo localstorage performance. Bug: 730475 Change-Id: Iff573b33f1bfda2193d6bfb5366b9d24f8190150 Reviewed-on: https://chromium-review.googlesource.com/580509Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#488459}
-
Scott Little authored
This reverts commit 8a8b48bb. Reason for revert: Speculative revert to fix broken WebUIWebViewBrowserTests, see http://crbug.com/747125 Original change's description: > Enable field trial testing config for GuestViewCrossProcessFrames. > > Bug: 655753 > Change-Id: I756aada2893846878657fe33b405bdb70b23df54 > Reviewed-on: https://chromium-review.googlesource.com/576207 > Commit-Queue: James MacLean <wjmaclean@chromium.org> > Reviewed-by: Alexei Svitkine (slow) <asvitkine@chromium.org> > Cr-Commit-Position: refs/heads/master@{#487966} TBR=asvitkine@chromium.org,lfg@chromium.org,wjmaclean@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 655753, 747125 Change-Id: Id7486ff811442a5fd5e639deaef152e4382a70bc Reviewed-on: https://chromium-review.googlesource.com/580547Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#488458}
-
erikchen authored
This CL is a refactor and has no intended behavior change. By default, TestUkmRecorder no longer sets itself as the global UkmRecorder, which doesn't work for browser tests. TestAutoSetUkmRecorder has the same behavior as the previous TestUkmRecorder. All previous instances of TestUkmRecorder were replaced by TestAutoSetUkmRecorder. Bug: Change-Id: I10da73ff030c0d62cb7c9b1b9d6b4512572ad846 TBR: jam@chromium.org Reviewed-on: https://chromium-review.googlesource.com/580147 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#488457}
-
Kent Tamura authored
Almost all callsites specify the |ok| argument. We should not use default argument for rare cases. Bug: 746157 Change-Id: I1cbc3491a510666a4269a6c993e0d811c29ecf5c Reviewed-on: https://chromium-review.googlesource.com/579108Reviewed-by:
Takayoshi Kochi <kochi@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#488456}
-
Lei Zhang authored
The PDF plugin can receive a request to display a print preview with a 0 page count. It is a special meaning reserved for when the source of the print preview is a PDF. In which case, just load the preview PDF in one shot, instead of loading it incrementally. BUG=746789 Change-Id: I3f9d99ebddffe9cedcc977dca03ccc2638f45011 Reviewed-on: https://chromium-review.googlesource.com/580495Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#488455}
-
Tibor Goldschwendt authored
- This API can be used to exit VR when we encounter an unsupported feature. - Make unhandled page info request use this API. Change-Id: I974466cc40241f570aecb1ac08bb15b510bd57d2 Reviewed-on: https://chromium-review.googlesource.com/578209Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#488454}
-
Quinten Yearsley authored
Previously, the importer would sometimes abandon a potential import even when it passed CQ if there were any failing (flaky) jobs. This CL should make it so that when deciding whether the CQ passed, importer looks only at the latest builds for each builder. Bug: 739119 Change-Id: I126e33191ddc24797501f97ff0834e3f9e45d4bc Reviewed-on: https://chromium-review.googlesource.com/578141 Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Jeff Carpenter <jeffcarp@chromium.org> Cr-Commit-Position: refs/heads/master@{#488453}
-
Fady Samuel authored
SurfaceManager::RequestSurfaceResolution and SurfaceDependencyTracker::RequestSurfaceResolution take in an unused SurfaceDependencyDeadline parameter. This CL removes it. Bug: none Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel Change-Id: I914cd1f45423ef231f76a5b58a29a178a8bbb941 Reviewed-on: https://chromium-review.googlesource.com/580528Reviewed-by:
John Bauman <jbauman@chromium.org> Commit-Queue: Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#488452}
-
Ian Kilpatrick authored
Existing layout is bizarre. Margins for a child are calculated inside the childs layout. This includes the auto margins calculation as far as we can tell. This just does the "simple" margin calculation (no auto etc) as auto margins etc only occur within block layout, which we now control. We may have to refine this to include more behaviour if we discover other cases we don't cover. Bug: 635619 Change-Id: I944ae3435074441f06e118c59f8d2ad317227b32 Reviewed-on: https://chromium-review.googlesource.com/580291 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#488451}
-
pdfium-deps-roller@chromium.org authored
https://pdfium.googlesource.com/pdfium.git/+log/77417ec9e131..3f753f20e9c5 $ git log 77417ec9e..3f753f20e --date=short --no-merges --format='%ad %ae %s' 2017-07-20 rharrison Change length calculation in CFX_StringCTemplate constructor 2017-07-20 art-snake Use enum for pdf object type 2017-07-20 npm Upgrade LibTIFF to 4.0.8 Created with: roll-dep src/third_party/pdfium 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 TBR=dsinclair@chromium.org Change-Id: Iedf571faf2d80398ea6a3fb126fc57d53d8d0446 Reviewed-on: https://chromium-review.googlesource.com/580352 Reviewed-by: <pdfium-deps-roller@chromium.org> Commit-Queue: <pdfium-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#488450}
-
Nate Fischer authored
This adds the chrome://safe-browsing/ WebUI page to WebView. This allows WebView to hardcode URLs for testing Safe Browsing. This includes the resources for the basic chrome://safe-browsing page. As part of this, this adds WebUI to WebView for the first time. This contains 2 changes to get things running for our tests: - Changes a DCHECK_EQ in content layer. This assumption doesn't hold for single process, so it crashes tests running in single process mode. - Adds more SandboxedProcessServices for the test shell. No change is needed for the actual WebView apk, because it already has more than enough SandboxedProcessServices (20). The additional resources result in the following APK size increases for the system_webview_google_apk target: - en-US.pak: 6896 -> 6947 (+51 bytes) - resources.pak: 434005 -> 436285 (+2280 bytes) Bug: 709626 Test: run_webview_instrumentation_test_apk -f SafeBrowsingTest#testSafeBrowsingHardcodedUrls Change-Id: Ie312521b323a5ba5ec37f8c44eaa1f0427587e34 Reviewed-on: https://chromium-review.googlesource.com/576404Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Bo Liu <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#488449}
-
Wei-Yin Chen (陳威尹) authored
Increasing timeout (https://codereview.chromium.org/2826253004) lowered the failure rate. This indicates the tests are not inherently flaky. They just run for longer. Bug: 713172, 747073 Change-Id: I20a039776aa2aa9f70560e8d688f27ef34e6eb6a Reviewed-on: https://chromium-review.googlesource.com/580256Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#488448}
-
Chong Zhang authored
On other platforms we recored hardware timestamp to measure end-to-end latency, however on Android the 'hardware timestamp' we got is actually a resample (or latest) timestamp due to it's event batching mechanism. This patch switched to use the oldest historical event time to match other platforms and for better measuring of end-to-end performance. Expecting to see regressions in UMA similar to 'Event.Latency.ScrollUpdate.Touch.TimeToScrollUpdateSwapBegin2', e.g. Probably a 10ms ~ 20ms increase. Note: This patch has no effect on telemetry tests. Bug: 737379 Change-Id: I3bb4349ec1a47dc497817d70c2c5a64ed40f910a Reviewed-on: https://chromium-review.googlesource.com/577962Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Alexandre Elias <aelias@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Chong Zhang <chongz@chromium.org> Cr-Commit-Position: refs/heads/master@{#488447}
-
Yuke Liao authored
This reverts commit 17aced14. Reason for revert: I only tested on iPhone 7, however, it seems that testNavigationByTappingReturn is broken on iPhone 5s. I'm going to investigate and then reland. Sorry for the inconvenience. Original change's description: > Make showcase home screen not translucent. > > EarlGrey 1.10.1 has a bug that the scrollToTop action hangs > indefinitely if the UITableView's navigation bar is translucent. Given > that it makes no difference whether the view is translucent or not, > this CL makes it not translucent to unblock rolling EarlGrey to 1.10.1. > > Bug: 747116 > Change-Id: Idd48cf6f3f024c4b88bedcca412692598cd1a493 > Reviewed-on: https://chromium-review.googlesource.com/580357 > Reviewed-by: Ed Chin <edchin@chromium.org> > Commit-Queue: Yuke Liao <liaoyuke@chromium.org> > Cr-Commit-Position: refs/heads/master@{#488417} TBR=edchin@chromium.org,liaoyuke@chromium.org Change-Id: I2669a23928d1f4ce230bb25bd852a6f441019f17 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 747116 Reviewed-on: https://chromium-review.googlesource.com/580194Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#488446}
-
John Abd-El-Malek authored
This doesn't handle all the cases (e.g. plugins, downloads) but these don't work yet with the network service. However it does fix 900 new wpt tests that started failing after r487304 since these generated *worker.html files weren't being served with a mime type which was causing their load to fail. BUG=746144,729849 Change-Id: I232c9af1dca32f1c641736c8ccd61978096559ef Reviewed-on: https://chromium-review.googlesource.com/577507Reviewed-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@{#488445}
-
Ted Choc authored
BUG=735285 Change-Id: I3982cc46b68fecf6b6f82193ad6739be265212e2 Reviewed-on: https://chromium-review.googlesource.com/578469 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#488444}
-
John Bauman authored
Bug: 678800 Change-Id: If3bd8d215c2bf85e31472b73e4f6ffd7c13750cd 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: If3bd8d215c2bf85e31472b73e4f6ffd7c13750cd Reviewed-on: https://chromium-review.googlesource.com/578382Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: John Bauman <jbauman@chromium.org> Cr-Commit-Position: refs/heads/master@{#488443}
-
sczs authored
This CL disables certain items on the ToolsMenu based on the following criteria: -No Tabs Opened. (Will disable Close All Tabs/Incognito Tabs) -In New Tab Page. (Will disable Find in Page and Request Desktop/Mobile sites). In order to do this a new Bitmask is added to the ToolsMenuModel and it is used by the ToolsMediator to check if the item should be enabled or not. Bug: 682880 Change-Id: I2318f7c3d6308317cb9c07e6b5a4692a4fdd9a5e Reviewed-on: https://chromium-review.googlesource.com/571922Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#488442}
-
Eric Lawrence authored
Previously, SecurityInfoForRequest updated cert_missing_subject_alt_name only if a certificate was present. It should instead set the field to false if a certificate is not present. Bug: 733308 Change-Id: Ieff93a1b6c243d2019c23fb1484d727211eeab20 Reviewed-on: https://chromium-review.googlesource.com/576114Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Commit-Queue: Eric Lawrence <elawrence@chromium.org> Cr-Commit-Position: refs/heads/master@{#488441}
-
Rob Buis authored
As part of Project Ribbon, separate the parsing logic for CSS properties -webkit-perspective and perspective from the parser into an API. Bug: 668012 Signed-off-by:
Rob Buis <rob.buis@samsung.com> Change-Id: I504248e8561a9f97f741a5b5e3338b29d6caa395 Reviewed-on: https://chromium-review.googlesource.com/578213Reviewed-by:
Bugs Nash <bugsnash@chromium.org> Cr-Commit-Position: refs/heads/master@{#488440}
-
Brian Sheedy authored
This reverts commit 8a3c2e92. Reason for revert: Causing compile issues. Original change's description: > Add test support for WebVR auto presentation > > Adds test utility code that allows Chrome to think it's received an intent > from a trusted app. This allows us to test Chrome's ability to auto present > WebVR content when given a link from a trusted app (or test its rejection > if the app is not trusted). Also adds one test using the new code. > > Also contains a drive-by fix for flakiness in > WebVrTransitionTest#testNfcFiresVrdisplayactivate caused by a race > condition when adding the vrdisplayactivate listener. > > Bug: 746086 > Change-Id: Ic6b55df18d915a4e36b36ca43bd11f4c773f6d33 > Reviewed-on: https://chromium-review.googlesource.com/578527 > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > Reviewed-by: Michael Thiessen <mthiesse@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#488408} TBR=mthiesse@chromium.org,agrieve@chromium.org,ymalik@chromium.org,bsheedy@chromium.org Change-Id: I232fc7dd751f948caf5a20cd8de248560d87a529 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 746086 Reviewed-on: https://chromium-review.googlesource.com/580208Reviewed-by:
Selim Gurun <sgurun@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#488439}
-
Helen Li authored
The assertion on quic detail error code is flaky. Sometimes we get QUIC_PACKET_READ_ERROR. The test is meant to test that there is no crash. The detail error information is not crucial. This test removes it. Bug: 746575 Change-Id: I53800ee57aced2cd5aa22d67d39de022f47ac9ce Reviewed-on: https://chromium-review.googlesource.com/580533Reviewed-by:
Miriam Gershenson <mgersh@chromium.org> Commit-Queue: Helen Li <xunjieli@chromium.org> Cr-Commit-Position: refs/heads/master@{#488438}
-