- 19 May, 2012 4 commits
-
-
erg@chromium.org authored
BUG=125106 TEST=none Review URL: https://chromiumcodereview.appspot.com/10389217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137982 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Browser Plugin: PpapiCommandBufferProxy should see a lost context if the embedder has deleted the PluginInstance In cross-process navigation we swap out PluginInstances and delete the swapped out instance. PpapiCommandBufferProxy is sitting in WebGraphicsContext3DCommandBufferImpl, and is unaware of the destruction. It attempts to talk to the embedder to flush over and over again and hangs the guest renderer. With this change, the renderer's compositor will realize that the context is lost, and will drop it. BUG=none TEST=manually. Review URL: https://chromiumcodereview.appspot.com/10387182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137981 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@google.com authored
Add left/right launcher layout support for uber tray. The status area and uber tray bubble will adjust for left/right launcher layout. BUG=127577 TEST=Status area and uber tray bubble UI looks right for left/right launcher layout. Review URL: https://chromiumcodereview.appspot.com/10384217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137980 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
This is a preliminary work for moving web dialog stuffs to ui/web_dialogs. BUG=125841 TEST=rowser_tests --gtest_filter="CertificateViewerUITest*.*" passes Review URL: https://chromiumcodereview.appspot.com/10332231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137979 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 May, 2012 36 commits
-
-
zelidrag@chromium.org authored
Revert 137937 - 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 TBR=zelidrag@chromium.org Review URL: https://chromiumcodereview.appspot.com/10413016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137978 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org 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 TBR=rvargas@google.com Review URL: https://chromiumcodereview.appspot.com/10414012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137976 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
This simply removes the conditional include. I don't think there's a way to get gyp to not _parse_ a file behind a conditional. I need to find a new home for this include in a gyp file that WebKit doesn't include. TBR=bbudge BUG=116317 TEST= Review URL: https://chromiumcodereview.appspot.com/10414010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137975 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
linux-release-lowmem/moz: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/moz/report.html?history=250&rev=137961 linux-release-lowmem/intl1: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/intl1/report.html?history=150&rev=137961 linux-release-lowmem/database/*: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/database/report.html?history=150&rev=137961&graph=select-readtransactions-read-results linux-release-lowmem/v8_benchmark: http://build.chromium.org/f/chromium/perf/linux-release-lowmem/v8_benchmark/report.html?history=150&rev=137961 TBR=cmp BUG=128645, 121574 Review URL: https://chromiumcodereview.appspot.com/10387199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137974 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Reverted due to compile failure on Linux CrOS BUG=126061, 126060, 123167 TEST=Unit test Review URL: https://chromiumcodereview.appspot.com/10383108 TBR=skuhne@chromium.org Review URL: https://chromiumcodereview.appspot.com/10412012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137970 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-