- 02 Dec, 2011 40 commits
-
-
pastarmovj@chromium.org authored
Read from the bottom to the top: * Add new unit tests to cover what was removed before. * Rename SignedSettingsTempStorage to SignedSettingsCache. * Revitalize existing tests for SignedSettings[Helper]. * Add the needed infrastucture to support enrollment as well. * Remove the second cache in OwnershipService it is obsolete. * Remove the prop ops completely. * Remove direct prop op from the proxy stuff. * Serialize policy changes correctly and map side effects of policies. Mainly make sure we never serialize dirty policy. Don't reload if policy is serialized fine. Clear local state registration. * Clean up redundand SS ops and make proper callbacks for the helper Move the temp storage finalization to where it belongs. * Make the temp storage be the cache and use policy ops. * Make DeviceSettingsProvider work with the protobuf blob directly. * Merged DeviceSettingsProvider and UserCrosSettingsTrust. * Rename UserCrosSettingsProvider to DeviceSettingsProvider. * Extract the SignedSettingsMigrationHelper in its own file. BUG=chromium-os:14054 TEST=unit_tests:SignedSettings*,*CrosSettings*,suite_Smoke:login_OwnershipApi Review URL: http://codereview.chromium.org/8727037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112713 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
This broke because an incompatible change was made to Process, and because there was no test that would catch it. I've fixed the underlying problem for both Linux and ChromeOS and made it testable. BUG=102726 TEST=Added new RenderProcessHostTest.Backgrounding Review URL: http://codereview.chromium.org/8506036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112712 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
This adds a new enum Download.ContentImageType rather than adding additional entries to Download.ContentType. The downside is that there is a bit more code. The upside is that we don't have to worry about the image entries getting fragmented across the Download.ContentType enum, and there is a top-level entry for images in the Download.ContentType histogram to compare against other general media types. TEST=Download a few images, make sure Download.ContentType and Download.ContentImageType look sane. Review URL: http://codereview.chromium.org/8734006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112711 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=dpulukhin@chromium.org BUG=105080 TEST=mac vg bots go green Review URL: http://codereview.chromium.org/8772045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112710 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
This CL abstracts the actual lock window allowing for a GTK implementation and an aura implementation. The aura screenlocker stubs are removed and the screenlocker is enabled on aura using the aura lock window. BUG=100723 TEST=Build chrome with use_aura=1, trigger screen lock and test unlocking screen. Review URL: http://codereview.chromium.org/8711003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112709 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
Add recording of when a prerender actually starts to prerender histograms. This allows us to remove any trivially rejected prerenders from some counts. BUG=105733 Review URL: http://codereview.chromium.org/8776011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112708 0039d316-1c4b-4281-b951-d872f2087c98
-
siggi@chromium.org authored
This might be considered a first step in making our release signing process a little less opaque and brittle. R=bradnelson@chromium.org,robertshield@chromium.org,grt@chromium.org BUG=36234 Review URL: http://codereview.chromium.org/8775026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112707 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=105028 TEST=no functional change Review URL: http://codereview.chromium.org/8772041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112706 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
BUG=105689 Review URL: http://codereview.chromium.org/8745016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112705 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
The layout is generated via IsCursorablePosition, however it seems as if it needs to be regenerated once the selection model is set. The bug manifests itself as the text selected text being the wrong color when the omnibox text is selected via Ctrl-L BUG=105893 TEST=None Review URL: http://codereview.chromium.org/8761005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112704 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=105028 TEST=no functional change Review URL: http://codereview.chromium.org/8774041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112703 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
TBR=scheib Review URL: http://codereview.chromium.org/8773041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112702 0039d316-1c4b-4281-b951-d872f2087c98
-
ensonic@google.com authored
Move gtest_prod.h into its own target so it can be correctly set as a dependent target for base and reused as a dependency in gtest. R=brettw BUG=105855 TEST= Review URL: http://codereview.chromium.org/8201001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112701 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
TBR=scheib Review URL: http://codereview.chromium.org/8775052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112700 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
TBR=sque@chromium.org Review URL: http://codereview.chromium.org/8769035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112699 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=43460 R=mirandac@chromium.org Review URL: http://codereview.chromium.org/8772026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112698 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Instead introduce BrowserThread::UnsafeGetMessageLoop which is used in a couple of places. This will be removed in a follow-up change. I could have used UnsafeGetBrowserThread(id)->message_loop() but this is even easier to search for. Also, remove a couple of BrowserProcess accessors that aren't used by anybody, and that were using UnsafeGetBrowserThread. TBR=battre@chromium.org BUG=98716 Review URL: http://codereview.chromium.org/8775014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112697 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/8771034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112696 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:23613 TEST= Review URL: http://codereview.chromium.org/8769036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112694 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
Review URL: http://codereview.chromium.org/8688002 Patch from Yuri Gorshenin <ygorshenin@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112693 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
TBR=scheib Review URL: http://codereview.chromium.org/8773038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112692 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
Scanning a directory we add files to the data model, sort them by name (if the sorting field needs async call like date) and then resort againg when data available. To avoid flacking lets fetch the data before adding data to the model. BUG=chromium-os:19082 TEST=None Review URL: http://codereview.chromium.org/8774008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112691 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
BUG=90980 TBR=bruening Review URL: http://codereview.chromium.org/8774043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112690 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=104133 TEST=During OOBE on Aura status area is only seen on login screen. Review URL: http://codereview.chromium.org/8688003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112689 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG=106114 Review URL: http://codereview.chromium.org/8770038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112688 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium-os:23685 TEST=See bug. Review URL: http://codereview.chromium.org/8773034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112687 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
TBR=scheib Review URL: http://codereview.chromium.org/8771035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112686 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
This should improve maintainability, performance [a bit]. Also, when we start fixing the "full" mode we won't break the light mode suppression file. TBR=bruening Review URL: http://codereview.chromium.org/8775049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112685 0039d316-1c4b-4281-b951-d872f2087c98
-
ulan@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8772038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112684 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
TBR=cmp@chromium.org Review URL: http://codereview.chromium.org/8775050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112683 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Move WebKitThread to the content namespace. Re-order thread objects in BrowserMainLoop declaration to match instantiation order. BUG=98716 Review URL: http://codereview.chromium.org/8776007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112682 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: http://codereview.chromium.org/8776046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112681 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=106149 TEST=DefaultProviderTest* Review URL: http://codereview.chromium.org/8776044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112680 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
Make the domain gray, and move it to the right of the title so that all titles are left aligned. Also get rid of the fade-in when entries are hovered, because it makes the page feel laggy. BUG=105425 TEST=Manual test of functionality on chrome://history. Review URL: http://codereview.chromium.org/8658006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112679 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Also, sort headers to the extent possible. BUG=none Review URL: http://codereview.chromium.org/8776008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112678 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=105579 Review URL: http://codereview.chromium.org/8749016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112677 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=chromium-os:23642 TEST=None. Review URL: http://codereview.chromium.org/8775013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112676 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Add support for cursor pre-fetching. BUG=88651 TEST=browser_tests Review URL: http://codereview.chromium.org/8662017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112675 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8769031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112674 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=106163 TEST=content_unittests works again TBR=scottmg@chromium.org Review URL: http://codereview.chromium.org/8771033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112673 0039d316-1c4b-4281-b951-d872f2087c98
-