- 11 Jul, 2014 40 commits
-
-
mtomasz@chromium.org authored
This CL adds support for deleting files and directories, including recursively. The new event in IDL has [nodoc], since we don't want to show it on developer.chrome.com before most of the R/W features are done. TBR=kalman@chromium.org TEST=unit_tests, browser_tests: *FileSystemProvider*DeleteEntry* BUG=391362 Review URL: https://codereview.chromium.org/375543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282605 0039d316-1c4b-4281-b951-d872f2087c98
-
horo@chromium.org authored
These tests were disabled in https://codereview.chromium.org/379323003/ This change depends on https://codereview.chromium.org/373613004/ BUG=373120 Review URL: https://codereview.chromium.org/385103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282603 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
To focus geometory calculation, remove the role other than caculation from the Viewport class. BUG=245926 TEST=manually Review URL: https://codereview.chromium.org/382143004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282602 0039d316-1c4b-4281-b951-d872f2087c98
-
kustermann@google.com authored
Reason for revert: [0711/004616:ERROR:unit_test_launcher.cc(360)] no test result for SafeSearchUtilTest.ModifyYoutubePrefCookie [ RUN ] SafeSearchUtilTest.ModifyYoutubePrefCookie c:\b\depot_tools\win_toolchain\vs2013_files\vc\include\xstring(79) : Assertion failed: string iterator not dereferencable c:\b\depot_tools\win_toolchain\vs2013_files\vc\include\xstring(80) : Assertion failed: "Standard C++ Libraries Out of Range" && 0 [7000/7003] SafeSearchUtilTest.ModifyYoutubePrefCookie (UNKNOWN) > Enforce SafetyMode for YouTube if prefs::kForceSafeSearch is on, by modifying (or adding) YouTube's PrefCookie in the HTTP header. > > This is essentially a followup to https://codereview.chromium.org/11186002/ > > BUG=344815 > > Review URL: https://codereview.chromium.org/354183002 TBR=treib@chromium.org Review URL: https://codereview.chromium.org/385113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282601 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
This ensures the window can close when it has sheets attached, e.g. the "Open File" dialog. BUG=362444 Review URL: https://codereview.chromium.org/389453003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282600 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282599 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177902:177909&mode=html TBR=junov@chromium.org,falken@chromium.org BUG= Review URL: https://codereview.chromium.org/389533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282598 0039d316-1c4b-4281-b951-d872f2087c98
-
vivek.vg@samsung.com authored
While compling on linux with g++ 4.8, the file chrome/test/ppapi/ppapi_browsertest.cc is throwing ../../chrome/test/ppapi/ppapi_browsertest.cc:452:1: error: multi-line comment [-Werror=comment] cc1plus: all warnings being treated as errors NOTRY=true Review URL: https://codereview.chromium.org/386933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282597 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/378303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282596 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=389170 Review URL: https://codereview.chromium.org/375143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282595 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
Before: - CertDatabase::ObserveNSSCertDatabase(NSSCertDatabase* source) and implementation referenced NSSCertDatabase - NSSCertDatabase() referenced CertDatabase::GetInstance() Now: - CertDatabase has no reference to NSSCertDatabase. - NSSCertDatabase references CertDatabase. BUG=NONE Review URL: https://codereview.chromium.org/370633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282594 0039d316-1c4b-4281-b951-d872f2087c98
-
hamaji@chromium.org authored
clock() returns a processor time, which does not change while a thread is sleeping. So, Flush() would be called less often than you expected. TimeTicks uses a monotonic timer so this would be a better choice than Time because TimeTicks is not affected by host's time settings. BUG=264856 TEST=trybots Review URL: https://codereview.chromium.org/381473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282593 0039d316-1c4b-4281-b951-d872f2087c98
-
yiyaoliu@chromium.org authored
BUG=377813 Review URL: https://codereview.chromium.org/341823005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282592 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Before, mounted file systems were remembered at shutdown. However, if a Chromebook crashes, or goes out of battery, then Chrome will fail to remount previously mounted file systems after a reboot. This patch remembers mounted file systems in preferences, as soon as they are mounted, or unmounted. TEST=unit_tests: *FileSystemProvider*Service* BUG=389012 Review URL: https://codereview.chromium.org/334263017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282589 0039d316-1c4b-4281-b951-d872f2087c98
-
ycheo@chromium.org authored
BUG=391724 Review URL: https://codereview.chromium.org/378543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282588 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
> Speculatively enabling most WebRTC browser tests. > > BUG=387895 > NOTRY=true > > Review URL: https://codereview.chromium.org/369923007 TBR=phoglund@chromium.org Review URL: https://codereview.chromium.org/382173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282587 0039d316-1c4b-4281-b951-d872f2087c98
-
kcarattini@chromium.org authored
Adds a current page indicator to the launcher when the experimental app launcher is enabled. BUG=391642 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282335 Review URL: https://codereview.chromium.org/380613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282586 0039d316-1c4b-4281-b951-d872f2087c98
-
damienv@chromium.org authored
The updated frame processor assumes each frame is assigned a positive duration. Update the Mpeg2 TS stream parser to provide estimated duration for video frames. BUG=None Review URL: https://codereview.chromium.org/364823008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282585 0039d316-1c4b-4281-b951-d872f2087c98
-
brandonsalmon@chromium.org authored
histograms for the in-memory MRU cache and the disk cache. This cl is closely related to https://codereview.chromium.org/356953003/, which implements similar histograms in the http_cache. and a follow up to https://codereview.chromium.org/361513003/ BUG= Review URL: https://codereview.chromium.org/378063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282584 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
This CL fixes an issue where the text would render blurrily on 1.5x DPI screens. This was caused by WebContentsView::OnBoundsChanged() not getting called because the origin is no longer changed when switching the active tab as it is always inside the clipping window. This is fixed by calling SnapToPhysicalPixelBoundary() when the clipping window gets a new WebContents set. BUG=388908 Review URL: https://codereview.chromium.org/366543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282583 0039d316-1c4b-4281-b951-d872f2087c98
-
jackhou@chromium.org authored
BUG=333429 Review URL: https://codereview.chromium.org/383673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282582 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Async readback requests are a potential use-after-free if the WebTestProxy goes away before they are serviced. However, this is not actually anything a valid test would want to do if it wanted to not be racy. So, just CHECK for outstanding tasks on destruction rather than posting with a weak pointer and silently failing such readbacks. BUG=389569 Review URL: https://codereview.chromium.org/382093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282581 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282580 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=177878:177901&mode=html TBR=yutak@chromium.org,junov@chromium.org BUG= Review URL: https://codereview.chromium.org/385943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282579 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
BUG=347425 TEST=./unit_tests --gtest_filter="MetadataDatabaseIndexOnDiskTest.*" Review URL: https://codereview.chromium.org/378213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282578 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Add KioskAppManager::RetryFailedAppDataFetch that starts fetch for failed app data fetch (status == STATUS_ERROR); - RetryFailedAppDataFetch when kiosk app is added/removed (include policy refrech); - RetryFailedAppDataFetch on login screen when portal detection is passed; - Add max auto retry times for underlying URLFetcher's 5xx retry and ERR_NETWORK_CHANGED retry in WebstoreDataFetcher; - KioskAppData sets max retry times to 3 for its webstore data fetch; BUG=392670 Review URL: https://codereview.chromium.org/386633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282577 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
http://crrev.com/340413002 introduced two calls of ui::TextInputFocusManager::FocusTextInputClient in wm::WMTestHelper because I thought it was necessary. But it turned out that they're not necessary after the fix of http://crrev.com/347103002 . Thus removes these calls. BUG=290701 TEST=Run content_browsertests and browser_tests. Review URL: https://codereview.chromium.org/371393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282576 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
Remove StartAsyncDispatchNotifications from inspector_websocket since it's not needed by tracing backend. BUG=392044 Review URL: https://codereview.chromium.org/382833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282572 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 Review URL: https://codereview.chromium.org/385843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282571 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishenry@google.com authored
completely from page_action. Make ActionRunner.RunAction private. BUG=361809 Review URL: https://codereview.chromium.org/356243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282570 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282569 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Updated Android Build Tools to 20.0.0 Updated Android SDK Tools to 23.0.2 Updated Android SDK Platform-tools to 20 Updated Android Support Library to 20 Added Sources for Android SDK BUG=None Review URL: https://codereview.chromium.org/383823003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282568 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=388241 TEST=None TBR=erg Review URL: https://codereview.chromium.org/356353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282567 0039d316-1c4b-4281-b951-d872f2087c98
-
matthewyuan@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282566 0039d316-1c4b-4281-b951-d872f2087c98
-
stepco@chromium.org authored
BUG=391902 Review URL: https://codereview.chromium.org/375933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282565 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282564 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
- Change the overflow menu to have an updated layout. BUG=375379 Review URL: https://codereview.chromium.org/377083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282563 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Splits components/translate per directory. BUG=None TEST=gn gen out/Debug_gn && ninja -C out/Debug_gn R=ajwong@chromium.org TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/361373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282561 0039d316-1c4b-4281-b951-d872f2087c98
-
kustermann@google.com authored
Reason for revert: location: interface org.chromium.mojo.bindings.test.mojom.imported.ImportedInterface result.obj = decoder0.readServiceInterface(24, org.chromium.mojo.bindings.test.mojom.imported.ImportedInterface.BUILDER); ^ ../out/Release/java_mojo/mojo_public_test_interfaces/src/org/chromium/mojo/bindings/test/mojom/sample/Request.java:59: cannot find symbol > Mojo: Add support for InterfacePtr as a struct member > > BUG=392693 > > Review URL: https://codereview.chromium.org/376383002 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/383083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282560 0039d316-1c4b-4281-b951-d872f2087c98
-
matthewyuan@chromium.org authored
> Updating XTBs based on .GRDs from branch 1985_103 TBR=matthewyuan@chromium.org Review URL: https://codereview.chromium.org/386893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282559 0039d316-1c4b-4281-b951-d872f2087c98
-