- 20 Aug, 2014 40 commits
-
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180630:180633&mode=html TBR=dglazkov@chromium.org,wibling@chromium.org BUG= Review URL: https://codereview.chromium.org/488973002 Cr-Commit-Position: refs/heads/master@{#290803} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290803 0039d316-1c4b-4281-b951-d872f2087c98
-
siva.gunturi@samsung.com authored
if it was invoked while no frame was received yet. This patch takes care of adding any readback request to a queue and ensure that this gets processed, once the frame arrives.This also takes care of discarding all the readback requests if the delegated layer is destroyed or view is hidden, before a frame arrives. BUG=376769 Review URL: https://codereview.chromium.org/415773007 Cr-Commit-Position: refs/heads/master@{#290802} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290802 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
UMA stats show that >99% of users have migrated to signed cloud policy blobs, so it's time to stop supporting unsigned blobs - anyone who still has an unsigned blob on their machine will go through a policy refresh on their next restart. BUG=404664 Review URL: https://codereview.chromium.org/491513002 Cr-Commit-Position: refs/heads/master@{#290801} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290801 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=374321 TBR=noamsml Review URL: https://codereview.chromium.org/488913002 Cr-Commit-Position: refs/heads/master@{#290799} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290799 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=404708 Review URL: https://codereview.chromium.org/489603002 Cr-Commit-Position: refs/heads/master@{#290798} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290798 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
BUG=389016 Review URL: https://codereview.chromium.org/488003002 Cr-Commit-Position: refs/heads/master@{#290797} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290797 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Move AppDelegate, AppWebContentsHelper and AppWindowGeometryCache to extensions/browser/app_window Change the namespace from apps to extensions. BUG=403726 R=benwells@chromium.org Review URL: https://codereview.chromium.org/486153002 Cr-Commit-Position: refs/heads/master@{#290796} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290796 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
This changes the followings: - ResourceDispatcherHostImpl passes the reference of ResourceRequestBody to ServiceWorkerControlleeRequestHandler via ServiceWorkerProviderHost. - ServiceWorkerControlleeRequestHandler keeps the reference of ResourceRequestBody and pass it to ServiceWorkerURLRequestJob when MaybeCreateJob() is called. - ServiceWorkerURLRequestJob keeps the reference of ResourceRequestBody and creates BlobDataHandle and ServiceWorkerFetchRequest from URLRequest and ResourceRequestBody when StartRequest() is called. - ServiceWorkerURLRequestJob passes the ServiceWorkerFetchRequest to ServiceWorkerFetchDispatcher in StartRequest() and ServiceWorkerVersion will send the blob uuid and the size of the blob using IPC to the renederer process. - BlobDataHandle is kept during the lifetime of ServiceWorkerURLRequestJob. - In the ServiceWorker side, WebServiceWorkerRequest::setBlob() will be called with the blob uuid and the size of the blob. WebServiceWorkerRequest::setBlob() is introduced in https://codereview.chromium.org/483603003/ This cl depends on https://codereview.chromium.org/483603003/ and https://codereview.chromium.org/483613004/ . BUG=402387 Review URL: https://codereview.chromium.org/475333002 Cr-Commit-Position: refs/heads/master@{#290795} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290795 0039d316-1c4b-4281-b951-d872f2087c98
-
kkinnunen@nvidia.com authored
Make it possible to test command buffer decoder functions even if they have extension_flags specified in the function info. Create new files for these autogenerated unit tests: gles2_cmd_decoder_unittest_extensions{.cc,_autogen.h}. Does not add any new unit tests, as the existing functions have manually written tests that cover what current autogenerator can produce. The idea is that for each new extension_flag function one would write a new unit test class in gles2_cmd_decoder_unittest_extensions.cc. The class initialize the decoder with the needed extensions, so that the feature flag controlling the function would be enabled. Changes the way the unit test class name is defined in build_gles2_cmd_buffer.py. Now the class is parametrized by the top-level function that writes out the service unit tests. Thus it's not possible to use CWriter classes 'file number' property. Instead, pass the name in the substitution dict. Define that the methods generating service unittests accept varying number of substitution dicts. This is useful for supporting extensions such as upcoming CHROMIUM_path_rendering, so that more of the decoder function unit tests can be autogenerated. BUG=344330 Review URL: https://codereview.chromium.org/473853002 Cr-Commit-Position: refs/heads/master@{#290794} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290794 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
BUG=324170 TEST=All tests pass Review URL: https://codereview.chromium.org/472083003 Cr-Commit-Position: refs/heads/master@{#290792} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290792 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=405415 TEST=browser_test passes Review URL: https://codereview.chromium.org/485013003 Cr-Commit-Position: refs/heads/master@{#290791} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290791 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290790} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290790 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=180622:180629&mode=html TBR=mkwst@chromium.org,dglazkov@chromium.org BUG= Review URL: https://codereview.chromium.org/492673002 Cr-Commit-Position: refs/heads/master@{#290789} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290789 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL fixes a memory leak in the StartPageTest. BUG=404182 Review URL: https://codereview.chromium.org/492643003 Cr-Commit-Position: refs/heads/master@{#290788} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290788 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
This solves the first problem described in the issue. BUG=404057 TEST=manually confirmed Review URL: https://codereview.chromium.org/485783003 Cr-Commit-Position: refs/heads/master@{#290787} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290787 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Move native_app_window.h from apps/ui to extensions/browser/app_window. Change the namespace from apps to extensions. Add dependency on components/web_modal to extensions/browser. BUG=403726 TBR=sky@chromium.org for include fix under chrome/browser Review URL: https://codereview.chromium.org/479933003 Cr-Commit-Position: refs/heads/master@{#290786} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290786 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
BUG=374321 TBR=noamsml Review URL: https://codereview.chromium.org/490763003 Cr-Commit-Position: refs/heads/master@{#290785} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290785 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG=404375 Review URL: https://codereview.chromium.org/485253002 Cr-Commit-Position: refs/heads/master@{#290784} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290784 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
Cr-Commit-Position: refs/heads/master@{#290783} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290783 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
TBR=noamsml Review URL: https://codereview.chromium.org/493453005 Cr-Commit-Position: refs/heads/master@{#290782} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290782 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
BUG=399131 NOTRY=true Review URL: https://codereview.chromium.org/492643002 Cr-Commit-Position: refs/heads/master@{#290781} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290781 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Fixed page passed into FPDFPageObj_NewImgeObj(). BUG=385119 Review URL: https://codereview.chromium.org/485413002 Cr-Commit-Position: refs/heads/master@{#290780} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290780 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290779} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290779 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=180617:180621&mode=html TBR=mkwst@chromium.org,dglazkov@chromium.org BUG= Review URL: https://codereview.chromium.org/491723003 Cr-Commit-Position: refs/heads/master@{#290778} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290778 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#290777} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290777 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishenry@google.com authored
TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/492653002 Cr-Commit-Position: refs/heads/master@{#290776} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290776 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-