- 02 May, 2017 40 commits
-
-
stevenjb authored
This CL adds support for additional WiFi.EAP fields and translates Shill properties to WiFi.EAP.Inner and WiFi.EAP.Outer. BUG=380937 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2853563002 Cr-Commit-Position: refs/heads/master@{#468645}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/54c14a48..f1667412 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,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2854853002 Cr-Commit-Position: refs/heads/master@{#468644}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2847963002 Cr-Commit-Position: refs/heads/master@{#468643}
-
vabr authored
Reland of Make InsertTextCommand not to apply style for empty selection (patchset #1 id:1 of https://codereview.chromium.org/2853213002/ ) Reason for revert: Hmm, interestingly enough, the tests were still broken in the build which had the revert: https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20Trusty%20%28dbg%29/builds/1512 So I am relanding it. Original issue's description: > Revert of Make InsertTextCommand not to apply style for empty selection (patchset #1 id:1 of https://codereview.chromium.org/2847763004/ ) > > Reason for revert: > Speculative revert, this seems to have broken some virtual/gpu/fast/canvas/ tests. More info on the associated bug. > > BUG=717389 > > Original issue's description: > > Make InsertTextCommand not to apply typing style for empty selection > > > > This patch makes |InsertTextCommand::DoApply()| not to call |ApplyStyle()| for > > applying typing style when selection after inserting text is empty since > > |ApplyStyle()| doesn't work with empty selection. > > > > The issue 714311 and the attached test case insert text into OPTION element to > > get empty selection after insertion, since we can't place selection inside > > OPTION element. > > > > BUG=714311 > > TEST=run_webkit_unit_tests --gtest_filter=InsertTextCommandTest.WithTypingStyle > > > > Review-Url: https://codereview.chromium.org/2847763004 > > Cr-Commit-Position: refs/heads/master@{#468080} > > Committed: https://chromium.googlesource.com/chromium/src/+/89209614959b6d3b2d4c4e8b015232663b4fcd87 > > TBR=xiaochengh@chromium.org,yoichio@chromium.org,yosin@chromium.org > # Not skipping CQ checks because original CL landed more than 1 days ago. > BUG=714311 > > Review-Url: https://codereview.chromium.org/2853213002 > Cr-Commit-Position: refs/heads/master@{#468590} > Committed: https://chromium.googlesource.com/chromium/src/+/5c9d124ac2131f4765f86902ff4cf711ed96c37e TBR=xiaochengh@chromium.org,yoichio@chromium.org,yosin@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=717389 Review-Url: https://codereview.chromium.org/2854123002 Cr-Commit-Position: refs/heads/master@{#468642}
-
zpeng authored
BUG=717473 Review-Url: https://codereview.chromium.org/2853293002 Cr-Commit-Position: refs/heads/master@{#468641}
-
lpromero authored
BUG=709126 R=baxley@chromium.org Review-Url: https://codereview.chromium.org/2836403002 Cr-Commit-Position: refs/heads/master@{#468640}
-
kapishnikov authored
BUG=711783 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2856693002 Cr-Commit-Position: refs/heads/master@{#468639}
-
xing.xu authored
BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2852243002 Cr-Commit-Position: refs/heads/master@{#468638}
-
chengx authored
This CL removes some obsolete comments. For example, the class RecentlyClosedTabsHandler is gone, so the related comments should be deleted as well. Other comment updates are according to Google C++ style guide. https://google.github.io/styleguide/cppguide.html#Comments BUG=40407, 179576 Review-Url: https://codereview.chromium.org/2849113003 Cr-Commit-Position: refs/heads/master@{#468637}
-
avi authored
BUG=629964 Review-Url: https://codereview.chromium.org/2784533002 Cr-Commit-Position: refs/heads/master@{#468636}
-
msarett authored
BUG=skia:6535 Review-Url: https://codereview.chromium.org/2851253002 Cr-Commit-Position: refs/heads/master@{#468635}
-
stkhapugin authored
Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2810193004 Cr-Commit-Position: refs/heads/master@{#468634}
-
treib authored
BUG=583292 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2852293002 Cr-Commit-Position: refs/heads/master@{#468633}
-
krb authored
Added command line flag to enable testing of RTL rendering of LTR languages (and vice versa). Complements "--force-ui-direction". BUG=716660 Review-Url: https://codereview.chromium.org/2853523002 Cr-Commit-Position: refs/heads/master@{#468632}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/ab865b088397..687cc6c03350 $ git log ab865b088..687cc6c03 --date=short --no-merges --format='%ad %ae %s' 2017-05-01 msarett colorspaceinfo tool: Add flag to indicate that the input is an icc profile 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=scroggo@chromium.org Change-Id: If76514362c10ae8cff7561730e986a0cd474c3fd Reviewed-on: https://chromium-review.googlesource.com/493366Reviewed-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@{#468631}
-
anthonyvd authored
BUG=717322 Review-Url: https://codereview.chromium.org/2853163002 Cr-Commit-Position: refs/heads/master@{#468630}
-
fmalita authored
We're removing some indirect includes from SkCanvas.h; updating clients to explicitly include required headers. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel TBR=enne@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2855863002 Cr-Commit-Position: refs/heads/master@{#468629}
-
dvadym authored
This CL contains: 1.Adding constants for a new preference name (password_manager_pref_names.*) 2.Registring a new preference in a stotic method of password_manager.cc (it's a place where all password related preferences are registered) 3.Adding |prefs| argument to PasswordStore->Init and passing prefs to PasswordReusedDetector in PasswordStore->Init 4.Saving |prefs| to a member variable in PasswordReusedDetector 5.Saving an empty string to the new preference in PasswordReusedDetector->SaveSyncPasswordHash: an empty string is saving because: we can test that saving to a preference works in PasswordReusedDetector and to avoid unused error. 6.Test in password_reuse_detector_unittest.cc that saving to the preference is working. 7.Changes in all others files are just adding prefs argument to all overrides of Init method and passing nullptr in tests to this parameter. BUG=657041 Review-Url: https://codereview.chromium.org/2846023003 Cr-Commit-Position: refs/heads/master@{#468628}
-
bsazonov authored
This CL updates 'Control how this works in Settings' UI strings. BUG=704639 Review-Url: https://codereview.chromium.org/2849153003 Cr-Commit-Position: refs/heads/master@{#468627}
-
mpearson authored
The variable and its related function is only used in one subclass, so it shouldn't sit in the base class and possibly mislead folks. BUG=711576 Review-Url: https://codereview.chromium.org/2842793003 Cr-Commit-Position: refs/heads/master@{#468626}
-
jbroman authored
This handle is always uniquely owned, anyhow. And the indirection through ScriptController adds very little value. BUG=None Review-Url: https://codereview.chromium.org/2855753002 Cr-Commit-Position: refs/heads/master@{#468625}
-
treib authored
This is part of a series of CLs to get rid of the notion of "Instant support" entirely, see https://bugs.chromium.org/p/chromium/issues/detail?id=627747#c41 BUG=627747 Review-Url: https://codereview.chromium.org/2852693002 Cr-Commit-Position: refs/heads/master@{#468624}
-
Nghia Nguyen authored
TBR=bccheng@chromium.org, llozano@chromium.org Bug: 717212 Change-Id: I9c49245e51af14973c3049bf52aa3774bd261341 Reviewed-on: https://chromium-review.googlesource.com/493246 Commit-Queue: Ned Nguyen <nednguyen@google.com> Reviewed-by:
Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#468623}
-
kjellander authored
Also remove tests we don't run from being built: gpu_ipc_service_unittests media_unittests midi_unittests BUG=717488 NOTRY=True Review-Url: https://codereview.chromium.org/2854823002 Cr-Commit-Position: refs/heads/master@{#468622}
-
trevordixon authored
BUG=631966 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2755093002 Cr-Commit-Position: refs/heads/master@{#468621}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/d271ba268876..ab865b088397 $ git log d271ba268..ab865b088 --date=short --no-merges --format='%ad %ae %s' 2017-05-01 msarett Remove legacy pixelref flag from bzl 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=scroggo@chromium.org Change-Id: I5f16bfb75524c496956ff8aeec8515a87b3533e8 Reviewed-on: https://chromium-review.googlesource.com/492730Reviewed-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@{#468620}
-
xiyuan authored
Skip need-dircrypto-migration check if ARC is not available or migration UI is disabled. BUG=712580 Review-Url: https://codereview.chromium.org/2849333002 Cr-Commit-Position: refs/heads/master@{#468619}
-
pkalinnikov authored
This change introduces a presubmit check ensuring that developers modifying .fbs files in subresource_filter get reminded to change IndexedRuleset format version (if that is required). BUG=609747 Review-Url: https://codereview.chromium.org/2850813003 Cr-Commit-Position: refs/heads/master@{#468618}
-
georgesak authored
BUG=697041 Review-Url: https://codereview.chromium.org/2852703002 Cr-Commit-Position: refs/heads/master@{#468617}
-
pkl authored
TBR=jif@chromium.org Review-Url: https://codereview.chromium.org/2845483002 Cr-Commit-Position: refs/heads/master@{#468616}
-
jkrcal authored
This CL adapts the defaults in user classification to the values planned for the M58 Stable rollout. BUG=none Review-Url: https://codereview.chromium.org/2845483003 Cr-Commit-Position: refs/heads/master@{#468615}
-
pkl authored
These have been failing for quite a while. BUG=717314,717309,717300 Review-Url: https://codereview.chromium.org/2853153002 Cr-Commit-Position: refs/heads/master@{#468614}
-
tansell authored
The local VM is Windows 10 and the LayoutTests are passing, so force swarming to also run on Windows 10. BUG=717344 TBR=dpranke@chromium.com,mcgreevy@chromium.org Review-Url: https://codereview.chromium.org/2850423002 Cr-Commit-Position: refs/heads/master@{#468613}
-
isandrk authored
BUG=715638 Review-Url: https://codereview.chromium.org/2850493002 Cr-Commit-Position: refs/heads/master@{#468612}
-
primiano authored
TraceEventMemoryOverhead is a rather simple class which only purpose is accounting various sources of memory overhead due to tracing itself. For debugging purposes it keeps track of the actual class causing overhead, so that they can be inspected distinctly in the tracing UI The current implementation was using a small_map indexed by const char* pointer, which has a bunch of problems: - base::small_map can degenerate into a STL map when exceeding the inline capacity, which in turn can cause some extra impredictability, see "[chromium-dev] Please avoid std::unordered_map". - The map implicitly assumes that two identical string literals will have identical pointers, which is not true, esepcially in component builds. - Any sort of map is a really over-engineered solution, given that the sources of overheads we care about are known a priori and are a manageable number. Hence, this CL is switching the implementation of TraceEventMemoryOverhead to be just enum-base, which ditches completely the map. BUG=717223 Review-Url: https://codereview.chromium.org/2857543002 Cr-Commit-Position: refs/heads/master@{#468611}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7641bfdd..54c14a48 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,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2853233002 Cr-Commit-Position: refs/heads/master@{#468610}
-
hjd authored
BUG=703184 Review-Url: https://codereview.chromium.org/2844273002 Cr-Commit-Position: refs/heads/master@{#468609}
-
fdoray authored
ScopedTaskEnvironment allows usage of ThreadTaskRunnerHandle and base/task_scheduler/post_task.h within its scope. It should be instantiated in everytest that uses either of these APIs (i.e. no test should instantiate a MessageLoop directly). Motivation for ScopedTaskEnvironment can be found in: https://docs.google.com/document/d/1QabRo8c7D9LsYY3cEcaPQbOCLo8Tu-6VLykYXyl3Pkk/edit BUG=708584 Review-Url: https://codereview.chromium.org/2851593002 Cr-Commit-Position: refs/heads/master@{#468608}
-
ananta authored
The RequestFileSystemDialogView class had an unused member contents_view_ which is no longer needed after https://codereview.chromium.org/2816293002/diff/520001. Removing this should fix the memory leak. Thanks to lazyboy for helping track down this leak. BUG=717057 TBR=pkasting Review-Url: https://codereview.chromium.org/2855663002 Cr-Commit-Position: refs/heads/master@{#468607}
-
dullweber authored
This changes the AutofillCounter to indicate that autofill data is synced. BUG=681523 Review-Url: https://codereview.chromium.org/2828083003 Cr-Commit-Position: refs/heads/master@{#468606}
-