- 07 Sep, 2016 40 commits
-
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/1931d2d4322f..576345e444a3 $ git log 1931d2d43..576345e44 --date=short --no-merges --format='%ad %ae %s' 2016-09-07 lpy Add V8 slices for quick selection in related events table. TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2321753002 Cr-Commit-Position: refs/heads/master@{#417086}
-
rob.buis authored
We currently have a mixture of using typedefs and type aliases for forward referencing StaticElementList and StaticNodeElement. Stick to type aliases since they are more modern and a C++11 allowed feature in Chromium. Review-Url: https://codereview.chromium.org/2317083003 Cr-Commit-Position: refs/heads/master@{#417085}
-
fdoray authored
SequencedWorkerPool is being migrated to base/task_scheduler and there is no equivalent to IsRunningSequenceOnCurrentThread() in base/task_scheduler. Developers should use SequenceChecker to verify that tasks run sequentially. Unlike SequencedWorkerPool::IsRunningSequenceOnCurrentThread(), SequenceChecker works everywhere in Chrome (MessageLoop, SequencedWorkerPool, base/task_scheduler...). BUG=622400 Review-Url: https://codereview.chromium.org/2318133002 Cr-Commit-Position: refs/heads/master@{#417084}
-
oysteine authored
R=kbr@chromium.org BUG=638744 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 Review-Url: https://codereview.chromium.org/2306033003 Cr-Commit-Position: refs/heads/master@{#417083}
-
dmazzoni authored
Revert of Disable some DumpAccessibilityTreeTest.Accessibility test on Windows (patchset #1 id:1 of https://codereview.chromium.org/2309273002/ ) Reason for revert: Re-enabling these tests because the change that caused the try flakes was reverted here: https://codereview.chromium.org/2302353005 Original issue's description: > Disable some DumpAccessibilityTreeTest.Accessibility test on Windows > > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > TBR=dmazzoni@chromium.org > BUG=chromium:643954 > > Committed: https://crrev.com/b7a4685cc72298483cde031c401007f78538d429 > Cr-Commit-Position: refs/heads/master@{#416527} TBR=magjed@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=chromium:643954 Review-Url: https://codereview.chromium.org/2320673003 Cr-Commit-Position: refs/heads/master@{#417082}
-
proberge authored
This will be used to precompute macs for use in a callback without going through a transaction. BUG=624858 Review-Url: https://codereview.chromium.org/2304573002 Cr-Commit-Position: refs/heads/master@{#417081}
-
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/239067c0b2b9d9f905d8a0925cd13439edead8ae [Android] Set up continuous builder + trybot for cronet. (jbudorick@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=634350 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2318123003 Cr-Commit-Position: refs/heads/master@{#417080}
-
xingliu authored
Use Material Design color Light Blue 100 for a Blimp tab. See https://material.google.com/style/color.html for details. BUG=64425 Review-Url: https://codereview.chromium.org/2315953002 Cr-Commit-Position: refs/heads/master@{#417079}
-
wkorman authored
TBR=pdr Review-Url: https://codereview.chromium.org/2320793002 Cr-Commit-Position: refs/heads/master@{#417078}
-
ymalik authored
BUG=641814 Review-Url: https://codereview.chromium.org/2310223002 Cr-Commit-Position: refs/heads/master@{#417077}
-
khmel authored
This CL makes it safe to handle Arc events for shelf in case secondary user is active. It also restores active status when primary user is activated again. BUG=b/31316824 BUG=b/31313336 BUG=644053 TEST=Manually on device. When secondary user is active, stop one of the Android task. There is no more crash in this case. Switch back to primary account and active status is correctly restored for the latest Arc app. Review-Url: https://codereview.chromium.org/2315903002 Cr-Commit-Position: refs/heads/master@{#417076}
-
estade authored
BUG=none TBR=peter@chromium.org Review-Url: https://codereview.chromium.org/2313253003 Cr-Commit-Position: refs/heads/master@{#417075}
-
danakj authored
We're not actively using them and they make code hard to read and change. R=sunnyps@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2314323003 Cr-Commit-Position: refs/heads/master@{#417074}
-
dmazzoni authored
When profiling some sites that are slow to build an accessibility tree, a lot of time was spent retrieving the document, root accessibility object, or focused accessibility object. Introduce the concept of freezing BlinkAXTreeSource, which precomputes these once, and then allows them to be reused through the rest of a function scope. This is safe because the accessibility tree does not change during processing of an accessibility event. For one cs.chromium.org page, this sped up initial load by 50% (1000 ms to 650 ms) and single-node updates by 400% (90 ms to 23 ms). BUG=631923,638474 Review-Url: https://codereview.chromium.org/2205083002 Cr-Commit-Position: refs/heads/master@{#417073}
-
brettw authored
Delete the associated GYP files. TBR=dpranke@chromium.org Review-Url: https://codereview.chromium.org/2316293002 Cr-Commit-Position: refs/heads/master@{#417072}
-
pdr authored
This patch adds some comments to describe the cc ScrollNode members. BUG=644514 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2310323002 Cr-Commit-Position: refs/heads/master@{#417071}
-
creis authored
We shouldn't treat a navigation as NAVIGATION_TYPE_SAME_PAGE if there is no last committed entry. BUG=640429 TEST=No known repro steps. Crashes should go away. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2319843002 Cr-Commit-Position: refs/heads/master@{#417070}
-
fdoray authored
This CL (hopefully) removes all calls to these methods in android_webview: - MessageLoop::PostTask - MessageLoop::PostDelayedTask - MessageLoop::DeleteSoon - MessageLoop::ReleaseSoon - MessageLoop::Run - MessageLoop::RunUntilIdle BUG=616447 R=boliu@chromium.org Review-Url: https://codereview.chromium.org/2315863002 Cr-Commit-Position: refs/heads/master@{#417069}
-
rdevlin.cronin authored
Some extensions tests had the toolbar redesign disabled by a custom override. Some of these are testing legacy behavior, but many were just never changed over. Update many to remove the custom override, enabling the redesign. In order to stay targeted, this CL doesn't update behavior expectations for any tests. That will be done in a followup. BUG=None Review-Url: https://codereview.chromium.org/2311533002 Cr-Commit-Position: refs/heads/master@{#417068}
-
dschuyler authored
This CL alphabetizes the settings vars by separating the --settings-* and --paper-* vars. BUG=None CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2315033002 Cr-Commit-Position: refs/heads/master@{#417067}
-
foolip authored
Intent to Deprecate and Remove: https://groups.google.com/a/chromium.org/d/msg/blink-dev/h4ooaB_Y9JE/nh7vXshGBwAJ BUG=425896,640825 R=sigbjornf@opera.com,haraken@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2295863002 Cr-Commit-Position: refs/heads/master@{#417066}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4f2348b4..391b9e37 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_precise_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/2319803002 Cr-Commit-Position: refs/heads/master@{#417065}
-
dgrogan authored
This will give us an upper bound on the % of iframes for which we can defer loading. BUG=635105 Review-Url: https://codereview.chromium.org/2212183004 Cr-Commit-Position: refs/heads/master@{#417064}
-
kmackay authored
The fade-out frames were being calculated with the input sample rate instead of the output sample rate. Also updated the logging to make debugging easier. BUG= Review-Url: https://codereview.chromium.org/2324533002 Cr-Commit-Position: refs/heads/master@{#417063}
-
hartmanng authored
This is a reland of https://codereview.chromium.org/2293603002/. Reason for revert: Build fails with: jmake: Could not find class file for /tmp/tmp7BuImL/java/org/chromium/browser/webapps/ChromeWebApkHostSignature.java. Original CL description: > [WebApk] Update verification keys. > > Update keys to latest test keys and also break it out by channel. > > TBR=rsesek@chromium.org,yfriedman@chromium.org > > Committed: https://crrev.com/716cc589da62b7cc48ac0542fe01239808687ec9 > Cr-Commit-Position: refs/heads/master@{#416339} Patchset 1 on https://codereview.chromium.org/2317273002/ is the original landed patch from https://codereview.chromium.org/2293603002/. Patchset 2 contains the fix in the build file. TBR=rsesek@chromium.org,yfriedman@chromium.org,dfalcantara@chromium.org,mdjones@chromium.org Review-Url: https://codereview.chromium.org/2317273002 Cr-Commit-Position: refs/heads/master@{#417062}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/62e9b145a13a..ef6a9b7f9393 $ git log 62e9b145a..ef6a9b7f9 --date=short --no-merges --format='%ad %ae %s' 2016-09-07 halcanary android_skp_capture.sh 2016-09-07 mtklein clang_linux: also build an MSAN libc++ 2016-09-07 msarett Delete SkColorSpace::gammaNamed() from public API 2016-09-07 egdaniel Merge building of program desc in Vulkan into one step CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=caryclark@google.com Review-Url: https://codereview.chromium.org/2318343002 Cr-Commit-Position: refs/heads/master@{#417061}
-
xunjieli authored
This CL pulls in base's proguard flags when compiling cronet_sample_apk and cronet_package. Cronet will not need to duplicate proguard flags and can benefit from base proguard file changes. This saves about 1882 - 1471 = 411 methods from our dex count for CronetSample.apk and 10kB(4.35%). BUG=634998 Review-Url: https://codereview.chromium.org/2214013002 Cr-Commit-Position: refs/heads/master@{#417060}
-
fdoray authored
This CL (hopefully) removes all calls to these methods in ui: - MessageLoop::PostTask - MessageLoop::PostDelayedTask - MessageLoop::DeleteSoon - MessageLoop::ReleaseSoon - MessageLoop::Run - MessageLoop::RunUntilIdle BUG=616447 R=sky@chromium.org Review-Url: https://codereview.chromium.org/2315003002 Cr-Commit-Position: refs/heads/master@{#417059}
-
ccameron authored
Before this patch, we use blink::WebScreenInfo far more in content than in blink. Particularly objectionable is that all of the RenderWidget::Create functions take this blink structure, rather than a content structure. After this patch, content traffics (almost) exclusively in a content::ScreenInfo type, which is converted to a blink::WebScreenInfo only inside the renderer process, when crossing the boundary to blink. The reason for making this change now is that we will need to add a gfx::ICCProfile to the screen info sent to content::RenderWidget::Create and content::ResizeParams, but we will not be needing this information in blink (there is no "real" ICC profile structure in Blink, and to the extent that it does exist, it will be removed). BUG=644545 TBR=dtrainor CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2317563004 Cr-Commit-Position: refs/heads/master@{#417058}
-
bruthig authored
Missed in https://codereview.chromium.org/12180027 BUG=None Review-Url: https://codereview.chromium.org/2324463002 Cr-Commit-Position: refs/heads/master@{#417057}
-
lfg authored
This is part of a refactor to split WebView/WebWidget. BUG=583347 Review-Url: https://codereview.chromium.org/2315223003 Cr-Commit-Position: refs/heads/master@{#417056}
-
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 commit 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/b6837ba5832ef4b25103a9e9680e7cd0c275ef41 [Android] Enable USB reset on perf bots. (jbudorick@chromium.org) R=jbudorick@chromium.org BUG=644721,642194 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2322663002 Cr-Commit-Position: refs/heads/master@{#417055}
-
kenrb authored
There were instances of crashes during destruction with nested WebContents, if an inter-process scroll bubble was in progress. This patch verifies that there the WebContents hasn't been disconnected from its RenderWidgetHosts before attempting to cancel scroll bubbling and dereferencing the RenderWidgetHostDelegate pointer. BUG=644306 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2319633002 Cr-Commit-Position: refs/heads/master@{#417054}
-
nzolghadr authored
BUG=625847 Review-Url: https://codereview.chromium.org/2302513002 Cr-Commit-Position: refs/heads/master@{#417053}
-
einbinder authored
The elements panel was waiting for DOMSyntaxHighligher to strip the leading newline from script tags, which made testing flaky. BUG=623802 Review-Url: https://codereview.chromium.org/2300633005 Cr-Commit-Position: refs/heads/master@{#417052}
-
fdoray authored
Any modification to a Chrome installation should be done within the scope of a SetupSingleton. There can be only one active SetupSingleton per Chrome installation at a time. SetupSingleton will be used to ensure that an update process doesn't run at the same time as a process deleting old files. BUG=310211 Review-Url: https://codereview.chromium.org/2292293002 Cr-Commit-Position: refs/heads/master@{#417051}
-
chrisha authored
BUG=643523 TBR=georgesak@chromium.org Review-Url: https://codereview.chromium.org/2317083002 Cr-Commit-Position: refs/heads/master@{#417050}
-
jianli authored
BUG=644623 Review-Url: https://codereview.chromium.org/2321573003 Cr-Commit-Position: refs/heads/master@{#417049}
-
derat authored
Avoid logging "Unable to get cursor width capability: Invalid argument" and "Could not initialize DRM device" warnings, as these are expected conditions on some systems. BUG=644796 Review-Url: https://codereview.chromium.org/2314423003 Cr-Commit-Position: refs/heads/master@{#417048}
-
luoe authored
BUG=556508 Review-Url: https://codereview.chromium.org/2304863003 Cr-Commit-Position: refs/heads/master@{#417047}
-