- 09 Dec, 2016 40 commits
-
-
bshe authored
BUG=672477 Review-Url: https://codereview.chromium.org/2556253006 Cr-Commit-Position: refs/heads/master@{#437561}
-
blink-w3c-test-autoroller authored
Using update-w3c-deps in Chromium 5fe2c203. Build: https://build.chromium.org/p/chromium.infra.cron/builders/w3c-test-autoroller/builds/7823 TBR=qyearsley@chromium.org NOEXPORT=true Review-Url: https://codereview.chromium.org/2564853002 Cr-Commit-Position: refs/heads/master@{#437560}
-
jwd authored
BUG= Review-Url: https://codereview.chromium.org/2558083004 Cr-Commit-Position: refs/heads/master@{#437559}
-
horo authored
As falken's comment, this cl is splitted from https://codereview.chromium.org/2516353002. https://codereview.chromium.org/2516353002/diff/140001/content/browser/cache_storage/cache_storage_cache.cc#newcode1407 BUG=658249 Review-Url: https://codereview.chromium.org/2561203003 Cr-Commit-Position: refs/heads/master@{#437558}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/167cbe51..ce8eb03c 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 TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2565763003 Cr-Commit-Position: refs/heads/master@{#437557}
-
pilgrim authored
As discussed on platform-architecture-dev [0], there is interest in normalizing the methods of WTF classes to better align with std classes. This CL replaces append() with push_back() in Source/core/animation/. There are too many references to change them all at once, so this CL is part 2 of many. There are no functional changes. [0] https://groups.google.com/a/chromium.org/d/topic/platform-architecture-dev/I7jnz4p1h84/discussion BUG=662431 Review-Url: https://codereview.chromium.org/2562773002 Cr-Commit-Position: refs/heads/master@{#437556}
-
horo authored
https://codereview.chromium.org/2516353002/ introduces URL list of Response. Response.redirected returns true when the size of the list is larger than 1. BUG=658249 Review-Url: https://codereview.chromium.org/2524703002 Cr-Commit-Position: refs/heads/master@{#437555}
-
Daniel Cheng authored
BUG=618305 R=haraken@chromium.org, jochen@chromium.org, yukishiino@chromium.org Review-Url: https://codereview.chromium.org/2439013002 . Cr-Commit-Position: refs/heads/master@{#437554}
-
iclelland authored
Several tests are flaking on Android swarming bots as they rely on the system time being correct. Disabling them until we can remove the dependency on the system clock. BUG=672294,672843 TBR=asargent@chromium.org Review-Url: https://codereview.chromium.org/2564873002 Cr-Commit-Position: refs/heads/master@{#437553}
-
sammiequon authored
This function will check pins against user policies. Currently the checking logic is in javascript code, but we want to move it to C++. BUG=612271 TEST=unit_tests --gtest_filter="QuickUnlockPrivateUnitTest.*" Review-Url: https://codereview.chromium.org/2374303002 Cr-Commit-Position: refs/heads/master@{#437552}
-
sdefresne authored
The generation of PkgInfo is disabled for the moment (as come target downstream already pack a PkgInfo file and enabling the target would cause a non-deterministic build) and can be enabled by an undocumented parameter write_pkg_info. Update build/config/mac/write_pkg_info.py to support loading plist in any format, not only xml1. BUG=672516 Review-Url: https://codereview.chromium.org/2559323005 Cr-Commit-Position: refs/heads/master@{#437551}
-
maksim.sisov authored
This cl introduces a SensorDeviceManager for Linux and ChromeOS platforms. Manager: 1) PlatformSensorProviderLinux owns a SensorDeviceManager that uses DeviceMonitorLinux to enumerate iio devices and get removed/add udev events. Once device is enumerated, added or removed, it is identified and all the necessary information is put to SensorInfoLinux structure and passed to the provider. If there is no such a device, it is added to cache. In case of removal, manager checks if there was such a device and updates it's cache accordingly + notifies the provider about a removed device, which update own cache. 2) Requests: when a request for a sensor comes, it can be processed immediately or asynchronously once service is up and running. Reader: 1) There will be two strategies for a reader. At the moment only polling read is supported. 2) The reader doesn't search for sensor files any more, those are passed to it in SensorInfoLinux structure. Unittests: 1) In order to make it possible to test the whole path, I've made SensorDeviceManager's methods virtual, which allowed me to mock and override them. 2) Unittests implement own udev methods that just read values from files. If read is successful, the manager adds this type of sensor associated with the files that have been read to it's cache and notifies the provider. BUG=606766 Review-Url: https://codereview.chromium.org/2533793002 Cr-Commit-Position: refs/heads/master@{#437550}
-
schenney authored
R=ajuma BUG=672077 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2555283002 Cr-Commit-Position: refs/heads/master@{#437549}
-
charliea authored
This should greatly mitigate a current bug in the BattOr firmware where sending the command to start tracing causes the BattOr to reset. In this case, we now retry the full initialization sequence. Because the error we're hitting is a timeout, and we allow 4 seconds for a command to be executed before timing out, this means that initialization will retry after 4 seconds and then make 20 attempts to initialize the BattOr 100 milliseconds apart from each other, making the whole sequence take something like 6 additional seconds. We can retry this full sequence up to 5 times. When added to the five or so seconds that the BattOr already takes to initialize, this means that this full sequence might take up to 11 * 5 = 55 seconds before deciding that the BattOr can't be initialized. In practice, I suspect that almost all initializations will succeed on either their first or second attempts. BUG=672631 Review-Url: https://codereview.chromium.org/2563033002 Cr-Commit-Position: refs/heads/master@{#437548}
-
Emily Hanley authored
BUG=671768 R=dpranke@chromium.org, martiniss@chromium.org, maruel@chromium.org Review URL: https://codereview.chromium.org/2557953003 . Cr-Commit-Position: refs/heads/master@{#437547}
-
Vasilii Sukhanov authored
BUG=672783 TBR=dgn@chromium.org Review-Url: https://codereview.chromium.org/2561843004 . Cr-Commit-Position: refs/heads/master@{#437546}
-
rdevlin.cronin authored
ModuleSystem::CallModuleMethod is deprecated (see bug for more info). Convert some callers to use ModuleSystem::CallModuleMethodSafe. Some callers need the results from the JS call, so introduce a callback to the safe versions of CallModuleMethod and CallFunction. BUG=629431 Review-Url: https://codereview.chromium.org/2556153002 Cr-Commit-Position: refs/heads/master@{#437545}
-
lanwei authored
We decide to ship the intervention of 'Uncancelable Touch Events During A Fling', so enable 'PassiveDocumentEventListeners' feature. Below is the link to the discussion on blink-dev https://groups.google.com/a/chromium.org/d/topic/blink-dev/wJGmsdYxwrg/discussion BUG=595327 Review-Url: https://codereview.chromium.org/2556723006 Cr-Commit-Position: refs/heads/master@{#437544}
-
skia-deps-roller authored
https://skia.googlesource.com/skia.git/+log/9bbfb657606d..a129dfef2aaa $ git log 9bbfb6576..a129dfef2 --date=short --no-merges --format='%ad %ae %s' 2016-12-09 reed Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" 2016-12-08 herb Add the ability to use different mallocs. 2016-12-08 caryclark fix fuzzers 2016-12-08 reed remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS 2016-12-08 jcgregorio Remove documentation about emboss. 2016-12-08 caryclark simplify bug 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 TBR=herb@google.com Review-Url: https://codereview.chromium.org/2558853005 Cr-Commit-Position: refs/heads/master@{#437543}
-
ratsunny authored
BUG=644626 Review-Url: https://codereview.chromium.org/2551723002 Cr-Commit-Position: refs/heads/master@{#437542}
-
dtapuska authored
Previously the wall clock was being used but really it should be the realtime clock. BUG=625680 Review-Url: https://codereview.chromium.org/2556353003 Cr-Commit-Position: refs/heads/master@{#437541}
-
yhirano authored
Previously BlobBytesConsumer expected no other one canceled its loader. But it was not correct when ExecutionContext is shutting down. This CL fixes the assumption. BUG=666756 R=tyoshino@chromium.org Review-Url: https://codereview.chromium.org/2564503002 Cr-Commit-Position: refs/heads/master@{#437540}
-
dtseng authored
Scenario: In the launcher subtree of the desktop tree, we have: dialog ... web view root web area ... files button A dialog with mixed web and views content. When navigating forward, we search downward and get into the web view and find nothing inside, but when unwinding upward, we stop at the root web area because it gets matched by the root predicate. In the end, we don't end up on the native views next in document order. TEST=navigate with ChromeVox keys. Ensure we can get to the buttons. BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2559343002 Cr-Commit-Position: refs/heads/master@{#437539}
-
dtseng authored
BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2550223002 Cr-Commit-Position: refs/heads/master@{#437538}
-
kraynov authored
Re-landing https://crrev.com/2498113002 CL which was reverted because bot's builder didn't build tracing_perftests target. It has been fixed https://chromium-review.googlesource.com/c/417166 . BUG=656029,666828 Review-Url: https://codereview.chromium.org/2562013002 Cr-Commit-Position: refs/heads/master@{#437537}
-
ahest authored
Just noticed that it fails sometimes on our (yandex) bots. transmitted_start can indeed be equal to the lower bound here. BUG= Review-Url: https://codereview.chromium.org/2558633008 Cr-Commit-Position: refs/heads/master@{#437536}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/722a4d56..167cbe51 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 TBR=hablich@chromium.org,machenbach@chromium.org,littledan@chromium.org,vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2568463002 Cr-Commit-Position: refs/heads/master@{#437535}
-
olivierrobin authored
BUG=672774 Review-Url: https://codereview.chromium.org/2565753002 Cr-Commit-Position: refs/heads/master@{#437534}
-
horo authored
https://codereview.chromium.org/2516353002/ introduces URL list of Response. This URL list is an internal value which is not exposed to script. To check the list in the LayoutTest, this CL introduces an internal API getInternalResponseURLList(). BUG=658249 Review-Url: https://codereview.chromium.org/2550363002 Cr-Commit-Position: refs/heads/master@{#437533}
-
ratsunny authored
The build number would be added to the version string in UA only if the major version of Windows is equal or greater than 10. Nothing would be changed for the old version of Windows. BUG=664622 Review-Url: https://codereview.chromium.org/2533303003 Cr-Commit-Position: refs/heads/master@{#437532}
-
droger authored
This updates the code to match the documentation in service_worker_context.h. BUG=591427 Review-Url: https://codereview.chromium.org/2566623004 Cr-Commit-Position: refs/heads/master@{#437531}
-
robertphillips authored
BUG=672527 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 Review-Url: https://codereview.chromium.org/2559213002 Cr-Commit-Position: refs/heads/master@{#437530}
-
eyaich authored
TBR=dtu@chromium.org Review-Url: https://codereview.chromium.org/2560183002 Cr-Commit-Position: refs/heads/master@{#437529}
-
mahmadi authored
Also renames payment_address to shipping address in PaymentRequest to match the specs BUG=602666 Review-Url: https://codereview.chromium.org/2560583002 Cr-Commit-Position: refs/heads/master@{#437528}
-
tfarina authored
We don't assign is_epoll_wait to anything in EpollEvent, and thus it is unused. So there is no reason to keep it there from now on. BUG=None TEST=net_unittests R=rch@chromium.org Review-Url: https://codereview.chromium.org/2562623002 Cr-Commit-Position: refs/heads/master@{#437527}
-
ratsunny authored
TBR=jam@chromium.org BUG=556939 Review-Url: https://codereview.chromium.org/2546183004 Cr-Commit-Position: refs/heads/master@{#437526}
-
sdefresne authored
As the downstream code has been updated to use the upstream version of the resources (and there is no risk of multiple targets creating the same file in the application bundle), add the dependency to the :settings_resources upstream. BUG=672516 Review-Url: https://codereview.chromium.org/2557393002 Cr-Commit-Position: refs/heads/master@{#437525}
-
ahemery authored
```-- With PlzNavigate, main frame navigations don't have a valid (render_process_id, render_frame_id). This CL is a preliminary refactoring to properly support PlzNavigate. Details ``` -- To be able to do browser navigations to non yet created frames, we use webcontents that will always be available. This is preparation work to be able to use webcontents identification instead of frame ids easily. At the higher level we are passing a WebContentsGetter and run it on a UI thread, leading to new dedicated functions in the observer. We then use a wrapper to initialize the NavigationID part of the request summary. SummarizeResponse is not responsible for filling in NavigationID any more, and the behavior has been updated in unit tests. BUG=631966 Review-Url: https://codereview.chromium.org/2545943003 Cr-Commit-Position: refs/heads/master@{#437524}
-
scheme://host/csharrison authored
BUG=348655 Review-Url: https://codereview.chromium.org/2560033002 Cr-Commit-Position: refs/heads/master@{#437523}
-
toyoshim authored
Suspicious root cause of the last revert was fixed. See crbug.com/670638. Description from https://crrev.com/dc8303234f47ccfc841185d33c45e4852776b65e: This CL introduces adaptive webfont display behavior, reducing unnecessary Flash of Unstyled Text (FOUT) if webfont is already available in disk cache. This is available as a experimental Web Platform feature. In webfont display, fallback font will be used if webfont loading time exceeds certain timeout values in slow network. However it's observed that disk cache RTT may also hit the timeout regardless of network speed. In such cases we would like to block display until disk cache misses and actual network request is being sent. BUG=570205 TBR=isherman@chromium.org Review-Url: https://codereview.chromium.org/2556683003 Cr-Commit-Position: refs/heads/master@{#437522}
-