- 14 Jul, 2014 40 commits
-
-
earthdok@chromium.org authored
BUG=389216, 313751 TBR=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/392713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282991 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Per the specification OPUS should always use 48kHz for decoding. BUG=392827 TEST=new unittests Review URL: https://codereview.chromium.org/390543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282989 0039d316-1c4b-4281-b951-d872f2087c98
-
wibling@chromium.org authored
R=ager@chromium.org, jyasskin@chromium.org, oilpan-reviews@chromium.org BUG=391556 Review URL: https://codereview.chromium.org/392633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282988 0039d316-1c4b-4281-b951-d872f2087c98
-
siva.gunturi@samsung.com authored
out of memory for tiles in the memory budget. BUG= 368392 Review URL: https://codereview.chromium.org/362803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282987 0039d316-1c4b-4281-b951-d872f2087c98
-
petermayo@chromium.org authored
In isolate tests we only display the status when failing. R=maruel@chromium.org, sadrul@chromium.org BUG=None TEST=isolated runs, local Review URL: https://codereview.chromium.org/387143004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282986 0039d316-1c4b-4281-b951-d872f2087c98
-
l.gombos@samsung.com authored
Fix the android build when proprietary_codecs is 0 (USE_PROPRIETARY_CODECS is not defined). Review URL: https://codereview.chromium.org/387863007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282983 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
BUG=393045 Review URL: https://codereview.chromium.org/387773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282982 0039d316-1c4b-4281-b951-d872f2087c98
-
hyunki.baik@samsung.com authored
R=danakj@chromium.org BUG=none Review URL: https://codereview.chromium.org/381613004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282980 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
Skia is removing the default SkPicture constructor. The only way to get an SkPicture will be through SkPictureRecorder, CreateFromStream, or CreateFromBuffer. Review URL: https://codereview.chromium.org/387343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282979 0039d316-1c4b-4281-b951-d872f2087c98
-
meacer@chromium.org authored
This CL puts the dialog text inside a scroll view so that very long texts don't hide the dialog buttons by making the dialog oversized. I also removed SetIcon method which isn't used anywhere. Screenshots: https://drive.google.com/file/d/0B9q2eN9gDoUIbU9Wb2F0OS1QTjA/edit?usp=sharing (alert) https://drive.google.com/file/d/0B9q2eN9gDoUIYnh4ZWdFTEJBYVk/edit?usp=sharing (confirm) https://drive.google.com/file/d/0B9q2eN9gDoUIQlhBS083ZDdGUWM/edit?usp=sharing (prompt) BUG=391583 Review URL: https://codereview.chromium.org/375873007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282978 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282977 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
Upstream missing changes from HttpUrlRequest interface and HttpUrlConnectionUrlRequest implementation. BUG=390267 Review URL: https://codereview.chromium.org/382193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282973 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
Test binaries for upcoming chrome.logPrivate API tests, needed to be planed before I can land https://codereview.chromium.org/329853010/ BUG=385289 TEST=none TBR=sky Review URL: https://codereview.chromium.org/390563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282972 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
Let's let caca decide the bitmap size. Also scopify caca objects. BUG=none TEST=use_ozone=1 chromeos=1 caca build NOTRY=true Review URL: https://codereview.chromium.org/387993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282970 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
See log at http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%281%29/builds/31955/steps/browser_tests/logs/WebSocket1. BUG=389084 TBR=dmichael@chromium.org Review URL: https://codereview.chromium.org/389343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282969 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/324493002erikwright@chromium.org authored
Moves one more method from PersistentPrefStore to WritablePrefStore. This allows most "writing" operations to be possible without the more complex PersistentPrefStore API. BUG=None Review URL: https://codereview.chromium.org/389333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282967 0039d316-1c4b-4281-b951-d872f2087c98
-
eduardo.lima@intel.com authored
Whenever a video playback finishes, the users are required to manually skip to the next video on the list. This patch enables the next video to be loaded automatically, but only if the current one is not playing in loop mode. BUG=393318 R=yoshiki@chromium.org TEST=manually tested Signed-off-by:
Eduardo Lima (Etrunko) <eduardo.lima@intel.com> Review URL: https://codereview.chromium.org/385113007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282966 0039d316-1c4b-4281-b951-d872f2087c98
-
dneto@chromium.org authored
Reported from the compositor thread. BUG=253919 Review URL: https://codereview.chromium.org/375093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282964 0039d316-1c4b-4281-b951-d872f2087c98
-
treib@chromium.org authored
Followup to https://codereview.chromium.org/350183002/ This CL renames (hopefully) all remaining C++/ObjC code apart from CrOS-specific code. It also renames a test data folder. Still missing: - ChromeOS-specific code in c/b/chromeos/login/managed/ and ash/system/ - JavaScript, HTML, CSS - The global ENABLE_MANAGED_USERS define TBR=msw@chromium.org (c/b/ui) TBR=atwilson@chromium.org (c/b/sync) The TBRs are simple renames. BUG=385113 Review URL: https://codereview.chromium.org/384023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282962 0039d316-1c4b-4281-b951-d872f2087c98
-
rouslan@chromium.org authored
This patch removes libaddressinput_util.h, which was left over after a bad merge. This file is identical to addressinput_util.h. TBR=estade@chromium.org BUG=393587 Review URL: https://codereview.chromium.org/392633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282961 0039d316-1c4b-4281-b951-d872f2087c98
-
sanjoy.pal@samsung.com authored
BUG=392016 Review URL: https://codereview.chromium.org/368243009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282960 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
Previously we used a single blacklist file per sanitizer. The same file was used for Chromium and for every instrumented package. This change allows choosing a different blacklist file for each package, which means that package targets may now depend on the blacklist files, avoiding expensive clobbers. This CL also blacklists two known issues in instrumented libraries. BUG=313751, 367509 R=glider@chromium.org NOTRY=true TEST=MSan interactive_ui_tests, ASan compile Review URL: https://codereview.chromium.org/390093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282959 0039d316-1c4b-4281-b951-d872f2087c98
-
eduardo.lima@intel.com authored
BUG=393346 R=yoshiki@chromium.org R=bauerb@chromium.org TEST=Manually tested with external USB keyboard Signed-off-by:
Eduardo Lima (Etrunko) <eduardo.lima@intel.com> Review URL: https://codereview.chromium.org/385263005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282954 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282948 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Also optimize the swapends function. R=mark@chromium.org,rsleevi@chromium.org,yukawa@chromium.org BUG=348333 Review URL: https://codereview.chromium.org/382423003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282946 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This removes all the unnecessary stuff. Only base and url libraries are necessary to compile data_element.cc. BUG=None TEST=None R=jamesr@chromium.org Review URL: https://codereview.chromium.org/392503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282945 0039d316-1c4b-4281-b951-d872f2087c98
-
christiank@opera.com authored
This patch adds an API so that the platform can clear the HTTP auth cache at will. This can be useful when clearing private browsing data to prevent cached credentials from being re-used. BUG=63723 Review URL: https://codereview.chromium.org/351833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282944 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Calling DecryptWithSystemSalt() with an empty string results in a WARNING in the log. BUG=393341 Review URL: https://codereview.chromium.org/384383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282943 0039d316-1c4b-4281-b951-d872f2087c98
-
kustermann@google.com authored
> Make the policy fetch for first time login blocking > > The CL makes policy fetching for first time login blocking for all users, except the ones that are known to be non-enterprise users. > > BUG=334584 > > Review URL: https://codereview.chromium.org/330843002 Reason for revert: The "Linux Chromium OS ASan LSan Tests (3)" tester found memory leaks. TBR=kaliamoorthi@chromium.org Review URL: https://codereview.chromium.org/390843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282942 0039d316-1c4b-4281-b951-d872f2087c98
-
fukino@chromium.org authored
Basically DriveEntryKind is used for clasifying files into one of {Folder, Hosted document, Normal file}. We can classify them without DriveEntryKind by using FileResource::IsDirectory() and their mime type. Utility functions for clasification are now indepenent with ResourceEntry, and placed in drive_api_util.h. ResourceEntryKind is defined to provide users of ResourceEntry (e.g. sync file system) with similar accessor to file kind. BUG=357038 TBR=rogerta@chromium.org for one line removal in .gyp file and .gn file. TEST=run google_apis_unittests and unit_tests Review URL: https://codereview.chromium.org/384543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282941 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=344769 Review URL: https://codereview.chromium.org/389983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282940 0039d316-1c4b-4281-b951-d872f2087c98
-
jansson@chromium.org authored
Cleaned up a couple of spaces and also make sure the local storage mechanism handles first time visits by checking for null instead of 'undefined' since localStorage.getItem(key) returns null when it cannot find the key[1]. [1]http://www.w3.org/TR/webstorage/#dom-storage-getitem BUG=NONE TEST=Manual, setup P2P call NOTRY=TRUE Review URL: https://codereview.chromium.org/384353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282939 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
TEST=unit_tests --gtest_filter="LocalFileChangeTracker.*" Review URL: https://codereview.chromium.org/391653002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282938 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282937 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178038:178042&mode=html TBR=junov@chromium.org,falken@chromium.org BUG= Review URL: https://codereview.chromium.org/386393003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282936 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
In PasswordManager::ProvisionallySavePassword, PasswordFormManager instances are sought, which could be managing the form being saved. Some of those managers may not be ready, because they still did not complete matching against the PasswordStore. There might also be more form managers suitable for the form being saved, with some having completed the matching, and some not. Currently, the code first finds the first suitable form manager, and then drops it if it has not completed matching. This ignores the fact that there might be a second choice form manager, which has completed matching. This happens currently on live.com (see the bug). This CL ignores form managers which did not complete matching when looking for a suitable form manager for the form being saved. This CL also improves a poorly phrased log message related to the situation when form managers have not completed matching. BUG=367768 Review URL: https://codereview.chromium.org/331593008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282935 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
This CL extends task throttling algorithm to multiple task case. Comparing to previous algorithm, new one backs off the throttling duration by elapsed time. So that consecutive failure doesn't throttle the next task too long time. BUG=344769 TEST=unit_tests --gtest_filter="SyncProcessRunnerTest.*" Review URL: https://codereview.chromium.org/386523002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282934 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=344769 TEST=unit_tests --gtest_filter=LocalFileChangeTrackerTest.DemoteAndPromote Review URL: https://codereview.chromium.org/386373002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282933 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282932 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Please reply to the V8 sheriff titzer@chromium.org in case of problems. TBR=titzer@chromium.org Review URL: https://codereview.chromium.org/389263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282931 0039d316-1c4b-4281-b951-d872f2087c98
-