- 07 Oct, 2016 40 commits
-
-
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/52556b8cab59ecb29590679b280b1b7692662132 filter: temporarily disable analyze_report (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/2394153004 Cr-Commit-Position: refs/heads/master@{#423857}
-
sdy authored
Right now, if Chrome was hidden (cmd+h) and a notification comes in, the whole app unhides. Calling setHidden:YES on the notification window lets it be visible when Chrome is hidden, and the -[NSWindow order*] methods respect it by not unhiding the app. BUG=653266 Review-Url: https://codereview.chromium.org/2399993003 Cr-Commit-Position: refs/heads/master@{#423856}
-
abakalov authored
This is accomplished by: - flipping the flag in third_party/cld/BUILD.gn - listing explicitly source files in third_party/cld_2/BUILD.gn that were originally retrieved from the following gyp file which got removed during the transition away from GYP: https://chromium.googlesource.com/chromium/src/+/4b56905d6ab61e9e14f991a7458d8968635cfef2/third_party/cld_2/cld_2.gyp BUG=653881 Review-Url: https://codereview.chromium.org/2396183002 Cr-Commit-Position: refs/heads/master@{#423855}
-
mvanouwerkerk authored
Its size is not affected by the adapter contents so this can be true, allowing for internal optimizations. Review-Url: https://codereview.chromium.org/2399983004 Cr-Commit-Position: refs/heads/master@{#423854}
-
treib authored
BUG=653808 Review-Url: https://codereview.chromium.org/2393353005 Cr-Commit-Position: refs/heads/master@{#423853}
-
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/2fc026e842c926cc8187bdab134c79732030a7e7 V8: Add missing archives for auto-bisect (machenbach@chromium.org) https://crrev.com/dbb9217e98b774ae713c45ba0e0395ac87717d3b Revert of Make clusterfuzz_archive include llvm-symbolizer and sancov. (patchset #4 id:60001 of https://codereview.chromium.org/2393293002/ ) (mmoroz@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/2398753004 Cr-Commit-Position: refs/heads/master@{#423852}
-
miguelg authored
BUG=571056 Review-Url: https://codereview.chromium.org/2396363002 Cr-Commit-Position: refs/heads/master@{#423851}
-
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}
-