- 18 May, 2012 40 commits
-
-
skuhne@chromium.org authored
BUG=126061, 126060, 123167 TEST=Unit test Review URL: https://chromiumcodereview.appspot.com/10383108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137968 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
Disable more menu item view tests that are failing. BUG=128724,128799 TEST=none TBR=steveblock Review URL: https://chromiumcodereview.appspot.com/10387198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137967 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=123295 TEST=none Review URL: https://chromiumcodereview.appspot.com/10067035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137966 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
normal 1x images -> default_100_percent touch 1x images -> touch_100_percent touch 2x images -> touch_200_percent TBR=sky@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10383243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137965 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
The new file names would be formatted as: Screenshot 2012-05-18 1:02:03 PM.png BUG=126603 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10386219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137964 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
We had a weird bug (crbug.com/127534) where the task was posted and executed even after WeakPtrFactory has been deleted. It turns out that someone was posting a task AFTER its detor was called while executing destructor, and bots (including valgrind) couldn't catch this because the memory stays valid until the hosting object is deleted. This CL is to catch such case early by resetting the ptr_. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10387063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137963 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137962 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Picks up r137477 - Split the nssckbi target off from the 'nss' target and r137925 - post review comment update BUG=123666 TEST=compiles R=wtc Review URL: https://chromiumcodereview.appspot.com/10386177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137961 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
The only thing we need in the short term is CPU_REQUIRED, and that part is implemented for all platforms (as far as it makes sense). The other options are implemented for Windows, but given that currently there's no user, I expect the implementation for other platforms to be written when there's an actual need for it. BUG=126591 TEST=none Review URL: https://chromiumcodereview.appspot.com/10406012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137960 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
One of the notifications telling the automation provider that the login WebUI is ready might actually occur in a transient phase while the browser is starting up and no network has been detected quite yet. BUG=chromium-os:31067 TEST=Chrome builds, functional tests run Review URL: https://chromiumcodereview.appspot.com/10412005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137959 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This ability is needed to fix the stale thumbnail URLs issue. We need to get the updated thumbnail URLs in a directory, if we detect that the thumbnail URLs are stale. BUG=127697 TEST=the existing functionality should not change. Review URL: https://chromiumcodereview.appspot.com/10383248 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137958 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=128242 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10399085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137957 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
but turned out not to be causing breakage (although the former had caused some failures, the latter fixed it). convert chromeos file manager to loadTimeData BUG=122753 TEST=manual,unit change type of fileBrowserApi.getStrings it can get things that aren't necessarily strings. It's a dictionary of all types. BUG=none TEST=SelectFileDialogExtensionBrowserTest.OpenSingletonTabAndCancel and others on chromiumOS dbg Review URL: https://chromiumcodereview.appspot.com/10413011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137956 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL adds a missing import to unbreak the test on BVT. BUG=128343 TEST=testGuestModeEnabled going through code path that uses logging.warn Review URL: https://chromiumcodereview.appspot.com/10411017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137955 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
We can only use aura::Windows when trying to calculate where menus should be displayed. Add a client interface to do this, move the existing usage out of the DesktopNativeWidgetHelperAura and into the client. BUG=125106 Review URL: https://chromiumcodereview.appspot.com/10409011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137954 0039d316-1c4b-4281-b951-d872f2087c98
-
yefim@chromium.org authored
Adds the 'action box' button to the location bar, which will soon be connected to a menu with lots of 'actions'. BUG=125307 Review URL: https://chromiumcodereview.appspot.com/10406016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137950 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10263019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137949 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Per http://webkit.org/b/86676 this property is not exposed in the IDL and the plumbing for it can be removed. Review URL: https://chromiumcodereview.appspot.com/10383221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137946 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10389212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137944 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
The current implementation of the timing histogram causes a DCHECK when search provider suggest requests switch from success to failure or vice versa. This fixes the problem. I cannot test this to see if it works. I think it should. (The only machine I have configured to build chrome on is remote, so I cannot play with whether its network is enabled or not lest I lose my connection to it permanently.) BUG=128613 TEST= Review URL: https://chromiumcodereview.appspot.com/10382224 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137943 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
This fixes the cases where the cursor shows up when touching on views that don't process gesture events. BUG=117986 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10388198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137942 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Timing out on windows now too. BUG=97499 TEST= Review URL: https://chromiumcodereview.appspot.com/10414007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137941 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
This CL introduces precedences of extensions in the same way as they are handled by the old WebRequest API: If two extensions conflict, the most recently installed extension wins. BUG=112155 TEST=no Review URL: https://chromiumcodereview.appspot.com/10406013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137940 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137939 0039d316-1c4b-4281-b951-d872f2087c98
-
cira@chromium.org authored
- Added testing infrastructure + tests. - Spec changes reflected in code. - Documentation updates. - License fix TBR=jshin@chromium.org BUG=28604 TEST=See http://code.google.com/p/v8-i18n/wiki/Testing. Review URL: https://chromiumcodereview.appspot.com/10389207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137938 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts.google.com. We are going back to http://www.google.com/accounts/... for all API calls. BUG=127147 TEST=all serivices dependent on GAIA auth should still work (sync, login, policy, drive...) Review URL: https://chromiumcodereview.appspot.com/10411025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137937 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Rename nacl::RefCounted to nacl::RefCountedThreadSafe, to make it easier to alias as gpu::RefCountedThreadSafe. Additionally, ensure all of the nacl::RefCountedThreadSafe-derived classes do not have public destructors. BUG=123295 TEST=none Review URL: https://chromiumcodereview.appspot.com/10386080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137936 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Removing any entries the no longer point to valid files from the cache's state. R=maruel@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10382239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137935 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
CID_COUNT=1 CID=104027 BUG=none TEST=none R=groby TBR=darin Review URL: https://chromiumcodereview.appspot.com/10389209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137934 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10386187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137933 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=124750 TEST=none Review URL: https://chromiumcodereview.appspot.com/10392136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137932 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=113397 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10389211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137931 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
CID_COUNT=1 CID=104029 BUG=none TEST=none R=groby TBR=aa Review URL: https://chromiumcodereview.appspot.com/10388197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137930 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
Replace the os.path.join command since the doesn't generate the intended url path on windows. R=maruel@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10389208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137929 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Per the spec, the resource ID for the root directory is defined as "folder:root". Add the resource ID to the root directory in our file system representation so we can look up the root directory by the resource ID. BUG=127697 TEST=add unit tests Review URL: https://chromiumcodereview.appspot.com/10332253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137928 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
This makes no attempt to really rationalize/simplify this flow, just get it off the BrowserList. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10409022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137927 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Timing out on windows now too. BUG=97499 TEST= Review URL: https://chromiumcodereview.appspot.com/10411024 TBR=zea@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137926 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Timing out on windows now too. BUG=97499 TEST= Review URL: https://chromiumcodereview.appspot.com/10411024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137924 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
BUG=128220 TEST=browser_tests --gtest_filter=SocketTest.* Review URL: https://chromiumcodereview.appspot.com/10310170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137923 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
BUG=124140 Review URL: https://chromiumcodereview.appspot.com/10408011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137922 0039d316-1c4b-4281-b951-d872f2087c98
-