- 24 Apr, 2012 40 commits
-
-
csharp@chromium.org authored
Update run_test_from_archieve.py to check if a url is valid before downloading it to prevent grabbing files that are just 404s. BUG= TEST= Review URL: http://codereview.chromium.org/10187007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133709 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=124592 TEST=none Review URL: https://chromiumcodereview.appspot.com/10191006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133706 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Previously the arguments to GenerateCertKeyAndOCSP were used in operations with binary data directly. If they were unicode objects then their encoding may not have supported the DER data causing an error. By passing through bytes(), we get a str object and we make it clear that we'll be using this with binary data. BUG=119642 TEST=net_unittests Review URL: http://codereview.chromium.org/10188005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133704 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
No functionality change. Found by clang. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10155029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133703 0039d316-1c4b-4281-b951-d872f2087c98
-
simon.hong81@gmail.com authored
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/10165020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133702 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Change throttling error page to state it is extension-specific and point straight to http://dev.chromium.org/throttling instead of to the net-internals page. BUG=119760 TEST=There should no longer be an "HTTP Throttling" tab under chrome://net-internals/. Throttling should be on by default for requests originated by extensions, but passing --disable-extensions-http-throttling should disable the behavior. Review URL: http://codereview.chromium.org/10185003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133700 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
TBR=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10202012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133699 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=dalecurtis@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10205016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133696 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=nirnimesh@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10202011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133695 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
Fix the component build for VS2010 while https://chromiumcodereview.appspot.com/10121004/ is being reviewed. TBR=rogerta Review URL: http://codereview.chromium.org/10140024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133694 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=105550 TEST=On a Windows 7 system, go to a Japanese website and check that the Japanese characters in the tab title are rendered using Meiryo font and not MS UI Gothic. (Which matches the GDI path.) Review URL: http://codereview.chromium.org/10143009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133692 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Move the remaining status-area code into system-tray. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10140017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133691 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133690 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
TBR=dglazkov@chromium.org Review URL: https://chromiumcodereview.appspot.com/10204016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133689 0039d316-1c4b-4281-b951-d872f2087c98
-
cwolfe@chromium.org authored
Have gotten all the benefits out of this prototype. The animation framework is now being more completely tested from Aura, so no longer depends on this code. Time to pull out the remaining pieces. BUG=None TEST=Manual Chrome OS build and trybots Review URL: http://codereview.chromium.org/10115024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133688 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Also includes new warnings in our style plugin, but those are currently behind a flag and hence not active. BUG=none TEST=none Review URL: http://codereview.chromium.org/10155019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133687 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Move the remaining status-area code into system-tray. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10140017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133686 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
Revert 133679 - Failing SelectFileDialogExtensionBrowserTest.SelectFileAndSave on chromiumos browser_tests. This revert made things worse, investigating. Revert 133663 - 1. Fix JSDocs in directory_model.js. 2. Replace all getters and setters in directory_model.js with get*() and set*() methods. Review URL: https://chromiumcodereview.appspot.com/10206015 TBR=oleg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10201018 TBR=flackr@chromium.org Review URL: https://chromiumcodereview.appspot.com/10207014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133684 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=124330 TEST=none Review URL: https://chromiumcodereview.appspot.com/10206016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133683 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
Revert 133663 - 1. Fix JSDocs in directory_model.js. 2. Replace all getters and setters in directory_model.js with get*() and set*() methods. Review URL: https://chromiumcodereview.appspot.com/10206015 TBR=oleg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10201018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133679 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133678 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/10179005/epoger@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133677 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133676 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
TBR=dglazkov@chromium.org Review URL: https://chromiumcodereview.appspot.com/10200014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133675 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=chromium-os:29914 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10198010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133674 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=124244 TEST=none Review URL: https://chromiumcodereview.appspot.com/10203011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133673 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133672 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
TBR=dglazkov@chromium.org Review URL: https://chromiumcodereview.appspot.com/10203009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133671 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=123140 TEST=Manual Review URL: http://codereview.chromium.org/10207009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133669 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=chrome-os-partner:8092 TEST=MobileConfigTest Review URL: http://codereview.chromium.org/10141006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133667 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=chromium-os:26471 TEST=After entering the folder none of the files is selected. Review URL: https://chromiumcodereview.appspot.com/10204015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133666 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
This was broken by columns rename. BUG=chromium-os:29874 TEST=See bug. Review URL: https://chromiumcodereview.appspot.com/10205011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133665 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
Adding a led icon for media stream. This icon will show up in the status tray when media stream starts using capture devices. Added separately to avoid problem with the try bots. BUG=123767 TEST=None Review URL: https://chromiumcodereview.appspot.com/10180005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133664 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
2. Replace all getters and setters in directory_model.js with get*() and set*() methods. Review URL: https://chromiumcodereview.appspot.com/10206015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133663 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133662 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
TBR=dglazkov@chromium.org Review URL: https://chromiumcodereview.appspot.com/10197006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133661 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
Times out on Win7 Debug - see bug for details. BUG=124776 TEST=None TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/10207008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133658 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
Special handling of CWS icon. Also correctly handle URL rewrites in favicon requests. BUG=chromium-os:28314,chromium:120471 TEST=Observe the right favicon for CWS and FileManager component extension. Bookmark them and see the right favicon. Review URL: https://chromiumcodereview.appspot.com/9979001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133657 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=124374 TEST=PolicyServiceTest.* in unit_tests are green Review URL: http://codereview.chromium.org/10191005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133656 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Reimplement RequestNetworkServiceConnect, RequestRequirePin, RequestEnterPin, RequestEnterPin, RequestChangePin, RequestCellularRegister without Libcros BUG=chromium-os:16557 TEST=unit_tests --gtest_filter="CrosNetworkFunctions*" Review URL: https://chromiumcodereview.appspot.com/10134027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133654 0039d316-1c4b-4281-b951-d872f2087c98
-