- 27 Apr, 2017 40 commits
-
-
vadimt authored
4 possible dispositions are 4 combinations of Ctrl and Shift, combined with mouse click (or Enter on a link), as per this: https://support.google.com/chromebook/answer/183101?hl=en Bug=712331 Review-Url: https://codereview.chromium.org/2842413002 Cr-Commit-Position: refs/heads/master@{#467764}
-
shess authored
The 3.17.0 import seems to have stuck, so I think rollback is pretty unlikely at this point. BUG=701518 TBR=pwnall@chromium.org Review-Url: https://codereview.chromium.org/2846743003 Cr-Commit-Position: refs/heads/master@{#467763}
-
gcomanici authored
TBR=jochen for mechanical changes to chrome/browser/extensions/api/omnibox/* and chrome/browser/android/omnibox/* BUG=697624 Review-Url: https://codereview.chromium.org/2738003002 Cr-Commit-Position: refs/heads/master@{#467762}
-
brettw authored
base::hash_map is deprecated in favor of std::unordered_map (which it is a typedef of). The changes to tracing required updating of callers in third_party/WebKit. Some uses were replaced with more appropriate variants: std::map, base::flat_map, and base::small_map. A std::hash implementation of base::FilePath is added. BUG=576864 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/2830093003 Cr-Commit-Position: refs/heads/master@{#467761}
-
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 R=gab@chromium.org TBR=reillyg@chromium.org Review-Url: https://codereview.chromium.org/2849613002 Cr-Commit-Position: refs/heads/master@{#467760}
-
vadimt authored
Per UX. Bug=712331 Review-Url: https://codereview.chromium.org/2847583003 Cr-Commit-Position: refs/heads/master@{#467759}
-
xiyuan authored
For all screens: - Banner content div fit to text content with max-width 722px. This makes the banner fit text better and gets rid of excessive left/right padding when text is short; - Remove font-size override and use inherited 14px from body; For login screen (where banner is only used for migration message): - Reduce 4px of banner-pod space (16px between banner bottom and the selected user pod with this CL); - Add 4px left/right padding (24px instead of 20px with the CL); BUG=715706 Review-Url: https://codereview.chromium.org/2849583002 Cr-Commit-Position: refs/heads/master@{#467758}
-
anthonyvd authored
BUG=716076 Review-Url: https://codereview.chromium.org/2846053002 Cr-Commit-Position: refs/heads/master@{#467757}
-
avi authored
The interface taking a raw pointer is deprecated and being removed. BUG=690937 Review-Url: https://codereview.chromium.org/2846743002 Cr-Commit-Position: refs/heads/master@{#467756}
-
anthonyvd authored
BUG=715086 Review-Url: https://codereview.chromium.org/2847813003 Cr-Commit-Position: refs/heads/master@{#467755}
-
tsunghung authored
If hardware overlay processing is skipped for a frame, there's no way to be sure of the state of the previous frame. Reset |previous_frame_underlay_rect_| for the next frame. BUG=Internal b/37644269 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2844483004 Cr-Commit-Position: refs/heads/master@{#467754}
-
zijiehe authored
ProcessStatsStub is an interface to receive process resource usage information from a ProcessStats. ProcessResourceUsage is a structure to store the resource usage of one process. AggregatedProcessResourceUsage is a structure to store the resource usgaes of several processes. ProcessStatsAgent is an interface to retrieve resource usage of one process. CurrentProcessStatsAgent is a ProcessStatsAgent implementation to retrieve resource usage from current process. ForwardProcessStatsAgent receives resource usage from a third-party and forwards the latest usage as a ProcessStatsAgent. ProcessStatsSender is a class to regularly report resource usages from various ProcessStatsAgent implementations to a ProcessStatsStub. It merges several non-empty ProcessResourceUsage into one AggregatedProcessResourceUsage. This is typical useful on Windows: we need to calculate the resource usages from both network process and desktop process. R=sergeyu@chromium.org, jamiewalch@chromium.org BUG=650926 Review-Url: https://codereview.chromium.org/2775983003 Cr-Commit-Position: refs/heads/master@{#467753}
-
shaktisahu authored
Removed navigation drawer from the download home. The drawer was replaced by a spinner. Space display moved in-page as a header in the download history adapter. BUG=712912 Review-Url: https://codereview.chromium.org/2834453007 Cr-Commit-Position: refs/heads/master@{#467752}
-
Ken Rockot authored
Logic in chrome/app, content/app, and content/public/app is primarily concerned with basic process initialization and lifecycle. This adds some appropriate OWNERS to cover the ongoing effort to refactor that stuff into services/service_manager. BUG=654986 R=jam@chromium.org Change-Id: Idd4ca1ae43e2e14110a82f3cd0e6d5dc04e13b7c Reviewed-on: https://chromium-review.googlesource.com/488103Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#467751}
-
Ken Rockot authored
ConnectorImpl is bound to a thread lazily on first use. The recent addition of FilterInterfaces did not account for this. This fixes that. BUG=716046 R=ben@chromium.org Change-Id: I4804a4a10167c858ffb51f37825b9f1a5a2b3ff6 Reviewed-on: https://chromium-review.googlesource.com/489021Reviewed-by:
Ben Goodger <ben@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#467750}
-
amp authored
Also updates 2D quad properties to conform to spec. BUG=643483 Review-Url: https://codereview.chromium.org/2832843004 Cr-Commit-Position: refs/heads/master@{#467749}
-
ryansturm authored
This CL adds a test to verify if-heavy is added on fast networks, but a LoFi response is not received. It also adds a test to verify that slow2G users will receieve a LoFi image for those requests. BUG=708276 Review-Url: https://codereview.chromium.org/2842573004 Cr-Commit-Position: refs/heads/master@{#467748}
-
mathp authored
Was previously crashing because the AutofillPaymentInstrument delegate was not being reset properly on back navigation. Now it is. BUG=715093 TEST=browser_tests Review-Url: https://codereview.chromium.org/2844293002 Cr-Commit-Position: refs/heads/master@{#467747}
-
muyuanli authored
web_contents_android and ARC. 2. Implement sending voice interaction structure from cros to ARC. BUG=b/35643583 BUG=704684 TEST= browser_tests --gtest_filter=\ ArcVoiceInteractionArcHomeServiceTest.* TEST=manually verified ax element position in clank TEST=verified voice interaction structure sent to ARC Review-Url: https://codereview.chromium.org/2808383004 Cr-Commit-Position: refs/heads/master@{#467746}
-
bnc authored
Also change all occurrences of SPDY_EXPORT into SPDY_EXPORT_PRIVATE. This is to be used in shared code (net/spdy/core). Note that SPDY_EXPORT is not used at all, just like QUIC_EXPORT (defined in net/quic/platform) is not used either. Review-Url: https://codereview.chromium.org/2839373002 Cr-Commit-Position: refs/heads/master@{#467745}
-
horo authored
When the size properties of PerformanceResourceTiming were introduced by https://crrev.com/2105713002, both encodedBodySize and decodedBodySize were summed up in ResourceLoader::DidReceiveData(). The CL https://crrev.com/2510333002 changed this to send encodedBodySize when response completed. And currently only decodedBodySize is summed up in ResourceLoader::DidReceiveData(). We are planning to directly pass the mojo data pipe to FetchResponseData when fetch() API is used. If we do so, ResourceLoader::DidReceiveData() will not be called. And it will not be guaranteed that the renderer process read the all data before the RequestComplete IPC. This will be a problem because the size properties are passed to the ResourceTimingInfo structure when the renderer receives the RequestComplete IPC message. So this cl change it to send the decodedBodySize when response completed same as encodedBodySize. And this is also useful to support the resource timing info for service worker navigation preload response where we don't use ResourceLoader. BUG=712809 Review-Url: https://codereview.chromium.org/2835123005 Cr-Commit-Position: refs/heads/master@{#467744}
-
estade authored
instead of using assets. BUG=708218 TBR=oshima@chromium.org Review-Url: https://codereview.chromium.org/2836493002 Cr-Commit-Position: refs/heads/master@{#467743}
-
alexilin authored
This CL adds a new resource type field to the manifest proto. ResourcePrefetchPredictor begins to use this field to prefetch all resources of one resource type before another. Also we prioritize stylesheets above scripts since this CL. Stylesheets are almost always critical, scripts are not. It's clear win in the case if we're fetching resources from manifests because we don't have information about request priority in manifests. Thus we can't separate critical scripts from non-critical ones. BUG=699115 Review-Url: https://codereview.chromium.org/2831233004 Cr-Commit-Position: refs/heads/master@{#467742}
-
wangxianzhu authored
We have fast-path for invisible collapsed borders. Treating zero- width as invisible can improve performance in the case. Also move core/style/CollapsedBorderValue.h to core/layout because the structure is not used by any style code. This CL will reduce frame time of PerformanceTests/Mutation/background-change-with-zero-width-collapsed-borders.html (in https://codereview.chromium.org/2842313002/) by about 50%. Review-Url: https://codereview.chromium.org/2842323002 Cr-Commit-Position: refs/heads/master@{#467741}
-
tommycli authored
Android 4.2 and below has a problematic RTL implementation. Force formatted URLs to display in LTR. BUG=709417 Review-Url: https://codereview.chromium.org/2839843002 Cr-Commit-Position: refs/heads/master@{#467740}
-
chrome://chrome-signinmsarda authored
This CL lists success.html as an webview accessible resource for the sign-in extension. This CL adds an exception for sign-in extension when for loading webview accessible resources. BUG=709117 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2831183003 Cr-Commit-Position: refs/heads/master@{#467739}
-
Ken Rockot authored
Some utility processes don't have a Service Manager connection. BUG=715840 Change-Id: Ie6ba83ef9e2b64986a04a301c96764a9fe7c6f7c Reviewed-on: https://chromium-review.googlesource.com/488463Reviewed-by:
Ben Goodger <ben@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#467738}
-
catapult-deps-roller@chromium.org authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/c46500e9c5b7..67894d267da3 $ git log c46500e9c..67894d267 --date=short --no-merges --format='%ad %ae %s' 2017-04-27 hjd [tracing] Fix crash in getObjectInstanceColor due to typo 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: Id10e90b6759d9a8419c3e56bc2a7fd4b2e76feb4 Reviewed-on: https://chromium-review.googlesource.com/489062 Reviewed-by: <catapult-deps-roller@chromium.org> Commit-Queue: <catapult-deps-roller@chromium.org> Cr-Commit-Position: refs/heads/master@{#467737}
-
jinho.bang authored
The current implementation is using the service worker database (is based on level DB) to store payment instrument data. The other SW features also use the same way. The instrument key is mapping with database key directly, So, the database key might be conflict with other SW related features such as push notification. To avoid this problem, this CL adds a prefix to instrument key. BUG=661608 TEST=existing tests Review-Url: https://codereview.chromium.org/2847533003 Cr-Commit-Position: refs/heads/master@{#467736}
-
foolip authored
R=rijubrata.bhaumik@intel.com,mcasas@chromium.org BUG=698853 Review-Url: https://codereview.chromium.org/2848533002 Cr-Commit-Position: refs/heads/master@{#467735}
-
brucedawson authored
Forward declaring of enums without specifying a type is illegal. These forward declarations only worked because they weren't needed. They were found by VC++'s overzealous C4471 warning. R=raymes@chromium.org Review-Url: https://codereview.chromium.org/2835943003 Cr-Commit-Position: refs/heads/master@{#467734}
-
thakis authored
It was added as an empty executable https://codereview.chromium.org/9274003/ and never grew to more than that, except that the cc file isn't even referenced from any .gn file now that the gyp build is gone. BUG=661774 Review-Url: https://codereview.chromium.org/2848593003 Cr-Commit-Position: refs/heads/master@{#467733}
-
jbroman authored
BUG=715232 Review-Url: https://codereview.chromium.org/2844543002 Cr-Commit-Position: refs/heads/master@{#467732}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3338869a..227fee38 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/2845983003 Cr-Commit-Position: refs/heads/master@{#467731}
-
nednguyen authored
BUG=715962 TBR=rnephew@chromium.org Review-Url: https://codereview.chromium.org/2850483002 Cr-Commit-Position: refs/heads/master@{#467730}
-
fdoray authored
The blocking pool is being deprecated in favor of TaskScheduler. BUG=667892 R=bartfab@chromium.org Review-Url: https://codereview.chromium.org/2837083002 Cr-Commit-Position: refs/heads/master@{#467729}
-
fdoray authored
The blocking pool is being deprecated in favor of TaskScheduler. BUG=667892 R=bartfab@chromium.org Review-Url: https://codereview.chromium.org/2834413003 Cr-Commit-Position: refs/heads/master@{#467728}
-
dcastagna authored
After processing overlay candidates we used to remove the overlay rects from the damage rect. The assumption was that all the overlays would be opaque. Since we started allowing alpha blended overaly, we should avoid subtracting from the damage when blending might be allowed. Otherwise any element animating below a transparent overlay might not be updated. We haven't noticed any problem so far since partial update was disabled on Mali. crrev.com/2829543003 enables empty swap, surfacing the problem when the damage region is a subset of a transparent overlay. BUG=705290 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2842383003 Cr-Commit-Position: refs/heads/master@{#467727}
-
fdoray authored
The blocking pool is being deprecated in favor of TaskScheduler. BUG=667892 R=mmenke@chromium.org Review-Url: https://codereview.chromium.org/2843563002 Cr-Commit-Position: refs/heads/master@{#467726}
-
vmpstr authored
This flag should be on by default in all non-test cases, so this patch removes the flag altogether. BUG=696864 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2781183002 Cr-Commit-Position: refs/heads/master@{#467725}
-