- 02 Aug, 2012 40 commits
-
-
shadi@chromium.org authored
(Added OWNERS file to chrome/test/functional/media) BUG=139262 NOTRY=true TEST=none Review URL: https://chromiumcodereview.appspot.com/10825051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149695 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149694 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
Pulls in the following: 4c53bbe probe_codec: fix memory corruption 26595cb vorbisdec: fix heap buffer overflow. 86e35cd flacdec: fix memleaks BUG=140165 TEST=trybots, test case from 140165. TBR=scherkus Review URL: https://chromiumcodereview.appspot.com/10850025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149693 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
The LinuxSandbox class aims to become the central place for Linux sandboxing inside content/. For now, this refactors mostly code from the Zygote. BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10826093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149692 0039d316-1c4b-4281-b951-d872f2087c98
-
pnihalani@chromium.org authored
Disable protector.ProtectorSessionStartupTest.testDetectSessionStartupChangeAndApply on Win bot. Please refer to bug http://code.google.com/p/chromium/issues/detail?id=140047 Review URL: https://chromiumcodereview.appspot.com/10825159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149691 0039d316-1c4b-4281-b951-d872f2087c98
-
hebert.christopherj@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10835012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149690 0039d316-1c4b-4281-b951-d872f2087c98
-
mniknami@chromium.org authored
Added a cryptographic random-number generator to crypto/. Modified sync to use this function instead. May also be used by Cloud Print in the future. Review URL: https://chromiumcodereview.appspot.com/10698177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149689 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
Since platform apps always use isolated storage, they can't (silently) access user data on other domains, so there's no need to prompt. BUG=130680 R=aa@chromium.org TBR=phajdan.jr@chromium.org,atwilson@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149688 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
BUG=127032 TEST=ran chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/10825154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149687 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This may help in tracking down any synchronization issues. BUG=135546 Review URL: https://chromiumcodereview.appspot.com/10836018 TBR=jbauman@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149686 0039d316-1c4b-4281-b951-d872f2087c98
-
sullivan@chromium.org authored
BUG=140255,140222 Review URL: https://chromiumcodereview.appspot.com/10830142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149685 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
FLAG_ACTIVITY_NEW_TASK is added as the chooser activity starts outside the main activity. Review URL: https://chromiumcodereview.appspot.com/10823146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149684 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
preview.py now runs build_server.py before running and cleans itself up afterwards. BUG=140308 Review URL: https://chromiumcodereview.appspot.com/10829149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149683 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
R=cbentzel@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149682 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
This CL removes the instanceType constants from the API documentation because the extension developer does not need to care about them. They are filled by calling the respective constructors. BUG=112155 TBR=mpcomplete@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149681 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=124152 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/10836081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149680 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Follow up from http://codereview.chromium.org/10826071/ BUG=139365 TEST=Android FYI tester runs instrumentation tests. Review URL: https://chromiumcodereview.appspot.com/10828094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149679 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=139118 TEST=none Review URL: https://chromiumcodereview.appspot.com/10828084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149677 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://diagnosticshshi@chromium.org authored
BUG=139442 TEST=chrome://diagnostics Review URL: https://chromiumcodereview.appspot.com/10836039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149676 0039d316-1c4b-4281-b951-d872f2087c98
-
dcaiafa@chromium.org authored
BUG=132864 Review URL: https://chromiumcodereview.appspot.com/10836075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149675 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
BUG=140069 TEST= Menu entry in wrench menu in Win8/Metro is "Pin to Start screen" (i.e. uncapitalized "screen"). Review URL: https://chromiumcodereview.appspot.com/10834114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149674 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=140217 Review URL: https://chromiumcodereview.appspot.com/10832099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149673 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This change also updates the page-info dialog to assume that compression isn't used. It doesn't, however, remove the message from the .grd file in order to make this change easier to merge. BUG=139744 Review URL: https://chromiumcodereview.appspot.com/10823111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149672 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
TBR=cduvall@chromium.org Review URL: https://chromiumcodereview.appspot.com/10850026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149671 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
1. Only DragDropController should be allowed to set the cursor while a drag-drop session is in progress. 2. For some wierd reason I was cancelling drag-drop on MOUSE_EXITED event. That is clearly wrong. BUG=138694 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10825143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149670 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Count the touchpad/touchscreen interactions and the touch-event radii values. Also count scrolls on web-pages seperately. BUG=138846 TEST=none Review URL: https://chromiumcodereview.appspot.com/10834070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149669 0039d316-1c4b-4281-b951-d872f2087c98
-
hebert.christopherj@chromium.org authored
BUG=130212 TEST=database_unittest gets the most recent metric Review URL: https://chromiumcodereview.appspot.com/10843010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149668 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
BUG=http://crbug.com/138218 Review URL: https://chromiumcodereview.appspot.com/10832104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149667 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=140120 Review URL: https://chromiumcodereview.appspot.com/10830141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149666 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10824149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149665 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10828132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149663 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
This fixes a crash that was introduced in crrev.com/148803. Specifically when XMPP authentication fails. It may or may not fix the crash in the linked bug. BUG=140096 Review URL: https://chromiumcodereview.appspot.com/10850008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149662 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Added tests for English, Spanish, and Arabic rendering the samples page. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10823136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149661 0039d316-1c4b-4281-b951-d872f2087c98
-
dmurph@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10850021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149660 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
Add a cursor-read-random-write test that writes back to the same store. Turn on database deletion for all other perf tests [although the time's not counted for tests other than the deletion test]. BUG=137764 TEST=self Review URL: https://chromiumcodereview.appspot.com/10836063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149659 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10824116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149658 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149657 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10826115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149656 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
1450 is too long for an animation. In this case it is painfully long. BUG=none TEST=clicking on the page icon on https://google.com Review URL: https://chromiumcodereview.appspot.com/10835015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149655 0039d316-1c4b-4281-b951-d872f2087c98
-
felipeg@chromium.org authored
We currently don't have a way of compiling or running java unittests upstream. So the java unittest for AndroidProtocolAdapter is being done only downstream for now. It should be upstreamed once we can. BUG=136983 TEST= Review URL: https://chromiumcodereview.appspot.com/10832034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149653 0039d316-1c4b-4281-b951-d872f2087c98
-