- 20 Aug, 2014 40 commits
-
-
pfeldman@chromium.org authored
TBR=tsepez (message is removed from content/common/view_messages.h) Review URL: https://codereview.chromium.org/474213002 Cr-Commit-Position: refs/heads/master@{#290775} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290775 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=395358 Review URL: https://codereview.chromium.org/448953003 Cr-Commit-Position: refs/heads/master@{#290774} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290774 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
- On tablets the new anchor point was 6dp off due to the new shadow assets. To fix this add a 6dp translate to the enter animation that will move the asset into the correct location as the scale animation runs. This effectively mimics the old animation but allows the offset to be included. BUG=405352 Review URL: https://codereview.chromium.org/488863002 Cr-Commit-Position: refs/heads/master@{#290773} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290773 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
The code was assuming that if IDC_RESTORE_TAB returned true that the TabRestoreService had non-empty entries. This is no longer a valid assumpion. BUG=404407 TEST=see bug R=pkotwicz@chromium.org Review URL: https://codereview.chromium.org/488643005 Cr-Commit-Position: refs/heads/master@{#290772} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290772 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=64309 Review URL: https://codereview.chromium.org/492433003 Cr-Commit-Position: refs/heads/master@{#290770} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290770 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
To avoid including theme_resources.h in app_window.cc BUG=403276 Review URL: https://codereview.chromium.org/489453002 Cr-Commit-Position: refs/heads/master@{#290769} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290769 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
Currently we only bounce the app shim when the app is hidden but wants to show a window. This CL makes AppWindow.drawAttention() bounce the app icon continuously until the app is focused or AppWindow.clearAttention() is called. BUG=402722 Review URL: https://codereview.chromium.org/461303002 Cr-Commit-Position: refs/heads/master@{#290768} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290768 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=401242 R=thestig@chromium.org Review URL: https://codereview.chromium.org/484393002 Cr-Commit-Position: refs/heads/master@{#290766} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290766 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-