- 20 Aug, 2014 40 commits
-
-
boliu@chromium.org authored
Add SharedMemoryLimits struct to in-process command buffer context. Pick a reasonable value for the reclaim limit for synchronous compositor BUG=402086 Review URL: https://codereview.chromium.org/455083002 Cr-Commit-Position: refs/heads/master@{#290764} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290764 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=395356 Review URL: https://codereview.chromium.org/449733002 Cr-Commit-Position: refs/heads/master@{#290763} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290763 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
TBR=noamsml BUG=374321 Review URL: https://codereview.chromium.org/484373002 Cr-Commit-Position: refs/heads/master@{#290759} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290759 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
BUG=404770 Review URL: https://codereview.chromium.org/479323002 Cr-Commit-Position: refs/heads/master@{#290758} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290758 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@chromium.org authored
This replaces the CHECK with an if statement because the RenderProcessHost is cleaned up before deletion, which means it can be unregistered from the list of available RenderProcessHosts before being destructed (hence CHECK firing). BUG=403618,404715 Review URL: https://codereview.chromium.org/482333003 Cr-Commit-Position: refs/heads/master@{#290757} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290757 0039d316-1c4b-4281-b951-d872f2087c98
-
mohsen@chromium.org authored
Currently, the window for drag-drop is a normal window. This is not right and cuases a few issues (e.g. see crbug.com/404634). This patch changes the type to popup. BUG=404634 Review URL: https://codereview.chromium.org/472373006 Cr-Commit-Position: refs/heads/master@{#290753} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290753 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
NOTRY=true Review URL: https://codereview.chromium.org/491723002 Cr-Commit-Position: refs/heads/master@{#290751} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290751 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
TBR=tbreisacher@chromium.org BUG=78368 Review URL: https://codereview.chromium.org/478683003 Cr-Commit-Position: refs/heads/master@{#290750} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290750 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
Cr-Commit-Position: refs/heads/master@{#290747} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290747 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
When a user put one letter on search box, the position of autocomplete list is calculated incorrectly. It's because the position is updated before the model (the list content) is updated, so the position is calculated assuming that the list is empty. This can be fixed by updating the position after the model is updated. BUG=404057 Review URL: https://codereview.chromium.org/481303002 Cr-Commit-Position: refs/heads/master@{#290746} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290746 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
This is necessary to share Mojo services such as serial connections among all windows in an app as Mojo services created in a particular context are only usable while that context exists. BUG=389016 Review URL: https://codereview.chromium.org/481853002 Cr-Commit-Position: refs/heads/master@{#290744} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290744 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=404779 Review URL: https://codereview.chromium.org/487373002 Cr-Commit-Position: refs/heads/master@{#290743} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290743 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
Function MainPanelScrollBar() is not a constructor, but it behaves like a constructor. We can use new consistently for such functions. BUG=none TEST=manually Review URL: https://codereview.chromium.org/484083002 Cr-Commit-Position: refs/heads/master@{#290741} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290741 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
Previously the OverscrollController consume all scroll updates, which broke touchmove throttling. The test ensures that touchmove throttling interacts correctly we gesture-nav. BUG=403329 TEST=WebContentsViewAuraTest.OverscrollNavigationTouchThrottling Review URL: https://codereview.chromium.org/478023002 Cr-Commit-Position: refs/heads/master@{#290740} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290740 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290739} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290739 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180610:180616&mode=html TBR=mkwst@chromium.org,dglazkov@chromium.org BUG= Review URL: https://codereview.chromium.org/491713002 Cr-Commit-Position: refs/heads/master@{#290738} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290738 0039d316-1c4b-4281-b951-d872f2087c98
-
paulirish@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/458643002 Cr-Commit-Position: refs/heads/master@{#290737} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290737 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
If CopyImage is called with src is an empty rectangle (this can happen for example if one of the resources is not available), then the code ends up trying to read from null/uninitialized memory. So early out instead in such cases. BUG=401242 R=thestig@chromium.org Review URL: https://codereview.chromium.org/465133005 Cr-Commit-Position: refs/heads/master@{#290736} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290736 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290735} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290735 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/de218041b99e8f9af0e80b34452b0e8d7f770765..d2a3522503ca0c39829f1bb41f01201d1affdaf6 CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_layout_rel TBR=caryclark@google.com BUG= Review URL: https://codereview.chromium.org/492543002 Cr-Commit-Position: refs/heads/master@{#290734} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290734 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
NOTRY=True BUG=397248 Review URL: https://codereview.chromium.org/475883005 Cr-Commit-Position: refs/heads/master@{#290733} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290733 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290732} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290732 0039d316-1c4b-4281-b951-d872f2087c98
-
johannkoenig@google.com authored
See https://codereview.chromium.org/485663004 BUG=404793 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/485373002 Cr-Commit-Position: refs/heads/master@{#290731} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290731 0039d316-1c4b-4281-b951-d872f2087c98
-
samli@chromium.org authored
This change reverts necessary changes in patch http://crrev.com/413983002 which was needed to successfully rename WebAnimation to WebCompositorAnimation. This is the patch 4 of 4 and follows on from http://crrev.com/412123002 BUG=396358 Review URL: https://codereview.chromium.org/421503002 Cr-Commit-Position: refs/heads/master@{#290729} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290729 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
We'll use this under ChromeOS ozone/freon builds for keyboard layout support. BUG=362698 TEST=ran install-build-deps.sh on trusty Review URL: https://codereview.chromium.org/488833003 Cr-Commit-Position: refs/heads/master@{#290727} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290727 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=405076 TEST=none Review URL: https://codereview.chromium.org/485193002 Cr-Commit-Position: refs/heads/master@{#290725} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290725 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290724} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290724 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180601:180609&mode=html TBR=mkwst@chromium.org,dglazkov@chromium.org BUG= Review URL: https://codereview.chromium.org/490773002 Cr-Commit-Position: refs/heads/master@{#290723} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290723 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
Video recording allows sequences of frames to be recorded and delivered to the client for performance-evaluation purposes. The client can save recorded sequences out to files on disk. Since live playback is not a requirement, performance of the implementation is not a priority. See crrev.com/372943002 for the host side of this. Review URL: https://codereview.chromium.org/386853002 Cr-Commit-Position: refs/heads/master@{#290721} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290721 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
NOTRY=true Review URL: https://codereview.chromium.org/465083004 Cr-Commit-Position: refs/heads/master@{#290720} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290720 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
For now this uses extensions_unittests_main.cc as there are no differences in startup between extensions_unittests and app_shell_unittests. This allows ShellNaClBrowserDelegate to have a test. BUG=402612 TEST=app_shell_unittests Review URL: https://codereview.chromium.org/471453003 Cr-Commit-Position: refs/heads/master@{#290719} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290719 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
This CL (1) handles the case that Array<>'s element number or total size exceeds what we can represent in Mojo messages; (2) makes the validation code of the num_bytes field doesn't rely on sizeof(size_t) > sizeof(uint32_t). The newly-added test passes with/without this CL. But I think it is good to have such a test. BUG=None TEST=None Review URL: https://codereview.chromium.org/486313004 Cr-Commit-Position: refs/heads/master@{#290718} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290718 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290717} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290717 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This picks up a new version of the web-platform-tests repo that does not contain the tests in the custom-elements/registering-custom-elements/unresolved-element-pseudoclass directory. Those tests were causing us to hit path length limits on the windows bots. TBR=tonyg@chromium.org, rschoen@chromium.org BUG=405274 Review URL: https://codereview.chromium.org/494513002 Cr-Commit-Position: refs/heads/master@{#290716} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290716 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
This add an window.ipcEcho API that sends do-nothing IPC message to measure RTT. The API is behind a flag, and will be used to build IPC benchmark using JavaScript. TEST=none (Will add blink-side LayoutTest once this is landed) BUG=402185 R=darin@chromium.org, jam@chromim.org, jochen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290063 Review URL: https://codereview.chromium.org/478483005 Cr-Commit-Position: refs/heads/master@{#290715} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290715 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
For release, looking at the stats pages the two testers for each config should be roughly equal. For debug, it appears that this simplified configuration will make the second tester ~10 minutes slower than the first one. However they should still cycle faster the current config on the new machine. This rebalancing should hopefully be a temporary step until we use swarming for the main waterfall. BUG=373847 NOTRY=true Review URL: https://codereview.chromium.org/486923004 Cr-Commit-Position: refs/heads/master@{#290714} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290714 0039d316-1c4b-4281-b951-d872f2087c98
-
ernstm@chromium.org authored
Flaky on Mac as well. Disabling. TBR=tonyg@chromium.org NOTRY=True BUG=384733 Review URL: https://codereview.chromium.org/469943005 Cr-Commit-Position: refs/heads/master@{#290713} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290713 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalyp@chromium.org authored
BUG=393873 R=tbreisacher@chromium.org,dbeam@chromium.org Review URL: https://codereview.chromium.org/469213009 Cr-Commit-Position: refs/heads/master@{#290712} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290712 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
'debugger' only references browser code, so I think this was always in the wrong place (probably my mistake from a while back when we split the DLLs). There are other places where browser depends on debugger already. R=sky@chromium.org BUG=404809 Review URL: https://codereview.chromium.org/489633002 Cr-Commit-Position: refs/heads/master@{#290711} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290711 0039d316-1c4b-4281-b951-d872f2087c98
-
dyen@chromium.org authored
Since the Tracer factory is implemented within gpu_tracer, it is simpler to have the GPUTracer be a flat class rather than implementing the noop behavior in a different object through inheritance. This CL does not change any functionality but simply flattens GPUTracer and combines the code for GPUTracerImpl and GPUTracerARBTimerQuery. BUG= https://code.google.com/p/chromium/issues/detail?id=397294 TEST= trybots Review URL: https://codereview.chromium.org/419073008 Cr-Commit-Position: refs/heads/master@{#290710} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290710 0039d316-1c4b-4281-b951-d872f2087c98
-