- 23 Jul, 2014 40 commits
-
-
mtomasz@chromium.org authored
This CL adds support for copying files which are on the same provided file system. Note, that copying between file system instances will be done using FileStreamWriter. TEST=unit_tests, browser_tests: *FileSystemProvider*Copy* BUG=391362 Review URL: https://codereview.chromium.org/384303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284910 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284909 0039d316-1c4b-4281-b951-d872f2087c98
-
haraken@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178709:178745&mode=html TBR=pkasting@chromium.org,haraken@chromium.org BUG= Review URL: https://codereview.chromium.org/411863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284908 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
> aura: Use PlatformWindow from WindowTreeHostWin. > > With this patch, both Windows and Ozone implementations use PlatformWindow for > interacting with the native windowing system. Eventually, the X11 implementations > will also use this, and WindowTreeHost will have a single implementation on all > platforms. > > BUG=none > R=ben@chromium.org > > Review URL: https://codereview.chromium.org/400413002 TBR=sadrul@chromium.org Review URL: https://codereview.chromium.org/410873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284905 0039d316-1c4b-4281-b951-d872f2087c98
-
kouhei@chromium.org authored
The instance |ChildThread::service_worker_dispatcher_| is never used. Removing. BUG=None Review URL: https://codereview.chromium.org/408143013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284904 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This patch migrates entries to external entries, as preparation for taking an advantage of external entries. BUG=none TEST=video player works R=hirono@chromium.org Review URL: https://codereview.chromium.org/414623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284903 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Previously the video player used old way to control a cast, but it's now deprecated and we need to migrate to new way. BUG=305511 TEST=List of casts is shown R=hirono@chromium.org Review URL: https://codereview.chromium.org/410043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284902 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
BUG=162827 Review URL: https://codereview.chromium.org/411543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284901 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=223352 TBR=bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/416463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284899 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
This make VideoRenderer consistent with the rest of the media pipeline. BUG=349211 TEST=All existing tests pass. Review URL: https://codereview.chromium.org/414583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284898 0039d316-1c4b-4281-b951-d872f2087c98
-
mohsen@chromium.org authored
In case display width is less than content width, UpdateCachedBoundsAndOffset() does not handle center-aligned text properly when content width is reduced (e.g. by deleting some characters) or display width is increased. BUG=none Review URL: https://codereview.chromium.org/384953003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284897 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
Disable report rate throttling on test for faster test iteration BUG=344769 TEST=unit_tests --gtest_filter='DriveBackendSyncTest.*' Review URL: https://codereview.chromium.org/417443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284896 0039d316-1c4b-4281-b951-d872f2087c98
-
ricea@chromium.org authored
Remove the suppression of this test with LEAK_SANITIZER as it does not leak any more. BUG=317363 TEST=browser_tests + lsan Review URL: https://codereview.chromium.org/404693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284891 0039d316-1c4b-4281-b951-d872f2087c98
-
mlamouri@chromium.org authored
BUG=162827 Review URL: https://codereview.chromium.org/405993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284889 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
As written the argument ended up in the .ninja file as \\\$$ORIGIN/lib/ but we want \$$ORIGIN/lib/ to match gyp. R=brettw@chromium.org Review URL: https://codereview.chromium.org/409883009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284888 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
These functions are simplistic and doesn't depend on chrome's feature, so there's no reason to be under chrome/browser. Moving to components/ would help further componentization task of autocomplete anad omnibox_field_trials. BUG=371538 R=brettw@chromium.org, pkasting@chromium.org, blundell@chromium.org TBR=tedchoc@chromium.org, jhawkins@chromium.org TEST=build Review URL: https://codereview.chromium.org/393173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284885 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
The example window currently doesn't activate itself properly because it lacks an activation policy and a menubar. This CL sets the activation policy, adds a menubar and defers window creation until the applicationDidFinishLoading notification. Creating a window before this can activate and receive key events, but the menubar will not switch properly. With this, views_examples_with_content_exe compiles and runs nicely on a Mac build with `GYP_DEFINES=toolkit-views=1`. Note the `WebView` example will crash for now because views::NativeViewHost is not yet implemented for mac. BUG=395507 Review URL: https://codereview.chromium.org/309483009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284883 0039d316-1c4b-4281-b951-d872f2087c98
-
eakuefner@chromium.org authored
This adds logic for representing page skips as values in Telemetry, in the spirit of how failures are to be handled with regard to the linked bug. The goal for this CL is just to add the logic, and then once it's safely in the codebase, we can wire it up and make sure Buildbot is happy with it. BUG=392901 Review URL: https://codereview.chromium.org/409023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284882 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
Icons from the webstore can be unusual sizes. Once installed, ExtensionAppItem uses extension_misc::EXTENSION_ICON_MEDIUM (48) to load it, so be consistent with that. BUG=338253 TEST=(CrOS) Start installing a large app from the webstore (e.g. tank riders). While it has a progress bar, drag it around the app launcher - the icon should grow a little, not a lot (see bug for screenshots). Review URL: https://codereview.chromium.org/400893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284879 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
UIThreadSearchTermsData is responsible to get the value instead. Remove |start_margin| argument from GetInstantURL() as all users are passing kDisableStartMargin for it. Add a new test TemplateURLTest.OmniboxStartmargin BUG=388515 TEST=components_unittests Review URL: https://codereview.chromium.org/396583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284878 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Add SyncClient::WaitForUpdateTaskToComplete(). Use the new method from CoypOperation. BUG=384213 TEST=unit_tests Review URL: https://codereview.chromium.org/372713004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284877 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284876 0039d316-1c4b-4281-b951-d872f2087c98
-
mohsen@chromium.org authored
Changing gesture handling in Views textfields to be more consistent with blink's textfields. The main changes are: - Dragging text scrolls the text in textfield; - Tap on selection activates touch editing; - Double-tap selects a word; - Triple-tap selects the entire text; - Long-press off selection selects a word; - Long-press on selection starts drag-drop (if drag-drop is enabled) or shows context menu (if drag-drop is disabled); - Long-tap shows context menu, if drag-drop started on the corresponding long-press was not exercised. BUG=388862 Review URL: https://codereview.chromium.org/407993003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284875 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Fake entries are readonly and it is not useful for the save dialog. BUG=396179 TEST=manually Review URL: https://codereview.chromium.org/410843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284874 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
This patch adds support for creating files via AsyncFileUtil::EnsureFileExists. Note, that creating files from NaCL is not supported yet. TEST=unit_tests, browser_tests: *FileSystemProvider*EnsureFile*, *FileSystemProvider*CreateFile* BUG=391362 Review URL: https://codereview.chromium.org/389893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284873 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
This results in a significant speedup; tests run in <500ms instead of >2s because the lengthy browser_tests startup is avoided. This clones some aspects of extension_function_test_utils into extensions/browser/api_test_utils.cc. Later CLs will clean up the redundancy. BUG=388893 Review URL: https://codereview.chromium.org/394103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284872 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This will allow us to be able to intelligently de-apply patches, re-run the tests, and compare the results on the bot. A follow-on patch will also enable uploading the results to test-results.appspot.com R=dtu@chromium.org BUG=323212 Review URL: https://codereview.chromium.org/407243004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284871 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=378924 Review URL: https://codereview.chromium.org/392293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284870 0039d316-1c4b-4281-b951-d872f2087c98
-
sandersd@chromium.org authored
This allows some videos with incorrectly set reserved bits to play. BUG=393304 Review URL: https://codereview.chromium.org/412693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284869 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishenry@google.com authored
Now, CleanUpAfterPage will also do the cleanup. (This is not a great solution, but it will unblock the other patch without re-engineering the whole resource cleanup mechanisms.) In my other patch, the order of GC changes somehow (not sure yet why), which caused SmoothnessUnitTest to fail since __del__ is not called before the next test starts. BUG=350841,348271 Review URL: https://codereview.chromium.org/409113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284868 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
Glen and Alex suggested putting all of the "detail" strings for overridable errors into the following format: This server could not prove that it is example.com; <INSERT SHORT REASON HERE>. This may be caused by a misconfiguration or an attacker intercepting your connection. BUG= Review URL: https://codereview.chromium.org/404923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284867 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
This is no longer necessary since crbug.com/123007 was fixed. BUG=123007 Review URL: https://codereview.chromium.org/378193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284866 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
BUG=394644 Review URL: https://codereview.chromium.org/409883007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284865 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
Otherwise the Vsync messages aren't filtered properly and hit a DCHECK. BUG= Review URL: https://codereview.chromium.org/394023008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284864 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284863 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178682:178708&mode=html TBR=johnme@chromium.org,pkasting@chromium.org BUG= Review URL: https://codereview.chromium.org/407343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284862 0039d316-1c4b-4281-b951-d872f2087c98
-
powei@chromium.org authored
The purpose of the thumbnail cache is to save resources and use static image instead of live pages when contents of a tab are needed for the browser UI. There are three forms of caching: - High-res - Low-res - On-disk If a high-res thumbnail is not available, then a low-res thumbnail is used while the on-disk version (always high-res) is being read. Eviction from the high/low-res caches is determined by a priority-ordered list of tab ids that is updated by the user. Compression of the thumbnail bitmaps are supported through third_party/android_opengl/etc1. The raw bitmaps are discarded once a compressed version is available. Compressed bitmaps are written to disk and uploaded as UIResource. Once both of tasks are complete, the compressed bitmap is also discarded. depends on: https://codereview.chromium.org/287593002/ android= https://chrome-internal-review.googlesource.com/#/c/160907/ BUG=341406, 357740 Review URL: https://codereview.chromium.org/262543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284861 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=338338 TEST=None R=jam@chromium.org TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/394403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284860 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
I'll adjust the threshold in a separate CL. BUG=391822,394941 Review URL: https://codereview.chromium.org/408353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284859 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/396173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284858 0039d316-1c4b-4281-b951-d872f2087c98
-