- 18 Nov, 2011 40 commits
-
-
elvin@google.com authored
Ensure notification displayed is latest Limit number of notifications that can be received by the client. (Client side Garbage collection) Review URL: http://codereview.chromium.org/8567018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110669 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=none TEST=none TBR=xiyuan Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110667 Review URL: http://codereview.chromium.org/8586007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110668 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
Made OAuth token verification and user seession cookie retrieval process robust on transient network errors. If it fails, this part of the authentication process will retry up to 5 times when we detect that we are online. BUG=chromium-os:18859, chromium-os:21633 TEST=see the bug Review URL: http://codereview.chromium.org/8586007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110667 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: http://codereview.chromium.org/8549007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110666 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Add BASE_EXPORT to classes that were previously exported via MessageLoop BUG=none TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/8549017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110665 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
- Implement base frame for in process API - Add basic unit tests for in process API BUG=87310 TEST=ui_tests --gtest_filter="PPAPITest.WebSocket*" Review URL: http://codereview.chromium.org/8571002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110664 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
1. Drop panels to the bottom edge of screen 2. Make then on top of the Dock Also, change animation speed calc to make panels 'snappier'. That should make transition from 'minimized' to 'title-only' quite faster. Add threshold for mouse drag that actually starts drag operation. This should remove spontaneous 'fail to minimize' effect. BUG=104537,103095 TEST=Observe Panels on top of Dock, minimize them as needed. Review URL: http://codereview.chromium.org/8574068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110663 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
If the service_url has never been visited, the IntentsPicker used to show a default icon. This change will instead associate the favicon of the registration page with the service_url page. BUG=99784 TEST=Start with clean browser install. Run with --enable-web-intents, register a provider from webintents.org. Start picker, it should show WI favicon. Review URL: http://codereview.chromium.org/8469018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110662 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Fixed a problem that a list is scrolled intentionally while refresh when some rows is selected. Prevented a select event from scrolling if selected rows is not changed. And prevented a scroll event from re-selecting rows if scroll position is not changed. BUG=104136 TEST=manual on TaskManager, FileManager and Cookie Manager. Review URL: http://codereview.chromium.org/8589023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110661 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=100583 Review URL: http://codereview.chromium.org/8599004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110660 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Currently, this does not work with use_aura=1. BUG=97839 TEST=manual on Win and Linux with toolkit_views=1 Review URL: http://codereview.chromium.org/8497008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110659 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crrev.com/110587rsleevi@chromium.org authored
Add a missing PPAPI_THUNK_EXPORT to PPB_Audio_Input_API. BUG=none TBR=viettrungluu@chromium.org Review URL: http://codereview.chromium.org/8558012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110658 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
Adds a couple of pixel-based compositor unittests. One to test that opacity is handled correctly, and one to check that MoveToFront and MoveAbove really do change the compositor output as expected. Noteworthy changes are in layer_unittest.cc. Most of the changes below are due to moving compositor testing code into ui/gfx/compositor/test. Depends on http://codereview.chromium.org/8463024/ and http://codereview.chromium.org/8590019/ BUG=None TEST=compositor_unittests Review URL: http://codereview.chromium.org/8533019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110657 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
IsRunningOnChromeOS() turned out to be unnecessary. CrosLibrary::EnsureLoaded() was returning true before crrev.com/110516, as ScopedStubCrosEnabler was used in LoginUtilsTestBase. BUG=chromium-os:23154 TEST=run linux_chromeos try bot Review URL: http://codereview.chromium.org/8561004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110656 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=chromium-os:23058 TEST=None Review URL: http://codereview.chromium.org/8570026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110655 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=100292 Review URL: http://codereview.chromium.org/8585047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110654 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
BUG=none TEST=manual Review URL: http://codereview.chromium.org/8528048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110653 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
R=stevenjb@chromium.org BUG=104650 TEST=none Review URL: http://codereview.chromium.org/8594001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110652 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
BUG=None TEST=compositor_unittests Review URL: http://codereview.chromium.org/8585034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110650 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
- Send the binary sha256 hash. - Cancel requests that timed out. BUG=102540 TEST=Run DownloadProtectionServiceTest. Also, if you have SafeBrowsing enabled you should see a server request for every binary download that doesn't match our whitelist. Review URL: http://codereview.chromium.org/8586011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110649 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new ClientControlDispatcher and ClientEventDispatcher manage control and event channels. Review URL: http://codereview.chromium.org/8574025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110648 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
It's going to be a bit of work to get the component-extension file picker working on non-ChromeOS platforms. Until then, disable the SelectFileDialogExtensionBrowserTest -- it won't work until a lot more plumbing is ready in the local filesystem API and mount point providers. BUG=97424 TEST=linux_aura and linux_chromeos_aura both compile and work on my machine Review URL: http://codereview.chromium.org/8589030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110647 0039d316-1c4b-4281-b951-d872f2087c98
-
alicet@chromium.org authored
BUG=98323 TEST=None Review URL: http://codereview.chromium.org/8570014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110646 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
- Create ShellAcceleratorController that manages global keyboard accelerators and also processes several accelerators as a target. - Create ShellAcceleratorFilter, which is used by DesktopEventFilter to handle accelerators. - Add a function to Shell for accessing ShellAcceleratorController. BUG=97255 TEST=Manual Review URL: http://codereview.chromium.org/8465021 TBR=mazda@chromium.org Review URL: http://codereview.chromium.org/8602003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110643 0039d316-1c4b-4281-b951-d872f2087c98
-
ericdingle@chromium.org authored
Design discussion is available here: http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/967eb64325c24f9c BUG=None TEST=base_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110021 Review URL: http://codereview.chromium.org/8505033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110640 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Rename the PrintPreviewUITest unit test to PrintPreviewUIUnitTest, because there exists a UI test with the name PrintPreviewUITest. BUG=none TEST=none Review URL: http://codereview.chromium.org/8586046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110639 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Revert 110626 - Reland 110355 - Use shared D3D9 texture to transport the compositor's backing buffer to the browser process for presentation. Implemented ImageTransportSurface for Linux (without texture sharing), XP, Vista and 7. XP. The non-texture sharing Linux and XP paths just present directly to the compositing child window owned by the browser process as before. PassThroughImageTransportSurface still needs a proper name. I will move it into its own file once that is decided. I moved AcceleratedSurfaceBuffersSwapped outside of the platform specific ifdefs and made the signature the same on all platforms for greater consistency. I removed the code related to sharing surfaces between processes and synchronizing resize and swapping out of GpuCommandBufferStub. It is all now in ImageTransportSurface implementations. Review URL: http://codereview.chromium.org/8060045 Review URL: http://codereview.chromium.org/8588045 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/8558008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110638 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
- Create ShellAcceleratorController that manages global keyboard accelerators and also processes several accelerators as a target. - Create ShellAcceleratorFilter, which is used by DesktopEventFilter to handle accelerators. - Add a function to Shell for accessing ShellAcceleratorController. BUG=97255 TEST=Manual Review URL: http://codereview.chromium.org/8465021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110637 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
BUG=74970 TEST=status_tray_chromeos_unittest Review URL: http://codereview.chromium.org/8476003 TBR=leandrogracia@chromium.org Review URL: http://codereview.chromium.org/8596003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110636 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
This is in the form of static RegisterHost/UnregisterHost functions in the RenderProcessHostImpl class. BUG=98716 TEST=No change in functionality. Hopefully it all compiles and works. Review URL: http://codereview.chromium.org/8597005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110635 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=104588 TEST=manual, see bug. Review URL: http://codereview.chromium.org/8574079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110634 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
I plan to use the CPU Usage functions in other non-Youtube related perf tests, so moving these helper functions from the Youtube perf class to the base perf class. Also some minor style edits to the Youtube perf test code. BUG=None TEST=None Review URL: http://codereview.chromium.org/8585050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110633 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
BUG=72754 Review URL: http://codereview.chromium.org/8536003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110632 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8567022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110631 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
This time without breaking the windows build! Patch by robert.nagy@gmail.com: http://codereview.chromium.org/8499029/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110629 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
Synchronously close launcher widget so that it will not access LauncherModel after Launcher is destructed. BUG=104672 TEST=Verify aura_shell_unittest should pass ASAN. Review URL: http://codereview.chromium.org/8589035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110628 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
It hasn't triggered in 1000+ valgrind runs. BUG=87245 TBR=glider Review URL: http://codereview.chromium.org/8601001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110627 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing buffer to the browser process for presentation. Implemented ImageTransportSurface for Linux (without texture sharing), XP, Vista and 7. XP. The non-texture sharing Linux and XP paths just present directly to the compositing child window owned by the browser process as before. PassThroughImageTransportSurface still needs a proper name. I will move it into its own file once that is decided. I moved AcceleratedSurfaceBuffersSwapped outside of the platform specific ifdefs and made the signature the same on all platforms for greater consistency. I removed the code related to sharing surfaces between processes and synchronizing resize and swapping out of GpuCommandBufferStub. It is all now in ImageTransportSurface implementations. Review URL: http://codereview.chromium.org/8060045 Review URL: http://codereview.chromium.org/8588045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110626 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new HostControlDispatcher manages reading and writing to and from control channel on the host side. Similarly HostEventDispatcher is responsible for reading and, in future, writing to and from the event channel. Review URL: http://codereview.chromium.org/8468022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110625 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
BUG=96713 TEST=none Review URL: http://codereview.chromium.org/8585006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110623 0039d316-1c4b-4281-b951-d872f2087c98
-