- 11 Jul, 2014 40 commits
-
-
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
-
kinaba@chromium.org authored
Lack of the info caused Chrome OS Files.app to fail finding external storages after browser-only restart (like that from about:flags or from browser crash.) BUG=356583 Review URL: https://codereview.chromium.org/379743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282558 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Nobody uses this API anymore. BUG=None TEST=None R=pkasting@chromium.org Review URL: https://codereview.chromium.org/366203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282557 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=163931 TEST=None TBR=erg Review URL: https://codereview.chromium.org/374533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282556 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
BUG=392693 Review URL: https://codereview.chromium.org/376383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282555 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This is the first R/W operation. 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. TEST=unit_tests, browser_tests: *FileSystemProvider*CreateDirectory* BUG=391362 Review URL: https://codereview.chromium.org/366263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282554 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
This is a preparation for implementing the zoom feature in Gallery.app. BUG=245926 TEST=manually Review URL: https://codereview.chromium.org/384573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282553 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/382113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282552 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
We don't want to attempt to reuse a socket across shutdowns, and given socket pools any open socket can be reused. Make sure to close the socket on shutdown BUG=392546 Review URL: https://codereview.chromium.org/381273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282551 0039d316-1c4b-4281-b951-d872f2087c98
-
ckocagil@chromium.org authored
BUG= R=msw TBR=asvitkine Review URL: https://codereview.chromium.org/382793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282550 0039d316-1c4b-4281-b951-d872f2087c98
-