- 01 May, 2017 2 commits
-
-
tkent authored
This CL fixes a regression since r467828. It changed the working directory, but it missed to update relative path in "git add" argument. BUG=710535 TBR=jeffcarp@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2848183002 Cr-Commit-Position: refs/heads/master@{#468264}
-
thestig authored
Revert of Change ScopedFeatureList to overrides FeatureList not reset (patchset #6 id:140001 of https://codereview.chromium.org/2834583002/ ) Reason for revert: Mac ASAN bots reporting use-after-free errors. Original issue's description: > Change ScopedFeatureList to overrides FeatureList not reset > > The current situation is that using ScopedFeatureList resets to an > empty feature list and then enables/disables an explicit list of > features. > > That's never what you want for browser tests (or other higher-level > tests) since it effectively overrides higher-level test configurations > (e.g. those in fieldtrial_testing_config.json, or a bot set up to > specifically test a feature). > > In this patch: > > 1. Keep SFL::Init, SFL::InitWithFeatureList, > SFL::InitFromCommandLine reset to empty list but add warning to > remind developer should use them with care. > 2. Change SFL::InitAndEnableFeature, SFL::InitAndDisableFeature and > SFL::InitWithFeatures to not reset but override current FeatureList > with given enables/disables. > > We also add unit tests for ScopedFeatureList. > > BUG=713390 > > Review-Url: https://codereview.chromium.org/2834583002 > Cr-Commit-Position: refs/heads/master@{#468210} > Committed: https://chromium.googlesource.com/chromium/src/+/9c04ed553bd7abe820a6a93c5e8981e6738881a9 TBR=isherman@chromium.org,asvitkine@chromium.org,thakis@chromium.org,chaopeng@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=713390 Review-Url: https://codereview.chromium.org/2850073002 Cr-Commit-Position: refs/heads/master@{#468263}
-
- 30 Apr, 2017 13 commits
-
-
tkent authored
1. A local variable |copied_files| is never read. Remove it. 2. So, copy_file() needs to return nothing. 3. Then, _webkit_root is removable. Review-Url: https://codereview.chromium.org/2852673003 Cr-Commit-Position: refs/heads/master@{#468262}
-
tkent authored
BUG=710535 Review-Url: https://codereview.chromium.org/2848853002 Cr-Commit-Position: refs/heads/master@{#468261}
-
tkent authored
It can be replaced with path_from_tools_scripts(). BUG=710535 Review-Url: https://codereview.chromium.org/2849743003 Cr-Commit-Position: refs/heads/master@{#468260}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/dabd7bd5..489561d2 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/2853703002 Cr-Commit-Position: refs/heads/master@{#468259}
-
ericwilligers authored
The 'offset-rotation' property has been replaced by 'offset-rotate'. 'offset-rotation' is among the properties disabled in M58. The runtime flag to conditionally enable 'offset-rotate' is also being retired, as offset-rotate has shipped. Intent to Remove: https://groups.google.com/a/chromium.org/d/msg/blink-dev/o1C5NzGf9Q0/FgU5o52yBAAJ BUG=711937 Review-Url: https://codereview.chromium.org/2842933003 Cr-Commit-Position: refs/heads/master@{#468258}
-
aleksandar.stojiljkovic authored
See: https://github.com/KhronosGroup/WebGL/issues/2274 BUG=714240 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 Review-Url: https://codereview.chromium.org/2821363003 Cr-Commit-Position: refs/heads/master@{#468257}
-
rdsmith authored
R=yzshen@chromium.org Review-Url: https://codereview.chromium.org/2851953003 Cr-Commit-Position: refs/heads/master@{#468256}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4aa32418..dabd7bd5 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/2851853005 Cr-Commit-Position: refs/heads/master@{#468255}
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia.git/+log/135c90881287..0c5cf5d7a260 $ git log 135c90881..0c5cf5d7a --date=short --no-merges --format='%ad %ae %s' 2017-04-30 update-skps Update SKP version 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: I88d87a480e2ee4f590bfa952f3121b206e613ab7 Reviewed-on: https://chromium-review.googlesource.com/491069Reviewed-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@{#468254}
-
ctzsm authored
BUG=714672 Review-Url: https://codereview.chromium.org/2846703004 Cr-Commit-Position: refs/heads/master@{#468253}
-
joenotcharles authored
BUG=714191 Review-Url: https://codereview.chromium.org/2831183004 Cr-Commit-Position: refs/heads/master@{#468252}
-
zhaobin authored
Discover process: DialMediaSinkService.Start() registers itself with DialRegistry DialMediaSinkService.OnDialDeviceEvent() gets invoked when device data comes back, and starts a 3s timer Start description fetches for each device DeviceDescriptionService.OnDeviceDescriptionFetchComplete() gets invoked when device description comes back. Starts an XML parser in utility process to parse device description XML DialMediaSinkService.OnDeviceDescriptionAvailable() gets invoked when parsing in utility process finishes Create MediaSinkInternal and store it in DialMediaSinkService's sink map Invoke DialMediaSinkService.FetchCompleted() when timer expires Design doc: https://docs.google.com/document/d/1lJbE4Oc9q1amkWEaD2ZL4mHEdRRlKHvwxUUcJmNC8b8/edit#heading=h.ur85je1upm9u BUG=687375 Review-Url: https://codereview.chromium.org/2701633002 Cr-Commit-Position: refs/heads/master@{#468251}
-
chrome-release-bot authored
Cr-Commit-Position: refs/heads/master@{#468250}
-
- 29 Apr, 2017 25 commits
-
-
slan authored
Revert of Reland "[Chromecast] Use base::FeatureList to control features." (patchset #4 id:60001 of https://codereview.chromium.org/2836263003/ ) Reason for revert: Breaks ATV at runtime. Original issue's description: > Reland "[Chromecast] Use base::FeatureList to control features." > > This feature was reverted due to the new browsertest being flaky on > internal Cast infrastructure: crrev.com/2838813003 > > === Original Commit Message === > In Chromium, Finch-enabled features are controlled through base::FeatureList, > a class which abstracts the experiment framework and developer overrides > from client code. Though Chromecast's experiment framework is fundamentally > different (in that it is server-driven) Cast builds can still make use of > this class. Introduce some utilities to help. > > At boot-up, the pref store will be queried for experiment configs, which > were cached to disk on the most recent config fetch from the last boot > cycle. If a developer overrides these features from the command line, > that value takes precedence. These features will be used to initialize > base::FeatureList, which can then be statically queried from any client > code that depends on //base. > > This patch does not actually introduce or convert any existing features > to use this framework. > > BUG=714291 > BUG= internal b/35424335 > > Review-Url: https://codereview.chromium.org/2836263003 > Cr-Commit-Position: refs/heads/master@{#467998} > Committed: https://chromium.googlesource.com/chromium/src/+/aab6bf24d32d931359b2d0c25fb39b3ed51fbc86 TBR=maclellant@chromium.org,halliwell@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=714291 Review-Url: https://codereview.chromium.org/2847423002 Cr-Commit-Position: refs/heads/master@{#468249}
-
warx authored
Changes: As from discussion with UX writer, updating the label name here. BUG=658048 TEST=none 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 Review-Url: https://codereview.chromium.org/2847173003 Cr-Commit-Position: refs/heads/master@{#468248}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/144ff1bd..4aa32418 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/2851963002 Cr-Commit-Position: refs/heads/master@{#468247}
-
ymzhang authored
Adding COMPONENT/TEAM information into OWNERS file. Proposal to add TEAM/COMPONENT information into OWNERS files http://bit.ly/add-team-component-proposal Proposal about how to get suggested component for directory. http://bit.ly/directory-mapping-proposal TEAM-COMPONENT mapping http://bit.ly/component-team-mapping Additional Information: List of components https://bugs.chromium.org/p/chromium/adminComponents BUG=679905 R=wfh@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2703443002 Cr-Commit-Position: refs/heads/master@{#468246}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/bfd28fa6..144ff1bd 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/2849033002 Cr-Commit-Position: refs/heads/master@{#468245}
-
avi authored
The interface taking a raw pointer is deprecated and being removed. BUG=690937 Review-Url: https://codereview.chromium.org/2848163002 Cr-Commit-Position: refs/heads/master@{#468244}
-
kinuko authored
Currently ToCoreProbe code checks the given ExecutionContext's type and calls different code to get its CoreProbeSink, but in this way we need to keep adding new ToCoreProbe code every time we add new ExecutionContext, which sounds a bit cumbersome. This CL adds ExecutionContext::GetProbeSink() virtual method to mitigate that. BUG=538751 Review-Url: https://codereview.chromium.org/2847703002 Cr-Commit-Position: refs/heads/master@{#468243}
-
tmartino authored
Adds labels describing missing information (e.g., "Add Email Address") to shipping + contact info views. Adds validation for shipping addresses. Adds cacheing to PaymentsProfileComparator, and adds an instance to PaymentRequestState so that cached values can be used throughout the request. BUG=711358,709454, TBR=mahmadi@chromium.org Review-Url: https://codereview.chromium.org/2847503002 Cr-Commit-Position: refs/heads/master@{#468242}
-
fukino authored
Some metrics about encryption migration are already recorded in cryptohomed. In this CL, I'd like to add following UI-related UMA metrics on the app. Cryptohome.MigrationUI.FirstScreen Cryptohome.MigrationUI.UserChoice Cryptohome.MigrationUI.ConsumedBatteryPercent BUG=714887 TEST=Disable reboot after the migration by modifying the code, and check that chrome://histograms shows the added metrics. Review-Url: https://codereview.chromium.org/2849833002 Cr-Commit-Position: refs/heads/master@{#468241}
-
avi authored
The interface taking a raw pointer is deprecated and being removed. BUG=690937 Review-Url: https://codereview.chromium.org/2846413002 Cr-Commit-Position: refs/heads/master@{#468240}
-
brucedawson authored
This is a single character change to temporarily switch Chrome to building with VC++ 2017. This CL is currently purely for testing purposes and will be landed for the weekend in order to flesh out any remaining bugs. This is a retry of crrev.com/2762093003 which failed due to a compiler warning which was missed in local testing and the try bots. That warning has been resolved and a local build of 'all' completed cleanly. BUG=683729 Review-Url: https://codereview.chromium.org/2852433005 Cr-Commit-Position: refs/heads/master@{#468239}
-
yizhou.jiang authored
During the emulation of srgb for generateMipmap, we tried to generate all levels of the original texture. But if the texture is immutable texture, we can't generate mipmaps exceed the original range. Also, when the width and height are not equal, they should be at least one during the emulation. BUG=712096 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 Review-Url: https://codereview.chromium.org/2841503002 Cr-Commit-Position: refs/heads/master@{#468238}
-
wychen authored
I ran check_gn_headers.py on linux and android full builds, merged the extra header file lists, fed to "fix_gn_headers.py --remove", and chose which matches to apply interactively. 8 missing headers in the build were fixed because they were moved. BUG=716359 Review-Url: https://codereview.chromium.org/2849763002 Cr-Commit-Position: refs/heads/master@{#468237}
-
szager authored
This changes some method names to make them more accurate, and splits out ResizeAfterLayout from LayoutUpdated. In a subsequent patch, these two methods will be called independently through ChromeClient. BUG=701575 Review-Url: https://codereview.chromium.org/2848043002 Cr-Commit-Position: refs/heads/master@{#468236}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/733cb1f1..bfd28fa6 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/2847373002 Cr-Commit-Position: refs/heads/master@{#468235}
-
nigeltao authored
BUG=577685 Review-Url: https://codereview.chromium.org/2643183002 Cr-Commit-Position: refs/heads/master@{#468234}
-
skobes authored
This method disallows PaintLayer creation inside a LayoutSVGHiddenContainer, even for overflow-clipping elements that would normally require a PaintLayer. This wreaks havoc in the layout code which assumes in numerous places that HasOverflowClip() implies GetScrollableArea() != nullptr. It was added in http://crrev.com/88e9d056 to fix a paint bug, but it seems unnecessary now. The svg/foreignObject layout tests all pass and the original test case on http://wkbug.com/41386 still renders correctly after this change. BUG=710087 Review-Url: https://codereview.chromium.org/2851763004 Cr-Commit-Position: refs/heads/master@{#468233}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/eccd93f7..733cb1f1 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/2849013002 Cr-Commit-Position: refs/heads/master@{#468232}
-
erikchen authored
This CL is a refactor and has no intended behavior change. NullHandle() has two use cases: * Create an invalid handle. * Return an object that can be compared against a handle to check validity. The former is also the behavior of the default constructor of base::SharedMemoryHandle, and the latter should be done with the member IsValid(). Fixing the latter also allows the removal of operator== and operator!=. BUG=713763 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 Review-Url: https://codereview.chromium.org/2849633002 Cr-Commit-Position: refs/heads/master@{#468231}
-
wychen authored
BUG=716359 Review-Url: https://codereview.chromium.org/2846593007 Cr-Commit-Position: refs/heads/master@{#468230}
-
eseckler authored
BUG=546953 Review-Url: https://codereview.chromium.org/2840993003 Cr-Commit-Position: refs/heads/master@{#468229}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/10b9a3e5..eccd93f7 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/2851023002 Cr-Commit-Position: refs/heads/master@{#468228}
-
mohsen authored
NetworkListDelegate was introduced when parts of network UI were living in a different component. Now that everything is in //ash/system/network there is no need for the delegate. NetworkListView and VPNListView can access its methods directly from NetworkStateListDetailedView. Also, some of the functionality was only used in NetworkListView and moved to that class. This is the first step to clean up code for network and VPN detailed views necessary to share code between all detailed views. BUG=686343 TEST=none Review-Url: https://codereview.chromium.org/2843163003 Cr-Commit-Position: refs/heads/master@{#468227}
-
avi authored
The interface taking a raw pointer is deprecated and being removed. BUG=690937 Review-Url: https://codereview.chromium.org/2845293004 Cr-Commit-Position: refs/heads/master@{#468226}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/fa1d11d0530d..1c3f4b921788 $ git log fa1d11d05..1c3f4b921 --date=short --no-merges --format='%ad %ae %s' 2017-04-28 lpy [ESLint] Turn on object-shorthand. Created with: roll-dep src/third_party/catapult 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.chromium.android:android_optional_gpu_tests_rel TBR=sullivan@chromium.org Change-Id: I737cce5d41f98e9b2eae90a024bdb68d402fd8fa Reviewed-on: https://chromium-review.googlesource.com/490523 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#468225}
-