- 09 Sep, 2016 40 commits
-
-
phoglund authored
We need to rewrite to tbm2 in order to get memory. We don't really look at memory metrics anyway at this point, so remove for now. BUG=632295 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.perf:android_s5_perf_cq;master.tryserver.chromium.perf:linux_perf_cq;master.tryserver.chromium.perf:mac_retina_perf_cq;master.tryserver.chromium.perf:winx64_10_perf_cq Review-Url: https://codereview.chromium.org/2325153002 Cr-Commit-Position: refs/heads/master@{#417603}
-
foolip authored
This is to inform the spec discussion: https://github.com/w3c/webrtc-pc/issues/709 R=guidou@chromium.org Review-Url: https://codereview.chromium.org/2329433002 Cr-Commit-Position: refs/heads/master@{#417602}
-
siggi authored
This uses the generic allocator shim to hook into heap allocations. When disabled and unused, there is no runtime penalty for this. When heap tracing is enabled, there's a small accounting overhead for every allocation. Instantiating a ScopedThreadHeapUsage instance carries O(1) cost, whether or not heap tracing is enabled. BUG=644385 Review-Url: https://codereview.chromium.org/2163783003 Cr-Commit-Position: refs/heads/master@{#417601}
-
twellington authored
This activity was inadvertently changed to exported in https://codereview.chromium.org/2268323003/ BUG=645310 Review-Url: https://codereview.chromium.org/2328843002 Cr-Commit-Position: refs/heads/master@{#417600}
-
mef authored
Review-Url: https://codereview.chromium.org/2323033002 Cr-Commit-Position: refs/heads/master@{#417599}
-
nzolghadr authored
Also update the scroll an element into the view as it may cause some internal div to scroll and fail the test. BUG=643215 Review-Url: https://codereview.chromium.org/2319133002 Cr-Commit-Position: refs/heads/master@{#417598}
-
agrieve authored
Reverted in: https://codereview.chromium.org/2327063002/ Reason for reland: Now guards non-build import behind enable_java_templates TBR=michaelbai,machenbach BUG=622855 Review-Url: https://codereview.chromium.org/2326973003 Cr-Commit-Position: refs/heads/master@{#417597}
-
cwallez authored
- One expectations was tentatively removed for Linux ANGLE but was needed - One Mac test was marked as Flaky when it is actually failing consistently BUG=angleproject:1492 BUG=644360 TBR=zmo@chromium.org 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/2328973002 Cr-Commit-Position: refs/heads/master@{#417596}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/a42405aa522c..55bcc8e0af34 $ git log a42405aa5..55bcc8e0a --date=short --no-merges --format='%ad %ae %s' 2016-09-09 msarett Delete some LUTs from SkColorSpaceXform 2016-09-09 caryclark fix fuzzer BUG=644680,644684 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=caryclark@google.com Review-Url: https://codereview.chromium.org/2325133003 Cr-Commit-Position: refs/heads/master@{#417595}
-
cwallez authored
The relevant WebGL2 CTS tests work fine on recent Intel drivers. BUG=590870 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/2319223004 Cr-Commit-Position: refs/heads/master@{#417594}
-
harkness authored
The Mojo service uses url::Origin, and that's the better way to be storing origins, so converting over to using that instead of GURL. This also does a bit of cleanup on the tests, which had a mix of methods which took an origin argument and methods which created the origin internally. Now the test has a member which is calculated once. BUG=617971 Review-Url: https://codereview.chromium.org/2324133002 Cr-Commit-Position: refs/heads/master@{#417593}
-
finkm authored
BUG=645425 Review-Url: https://codereview.chromium.org/2320423002 Cr-Commit-Position: refs/heads/master@{#417592}
-
primiano authored
This CL introduces the core building blocks to read-back the proto-encoded trace buffer. This will be used by next CLs at trace finalization time to convert protobuf -> v1 JSON. BUG=643674 Review-Url: https://codereview.chromium.org/2303343002 Cr-Commit-Position: refs/heads/master@{#417591}
-
dtapuska authored
Using update-w3c-deps in Chromium f15c309c. BUG= Review-Url: https://codereview.chromium.org/2322083002 Cr-Commit-Position: refs/heads/master@{#417590}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3e7af8dc..7a8b8fb4 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/2326063002 Cr-Commit-Position: refs/heads/master@{#417589}
-
rdevlin.cronin authored
The proxy override bubble had some UMA entries, but they weren't present in histograms.xml. Add an entry and for the user action metric and add an obsolete entry (for historical reasons) for the extension count metric. BUG=643531 Review-Url: https://codereview.chromium.org/2320013003 Cr-Commit-Position: refs/heads/master@{#417588}
-
chrisha authored
BUG=644608 TBR=sebmarchand@chromium.org Review-Url: https://codereview.chromium.org/2324463005 Cr-Commit-Position: refs/heads/master@{#417587}
-
wjmaclean authored
Presently RenderFrameHostImpl::Send() does not use its own widget's input router when sending message, meaning messages to subframes could be sent to the wrong frame. This was discovered while trying to make InputMsg_SelectRange/InputHostMsg_SelectRange_Ack work properly for messages sent to an out-of-process iframe. Note: this is a re-land of https://codereview.chromium.org/2012933002/ originally committed as https://crrev.com/7a22bf01ea55475b295e40f5bbfd1add2bc73649 Cr-Commit-Position: refs/heads/master@{#396044} TBR=creis@chromium.org BUG=470662 Review-Url: https://codereview.chromium.org/2322233003 Cr-Commit-Position: refs/heads/master@{#417586}
-
lionel.g.landwerlin authored
We're currently starting the synchronization of memory mapped dmabufs only for reading, which means the driver will not flush the CPU cache on DMA_BUF_SYNC_END. As a result we tend to see cache lines on platforms where we don't have an additional cache level like Atom platforms. BUG=475633 TEST=run chrome on chromeos with --enable-native-gpu-memory-buffers and verify we don't have image corruptions when hovering the close/minimize buttons Review-Url: https://codereview.chromium.org/2297783006 Cr-Commit-Position: refs/heads/master@{#417585}
-
zmo authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/2e13422..afd388c BUG= TEST=bots NOTRY=true TBR=kbr@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2319903004 Cr-Commit-Position: refs/heads/master@{#417584}
-
fdoray authored
Revert of Remove calls to MessageLoop::current() in ios. (patchset #1 id:1 of https://codereview.chromium.org/2079423002/ ) Reason for revert: This causes crashes during browser startup. Original issue's description: > Remove calls to MessageLoop::current() in ios. > > Why? > The fact that there's a MessageLoop on the thread is an > unnecessary implementation detail. When browser threads > are migrated to base/task_scheduler, tasks will no longer > have access to a MessageLoop. > > These changes were generated manually. > > BUG=616447 > R=droger@chromium.org > > Committed: https://crrev.com/c5c127abb5f0d8ba0dd34cfbd6233bbf9209f0f2 > Cr-Commit-Position: refs/heads/master@{#401027} TBR=sdefresne@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=616447 Review-Url: https://codereview.chromium.org/2326053002 Cr-Commit-Position: refs/heads/master@{#417583}
-
mahmadi authored
Review-Url: https://codereview.chromium.org/2324153002 Cr-Commit-Position: refs/heads/master@{#417582}
-
rdevlin.cronin authored
We report events to the activity log on the UI thread, which can involve a thread hop. During this thread hop, it's possible the profile was invalidated. Check the profile before using it. BUG=643012 Review-Url: https://codereview.chromium.org/2326613003 Cr-Commit-Position: refs/heads/master@{#417581}
-
agrieve authored
Revert of Make secondary abi work for component build (patchset #5 id:80001 of https://codereview.chromium.org/2319273002/ ) Reason for revert: Broke v8 roller Original issue's description: > Make secondary abi work for component build > > Add secondary_abi_shared_libraries to pack all the secondary abi > shared libraries into APK. > > BUG=622855 > > Committed: https://crrev.com/3ac692c2e67e8030a30e4ebcd12240352944f898 > Cr-Commit-Position: refs/heads/master@{#417441} TBR=machenbach@chromium.org,michaelbai@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=622855 Review-Url: https://codereview.chromium.org/2327063002 Cr-Commit-Position: refs/heads/master@{#417580}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/426a2459290a..a42405aa522c $ git log 426a24592..a42405aa5 --date=short --no-merges --format='%ad %ae %s' 2016-09-09 borenet Fix issues in assets scripts 2016-09-09 halcanary SkPDF: implement drawTextBlob() CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=caryclark@google.com Review-Url: https://codereview.chromium.org/2321403002 Cr-Commit-Position: refs/heads/master@{#417579}
-
kylechar authored
Add a new mojo interface mojom::DisplayController to allow privileged clients to make changes to the display state. The initial interface contains methods needed by mash to provide display state related keyboard accelerators that exist in cash currently. Have PlatformScreenOzone implement this new interface and provide mostly stub implementations. Right now the interface isn't wired up so that will happen in a subsequent CL. Also adds PlatformScreen::GetInstance() so PlatformScreen doesn't need to be passed so many places. BUG=611475 Review-Url: https://codereview.chromium.org/2310133002 Cr-Commit-Position: refs/heads/master@{#417578}
-
tobiasjs authored
BUG=404831 Review-Url: https://codereview.chromium.org/2326013002 Cr-Commit-Position: refs/heads/master@{#417577}
-
mahmadi authored
Previously, User manager actions were being disabled if no regular (aka custodian) profiles existed (b/c it's not possible to have a supervised profile on its own). Since it's possible for child profiles to exist on their own, this CL changes the behavior so that user manager actions are disabled only if there is at least one regular profile and that all regular profiles are locked. BUG=640885 Review-Url: https://codereview.chromium.org/2325643003 Cr-Commit-Position: refs/heads/master@{#417576}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6ccda2c1..3e7af8dc 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/2323913005 Cr-Commit-Position: refs/heads/master@{#417575}
-
keishi authored
Compositor workers do not own the compositor thread so they do not do a cleanup gc on termination. This means objects will be left uncollected once per thread heap is enabled for compositor workers. To make up for that, the LeakDetector should run a GC on the compositor thread explicitly. BUG= Review-Url: https://codereview.chromium.org/2304073002 Cr-Commit-Position: refs/heads/master@{#417574}
-
ellyjones authored
Without this VoiceOver reads the window title, which is "BmbPopUpWindow". BUG=641496 Review-Url: https://codereview.chromium.org/2320723006 Cr-Commit-Position: refs/heads/master@{#417573}
-
ryansturm authored
This UMA measures savings, inflation, content length, etc. BUG=615565 Review-Url: https://codereview.chromium.org/2256603005 Cr-Commit-Position: refs/heads/master@{#417572}
-
foolip authored
Revert of Move HTMLDocument::isCaseSensitiveAttribute into SelectorChecker (patchset #1 id:1 of https://codereview.chromium.org/2313253002/ ) Reason for revert: Possible cause of regression in blink_perf.parser. BUG=645370 Original issue's description: > Move HTMLDocument::isCaseSensitiveAttribute into SelectorChecker > > BUG=238368 > R=esprehn@chromium.org,rune@opera.com > > Committed: https://crrev.com/e912108e9daf83d1bec61e5b78aaacf965a3e2fc > Cr-Commit-Position: refs/heads/master@{#416903} TBR=esprehn@chromium.org,rune@opera.com # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=238368 Review-Url: https://codereview.chromium.org/2326493004 Cr-Commit-Position: refs/heads/master@{#417571}
-
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/329e32d57bfbbe73c6163f8e2add947239de010b V8: Prepare switching off gyp in runhooks (machenbach@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=chromium:474921 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2319093006 Cr-Commit-Position: refs/heads/master@{#417570}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/a2bac5f24b7e..b1c8c53e1d00 $ git log a2bac5f24..b1c8c53e1 --date=short --no-merges --format='%ad %ae %s' 2016-09-09 ulan Add a metric to track the percentage of GC time in V8.Execute tasks. TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2316273005 Cr-Commit-Position: refs/heads/master@{#417569}
-
rego authored
This patch modifies LayoutGrid::gridGapForDirection() because we only need to calculate the available space if the grid gap is a percentage. Otherwise we can skip this operation. BUG=615248 Review-Url: https://codereview.chromium.org/2325573003 Cr-Commit-Position: refs/heads/master@{#417568}
-
eae authored
Update NGLayoutInputText to include further fields for run segmentation. BUG=591099 R=drott@chromium.org Review-Url: https://codereview.chromium.org/2323283002 Cr-Commit-Position: refs/heads/master@{#417567}
-
wjmaclean authored
At present, debug builds of Chrome can crash if your touch scrolling in a cross-site iframe with --site-per-process enabled, and then you tap in the parent frame. This happens when a 'dummy' WebGestureEvent is sent to RenderWidgetHostInputEventRouter::SendGestureScrollEvent() without defining its type. Since the function DCHECKs the type of the input event, this causes a crash. This CL makes sure the event has an appropriate type. BUG=645208 Review-Url: https://codereview.chromium.org/2323093002 Cr-Commit-Position: refs/heads/master@{#417566}
-
pmeenan authored
This fixes the situation where every request is canceled even after it has completed successfully. The cancels were not harming anything and were dropped on the floor but the additional messages were useless. BUG=642172 Review-Url: https://codereview.chromium.org/2303733004 Cr-Commit-Position: refs/heads/master@{#417565}
-
magjed authored
Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/3d67882..c46742b $ git log 3d67882..c46742b --date=short --no-merges --format=%ad %ae %s 2016-09-09 kwiberg@webrtc.org rtc::Optional: Tell sanitizers that unset values aren't OK to access 2016-09-09 philipel@webrtc.org Added ClearTo(seq_num) to RtpFrameReferenceFinder. 2016-09-09 kthelgason@webrtc.org Reland of move all reference to carbon api (patchset #1 id:1 of https://codereview.webrtc.org/2317343003/ ) 2016-09-09 kwiberg@webrtc.org VadCore: Allow signed multiplication overflow that we don't know how to fix 2016-09-09 kjellander@webrtc.org MB: Disable more parts of the GYP build. 2016-09-09 kjellander@webrtc.org Remove references to .isolate files that are no longer needed. 2016-09-09 hbos@webrtc.org Renamed RTCStatsReport to RTCLegacyStatsReport in objc files. 2016-09-09 sakal@webrtc.org Add sakal as an OWNER to some Android files. 2016-09-09 asapersson@webrtc.org Update AvgCounter to have the ability to include last period metric for subsequent intervals without samples (e.g. for non-periodic updated stats). 2016-09-09 sakal@webrtc.org Make UMA stats creation available in the Java interface. 2016-09-08 magjed@webrtc.org Add magjed@ as owner of webrtc/common_video 2016-09-08 kjellander@webrtc.org Revert of Add a DEPS gclient hook to prune corrupt mockito remote. (patchset #1 id:1 of https://codereview.webrtc.org/2326523002/ ) 2016-09-08 kjellander@webrtc.org Revert of Separating video settings in VideoQualityTest. (patchset #2 id:20001 of https://codereview.webrtc.org/2312613003/ ) 2016-09-08 peah@webrtc.org This CL refactors the buffering of the incoming near-end signal inside the AEC. This solves the following issues: -Even though the buffering was previously done using ringbuffers, those were inefficiently used which caused a lot of hidden memcopys. -The ringbuffers wasted a lot of space in the AEC state as they were too long. -The lowest and two upper bands were decoupled in the buffering, which required extra code to handle. -On top of the ringbuffers there was a second linear buffer that was stored in the state which caused even more data to be stored on the state. -The incoming nearend frames were passed to the functions in the form of buffers on the state, which made the code harder to read as it was not immediately clear where the nearend signal was used, and when it was modified. 2016-09-08 henrikg@webrtc.org Change owner of webrtc/test/channel_transport to solenberg@. TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng BUG= Review-Url: https://codereview.chromium.org/2326953004 Cr-Commit-Position: refs/heads/master@{#417564}
-