- 24 Apr, 2012 40 commits
-
-
gcasto@chromium.org authored
enabled. BUG=124112 TEST=Ran unittests Review URL: http://codereview.chromium.org/10168017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133808 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
In favor of less things to have in gdata_file_system.h, which is overly large. BUG=chromium-os:29215 TEST=none Review URL: https://chromiumcodereview.appspot.com/10219006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133807 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: http://codereview.chromium.org/10209012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133806 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG=122749 TEST=None Review URL: http://codereview.chromium.org/10173010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133805 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
Those special cases are handled in ImageLoadingTracker after r133657. BUG=none. TEST=No change. Review URL: http://codereview.chromium.org/10212004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133803 0039d316-1c4b-4281-b951-d872f2087c98
-
mdm@chromium.org authored
BUG=123288 Review URL: http://codereview.chromium.org/10217008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133802 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=123295 TEST=none Review URL: http://codereview.chromium.org/10066042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133801 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
Test fails on Mac due to keychain popup. TEST=none BUG=124913 Review URL: https://chromiumcodereview.appspot.com/10217012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133800 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://flagsmiket@chromium.org authored
BUG=none TEST=manually verified appearance and functionality. Review URL: http://codereview.chromium.org/10213008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133798 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
Added 'folder' column to virtual table required to pass Android CTS test. BUG= TEST=Add a new test. Review URL: http://codereview.chromium.org/10162019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133797 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
My Metro/HiDPI change (r133613) broke the official build. The problem was that I was referencing the new 2x pak files but they aren't created by default yet. mmoss is working on adding support for optional files. Until that is in I'm just removing the reference to the 2x pak files. This means that for now 2x pak files won't be archived but that's not a big deal since we don't build with HIDPI_ENABLED anyways. BUG=114311 TEST= Review URL: https://chromiumcodereview.appspot.com/10207024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133796 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/10203004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133795 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This function is not defined or used anywhere any more. BUG=none TEST=build Review URL: http://codereview.chromium.org/10198008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133794 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
It's important to destroy the ResourceContext before we start destroying the URLRequestContext and the members it owns, because destroying the ResourceContext will cancel the pending URLRequests for that ResourceContext in the ResourceDispatcherHost. Those URLRequests may reference the URLRequestContexts in their destructors, so we need to make sure ResourceContext is destroyed first. While doing this, I did some other cleanup: * discovered that we could eliminate HostContentSettingsMap from ProfileIOData, w00t! * reordered URLRequestContext after the members it points to, so it gets destroyed before they get destroyed * moved the virtuals in ProfileIOData::ResourceContext to be public, since the parent class changed them to be public BUG=90971 TEST=none Review URL: http://codereview.chromium.org/10174008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133793 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
before backoff starts due to failures, for use with captive portal code. R=joi@chroimium.org BUG=87100, 115487 Review URL: http://codereview.chromium.org/10173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133792 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: http://codereview.chromium.org/10207001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133791 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
The test fails on chrome-mac-10_7-qa. See bug for more info. TEST=none BUG=124886 Review URL: https://chromiumcodereview.appspot.com/10181014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133790 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
Now we ignore errors returned from FixupURLAndGetVisits() in all calls during ModelAssociation. There is still a call in TypedURLChangeProcessor, but I haven't seen any errors reported from that one yet so I'm being conservative and letting that one continue to throw an unrecoverable error. BUG=123219 TEST=Added new unit test. Review URL: http://codereview.chromium.org/10140012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133789 0039d316-1c4b-4281-b951-d872f2087c98
-
tturchetto@google.com authored
Modified browser crash test. Used CrashBrowser from test_utils and RestartBrowser BUG=none TEST=This is a test Review URL: https://chromiumcodereview.appspot.com/10134043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133785 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
Windows SendInput() API provides a flag callers can use to have the API do the conversion, which is more reliable than doing it manually with MapVirtualKeyEx(). BUG=124499 TEST=Manual. Verify that NumLock behaves as expected when connecting between two Windows hosts using Chromoting. Review URL: https://chromiumcodereview.appspot.com/10162021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133784 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
See http://llvm.org/pr12645 for investigation / discussion. TBR=cmp Review URL: https://chromiumcodereview.appspot.com/10173013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133783 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=117186 TEST= Review URL: http://codereview.chromium.org/10217006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133782 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
TEST=unit tests BUG=none R=vangelis@chromium.org Review URL: http://codereview.chromium.org/10197002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133781 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=124864 TEST=none Review URL: https://chromiumcodereview.appspot.com/10218002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133780 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=103480 TEST=unit_test --gtest_filter=MetricsLogTest.* Review URL: http://codereview.chromium.org/9702015 TBR=isherman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10169039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133779 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133778 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
constructed GURLs, but lacked some code from the constructors. BUG=123810 TEST=see bug Review URL: http://codereview.chromium.org/10212006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133777 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
The commit r133754 introduced some errors. That change made the tests delete the session a bit more frequently, while some of the tests maintained more pointers to its internal structures. This change fixes all the affected tests and adds a member function to the test framework class to try to prevent this from happening in the future. BUG=122033,123270 TEST= Review URL: https://chromiumcodereview.appspot.com/10212008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133776 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=103480 TEST=unit_test --gtest_filter=MetricsLogTest.* Review URL: http://codereview.chromium.org/9702015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133773 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
Necessary to make it pass the try-bots, which don't support binary files. When generating an android APK, it uses all the files in the res/ directory and generates a R.java which contains resource IDs to be referenced in the code, so a missing file will result in a missing ID reference and non-compiling code. BUG=118591 TEST= Review URL: https://chromiumcodereview.appspot.com/10216003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133771 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Forgot to remove them in crrev.com/133644 BUG=chromium-os:29813 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10181013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133769 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
busted. Added the kTouchOptimizedUI switch to metro mode. BUG=118641 R=cpu,sky Review URL: https://chromiumcodereview.appspot.com/10211006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133768 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
This will allow using that class on the main NPAPI plugin thread in chromoting. BUG=124728 Review URL: http://codereview.chromium.org/10140010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133767 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
BUG=124683 TEST=./net_unittests Review URL: http://codereview.chromium.org/10185007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133766 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
The functions ByteStringAsUTF8() and ByteStringFromUTF8() are no longer used. BUG=none TEST=build Review URL: https://chromiumcodereview.appspot.com/10206009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133765 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none TBR=csilv Review URL: https://chromiumcodereview.appspot.com/10219005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133764 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none TBR=dpapad Review URL: https://chromiumcodereview.appspot.com/10211009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133761 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=111244 TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/10210003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133759 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=124705 TEST= Review URL: http://codereview.chromium.org/10174013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133758 0039d316-1c4b-4281-b951-d872f2087c98
-
alecflett@chromium.org authored
This just implements the proxy and IPC code for advance(), modeled after IDBCursor.continue(). BUG=90647 Review URL: http://codereview.chromium.org/10197001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133757 0039d316-1c4b-4281-b951-d872f2087c98
-