- 29 Jan, 2015 40 commits
-
-
rouslan authored
Revert of Roll WebRTC 8176:8203, Libjingle 8174:8202 (patchset #2 id:20001 of https://codereview.chromium.org/885003003/) Reason for revert: Appears to have broken Mac browser tests: - WebRtcSimulcastBrowserTest.TestVgaReturnsTwoSimulcastStreams - WebRtcBrowserTest.RunsAudioVideoWebRTCCallInTwoTabs [75316:29699:0129/074049:FATAL:overuse_frame_detector.cc(388)] Check failed: processing_thread_.CalledOnValidThread(). 0 libbase.dylib 0x0000000119eaf88f base::debug::StackTrace::StackTrace() + 47 1 libbase.dylib 0x0000000119eaf8e3 base::debug::StackTrace::StackTrace() + 35 2 libbase.dylib 0x0000000119f09076 logging::LogMessage::~LogMessage() + 70 3 libbase.dylib 0x0000000119f080c3 logging::LogMessage::~LogMessage() + 35 4 libcontent.dylib 0x000000012ce82cd5 webrtc::OveruseFrameDetector::TimeUntilNextProcess() + 245 5 libcontent.dylib 0x000000012c8dfdfd webrtc::ProcessThreadImpl::Process() + 525 6 libcontent.dylib 0x000000012c8df836 webrtc::ProcessThreadImpl::Run(void*) + 38 7 libcontent.dylib 0x000000012c6ce390 webrtc::ThreadPosix::Run() + 288 8 libcontent.dylib 0x000000012c6ce076 webrtc::StartThread(void*) + 38 9 libsystem_pthread.dylib 0x00007fff8fe5f899 _pthread_body + 138 10 libsystem_pthread.dylib 0x00007fff8fe5f72a _pthread_struct_init + 0 11 libsystem_pthread.dylib 0x00007fff8fe63fc9 thread_start + 13 https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests%20%28dbg%29/builds/2438 Original issue's description: > Roll WebRTC 8176:8203, Libjingle 8174:8202 > > WebRTC 8176:8203 > Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/9fbfe8f..7b9e261 > > Libjingle 8174:8202 > Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/6660ffc..237ae43 > > TBR=kjellander@chromium.org > > Committed: https://chromium.googlesource.com/chromium/src/+/8aa707b5aa26cead2ab4791672163337c92f904b TBR=kjellander@chromium.org,tommi@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/888593002 Cr-Commit-Position: refs/heads/master@{#313714}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/9cc2f26..402448d CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=fmalita@google.com Review URL: https://codereview.chromium.org/890563002 Cr-Commit-Position: refs/heads/master@{#313713}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/15e603d..ce78944 TBR=rjwright@chromium.org,junov@chromium.org Review URL: https://codereview.chromium.org/887663003 Cr-Commit-Position: refs/heads/master@{#313712}
-
melandory authored
Fixes indentation bug in test runner and switches from using os to subprocesses. R=vabr@chromium.org BUG=435249 Review URL: https://codereview.chromium.org/884403002 Cr-Commit-Position: refs/heads/master@{#313711}
-
dvadym authored
This is fixing of crashes in libsecret when some of fields from keyring result are absent. BUG=453218 Review URL: https://codereview.chromium.org/891463002 Cr-Commit-Position: refs/heads/master@{#313710}
-
noms authored
If the profile is NULL, the code will hit the CHECK on line 389 anyway. BUG=414332 Review URL: https://codereview.chromium.org/878143003 Cr-Commit-Position: refs/heads/master@{#313709}
-
perkj authored
This cl reland Queue commands to the Os to start a video device, originally reviewed in https://codereview.chromium.org/801363002. (patchset 1) In patchset 2, the issue found in crbug/450382 related to patchset(1) is addressed. |Device| is made into a class and thread checks are added. BUG=428891,450382,450226 Review URL: https://codereview.chromium.org/862063002 Cr-Commit-Position: refs/heads/master@{#313708}
-
earthdok authored
Wrap error reports in "### (BEGIN|END) MEMORY TOOL REPORT". This will allow us to extract them with GTestLogParser and use them as snippets. Re-land with syntax errors fixed. BUG=453020 TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/875353003 Cr-Commit-Position: refs/heads/master@{#313707}
-
yhirano authored
CookieMonster::AnyEquivalentCookie asserts that there are no multiple cookies that are identical to each other. That is achieved by inserting / deleting cookies carefully, but it goes wrong with WebSocket schemes. CookieMonster::DoCookieTaskForURL for given URL loads cookies when cookies for key = cookie_util::GeteEffectiveDomain(scheme, host) is not yet loaded. When the task ends, it stores loaded cookies and marks the key as loaded. cookie_util::GetEffectiveDomain consults egistry_controlled_domains::GetDomainAndRegistry when http or https schemes are given, whereas it doesn't when ws or wss schemes are given. Imagine we are about to load stored cookies for ws://www.example.com/ and http://www.example.com/. As written above, they have different keys: www.example.com and example.com. So each of them is loaded and it breaks the assertion. BUG=370021 R=ricea@chromium.org Review URL: https://codereview.chromium.org/859663003 Cr-Commit-Position: refs/heads/master@{#313706}
-
Tommi authored
WebRTC 8176:8203 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/9fbfe8f..7b9e261 Libjingle 8174:8202 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/6660ffc..237ae43 TBR=kjellander@chromium.org Review URL: https://codereview.chromium.org/885003003 Cr-Commit-Position: refs/heads/master@{#313705}
-
fsamuel authored
BUG=none TBR=lazyboy@chromium.org Review URL: https://codereview.chromium.org/865453003 Cr-Commit-Position: refs/heads/master@{#313704}
-
tfarina authored
BUG=None TEST=components_unittests R=blundell@chromium.org Review URL: https://codereview.chromium.org/877423002 Cr-Commit-Position: refs/heads/master@{#313703}
-
tfarina authored
* Fix the implementation of has_single_url() method. It is incorrect to check is_valid() because the elements vector can contain more than 1 item. And thus the is_valid() check does not make sense, since it just check if the vector is not empty, not that it just contains one element. * Use is_valid() method when possible. * Use has_single_url() method when it makes sense. * Use data.size() to avoid a temp variable. BUG=None TEST=chrome still links and works as before, existing unit tests in components_unittests. R=sky@chromium.org Review URL: https://codereview.chromium.org/870293002 Cr-Commit-Position: refs/heads/master@{#313702}
-
rsorokin authored
BUG=426316 TEST=manual Review URL: https://codereview.chromium.org/882353002 Cr-Commit-Position: refs/heads/master@{#313701}
-
rsorokin authored
BUG=451959 TEST=manual Review URL: https://codereview.chromium.org/878913003 Cr-Commit-Position: refs/heads/master@{#313700}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4e5e7f1..15e603d TBR=rjwright@chromium.org,junov@chromium.org Review URL: https://codereview.chromium.org/882393002 Cr-Commit-Position: refs/heads/master@{#313699}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#313698}
-
tdresser authored
Revert of Don't refcount tracking id -> slot id mapping. (patchset #6 id:120001 of https://codereview.chromium.org/785753002/) Reason for revert: Reverting due to memory failures. http://build.chromium.org/p/chromium.memory.fyi/builders/Windows%20Unit%20%28DrMemory%20full%29%20%283%29/builds/5041/steps/memory%20test%3A%20content/logs/stdio { UNINITIALIZED READ name=<insert_a_suppression_name_here> content.dll!content::TouchEventQueue::TouchMoveSlopSuppressor::FilterEvent content.dll!content::TouchEventQueue::FilterBeforeForwarding content.dll!content::TouchEventQueue::TryForwardNextEventToRenderer content.dll!content::TouchEventQueue::ProcessTouchAck content.dll!content::InputRouterImpl::ProcessInputEventAck content.dll!content::InputRouterImpl::OnInputEventAck content.dll!InputHostMsg_HandleInputEvent_ACK::Dispatch<> content.dll!content::InputRouterImpl::OnMessageReceived content.dll!content::RenderWidgetHostImpl::OnMessageReceived *!content::RenderWidgetHostViewAuraTest_TouchEventState_Test::TestBody *!testing::internal::HandleExceptionsInMethodIfSupported<> } http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28valgrind%29%284%29/builds/40143/steps/memory%20test%3A%20content/logs/stdio UninitCondition Conditional jump or move depends on uninitialised value(s) content::TouchEventQueue::TouchMoveSlopSuppressor::FilterEvent(blink::WebTouchEvent const&) (content/browser/renderer_host/input/touch_event_queue.cc:240) content::TouchEventQueue::FilterBeforeForwarding(blink::WebTouchEvent const&) (content/browser/renderer_host/input/touch_event_queue.cc:715) content::TouchEventQueue::TryForwardNextEventToRenderer() (content/browser/renderer_host/input/touch_event_queue.cc:445) content::TouchEventQueue::ProcessTouchAck(content::InputEventAckState, ui::LatencyInfo const&) (content/browser/renderer_host/input/touch_event_queue.cc:436) content::InputRouterImpl::ProcessTouchAck(content::InputEventAckState, ui::LatencyInfo const&) (content/browser/renderer_host/input/input_router_impl.cc:666) content::InputRouterImpl::ProcessInputEventAck(blink::WebInputEvent::Type, content::InputEventAckState, ui::LatencyInfo const&, content::InputRouterImpl::AckSource) (content/browser/renderer_host/input/input_router_impl.cc:576) content::InputRouterImpl::OnInputEventAck(InputHostMsg_HandleInputEvent_ACK_Params const&) (content/browser/renderer_host/input/input_router_impl.cc:483) _Z20DispatchToMethodImplIN7content15InputRouterImplEMS1_FvRK40InputHostMsg_HandleInputEvent_ACK_ParamsEJS2_EJLm0EEEvPT_T0_RK5TupleIJDpT1_EE13IndexSequenceIJXspT2_EEE (base/tuple.h:246) Suppression (error hash=#675E7177BFE2BE12#): For more info on using suppressions see http://dev.chromium.org/developers/tree-sheriffs/sheriff-details-chromium/memory-sheriff#TOC-Suppressing-memory-reports { <insert_a_suppression_name_here> Memcheck:Uninitialized fun:_ZN7content15TouchEventQueue23TouchMoveSlopSuppressor11FilterEventERKN5blink13WebTouchEventE fun:_ZN7content15TouchEventQueue22FilterBeforeForwardingERKN5blink13WebTouchEventE fun:_ZN7content15TouchEventQueue29TryForwardNextEventToRendererEv fun:_ZN7content15TouchEventQueue15ProcessTouchAckENS_18InputEventAckStateERKN2ui11LatencyInfoE fun:_ZN7content15InputRouterImpl15ProcessTouchAckENS_18InputEventAckStateERKN2ui11LatencyInfoE fun:_ZN7content15InputRouterImpl20ProcessInputEventAckEN5blink13WebInputEvent4TypeENS_18InputEventAckStateERKN2ui11LatencyInfoENS0_9AckSourceE fun:_ZN7content15InputRouterImpl15OnInputEventAckERK40InputHostMsg_HandleInputEvent_ACK_Params fun:_Z20DispatchToMethodImplIN7content15InputRouterImplEMS1_FvRK40InputHostMsg_HandleInputEvent_ACK_ParamsEJS2_EJLm0EEEvPT_T0_RK5TupleIJDpT1_EE13IndexSequenceIJXspT2_EEE } I haven't been able to reproduce this consistently locally, which is making it tricky to pin down. Once I have (or I've determined this patch isn't what's causing the failures), I'll reland. Original issue's description: > Don't refcount tracking id -> slot id mapping. > > Previously we tried to refcount the tracking id to slot id mapping. > This broke in some circumstances where the number of press events was > not equal to the number of release events. > > This patch switches to marking some touch events such that they don't > modify the mapping, simplifying logic, and fixing a nasty bug. > > BUG=439051 > TEST=EventsXTest.TouchEventNotRemovingFromNativeMapping > > Committed: https://crrev.com/47a823b565a4051e58d83a857738c0fb8417d9ac > Cr-Commit-Position: refs/heads/master@{#313520} TBR=sadrul@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=439051 Review URL: https://codereview.chromium.org/869433007 Cr-Commit-Position: refs/heads/master@{#313697}
-
Paweł Hajdan authored
Without it the overhead of serialized ios simulator run is too big. BUG=426870 R=sky@chromium.org, smut@google.com Review URL: https://codereview.chromium.org/886463003 Cr-Commit-Position: refs/heads/master@{#313696}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/af451c1..4e5e7f1 TBR=rjwright@chromium.org,junov@chromium.org Review URL: https://codereview.chromium.org/888553002 Cr-Commit-Position: refs/heads/master@{#313695}
-
deepak.m1 authored
navigate function of navigator object is not getting called. Changes done so that navigate function of navigator will get called with proper url and newTab as true value. BUG=453307 Review URL: https://codereview.chromium.org/886773003 Cr-Commit-Position: refs/heads/master@{#313694}
-
qsr authored
R=digit@chromium.org Review URL: https://codereview.chromium.org/882373002 Cr-Commit-Position: refs/heads/master@{#313693}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/01a83c9..af451c1 TBR=rjwright@chromium.org,junov@chromium.org Review URL: https://codereview.chromium.org/886773002 Cr-Commit-Position: refs/heads/master@{#313692}
-
dvadym authored
Our main goal is to understand how often is the situation when no security storage is available on Linux and plain text (actually SQL lite db) is used for password storage. BUG=355223 Review URL: https://codereview.chromium.org/880943002 Cr-Commit-Position: refs/heads/master@{#313691}
-
satorux authored
BUG=357038 Review URL: https://codereview.chromium.org/881653005 Cr-Commit-Position: refs/heads/master@{#313690}
-
jochen authored
BUG=450589 R=mkwst@chromium.org Review URL: https://codereview.chromium.org/890473003 Cr-Commit-Position: refs/heads/master@{#313689}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/61cdebe..01a83c9 TBR=rjwright@chromium.org,junov@chromium.org Review URL: https://codereview.chromium.org/871403006 Cr-Commit-Position: refs/heads/master@{#313688}
-
antrim authored
BUG=451148 Review URL: https://codereview.chromium.org/880303003 Cr-Commit-Position: refs/heads/master@{#313687}
-
Per authored
This reverts commit b138032e. This seems to make RenderTextTest.TextDoesntClip to fail on Chrome OS Asan /Lsan. http://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/builds/6266 BUG=448948 TBR=xdai1@chromium.org Review URL: https://codereview.chromium.org/889533002 Cr-Commit-Position: refs/heads/master@{#313686}
-
finnur authored
BUG=451374 Review URL: https://codereview.chromium.org/866713003 Cr-Commit-Position: refs/heads/master@{#313685}
-
vchigrin authored
BUG=452847 Review URL: https://codereview.chromium.org/877333002 Cr-Commit-Position: refs/heads/master@{#313684}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/882313002 Cr-Commit-Position: refs/heads/master@{#313683}
-
Per authored
Flaky on Mac, see bug. BUG=453256 TBR=rouslan@chromium.org Review URL: https://codereview.chromium.org/889483003 Cr-Commit-Position: refs/heads/master@{#313682}
-
atwilson authored
DeviceStatusCollector used to report multiple CPU usage measurements, but only a single free-RAM measurement. This CL changes the reporting code to report multiple free-RAM measurements. BUG=430908 Review URL: https://codereview.chromium.org/884063003 Cr-Commit-Position: refs/heads/master@{#313681}
-
Daichi Hirono authored
The CL removes: * fileManagerPrivate.visitDesktop * ImageSet BUG=450129 TEST=None R=kinaba@chromium.org TBR=benwells@chromium.org, isherman@chromium.org Review URL: https://codereview.chromium.org/819953005 Cr-Commit-Position: refs/heads/master@{#313680}
-
posciak authored
Drop references to reference frames before requesting new surfaces to ensure we don't hold onto them while the Accelerator is changing resolution, risking reusing a stale buffer. BUG=chrome-os-partner:35539 TEST=Hangouts, vdatest Review URL: https://codereview.chromium.org/880773009 Cr-Commit-Position: refs/heads/master@{#313679}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#313678}
-
dmazzoni authored
Note that accessibility_event_recorder_win a test helper, this doesn't add logging to Chrome. BUG=440579 NOPRESUBMIT=true Review URL: https://codereview.chromium.org/873313009 Cr-Commit-Position: refs/heads/master@{#313677}
-
satorux authored
The term 'gdata' is no longer relevant, since we stiched from WAPI (GDATA based API) to Drive API. BUG=357038 TEST=everything builds as before Review URL: https://codereview.chromium.org/881403003 Cr-Commit-Position: refs/heads/master@{#313676}
-
ripp authored
Quotes to command now adding only if "su -c" parameter is present. R=jbudorick@chromium.org BUG=452237 Review URL: https://codereview.chromium.org/880853002 Cr-Commit-Position: refs/heads/master@{#313675}
-