- 18 Nov, 2011 40 commits
-
-
pastarmovj@chromium.org authored
This version adds pretty JSON policy template formatting. BUG=101141 TEST=none Review URL: http://codereview.chromium.org/8588052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110693 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
There seems to be some gyp problems still to be fixed with the linux_touch bot. BUG=74970 TEST=status_tray_chromeos_unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110613 Review URL: http://codereview.chromium.org/8476003 TBR=leandrogracia@chromium.org Review URL: http://codereview.chromium.org/8588054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110692 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
BUG=74970 TEST=status_tray_chromeos_unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110613 Review URL: http://codereview.chromium.org/8476003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110691 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
instead of a warning on commit, since there continue to be occasional fale positives and to fix the last ones the presubmit script would need to invoke a full C++ parser. Update the warning text. BUG=none TEST=dev tested locally on a specially set-up branch with various files that tickle the presubmit test. Review URL: http://codereview.chromium.org/8586024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110690 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=102765,103317 TEST=Manual Review URL: http://codereview.chromium.org/8590036 TBR=ivankr@chromium.org Review URL: http://codereview.chromium.org/8586050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110689 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8597009 TBR=ivankr@chromium.org Review URL: http://codereview.chromium.org/8558016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110688 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8597009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110685 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=102765,103317 TEST=Manual Review URL: http://codereview.chromium.org/8590036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110684 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Two new policies added: DiskCacheSize (general cache size) MediaCacheSize (cache size for media files) BUG=100549 TEST=unit_tests *Policy* Review URL: http://codereview.chromium.org/8572006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110681 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Instead of extending the desc field I put the text in the label which is a bit ugly. BUG=100033 TEST=none Review URL: http://codereview.chromium.org/8597008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110680 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=None TEST=build success Review URL: http://codereview.chromium.org/8561010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110679 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110678 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Review URL: http://codereview.chromium.org/8579001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110675 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Regression after http://codereview.chromium.org/8438064 since on login screen status area parent widget is small window. Also remove keyboard_switch_menu.* BUG=chromium-os:22929,chromium:99545 TEST=All dialogs initiated at login screen from status area are displayed in center. TBR=stevenjb@chromium.org Review URL: http://codereview.chromium.org/8513007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110672 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Review URL: http://codereview.chromium.org/8513009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110671 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-