- 23 Sep, 2014 12 commits
-
-
vitalyp authored
BUG=393873 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/585153002 Cr-Commit-Position: refs/heads/master@{#296113}
-
jrummell authored
Due to GetResolveParameterType(), the template was specialized for all the cases used. Adding CdmPromiseTraits so that the specializations are not needed, and the type set in the constructor appropriately. BUG=358271 TEST=existing EME tests still pass Review URL: https://codereview.chromium.org/567123002 Cr-Commit-Position: refs/heads/master@{#296112}
-
jbauman authored
Avoid queueing up too many swaps on the GPU. BUG= Review URL: https://codereview.chromium.org/578383004 Cr-Commit-Position: refs/heads/master@{#296111}
-
thestig authored
Multiple tests cases in these tests fail. Mass disabling rather than playing whack-a-mole. BUG=416620,416621 TBR=davemoore@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/591293002 Cr-Commit-Position: refs/heads/master@{#296110}
-
slamm authored
BUG=414501 Review URL: https://codereview.chromium.org/572793002 Cr-Commit-Position: refs/heads/master@{#296109}
-
sky authored
On the windows side (and likely chromeos for some devices) we can end up in a situation where the pixel bounds is not an even multiple of the scale factor. This means when TiledLayer calculates the scale it ends up off. BUG=416655 TEST=added test coverage R=danakj@chromium.org Review URL: https://codereview.chromium.org/567743003 Cr-Commit-Position: refs/heads/master@{#296108}
-
wuhu authored
BUG=412126 Committed: https://crrev.com/01c68e8765254d9971296b291ff718b4f6af3004 Cr-Commit-Position: refs/heads/master@{#295591} Review URL: https://codereview.chromium.org/565803002 Cr-Commit-Position: refs/heads/master@{#296107}
-
vitalybuka authored
I don't know how to fix this issue yet. UMA is not worth of crashes. BUG=406227 Review URL: https://codereview.chromium.org/590373002 Cr-Commit-Position: refs/heads/master@{#296106}
-
ericwilligers authored
These have recently been retired from Valgrind, and are also being retired from Dr Memory: bug_108147 bug_108620 bug_109496 bug_116475 bug_122245a bug_122245b BUG=108147,108620,109496,116475,122245 R=bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/587133002 Cr-Commit-Position: refs/heads/master@{#296105}
-
raymes authored
This fixes a bug introduced in https://codereview.chromium.org/588643002 which caused a crash if NULL response_headers were passed to StreamhandleImpl. Review URL: https://codereview.chromium.org/587173002 Cr-Commit-Position: refs/heads/master@{#296104}
-
tedchoc authored
Only used in tests currently, so we need to prevent it from being removed. BUG= NOTRY=true Review URL: https://codereview.chromium.org/591283002 Cr-Commit-Position: refs/heads/master@{#296103}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/cc0d970..fdec548 TBR=caseq@chromium.org,pdr@chromium.org,wjmaclean@chromium.org Review URL: https://codereview.chromium.org/595573003 Cr-Commit-Position: refs/heads/master@{#296102}
-
- 22 Sep, 2014 28 commits
-
-
jfroy authored
required by media/cast. The full media target cannot be easily built for some platform (namely iOS aarch64), typically because of assembly code. The new target has no such issues. The change also includes modifications to the media/cast build file to simplify the dependency list and enable builds using the media_cast component via a build variable. BUG=415335 Review URL: https://codereview.chromium.org/581803003 Cr-Commit-Position: refs/heads/master@{#296101}
-
weiliangc authored
For DrawQuads and SharedQuadState, RenderPass used allocate them one by one whenever needed. This new class helps RenderPass manages allocation and iteration of those two types. This container allocates a chunk of memory at one time and hands out raw pointers. It also provides iterator and reverse iterators for going through its contents. Unittest for ListContainer makes sure the raw pointers it hands out are valid and iterator has same behavior as vector iterators. Follows 398533002, and 404563005. BUG=344962 Review URL: https://codereview.chromium.org/400463002 Cr-Commit-Position: refs/heads/master@{#296100}
-
xhwang authored
This is a follow up of 37e3ddb2, which introduced the InitSegmentReceived() call. Since StartPipelineWithEncryptedMedia() also uses MockMediaSource, we should also expect InitSegmentReceived() to be called. Otherwise, we'll receive warnings about uninterested mock calls of InitSegmentReceived(). BUG=249428 TEST=This fixes expectations in existing tests. Review URL: https://codereview.chromium.org/588573003 Cr-Commit-Position: refs/heads/master@{#296099}
-
johannkoenig authored
The compatibility layer has been removed upstream: https://gerrit.chromium.org/gerrit/gitweb?p=webm%2Flibvpx.git;a=commit;h=9cdaa3d72eade9ad162ef8f78a93bd8f85c6de10 BUG=webrtc:3839 Review URL: https://codereview.chromium.org/590363002 Cr-Commit-Position: refs/heads/master@{#296098}
-
jln authored
Remove markus@ and add mdempsky@ as a Zygote owner. Review URL: https://codereview.chromium.org/589293002 Cr-Commit-Position: refs/heads/master@{#296097}
-
dhnishi authored
Review URL: https://codereview.chromium.org/586563002 Cr-Commit-Position: refs/heads/master@{#296096}
-
vitalybuka authored
Revert of Temporary allocation of 20Mb before and after call to ServiceProcessControl::GetHistograms. (patchset #4 id:60001 of https://codereview.chromium.org/510563004/) Reason for revert: We have gathered enough evidence. Original issue's description: > Temporary allocation of 20Mb before and after call to ServiceProcessControl::GetHistograms. > > BUG=406227 > > Committed: https://crrev.com/f89ce26c97949d224441ed45644a7d41b89bcf69 > Cr-Commit-Position: refs/heads/master@{#292325} TBR=tapted@chromium.org NOTREECHECKS=true NOTRY=true BUG=406227 Review URL: https://codereview.chromium.org/595673003 Cr-Commit-Position: refs/heads/master@{#296095}
-
vitalybuka authored
BUG=415753 Review URL: https://codereview.chromium.org/581813004 Cr-Commit-Position: refs/heads/master@{#296094}
-
thestig authored
BUG=413775 TBR=jkarlin@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/592233003 Cr-Commit-Position: refs/heads/master@{#296093}
-
jamiewalch authored
BUG=416540 Review URL: https://codereview.chromium.org/592163002 Cr-Commit-Position: refs/heads/master@{#296092}
-
jiayl authored
BUG=414919 Review URL: https://codereview.chromium.org/590353002 Cr-Commit-Position: refs/heads/master@{#296091}
-
Hans Wennborg authored
Clang should be built with the same toolchain used to build Chromium, which is typically the one in depot_tools/win_toolchain. BUG=82385 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/587383003 Cr-Commit-Position: refs/heads/master@{#296090}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/c064824..76ce81e CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=borenet@google.com Review URL: https://codereview.chromium.org/593823003 Cr-Commit-Position: refs/heads/master@{#296089}
-
ckocagil authored
BUG=244679 R=msw Review URL: https://codereview.chromium.org/594683002 Cr-Commit-Position: refs/heads/master@{#296088}
-
ben authored
Replace most uses of ViewManagerInitService with client lib ViewManager::Embed() to offer the same API exposed via View::Embed() R=sky@chromium.org BUG=none Review URL: https://codereview.chromium.org/591633002 Cr-Commit-Position: refs/heads/master@{#296087}
-
bshe authored
Touch view uses virtual_keyboard_window_controller to enable/disable virtual keyboard. However, virtual_keyboard_window_controller is specific for a Touch Usability mode which nobody uses and is removed. This CL adds a VirtualKeyboardObserver to replace virtual_keyboard_window_controller. BUG=416495 Review URL: https://codereview.chromium.org/592753004 Cr-Commit-Position: refs/heads/master@{#296086}
-
adamk authored
Topeka is updated to Polymer 0.4.1, while Pica is from tip-of-tree. TBR=ykyyip@chromium.org,tonyg@chromium.org Review URL: https://codereview.chromium.org/592843004 Cr-Commit-Position: refs/heads/master@{#296085}
-
jamesr authored
This fixes the flaky compilation error seen here: http://build.chromium.org/p/chromium.lkgr/builders/Win%20x64/builds/2616/steps/compile/logs/stdio FAILED: ninja -t msvc -e environment.x64 -- "C:\b\depot_tools\win_toolchain\vs2013_files\VC\bin\amd64\cl.exe" /nologo /showIncludes /FC @obj\media\mojo\services\media_mojo_lib.mojo_renderer_impl.obj.rsp /c ..\..\media\mojo\services\mojo_renderer_impl.cc /Foobj\media\mojo\services\media_mojo_lib.mojo_renderer_impl.obj /Fdobj\media\media_mojo_lib.cc.pdb c:\b\build\slave\win_x64\build\src\mojo\public\cpp\application\connect.h(8) : fatalerror C1083: Cannot open include file: 'mojo/public/interfaces/application/service_provider.mojom.h': No such file or directory ninja: build stopped: subcommand failed. and makes (ToT) gn check media/mojo/services:* pass R=scherkus@chromium.org Review URL: https://codereview.chromium.org/592863002 Cr-Commit-Position: refs/heads/master@{#296084}
-
fgorski authored
Updating relevant tests. BUG=413801 R=jianli@chromium.org,zea@chromium.org,scheib@chromium.org Review URL: https://codereview.chromium.org/589663004 Cr-Commit-Position: refs/heads/master@{#296083}
-
chirantan authored
The dark_resume_always workaround is necessary for testing wake-on-packets functionality because the mechanism to actually query the wakeup source is not ready yet. This workaround tells the kernel to always enter dark resume and rely on chrome and powerd to detect user activity and transition into fully resumed. BUG=414949 Signed-off-by:
Chirantan Ekbote <chirantan@chromium.org> Review URL: https://codereview.chromium.org/589723003 Cr-Commit-Position: refs/heads/master@{#296082}
-
Daniel Cheng authored
This patch adds the CMakeLists.txt necessary to build clang tools using CMake. The build files have also been refactored by creating a top-level CMakeLists.txt. The list of tools to be built can be controlled by setting ${CHROMIUM_TOOLS}. Tools are now installed with a CMake rule rather than a manual cp, which should make this logic a little more platform independent. R=hans@chromium.org Review URL: https://codereview.chromium.org/583143002 Cr-Commit-Position: refs/heads/master@{#296081}
-
horo authored
In current code the rejected result of onFetch event is treated as 500 respose. But it should be treated as a Network Error. Step1: [ServiceWorker] Remove the test for the rejected result of FetchEvent from fetch-event.html https://codereview.chromium.org/588993002/ Step2: this patch [ServiceWorker] Treat the rejected result of onFetch as a Network Error. https://codereview.chromium.org/590043002/ Step3: [ServiceWorker] Add test for the rejected result of FetchEvent using XHR. https://codereview.chromium.org/588093003/ BUG=411173 Review URL: https://codereview.chromium.org/590043002 Cr-Commit-Position: refs/heads/master@{#296080}
-
oysteine authored
Relanding https://codereview.chromium.org/318123002/ as the Telemetry unittests run fine on the trybots with this again. TBR=tonyg,dtu BUG= Review URL: https://codereview.chromium.org/589673002 Cr-Commit-Position: refs/heads/master@{#296079}
-
miu authored
Adds support in libcontent for muting all audio output from a WebContentsImpl. This is meant to be activated via user actions in the browser tab strip UI (follow-up change pending). To be clear, this change introduces the functionality required to mute audio, but there is nothing in this change to activate it. The plan is to provide this feature experimentally behind about:flags, and gather data to drive later launch decisions. Main approach: Introduce the WebContentsAudioMuter, which leverages the existing WebContents audio capture mechanisms (AudioMirroringManager) to divert all audio output to a "null" destination. In other words, this is essentially "audio capture to nowhere." BUG=360372 Review URL: https://codereview.chromium.org/586303004 Cr-Commit-Position: refs/heads/master@{#296078}
-
dhnishi authored
data for the Website Settings options page. BUG=409527 Review URL: https://codereview.chromium.org/582983002 Cr-Commit-Position: refs/heads/master@{#296077}
-
estade authored
BUG=122753 Review URL: https://codereview.chromium.org/590643002 Cr-Commit-Position: refs/heads/master@{#296076}
-
jmedley authored
BUG=none R= mkearney@chromium.org, smain@chromium.org TEST=none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/536823004 Cr-Commit-Position: refs/heads/master@{#296075}
-
dmazzoni authored
This is just a couple of quick sanity checks to prevent future regressions like the one in the linked bug. It tests both a Search+Shift shortcut and the corresponding Prefix Key shortcut. Adds support for sending the meta modifier key in aura/x11 tests. BUG=404470 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291547 Committed: https://chromium.googlesource.com/chromium/src/+/8cab2737f1cb6e6011b0946f6bef5027868602c0 Committed: https://crrev.com/91703961c10dfa0f452999ed7cb87945ea817362 Cr-Commit-Position: refs/heads/master@{#293687} Review URL: https://codereview.chromium.org/490443002 Cr-Commit-Position: refs/heads/master@{#296074}
-