- 06 Aug, 2013 40 commits
-
-
bartfab@chromium.org authored
This CL adds CloudExternalDataManagerBase, a fully functional implementation of the ExternalDataManager interface that allows external data referenced by policies to be fetched, verified, cached and retrieved. The CL also extends policy_templates.json to allow policies referencing external data to be specified. There is no code in Chrome that instantiates CloudExternalDataManagerBase yet. Follow-up CLs will create CloudExternalDataManagerBase instances for desktop users, Chrome OS users and Chrome OS device-local accounts. BUG=256635 TEST=New unit test Review URL: https://chromiumcodereview.appspot.com/19462006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215888 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=257618 Review URL: https://chromiumcodereview.appspot.com/22391002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215887 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
TBR=pneubeck@chromium.org,scottbyer@chromium.org BUG=263894 Review URL: https://chromiumcodereview.appspot.com/21030009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215885 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=268941 TBR=thakis@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22418002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215884 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=262104 Review URL: https://chromiumcodereview.appspot.com/22216002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215883 0039d316-1c4b-4281-b951-d872f2087c98
-
jiangj@opera.com authored
When running tests (zip_unittests.cc for instance) using base::DIR_SOURCE_ROOT with ./<test_executable_name> they will get incorrect directory names because ./ will be included in the return value of GetNSExecutablePath() and it will be consider as one level of parent directory by FilePath::DirName(). To avoid this problem we should alway convert the value returned by GetNSExecutablePath() into absolute path first. BUG=258846 TEST=see bug Review URL: https://chromiumcodereview.appspot.com/18309008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215882 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
It causes renderer exits (see bug) which need to be investigated before relanding. BUG=265819 TBR=michaeln Review URL: https://codereview.chromium.org/22320010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215881 0039d316-1c4b-4281-b951-d872f2087c98
-
yoichio@chromium.org authored
function to set InputScopes representing both TextInputType and TextInputMode. implementation: change GetSetInputScope to GetSetInputScopes function to get SetInputScopes procedure address from msctf.dll. BUG=244688 TEST=Manually done on Windows 8 with on-screen keyboard Review URL: https://chromiumcodereview.appspot.com/21157006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215880 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215879 0039d316-1c4b-4281-b951-d872f2087c98
-
dominikg@chromium.org authored
Add a check for MHTML files to TranslateManager::IsTranslatableURL(). This causes the translate infobar to not be shown for MHTML files, because Chrome fails when trying to translate MHTML files. BUG=217945 Review URL: https://chromiumcodereview.appspot.com/19857005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215878 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
R=rmistry@google.com Review URL: https://codereview.chromium.org/22331002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215877 0039d316-1c4b-4281-b951-d872f2087c98
-
egraether@chromium.org authored
This change adds another optional parameter 'overdraw' to the rasterize method of the skia benchmarking extension. When set to true an image with pixel overdraw visualized as heat map is returned. BUG=268342 Review URL: https://chromiumcodereview.appspot.com/22202003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215876 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=240165 Review URL: https://chromiumcodereview.appspot.com/22369003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215875 0039d316-1c4b-4281-b951-d872f2087c98
-
owenlin@chromium.org authored
1. Add the switch "target_fps" to control the playing speed. This is used to measure the frame drop rate and CPU usage. 2. Also add a switch "disable_rendering" to disable rendering. This is used to measure just the decoding part. On parrot, using test video: "test-25fps.h264" with target FPS: 60, the CPU rate is about 12% and no dropped was frames. With target FPS as 300, the CPU rate goes to 47.34% and 4/250 frames are dropped. BUG=250718 TEST=run the unittest on link and parrot Review URL: https://chromiumcodereview.appspot.com/19151002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215874 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Also remove the conditional loading of certificates, which prevents tests including CertLoader. BUG=NONE R=stevenjb@chromium.org TBR=xiyuan@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214351 Review URL: https://chromiumcodereview.appspot.com/20799002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215873 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
(They should be eventually moved into content/public/test rather than duplicated in two gypi files) BUG=265769 R=jochen@chromium.org Review URL: https://codereview.chromium.org/22180002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215872 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=257349 TEST=no behavioral change yet Review URL: https://chromiumcodereview.appspot.com/22363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215871 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215869 0039d316-1c4b-4281-b951-d872f2087c98
-
danno@chromium.org authored
TBR=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/22378002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215868 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL extracts copy operation related to Drive from processCopyEntry_ to an utility method copyFileOnDrive. BUG=246976 TEST=Ran browser_tests --gtest_filter="*FileSystemExtensionApiTest*:*FileManagerBrowserTest*" and tested manually. Review URL: https://chromiumcodereview.appspot.com/22373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215867 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
BUG=267004 Review URL: https://chromiumcodereview.appspot.com/22145004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215866 0039d316-1c4b-4281-b951-d872f2087c98
-
etienneb@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/21910007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215865 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215864 0039d316-1c4b-4281-b951-d872f2087c98
-
morrita@chromium.org authored
TBR=pkasting BUG= Review URL: https://chromiumcodereview.appspot.com/22372002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215863 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
Delete old MetadataDatabase code before replacing major part of them. BUG=240165 Review URL: https://chromiumcodereview.appspot.com/22341005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215862 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
SetModel is only ever used for initialization. Moving the functionality into the constructor allows for easier reasoning about the state of the View. This change is in preparation of the refactor in https://codereview.chromium.org/20656002/. Review URL: https://chromiumcodereview.appspot.com/22354002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215861 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Move NonClientHitTest to BubbleDelegateTest. Inline TestBubbleDelegateView function definitions. Add CreateTestWidget helper for anchors/parents/etc. Remove unnecessary Show and RunPendingMessages calls. Enable InitiallyFocusedView, it works fine as-is. (TestBubbleVisibilityAndClose already tests the same) Other misc. cleanup. BUG=NONE TEST=NONE TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/22320003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215860 0039d316-1c4b-4281-b951-d872f2087c98
-
yutak@chromium.org authored
BUG=none R=isherman@chromium.org Review URL: https://chromiumcodereview.appspot.com/22312004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215859 0039d316-1c4b-4281-b951-d872f2087c98
-
kouhei@chromium.org authored
This patch adds the UMA "Net.PreconnectTriggerUsed", and add the UMA "Net.PreconnectedLinkNavigation". PredictorTabHelper collects requests information for user link navigation. This information is sent to class Predictor::PreconnectUsage to see if the navigation has possibly used a preconnect session from {mouse,touch}-event triggers. The UMA "Net.PreconnectTriggerUsed" records whether if a preconnect trigger is followed by a resource request (from link navigations) to the host or not. This is to measure precision of link-based preconnect triggers. The UMA "Net.PreconnectedLinkNavigation" records whether if a resource request from link navigations is preceded by a preconnect trigger. This is to measure recall of link-based preconnect triggers. BUG=235361 Review URL: https://chromiumcodereview.appspot.com/16514008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215858 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
This flag has been meaningful on Mac as of r213834. BUG=268789 Review URL: https://chromiumcodereview.appspot.com/22365002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215857 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
The data in chrome.storage.local had been used but is now no longer used. This patch adds the code to remove them, in order to save the limited user storage. BUG=268784 TEST=Files.app launches without error in console. R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/22361002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215856 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=268812 TEST=Files.app runs without error. All tests pass. R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/22382002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215855 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This CL introduces fileOperationUtil namespace and move/extracts some helper methods from FileCopyManager to it. This is preparation to move copyTo helper to it, so that moving the copyTo from js-side to c++-side should be simpler task. The moving copyTo will be done in following CLs. BUG=246976 TEST=Ran browser_tests --gtest_filter="*FileSystemExtensionApiTest*:*FileManagerBrowserTest*" and tested manually. Review URL: https://chromiumcodereview.appspot.com/22291004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215854 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
I've just checked and found it's unnecessary. Touching comes with click events? BUG=none TEST=manual R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/22384002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215853 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/21205007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215852 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
The Drive file operations are on the blocking pool (not the FILE thread) so the current fan-in is racy if multiple Drive files are selected. BUG=None Review URL: https://chromiumcodereview.appspot.com/22336003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215851 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
Due to flakiness, disabling this test. BUG=86562 TBR=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/22347002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215850 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/22325002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215849 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Justification: the keyboard shortcuts are already allowed when --ash-debug-shortcuts is specified. BUG=None R=derat@chromium.org Review URL: https://chromiumcodereview.appspot.com/22324002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215848 0039d316-1c4b-4281-b951-d872f2087c98
-
maksymb@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/22306002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215847 0039d316-1c4b-4281-b951-d872f2087c98
-