- 02 Aug, 2012 40 commits
-
-
mazda@chromium.org authored
r149692 broke ChromiumOS (tegra2) build. 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 TBR=jln@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149705 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
Adds logic + test to truncate the duration on Media Source streams when EndOfStream is signalled. Also adds some logic to make sure buffered streams never exceed the reported duration. BUG=139899 Review URL: https://chromiumcodereview.appspot.com/10829108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149702 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Currently, the license file mentions only the BSD license, but some of the code in lib/ seems to use an MIT license. Also include this directory in the list of extra directories scanned by the license tool. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10828117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149700 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
[Because the non-low-latency path is so awful, especially on Vista.] (In particular, for Pepper Flash.) The intent is to try this out on Canary for M21, merge it to M21 if it looks good, and then revert this change. BUG=139953 TBR=cpu,brettw Review URL: https://chromiumcodereview.appspot.com/10828124 TBR=viettrungluu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149699 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10831119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149698 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Fixed unclean exit watching to work on CrOS Added a cleaner waiting structure to renderer crash to see if it clears up the CrOS ASAN error. BUG=137726, 130212 Review URL: https://chromiumcodereview.appspot.com/10815079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149697 0039d316-1c4b-4281-b951-d872f2087c98
-
fgalligan@chromium.org authored
- Fixed HmacCheckFailure from aes_decryptor_unittest.cc that was causing a failure on the ASAN bots. - Added code to handle the signal_byte contained within WebM encrypted Blocks. - Added a unittest to aes_decryptor to handle an encrypted WebM Block with an unencrypted frame. - Added two unittests to aes_decryptor to try an encrypted WebM frame as an unencrypted frame and an unencrypted WebM frame as an encrypted frame. Revert "Revert 149449 - Add support for v0.3 of the encrypted WebM specification." This reverts commit 672f667e. BUG=139876 TEST=Run media_unittests --gtest_filter=AesDecryptor* and all tests must pass. media_unittests must pass on linux_asan and mac_asan. Review URL: https://chromiumcodereview.appspot.com/10824136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149696 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-