- 28 May, 2013 40 commits
-
-
tzik@chromium.org authored
This CL add GetGlobalLimitedUsage to UsageTracker and replace GetGlobalUsage in QuotaManager with limited usage version. BUG=220029 TEST=existing test should keep green Review URL: https://chromiumcodereview.appspot.com/15907004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202540 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
This CL serves two purposes: 1) Improve the existing "mic-volume-checking"-scheme by ensuring that we no longer calls native audio functions from the core capture thread. 2) Prepare for adding AGC to the live-audio backend. TBR=tommi@chromium.org BUG=none TEST=WebRTC loopback tests in Chrome where I monitor the microphone volume while speaking into the mic. Review URL: https://codereview.chromium.org/15563004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202538 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Pass -lrt when linking AddressSanitizer, ThreadSanitizer, MemorySanitizer binaries on Linux only (was: AddressSanitizer, everywhere) BUG=234010 TBR=hans Review URL: https://codereview.chromium.org/16018009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202537 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This patch tests if the audio player handles OGG audio files properly. The added tests validate if the window has been opened, if the audio tag is loaded and if the title and artist field are filled out correctly. TBR=yoshiki@chromium.org TEST=browser_tests BUG=244146 Review URL: https://chromiumcodereview.appspot.com/16092002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202536 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
This is less fragile to target shuffles inside Blink. R=abarth Review URL: https://chromiumcodereview.appspot.com/16010005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202535 0039d316-1c4b-4281-b951-d872f2087c98
-
kjellander@chromium.org authored
The barcode_decoder and frame_analyzer steps have been simplified to execute by the new compare_videos.py script in http://review.webrtc.org/1320007/ This CL removed unnecessary boilerplate code for the WebRTC Video Quality test. BUG=none TEST=chrome/test/functional/webrtc_video_quality.py (since the compare_videos.py script is present as webrtc_revision in Chrome DEPS is >4022) NOTRY=True Review URL: https://chromiumcodereview.appspot.com/14208006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202534 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=244348 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/15915008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202533 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Stop using *OnUIThread methods of ResourceMetadata and FileCache from UpdateOperation. Make FileCache::ClearDirty public. BUG=231221,231222 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/15974004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202532 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
Language decision is made by heuristics using Content-Language and CLD determined language. This change adds html lang attribute, e.g., <html lang="ja">, as a third hint for language decision. Content-Language is often invalid due to invalid server configuration. On the other hand, lang attribute is provided by pages, or authoring tools or authors themselves. As a result, they are more reliable than Content-Language. With this change, language decision uses html lang attribute instead of Content-Language if valid value is provided. Other dicision process is not changed at all. BUG=222073 TEST=unit_tests, browser_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201856 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202427 Review URL: https://chromiumcodereview.appspot.com/15728002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202531 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
The Android build system already defines $(PWD) to be the top of the source directory as an absolute path, so there's no need for us to define our own $(GYP_ABS_ANDROID_TOP_DIR) which was being used incorrectly in some other cases. Replace it in GYP_DEFINES. BUG= R=mnaganov@chromium.org Review URL: https://codereview.chromium.org/16144002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202530 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=244340 Review URL: https://chromiumcodereview.appspot.com/15785004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202529 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
This CL added a header element to main_new_ui.html and updated CSS to match the height of items in the directory tree and the files list. BUG=239283 TEST=manually Review URL: https://chromiumcodereview.appspot.com/16043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202528 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
Before adding alpha language display name conversion, split language list related codes to TranslateLanguageList to make maintenance easy. This patch contains no functional changes. BUG=242178 TEST=build all, and run all existing tests Review URL: https://chromiumcodereview.appspot.com/15317007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202527 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Cropping over the right arrow was malfunctioning because of a bug in coordinates calculation. The mouse move handler was interpreting relative position (here on the arrow) instead of the page coordinates. This patch fixes it by using page coordinates instead of relative ones. TEST=Edit a photo, crop, drop the area very fast over the right arrow. BUG=244046 Review URL: https://chromiumcodereview.appspot.com/16080002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202526 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This patch sets the minimum width of the progress bar's bar equal to it's height to make it look like a dot in the early stage. TBR=yoshiki@chromium.org TEST=Copy a file in Files.app. Observer the butter bar. BUG=239301 Review URL: https://chromiumcodereview.appspot.com/15706010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202524 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Should fix reliability_tests under Valgrind BUG=163314 TBR=glider@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15675005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202523 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Breaks CrOS test: SelectFileDialogExtensionBrowserTest.SelectFileAndOpen http://goo.gl/eoUBv http://goo.gl/uzb7V > Made the open menu item in the context menu updated when the context menu is open. > > Originally, FileSelectionHandler#updateFileSelectionAsync have the complex > conditional statements. And when util.platform.newUI() is true and > selection.totalCount is zero, updateContextMenuActionItems that updates the open > menu item is not called. > > This CL arranged the statements by the target of update and added some comments. > > BUG=243687 > TEST=manually > > Review URL: https://chromiumcodereview.appspot.com/15950003 TBR=hirono@chromium.org Review URL: https://codereview.chromium.org/15742020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202522 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This was a race because PolicyDomainDescriptors are passed from the UI to the FILE thread in scoped_refptrs, but the class derived from RefCounted instead of RefCountedThreadSafe. The fix was in http://crrev.com/202452. BUG=243963 Review URL: https://chromiumcodereview.appspot.com/16018007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202520 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
These test files are used by https://codereview.chromium.org/16102004. Uploading in a separate CL so that the other CL can be sent to the try bots. BUG=237495 R=bartfab@chromium.org Review URL: https://codereview.chromium.org/16137002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202519 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Replace FileSystemTest.CreateDirectory with CreateDirectoryOperationTest.CreateDirectory. FileSystemTest.CreateDirectoryByImplicitLoad is left unchanged because it's testing that LoadIfNeeded is called by FileSystem::CreateDirectory. BUG=244168 TEST=unit_tests R=kinaba@chromium.org Review URL: https://codereview.chromium.org/15817003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202516 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
JS test code should wait for the copy/delete completion and check the results. Remove unused code in file_manager_browsertest.cc BUG=None TEST=browser_tests --gtest_filter="*FileManager*" R=mtomasz@chromium.org Review URL: https://codereview.chromium.org/16097003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202515 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
> Revert 202478 "Revert 202388 "Remove NetworkStateInformer's depe..." > > Reverting the speculative revert > > > Revert 202388 "Remove NetworkStateInformer's dependency on Proxy..." > > > > Suspected to break CrOS ASAN (x86) bot. > > > > > Remove NetworkStateInformer's dependency on ProxyConfigServiceImpl. > > > > > > This also completes NetworkStateInformer's migration from NetworkLibrary to > > > NetworkStateHandler > > > > > > BUG=189009 > > > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201688 > > > > > > R=stevenjb@chromium.org, ygorshenin@chromium.org > > > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202192 > > > > > > Review URL: https://codereview.chromium.org/15294010 > > > > TBR=pneubeck@chromium.org > > > > Review URL: https://codereview.chromium.org/15875018 > > TBR=kinuko@chromium.org > > Review URL: https://codereview.chromium.org/15954007 TBR=kinuko@chromium.org Review URL: https://codereview.chromium.org/16132002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202514 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=223855, 244302 Review URL: https://chromiumcodereview.appspot.com/16094003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202510 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202509 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Originally, FileSelectionHandler#updateFileSelectionAsync have the complex conditional statements. And when util.platform.newUI() is true and selection.totalCount is zero, updateContextMenuActionItems that updates the open menu item is not called. This CL arranged the statements by the target of update and added some comments. BUG=243687 TEST=manually Review URL: https://chromiumcodereview.appspot.com/15950003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202508 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
This moves all webkit/fileapi/syncable/* code under webkit/browser/fileapi/syncable. BUG=239710 TBR=avi, thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15806012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202507 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202506 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=151200:151203&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/16119002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202505 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
The term "Drive app" is more commonly used than "Drive web app". BUG=242121 TEST=none R=hashimoto@chromium.org Review URL: https://codereview.chromium.org/15932010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202504 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Reverting the speculative revert > Revert 202388 "Remove NetworkStateInformer's dependency on Proxy..." > > Suspected to break CrOS ASAN (x86) bot. > > > Remove NetworkStateInformer's dependency on ProxyConfigServiceImpl. > > > > This also completes NetworkStateInformer's migration from NetworkLibrary to > > NetworkStateHandler > > > > BUG=189009 > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201688 > > > > R=stevenjb@chromium.org, ygorshenin@chromium.org > > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202192 > > > > Review URL: https://codereview.chromium.org/15294010 > > TBR=pneubeck@chromium.org > > Review URL: https://codereview.chromium.org/15875018 TBR=kinuko@chromium.org Review URL: https://codereview.chromium.org/15954007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202503 0039d316-1c4b-4281-b951-d872f2087c98
-
calvinlo@chromium.org authored
Deprecate batch_sync_origins from DriveMetadataStore so batch origins are no longer duplicated in both DriveFileSyncService.pending_batch_sync_origins and DriveMetadataStore.batch_sync_origins_; BUG=229764 TEST=DriveMetadataStoreTest.DeprecateBatchSyncOrigins + Existing unit_tests --gtest_filter=DriveFileSync* + Existing unit_tests --gtest_filter=DriveMeta* Review URL: https://chromiumcodereview.appspot.com/15410005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202502 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Move following files from content/common to content/common_child: - webfilesystem_callback_adapters.* - webfilesystem_impl.* - webfilewriter_impl.* Move following files from webkit/fileapi to webkit/common/fileapi: - directory_entry.h - file_system_types.h - file_system_url* - file_system_util* Move following files from webkit/fileapi to webkit/renderer/fileapi: - webfilewriter_base* BUG=239710 TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/15658004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202501 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=111316 Review URL: https://chromiumcodereview.appspot.com/15702006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202498 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/15659006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202497 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202495 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
BUG=123750 Review URL: https://chromiumcodereview.appspot.com/14823009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202493 0039d316-1c4b-4281-b951-d872f2087c98
-
kjyoun@google.com authored
Previously, Chrome for TV used plugin list of linux, though it was not right one, since Android used resource for linux by default. But, with https://codereview.chromium.org/14834011, Android and Linux resource was separated cleanly. As a result, Chrome for TV, based on Android, needs its own plugin list. BUG= Review URL: https://chromiumcodereview.appspot.com/15978002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202492 0039d316-1c4b-4281-b951-d872f2087c98
-
kouhei@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/15714004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202491 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202490 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=151190:151199&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/16075003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202489 0039d316-1c4b-4281-b951-d872f2087c98
-