- 28 May, 2013 34 commits
-
-
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
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202488 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
TBR=dsinclair@chromium.org Review URL: https://codereview.chromium.org/15659008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202485 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Originally column dividers are hidden by 'display:none'; This CL updated the CSS for column dividers and make them visible. BUG=238867 TEST=manually R=yoshiki@chromium.org Review URL: https://codereview.chromium.org/15835004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202484 0039d316-1c4b-4281-b951-d872f2087c98
-
dsinclair@chromium.org authored
This will allow us to see the names of the loaded trace files in the trace viewer header. BUG=trace-viewer:108 Review URL: https://chromiumcodereview.appspot.com/14672019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202483 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Moving following files: - file_system_context* - file_system_operation* - file_system_url* - and all others but not in syncable/ ones BUG=239710 TBR=avi@chromium.org, tzik@chromium.org Review URL: https://codereview.chromium.org/15859007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202482 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Fix values of top/left dialog title insets, add explicit bottom inset. Fix dialog inset and preferred size calculations, and layout for title/extra. ( long titles were not being accounted for, and getting cut off ) Add a title bar extra view to the views examples dialog. See before/after/spec pics at http://crbug.com/242284#c14 BUG=242284, 240730, 166075 TEST=New dialog style looks good, no titles cut off. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/15861012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202479 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202478 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=229762 R=nkostylev@chromium.org Review URL: https://chromiumcodereview.appspot.com/16091003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202475 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 May, 2013 6 commits
-
-
ajuma@chromium.org authored
Currently, when a LayerAnimationController only has an observer in the pending tree, we early-out from Animate and UpdateState in order to prevent animating a layer before it's drawn. However, this means that the position of a layer can change immediately after tree activation (even before a draw), if an animation is started on that layer. This means that tile priorities calculated by UpdateTilePriorites before tree activation can immediately become stale. This CL allows animations with only inactive observers to reach the Starting state and get ticked at their starting point, but progress no further. This means we still won't have running animations on layers before they're drawn. However, this change means that if we ensure that animation always happens before tree activation in each frame (in a follow-up CL), then the tile priorities calculated during tree activation will still be valid when the frame is drawn. BUG=242966 Review URL: https://chromiumcodereview.appspot.com/15732013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202473 0039d316-1c4b-4281-b951-d872f2087c98
-
bengr@chromium.org authored
BUG=232932 Review URL: https://chromiumcodereview.appspot.com/14994003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202472 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=70806 TEST=as in bug Review URL: https://chromiumcodereview.appspot.com/15197003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202471 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This patch exposes the WebRequest in <webview> See http://developer.chrome.com/extensions/webRequest.html BUG=171421 TEST=WebViewTest.Shim Review URL: https://chromiumcodereview.appspot.com/12189018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202469 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
BUG=241840 Review URL: https://chromiumcodereview.appspot.com/15997006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202468 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=236493 Review URL: https://chromiumcodereview.appspot.com/15889009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202467 0039d316-1c4b-4281-b951-d872f2087c98
-