- 04 Jun, 2014 40 commits
-
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/1940df968da44ef95ddb332270aa23481552ca65..abc073376091e66f705674b825b1247148cb9c24 TBR=jvanverth@google.com BUG= Review URL: https://codereview.chromium.org/310963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274767 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
This is to ensure that we don't use GDI to query the device scale factor in renderer processes. This is in preparation for setting the MITIGATION_WIN32K_DISABLE policy on renderer processes, which will lock them out from making user32/gdi32 calls which enter win32k.sys. BUG=365160 Review URL: https://codereview.chromium.org/308003020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274766 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
The handle_map_ was holding onto them, so they weren't being released. Instead, they should be removed from the map whenever that first SharedBitmap that was created is destroyed. BUG=362924 TBR=piman@chromium.org Review URL: https://codereview.chromium.org/310973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274765 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
This patch fixes references in the .gyp to .js resource files. This breaks the remaining dependency from src/extensions to chrome resources files. BUG=368334 TBR=rockot@chromium.org,jam@chromium.org Review URL: https://codereview.chromium.org/312883004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274764 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
So that the launch error bubble is shown and recorded launcher error is cleared and no longer blocker future launch attempt. BUG=379973 Review URL: https://codereview.chromium.org/310213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274763 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
R=machenbach@chromium.org BUG=none Review URL: https://codereview.chromium.org/314933004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274762 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 Review URL: https://codereview.chromium.org/307463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274761 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
408s indicate a socket was left idle for too long before sending a request. It's possible these errors are being surfaced to users more often than previously due to https://codereview.chromium.org/169643006, for servers that very aggressively time out never-used sockets. BUG=377581 Review URL: https://codereview.chromium.org/303443011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274760 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
GCD API flow for registration ticket creation BUG= Review URL: https://codereview.chromium.org/307353008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274759 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
The fix is a bit dirty but it should work and is straightforward. The clean solution would involve more changes on the Blink side or some wrapping of objects in WebURLLoaderMock. BUG=None Review URL: https://codereview.chromium.org/293003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274758 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
Broke Mac tests: http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac10.6%20Tests%20%281%29&number=52768 http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac10.6%20Tests%20%282%29&number=52019 http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.6%20Tests%20%28dbg%29%283%29&number=50243 http://build.chromium.org/p/chromium.mac/buildstatus?builder=Mac%2010.6%20Tests%20%28dbg%29%284%29&number=41693 > Use FSEvents for recursive file watch on Mac > > Brings back the old FSEvents code, changing it to support recursive watches only, and use dispatch queues instead of using the CFRunLoop from the UI thread. > > BUG=144491 > > Review URL: https://codereview.chromium.org/283423003 TBR=vandebo@chromium.org Review URL: https://codereview.chromium.org/316853003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274757 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Previously if multiple files are selected for launching a file handler, Files.app sends multiple launch events for each file. But according to the specification of the launch event, we can put multiple entries in a single launch event. This CL lets Files.app follow the specificaiton. BUG=358694 TEST=manually R=benwells@chromium.org, kinaba@chromium.org Review URL: https://codereview.chromium.org/300063006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274755 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
This CL changes the backing store for the InMemoryContentStore to now be of type base::MRUCache. This ensures that the growth of the store is not unbounded. Tests are also added to ensure the new functionality works as expected. BUG=379642 Review URL: https://codereview.chromium.org/302163005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274754 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=380224 Review URL: https://codereview.chromium.org/315583004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274753 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274752 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
This version contains guessing the administrative area based on the postal code. TBR=estade@chromium.org BUG=327046 Review URL: https://codereview.chromium.org/317533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274751 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
This was an oversight in https://codereview.chromium.org/305643004/ TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/317523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274750 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
The only way this crash could occur is if we're trying to layout the titlebar, the delegate requests showing the icon, but there isn't an icon view. In such cases, we shouldn't try to set the bounds on a NULL view. (This fix is theoretical; I wasn't able to repro the bug.) BUG=376313 Review URL: https://codereview.chromium.org/310193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274749 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=372926 Review URL: https://codereview.chromium.org/302283008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274748 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
Depends on https://codereview.chromium.org/289373011/. BUG=104711 Review URL: https://codereview.chromium.org/308543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274747 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
Link against IOSurface.framework instead -- this is an option starting in 10.6. BUG=314190 Review URL: https://codereview.chromium.org/301973010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274746 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274745 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=175389:175413&mode=html TBR=jchaffraix@chromium.org,beverloo@chromium.org,eseidel@chromium.org BUG= Review URL: https://codereview.chromium.org/310253002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274744 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
ExtensionUninstallDialog into extensions namespace and remove unwanted extensions:: prefix in extension_uninstall_dialog.*. BUG=380149 Review URL: https://codereview.chromium.org/307413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274743 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=380568,380575 NOTRY=true TBR=bruening@chromium.org Review URL: https://codereview.chromium.org/318643002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274742 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
The delegated render layer can change when video enters/exits fullscreen Similar to other places in this file where layer_ is used, we should do a null check before using it. BUG=356671 Review URL: https://codereview.chromium.org/309353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274741 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Add touch stream validation similar to the existing gesture stream validation. Also add validation of the *output* stream from the InputRouter (in addition to the existing *input* stream validation). BUG=345372 Review URL: https://codereview.chromium.org/290473006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274740 0039d316-1c4b-4281-b951-d872f2087c98
-
about://gesturetdresser@chromium.org authored
BUG=380131 Review URL: https://codereview.chromium.org/313473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274739 0039d316-1c4b-4281-b951-d872f2087c98
-
sebmarchand@chromium.org authored
BUG=380175 Review URL: https://codereview.chromium.org/315663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274738 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
The infobar for navigator.webkitPersistentStorage.requestQuota doesn't disappear even if the user navigates away from a page. Updated ShouldExpireInternal() to remove infobar on navigation. BUG=350029 Review URL: https://codereview.chromium.org/308673007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274737 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
The goal of this change is to give more accurate information about when a video frame is generated. VideoFrame already provides a TimeDelta value as the presentation timestamp. This is unchanged but we provide an additional TimeTicks value to indicate the estimated capture time of the video frame. It accurately records the time when the videoframe is generated for local sources such as camera and tab capture device. This value will be an estimate for remote sources such as WebRTC. After this change cast streaming API is able to collect accurate information about how much time is spent in capturing. BUG=374541 Review URL: https://codereview.chromium.org/287313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274736 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Brings back the old FSEvents code, changing it to support recursive watches only, and use dispatch queues instead of using the CFRunLoop from the UI thread. BUG=144491 Review URL: https://codereview.chromium.org/283423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274735 0039d316-1c4b-4281-b951-d872f2087c98
-
japhet@chromium.org authored
Currently in AreURLsInPageNavigation, we only trust renderer_says_in_page if the before and after urls are identical. This prevents us from correctly classifying history.pushState and history.replaceState navigations as in-page. Navigations via the history API are required to be same-origin, but can differ by more than just the ref component, so we get the correct behavior without the renderer process being able to lie about a cross-origin navigation. BUG=138324 TEST=Added cases to NavigationControllerTest.IsInPageNavigation Review URL: https://codereview.chromium.org/304763002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274734 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
BUG=379124 Review URL: https://codereview.chromium.org/308083005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274733 0039d316-1c4b-4281-b951-d872f2087c98
-
wjywbs@gmail.com authored
This function takes a url and a title as input, generates and returns a bookmark app. R=benwells@chromium.org,kalman@chromium.org,calamity@chromium.org BUG=370350 Review URL: https://codereview.chromium.org/266353006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274732 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@chromium.org authored
This is a library for Windows and MacOSX (tested MacOSX currently) that supports the features needed to do WiFi bootstrapping. BUG=370071 Review URL: https://codereview.chromium.org/226883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274731 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
Previously the custom binding in JS would prevent an image that's larger than the size of the template from being sent to the browser process. This relaxes the maximum to be the largest supported scale factor of the machine. TBR=kalman@chromium.org,dimich@chromium.org BUG=239676 Review URL: https://codereview.chromium.org/291193009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274730 0039d316-1c4b-4281-b951-d872f2087c98
-
stgao@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/293363010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274729 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
Create new histograms (with "2" suffix) corresponding to histograms using the "ExtensionPermission" enum. Also, update the histograms owners and mark the old histograms as obsolete. BUG=338008 Review URL: https://codereview.chromium.org/274943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274728 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274727 0039d316-1c4b-4281-b951-d872f2087c98
-