- 02 Dec, 2011 40 commits
-
-
rnk@chromium.org authored
TBR=vsevik@chromium.org BUG=106183 TEST=WebKit layout valgrind bots greener Review URL: http://codereview.chromium.org/8776052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112729 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=chromium-os:21709 TEST=none Review URL: http://codereview.chromium.org/8770045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112728 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
TBR=avi Review URL: http://codereview.chromium.org/8772049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112727 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=http:b/5609053 TEST=See unit tests for valid and invalid URLs. Review URL: http://codereview.chromium.org/8728004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112726 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=bashi@chromium.org BUG=96568 TEST=greener vg bots Review URL: http://codereview.chromium.org/8775056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112725 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
BUG=None TEST=None R=noelallen@google.com TBR Review URL: http://codereview.chromium.org/8772048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112724 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
Review URL: http://codereview.chromium.org/8682027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112723 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
BUG=100131 Review URL: http://codereview.chromium.org/8590015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112722 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=aura_shell_unittests compiles with component=shared_library Review URL: http://codereview.chromium.org/8776037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112721 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=43460 R=mirandac@chromium.org Review URL: http://codereview.chromium.org/8775053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112720 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
Review URL: http://codereview.chromium.org/8704005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112719 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
I removed the return in a previous cleanup which allowed us to get data on the fact that this is indeed reached in the wild. R=mattm BUG=105767 TEST=none Review URL: http://codereview.chromium.org/8741019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112718 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
Identical to this CL http://codereview.chromium.org/8479042/ Fix base URL problem. All comments about the changes are in the above URL. This CL makes certificate viewer for chromeos looks like the screen shot posted in issue 102511. It hacks bubble_frame_view.cc to get rid of the body padding and add a x button in the title area. It should not affect the appearance of any other html dialogs. BUG=102511 TEST=Go to https://www.google.com; Click the locker icon on the left side of URL in the omnibox and click "certificate information". For screenshots, see http://code.google.com/p/chromium/issues/detail?id=102511 Review URL: http://codereview.chromium.org/8461015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112717 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=sadrul@chromium.org BUG=106109 TEST=Linux vg bots go green Review URL: http://codereview.chromium.org/8776050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112716 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
TBR=scheib Review URL: http://codereview.chromium.org/8773044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112715 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
for new users only when the oauth login token is successfully generated. Make sure for existing logged in users, it continues to setup sync properly on startup. Review URL: http://codereview.chromium.org/8760019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112714 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-