- 07 Oct, 2016 40 commits
-
-
mvanouwerkerk authored
It's an attribute for ScrollView, and a no-op on RecyclerView. Review-Url: https://codereview.chromium.org/2389263008 Cr-Commit-Position: refs/heads/master@{#423850}
-
jkrcal authored
Before, the LanguageModel returned top languages even if it had only one data point. Thus the frequencies of top languages could change drastically in the warm-up phase of the model. This CL adds a minimum size of the sample set. The model returns empty list of top languages before this minimal size is reached. BUG=653058 Review-Url: https://codereview.chromium.org/2391383005 Cr-Commit-Position: refs/heads/master@{#423849}
-
bauerb authored
BUG=653809 Review-Url: https://codereview.chromium.org/2406453002 Cr-Commit-Position: refs/heads/master@{#423848}
-
sahel authored
Reverting the cl didn't solve the content_browsertest timeouts on win64 official build. re-landed cl: https://crrev.com/2317253005 TBR=wjmaclean@chromium.org, nasko@chromium.org, tdresser@chromium.org, sky@chromium.org BUG=650175, 622827 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2393783005 Cr-Commit-Position: refs/heads/master@{#423847}
-
gavinp authored
The simple cache can use too many FDs and crash systems with low FD limits, like Macs. Longer term we should probably have ways to not keep so many files open simultaneously, but the quick fix is to raise the limit on Mac. R=jkarlin@chromium.org,clamy@chromium.org BUG=634413 Review-Url: https://codereview.chromium.org/2399073002 Cr-Commit-Position: refs/heads/master@{#423846}
-
bzanotti authored
This allows GMCS observers to be notified whenever a logout operation finished. BUG= Review-Url: https://codereview.chromium.org/2397263002 Cr-Commit-Position: refs/heads/master@{#423845}
-
finnur authored
on Windows due to reliable failure. TBR=lukasza BUG=653856 Review-Url: https://codereview.chromium.org/2401003002 Cr-Commit-Position: refs/heads/master@{#423844}
-
xiaochengh authored
MoveSelectionCommand is no longer in use after r422915. Hence, this patch removes it from the code base. BUG=n/a Review-Url: https://codereview.chromium.org/2403443002 Cr-Commit-Position: refs/heads/master@{#423843}
-
corona10 authored
BUG=650082 Review-Url: https://codereview.chromium.org/2394163005 Cr-Commit-Position: refs/heads/master@{#423842}
-
tkent authored
This CL has no behaivor changes. BUG=653859, 508728, 627008, 508725 TBR=kojii@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2399363002 Cr-Commit-Position: refs/heads/master@{#423841}
-
tzik authored
Use a base::Callback to dispatch a SyncLoad result instead of IPC::Message, so that we can share most of synchronous load code between Chrome IPC version and Mojo IPC version. BUG=603396 Review-Url: https://codereview.chromium.org/2390313002 Cr-Commit-Position: refs/heads/master@{#423840}
-
rego authored
After some discussions the CSS WG agreed that stretch should not only grow items, but also stretch them to fit its grid area. That way the "min-width|height: auto" is somehow ignored for grid items. More info at: https://github.com/w3c/csswg-drafts/issues/283 The good part is that this allows us to remove some ugly code we've in LayoutBox that was only used by Grid Layout. The tests have been updated according to the new expected behavior. For images, we'll be stretching on both axis right nos, so the aspect ratio won't be preserved. The default behavior might change in those cases, but that should be implemented in a different patch. BUG=653433 Review-Url: https://codereview.chromium.org/2398043002 Cr-Commit-Position: refs/heads/master@{#423839}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). Please review the expectation changes, and LGTM as normal. The recipe roller will *NOT* CQ the change itself, so you must CQ the change manually. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/e10b31caeb97375c3514ae3c9f1a92e28d97b71e analyze: send results to event_mon (phajdan.jr@chromium.org) R=phajdan.jr@chromium.org BUG=651536 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2396343002 Cr-Commit-Position: refs/heads/master@{#423838}
-
mvanouwerkerk authored
Review-Url: https://codereview.chromium.org/2405433002 Cr-Commit-Position: refs/heads/master@{#423837}
-
meade authored
BUG=563793 Review-Url: https://codereview.chromium.org/2393323004 Cr-Commit-Position: refs/heads/master@{#423836}
-
vasilii authored
BUG=555132 Review-Url: https://codereview.chromium.org/2403433002 Cr-Commit-Position: refs/heads/master@{#423835}
-
guidou authored
BUG=webrtc:6484 TBR=phoglund@chromium.org Review-Url: https://codereview.chromium.org/2401863002 Cr-Commit-Position: refs/heads/master@{#423834}
-
clamy authored
This CL fixes an issue that was preventing foreign fetch to work on subframes when browser-side-navigation was enabled. The issue was that there was no way to retrieve the ServiceWorkerContext from the navigation URLRequest, and so the ServiceWorker specified by the link header could not be registered. BUG=440463 Review-Url: https://codereview.chromium.org/2399063002 Cr-Commit-Position: refs/heads/master@{#423833}
-
tnagel authored
The fallback isn't needed anymore because DM server has been updated to send affiliation ids. BUG=515476 TEST=updated unittest Review-Url: https://codereview.chromium.org/2378043002 Cr-Commit-Position: refs/heads/master@{#423832}
-
blundell authored
As part of the Content Modularization Project, this CL moves the implementation of the wake_lock_service.mojom interface from //content/browser to //device. It also moves that interface itself out from Blink to //device. BUG=612346 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2389743002 Cr-Commit-Position: refs/heads/master@{#423831}
-
xiaochengh authored
BUG=647219,651373 Review-Url: https://codereview.chromium.org/2395393002 Cr-Commit-Position: refs/heads/master@{#423830}
-
vitaliii authored
WebP images are not supported natively on iOS. This CL adds WebP images decoding to IOSImageDecoderImpl using webp_decoder. Most of the work had been done by markusheintz@chromium.org and then I took over the CL. BUG=625081 Review-Url: https://codereview.chromium.org/2324793002 Cr-Commit-Position: refs/heads/master@{#423829}
-
xhwang authored
BUG=598520 Review-Url: https://codereview.chromium.org/2394063004 Cr-Commit-Position: refs/heads/master@{#423828}
-
isandrk authored
BUG=649726 Review-Url: https://codereview.chromium.org/2394243002 Cr-Commit-Position: refs/heads/master@{#423827}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/57b34f50596d6d4813de992ca854e2284fb5f90f Fix file.copy recipe_module to not fail if files are already equal. (tandrii@chromium.org) https://crrev.com/1cd0ad6a13ec82f5670d274d98322388e9b80e3c Revert "Fix file.copy recipe_module to not fail if files are already equal." (tandrii@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=636168 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2400863004 Cr-Commit-Position: refs/heads/master@{#423826}
-
nyquist authored
As part of making the Android Blimp APK compatible with the //blimp/client/public APIs, this first CL moves the session code into //blimp/client/app. This includes the GN-targets to ensure that they are easily identifiable as belonging to the app directory. This moves the APK-target itself, which means that the testing bots needed to be updated with the new path to the target. In addition, the lint suppressions needed to be updated with a new path. The //blimp/client:blimp_unittests_java_deps (moved from //blimp), still needs to be referred to directly by //blimp/BUILD.gn, because adding it as a deps to //blimp/client:unit_tests on the Android platform does not make the Java classes end up in the unit test APK. Other than this, the rest of the targets have now been moved to //blimp/client and //blimp/client/app. Some targets have been renamed since they now reside in the app directory. Lastly, since the visibility parts of //blimp/client/core is cleaned up, a bug was also filed for removing the visibility for internal core targets for the engine browser tests. BUG=651964, 653789 Review-Url: https://codereview.chromium.org/2387813002 Cr-Commit-Position: refs/heads/master@{#423825}
-
stkhapugin authored
Removes all WeakNSObjects in already converted implementation files. BUG=None TEST=None Review-Url: https://codereview.chromium.org/2401683002 Cr-Commit-Position: refs/heads/master@{#423824}
-
xiaochengh authored
BUG=647219,651373 Review-Url: https://codereview.chromium.org/2397243004 Cr-Commit-Position: refs/heads/master@{#423823}
-
xiaochengh authored
BUG=647219,648949,651373 Review-Url: https://codereview.chromium.org/2400053003 Cr-Commit-Position: refs/heads/master@{#423822}
-
mlippautz authored
Port object grouping changes introduced in https://crrev.com/b7615cfadeb59ac220bd5994d4ec6f99341452f0 to tracing. Note: Write barriers for incremental tracing will be added in a follow up. Overview: https://docs.google.com/spreadsheets/d/1RhLiHF9Pnw7Zx8EijuR0LruPkeiVJIXXi0eRkRDFwBc/edit#gid=0&vpid=A3 BUG=chromium:468240 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel TEST=WebglConformance_conformance_misc_expando_loss,WebglConformance_conformance2_misc_expando_loss_2 Review-Url: https://codereview.chromium.org/2392313004 Cr-Commit-Position: refs/heads/master@{#423821}
-
mlippautz authored
Overview: https://docs.google.com/spreadsheets/d/1RhLiHF9Pnw7Zx8EijuR0LruPkeiVJIXXi0eRkRDFwBc/edit#gid=0&vpid=A3 BUG=chromium:468240 R=haraken@chromium.org Review-Url: https://codereview.chromium.org/2396693004 Cr-Commit-Position: refs/heads/master@{#423820}
-
sdefresne authored
Revert of Delete pre-MD code from OmniboxResultView (patchset #9 id:160001 of https://codereview.chromium.org/2365263006/ ) Reason for revert: The downstream Chrome on iOS code has never been ported to the new vector icon and still use MD raster icon. This CL breaks Chrome on iOS downstream (due to missing resources and removal of GetIcon() method). Original issue's description: > Delete pre-MD code from OmniboxResultView > > BUG=648281 > > Committed: https://crrev.com/255d6d6d2bbc0e8715ad0985d239897f80a4b707 > Cr-Commit-Position: refs/heads/master@{#423690} TBR=pkasting@chromium.org,blundell@chromium.org,sky@chromium.org,estade@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=648281 Review-Url: https://codereview.chromium.org/2399333002 Cr-Commit-Position: refs/heads/master@{#423819}
-
bashi authored
ASSERT_UNUSED() -> DCHECK() TBR=haraken@chromium.org Review-Url: https://codereview.chromium.org/2395163003 Cr-Commit-Position: refs/heads/master@{#423818}
-
fs authored
SVGAnimateElement is the only user. Move it and make it a free function. BUG=641437 Review-Url: https://codereview.chromium.org/2395793004 Cr-Commit-Position: refs/heads/master@{#423817}
-
michaelpg authored
Convenience function to add integers to a WebUIDataSource without using AddLocalizedStrings with a base::DictionaryValue. Limits width to 32 bits to prevent integers larger than can be represented in ES6 (2^53 - 1). (As before, larger numbers could still be set via AddLocalizedStrings.) BUG=none R=tommycli@chromium.org,creis@chromium.org TEST=content_unittests:WebUIDataSourceTest Review-Url: https://codereview.chromium.org/2391073005 Cr-Commit-Position: refs/heads/master@{#423816}
-
shaochuan authored
Helper class for Resource subclasses to prohibit addClient() and removeClient() calls e.g. in ResourceClient callbacks. BUG=570205 Review-Url: https://codereview.chromium.org/2394793002 Cr-Commit-Position: refs/heads/master@{#423815}
-
gambard authored
This CL adds a parameter to ContextMenuParams, the inner text of a link on which a context menu is opened. BUG=591365 Review-Url: https://codereview.chromium.org/2379653002 Cr-Commit-Position: refs/heads/master@{#423814}
-
tkent authored
This CL imports tests which depend on absolute path resources such as /common/*. We resolved the absolute path resource loading issue some months ago. Some tests are moved in W3CImportExpectations because they have other issues. | Import wpt@db565f0b6d1e2deadc00e71671d8cda09c9e9736 BUG=498120 Review-Url: https://codereview.chromium.org/2400923003 Cr-Commit-Position: refs/heads/master@{#423813}
-
fwang authored
R=rjkroege@chromium.org BUG=none Review-Url: https://codereview.chromium.org/2393913002 Cr-Commit-Position: refs/heads/master@{#423812}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#423811}
-