- 13 Oct, 2014 40 commits
-
-
mfoltz authored
BUG=159234 NOTRY=true Review URL: https://codereview.chromium.org/639903003 Cr-Commit-Position: refs/heads/master@{#299376}
-
viettrungluu authored
(But don't use it yet.) Also change the terminology slightly, and just use the all-around confusing term "remote ID" (since what we really mean is "remotely-allocated local ID" or "locally-allocated remote ID", both of which mean the same thing but are used in different contexts ... and both of which are very long phrases). R=yzshen@chromium.org Review URL: https://codereview.chromium.org/649303002 Cr-Commit-Position: refs/heads/master@{#299375}
-
reveman authored
This removes the "malloc" implementation of discardable memory. This implementation exists for test and debugging purproses but we currently don't have any tests that depend on it so it can be removed to reduce code size. This implementation can still be very useful to manually track down bugs and performance issues in discardable memory clients but can be maintained separately to reduce code size. BUG=422953 TBR=danakj@chromium.org Review URL: https://codereview.chromium.org/651913003 Cr-Commit-Position: refs/heads/master@{#299374}
-
gcasto authored
BUG=422688 Review URL: https://codereview.chromium.org/650963002 Cr-Commit-Position: refs/heads/master@{#299373}
-
tonyg authored
BUG=418577 Review URL: https://codereview.chromium.org/647443003 Cr-Commit-Position: refs/heads/master@{#299372}
-
bajones authored
BUG=386048 Review URL: https://codereview.chromium.org/638143003 Cr-Commit-Position: refs/heads/master@{#299371}
-
rob authored
avformat/os_support: Add _DEFAULT_SOURCE to hide warning about _SVID_SOURCE depreciation BUG=420149 NOTRY=true Review URL: https://codereview.chromium.org/652433003 Cr-Commit-Position: refs/heads/master@{#299370}
-
pdr authored
This patch un-disables the rightware browsermark benchmark. Manually testing shows this finishes in under 5m on a Nexus 5. BUG=423018 Review URL: https://codereview.chromium.org/649283002 Cr-Commit-Position: refs/heads/master@{#299369}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/36ba250..c5733ed TBR=caseq@chromium.org,apavlov@chromium.org,cbiesinger@chromium.org Review URL: https://codereview.chromium.org/649233003 Cr-Commit-Position: refs/heads/master@{#299368}
-
mfoltz authored
back via chrome.cast.channel.onError. BUG=410109 Review URL: https://codereview.chromium.org/580923002 Cr-Commit-Position: refs/heads/master@{#299367}
-
reillyg authored
This test has been experiencing flaky timeouts. BUG=423094 TBR=ygorshenin@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/648383002 Cr-Commit-Position: refs/heads/master@{#299366}
-
vadimt authored
Mechanical change that adds instrumentation required to locate the source of jankiness (i.e. a long-running fragment of code executed as a part of the task that causes jank) in the code. See the bug for details on what kind of jank we are after. A number of similar CLs were landed, and none of them caused issues. The code of the instrumentation is highly optimized and is not expected to affect performance. The code simply creates a diagnostic task which is identical to ones created by PostTask or IPC message handlers. Landing as TBR since this is a mechanical, safe and temporary change. BUG=422489 TBR=asanka@chromium.org Review URL: https://codereview.chromium.org/654683002 Cr-Commit-Position: refs/heads/master@{#299365}
-
sievers authored
BUG=340882 Review URL: https://codereview.chromium.org/648333002 Cr-Commit-Position: refs/heads/master@{#299364}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/9467001..6c07907 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=rmistry@google.com Review URL: https://codereview.chromium.org/650983002 Cr-Commit-Position: refs/heads/master@{#299363}
-
pkasting authored
Also various other fixes, e.g. condensing code, converting DCHECK_LT(0, a) -> DCHECK_GT(a, 0) (and the like) for readability, inserting a few typecasts. BUG=none TEST=none Review URL: https://codereview.chromium.org/637023002 Cr-Commit-Position: refs/heads/master@{#299362}
-
rtenneti authored
never writes data again. Merge internal change: 77265365 R=rch@chromium.org BUG=423022 Review URL: https://codereview.chromium.org/644243002 Cr-Commit-Position: refs/heads/master@{#299361}
-
reveman authored
This is a refactor of the CHROMIUM_image extension that allows the compositor to map/unmap GpuMemoryBuffers on worker threads and potentially also allocate these buffers on worker threads. CreateImageCHROMIUM now takes an opaque ClientBuffer as first parameter. ClientBuffer is implementation specific and in the case of chromium a gfx::GpuMemoryBuffer. Or more specifically a content::GpuMemoryBufferImpl when used with the content layer. This allows the compositor to allocate and use GpuMemoryBuffers without a GLES2Interface. A GpuMemoryBufferManager interface has been introduced. This interface provides a mechanism for the compositor to allocate GpuMemoryBuffer instances in the renderer and browser process. BUG=418553 Review URL: https://codereview.chromium.org/634083002 Cr-Commit-Position: refs/heads/master@{#299360}
-
reillyg authored
This test is experiencing flaky timeouts. BUG=423077 TBR=nkostylev@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/649293002 Cr-Commit-Position: refs/heads/master@{#299359}
-
raymes authored
Right now BrowserPlugins don't handle find in page. This CL adds support for find in page in MIMEHandlerView BrowserPlugin instances. Find in page is only handled for "full page" plugins, that is when the BrowserPlugin as loaded at the top level. The reason is because supporting find in embedded BrowserPlugins would require recursively searching which is far more complicated to implement and we (jam@, fsamuel@) have decided to defer implementing for the time being. Detecting whether the BrowserPlugin is loaded at the top level requires detecting whether the main frame is a "plugin document" in blink, which needs to be sent to the browser from the renderer. It isn't sufficient to determine whether the BrowserPlugin is merely loaded in the main frame, because it may be <embed>ed inside a html document in the main frame. In that case we don't want find in page to search the document. BUG=303491 Review URL: https://codereview.chromium.org/597753003 Cr-Commit-Position: refs/heads/master@{#299358}
-
wuhu authored
Renaming variable name (browser_backend, browser) and function names (under platform) where applicable. BUG= Review URL: https://codereview.chromium.org/647193002 Cr-Commit-Position: refs/heads/master@{#299357}
-
pshenoy authored
BUG=None NOTRY=True Review URL: https://codereview.chromium.org/633213002 Cr-Commit-Position: refs/heads/master@{#299356}
-
dbeam authored
R=estade@chromium.org BUG=422906 Review URL: https://codereview.chromium.org/651993002 Cr-Commit-Position: refs/heads/master@{#299355}
-
Chris Palmer authored
By request. R=agl@chromium.org Review URL: https://codereview.chromium.org/620223002 Cr-Commit-Position: refs/heads/master@{#299354}
-
jbauman authored
With delegated frames, we either want to display the frame itself or a single color (white). Default the layer for delegated frames to be solid color, and allow the layer to be switched from delegated to solid color when the delegated contents go away. BUG=420832 Review URL: https://codereview.chromium.org/634113002 Cr-Commit-Position: refs/heads/master@{#299353}
-
qinmin authored
wjia is no longer working on chrome. Review URL: https://codereview.chromium.org/650993002 Cr-Commit-Position: refs/heads/master@{#299352}
-
reillyg authored
Disabling this test due to flaky timeouts. BUG=423053 TBR=stevenjb@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/649263002 Cr-Commit-Position: refs/heads/master@{#299351}
-
mnissler authored
MockStatisticsProvider is a typical example of gmock only causing excess boilerplate and poor readability. This change implements a proper fake and converts all consumers. BUG=None TEST=unit_tests/browser_tests still compile and pass. Review URL: https://codereview.chromium.org/644413003 Cr-Commit-Position: refs/heads/master@{#299350}
-
jamuraa authored
BUG=418696 Review URL: https://codereview.chromium.org/643213002 Cr-Commit-Position: refs/heads/master@{#299349}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/326aae8..36ba250 TBR=caseq@chromium.org,apavlov@chromium.org,cbiesinger@chromium.org Review URL: https://codereview.chromium.org/651953003 Cr-Commit-Position: refs/heads/master@{#299348}
-
pkasting authored
The source values for these are floats, and the lone nontrivial consumer (athena) wants floats. So avoid truncating to int in the meantime. BUG=81439 TEST=none Review URL: https://codereview.chromium.org/645223003 Cr-Commit-Position: refs/heads/master@{#299347}
-
sandersd authored
(New logic is always bind both "encrypted" and "needkey".) BUG=416986,224786 Review URL: https://codereview.chromium.org/648303002 Cr-Commit-Position: refs/heads/master@{#299346}
-
reveman authored
This adds a NOTREACHED() statement for when a non-supported discardable memory type is used on a platform. BUG=422953 TBR=danakj@chromium.org Review URL: https://codereview.chromium.org/654593002 Cr-Commit-Position: refs/heads/master@{#299345}
-
mukai authored
Invoking NTP is meaningless in Athena. See the bug for the details. BUG=421677 R=oshima@chromium.org Review URL: https://codereview.chromium.org/647643002 Cr-Commit-Position: refs/heads/master@{#299344}
-
reveman authored
BUG=422953 TBR=danakj@chromium.org Review URL: https://codereview.chromium.org/652663005 Cr-Commit-Position: refs/heads/master@{#299343}
-
mostynb authored
BUG=417463 Review URL: https://codereview.chromium.org/648133002 Cr-Commit-Position: refs/heads/master@{#299342}
-
reillyg authored
This test is timing out relatively consistently. Example: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%281%29/builds/50452 BUG=423015 TBR=alemate@chromium.org Review URL: https://codereview.chromium.org/652773002 Cr-Commit-Position: refs/heads/master@{#299341}
-
nednguyen authored
Clearly these are not needed since test cannot be None. If it's None, page_runner.py would crash on line 473. This patch also renames PageState to _PageState to restrict access to this outside of page_runner.py BUG=418278 Review URL: https://codereview.chromium.org/650253002 Cr-Commit-Position: refs/heads/master@{#299340}
-
rtenneti authored
the config is negotiated and it never gets to write again. Merge internal change: 77003200 R=rch@chromium.org BUG=423024 Review URL: https://codereview.chromium.org/639713007 Cr-Commit-Position: refs/heads/master@{#299339}
-
qinmin authored
MediaSourcePlayer sends a metadata change to renderer whenever it receives a config change. However, the decoder might still be in the draining process when this happens. To fix this, we should wait for a OUTPUT_FORMAT_CHANGED status before sending out the IPC. BUG=381975 Review URL: https://codereview.chromium.org/623363002 Cr-Commit-Position: refs/heads/master@{#299338}
-
nick authored
BUG=304341 TEST=comment-only CL Review URL: https://codereview.chromium.org/648563002 Cr-Commit-Position: refs/heads/master@{#299337}
-