- 22 Nov, 2011 40 commits
-
-
battre@chromium.org authored
BUG=101651 TEST=no Review URL: http://codereview.chromium.org/8463017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111149 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
DNS resolution in proxy is libevent-based, not regular HostResolver. Now we use HostResolver. (Original CL was written by dilmah@ ) BUG=chromium-os:23329 TEST=manual Review URL: http://codereview.chromium.org/8586027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111148 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8566041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111147 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=eugenis TEST=tsan_rv bot goes greener Review URL: http://codereview.chromium.org/8635008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111146 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
As of http://codereview.chromium.org/8476013/, InitializeGLBindings is only called from one thread in the browser, so this lock is unnecessary. R=zmo@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8527026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111145 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=chromium-os:23186 TEST=Manual: 'Shut Down' and 'Add User' buttons on the Login screen should have a visible focus hint. Review URL: http://codereview.chromium.org/8637012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111143 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
There is no more TOUCH_UI. This is a NO-OP because defined(UI_COMPOSITOR_IMAGE_TRANSPORT) ==> !defined(TOOLKIT_USES_GTK). BUG=None TEST=None Review URL: http://codereview.chromium.org/8617001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111142 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Extra: Add ListValue support to the bunch and Userlist handling through Retrieve/StorePropertyOp. BUG=chromium-os:14054 TEST=unit_tests:*Signed* Review URL: http://codereview.chromium.org/8091002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111141 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
TBR=bruening Review URL: http://codereview.chromium.org/8633013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111140 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=104625 TEST=Existing tests Review URL: http://codereview.chromium.org/8636011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111139 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Long term solution is to tweak Dr. Memory to print out such errors to stderr TBR=bruening,rnk Review URL: http://codereview.chromium.org/8638010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111138 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
This reverts commit 111135 BUG= TEST= Review URL: http://codereview.chromium.org/8636010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111137 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
1. experimental.metrics is now metricsPrivate 2. metricsPrivate is available to component extensions only 3. removed getEnabled/setEnabled functions as useless/harmful. BUG= TEST= Review URL: http://codereview.chromium.org/8548013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111136 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=None TEST=Existing tests Review URL: http://codereview.chromium.org/8634006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111135 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=chromium-os:23247 TEST=See bug. Review URL: http://codereview.chromium.org/8547008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111134 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
This CL introdcues the front-end change which will enforce all clients of signed settings to go through the CrosSettings class which mimics a normal PrefService and will hide the gory details of the underlying layer. The only difference being the extra GetTrusted function which will ensure that fresh data from the policy blob has been fetched before returning the cached value. BUG=chromium-os:14054 TEST=All existing signed settings tests should still be green. Review URL: http://codereview.chromium.org/7867044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111133 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Make PassiveModelWorker class. Make FakeModelWorker class and make tests use it. Also make some tests use realistic groups instead of shunting everything to GROUP_PASSIVE. Rename MockModelSafeWorkerRegistrar to FakeModelSafeWorkerRegistrar. This will make it easier to test an upcoming change that makes ModelChangingSyncerCommand post on only the threads it needs to. BUG=97832 TEST= Review URL: http://codereview.chromium.org/8625005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111131 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Also change valgrind_tests.py to use cygpath to give DrMemory Windows paths when running with Cygwin Python. The original change was made by Reid Kleckner and reviewed at http://codereview.chromium.org/8505028/ TBR=glider Review URL: http://codereview.chromium.org/8636008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111129 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
This enables overriding user preferences on a per-tab rather than per-profile basis. Based on this CL: http://codereview.chromium.org/7838030/ BUG=none TEST=unit_tests pass Review URL: http://codereview.chromium.org/8568019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111128 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=Manual with chrome://histograms Review URL: http://codereview.chromium.org/8638007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111125 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111124 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=chromium-os:23079 TEST=policy_prefs_ui.py passes on chromeos for all policies Review URL: http://codereview.chromium.org/8584004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111120 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111117 0039d316-1c4b-4281-b951-d872f2087c98
-
ricow@chromium.org authored
TBR=erik.corry Review URL: http://codereview.chromium.org/8636005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111116 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
See bug report for details. BUG=104600 TEST=no Review URL: http://codereview.chromium.org/8587029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111115 0039d316-1c4b-4281-b951-d872f2087c98
-
jingzhao@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8610006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111114 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
Makes way for upcoming ProfileSyncServiceFactory. Note combining the two into one was considered, but the PKS pattern is to use a singleton, which is not ideal for ProfileSyncComponentsFactory. TBR=mirandac@chromium.org BUG=93922 TEST=compiles Review URL: http://codereview.chromium.org/8596017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111113 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8569006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111112 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=chromium-os:22896 TEST=build success Review URL: http://codereview.chromium.org/8618013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111111 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
BUG=None TEST=Run all the tests with prefix:DownloadProtectionService.* Review URL: http://codereview.chromium.org/8638002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111110 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
BUG=chromium-os:16552 TEST=chrome and tests build Review URL: http://codereview.chromium.org/8602006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111109 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
We don't need it now that NativeWidgetViews is dead. Also simplify View::ConvertPointToView() to look (mostly) like Layer::ConvertPointToLayer(). http://crbug.com/102573 TEST=existing unittests Review URL: http://codereview.chromium.org/8620008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111108 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
In one instance, we can simply use currying to remove the need to inherit from Task; in the other, we retain the wrapper since it wraps an Objective-C call. Also remove an overload of ui::Clipboard::WriteObjects that's never used. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8606002 TBR=dcheng@chromium.org Review URL: http://codereview.chromium.org/8634002 Review URL: http://codereview.chromium.org/8638004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111107 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
DevToolsManager should be created and destroyed inside content implementation, not by the embedder. BUG=104625 TEST=Exising tests Review URL: http://codereview.chromium.org/8609010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111106 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111105 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
TBR=aklein Review URL: http://codereview.chromium.org/8632003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111104 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=broken build TEST=fixes build Review URL: http://codereview.chromium.org/8633005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111103 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Added an std::max to prevent negative width calculation. TODO(sail/msw): BubbleBorder::ALIGN_EDGE_TO_ANCHOR_EDGE. I filed crbug.com/105014 for the placement regression on NTP. BUG=98323 TEST=The avatar menu bubble works as before. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111018 Review URL: http://codereview.chromium.org/8500004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111102 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
This moves the functions into a pattern that is component-friendly. BUG=98755 TEST=chrome test_shell test_shell_tests browser_tests DumpRenderTree Review URL: http://codereview.chromium.org/8602002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111101 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. The 1st attempt (http://crrev.com/110637) broke aura_shell_unittests and this fixes it. The differences are - moving ShellAcceleratorFilter to Shell from DesktopEventFilter, and - adding the ShellAcceleratorFilter in Shell initialization code to DesktopEventFilter. BUG=97255 TEST=Manual, aura_shell_unittests succeeds. Review URL: http://codereview.chromium.org/8561012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111100 0039d316-1c4b-4281-b951-d872f2087c98
-