- 13 Dec, 2011 40 commits
-
-
fischman@chromium.org authored
BUG=79722 TEST=chrome builds in a cros chroot (for tegra2). Review URL: http://codereview.chromium.org/8912012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114283 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Ensure that use of GAIA names are considered when handling desktop shortcut changes. Beefed up ProfileInfoCacheTest with a verifier class to ensure this. BUG=106261 TEST=On Windows, create a new user and sign him into sync with a GAIA account. Ensure that the desktop shortcut changes with the synced GAIA name. Ensure that changing the profile's name or avatar updates the shortcut. Ensure that deleting the profile deletes the shortcut. Review URL: http://codereview.chromium.org/8894005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114282 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
This is primarily a rename, with the exception that the initialization of ProxyResolver (i.e. the javascript runtime environment for the PAC script) is no longer done inside of ProxyScriptDecider. The motivation for doing this is to make it possible to poll our automatic proxy settings (PAC URLs or WPAD) in the background, _without_ needing to feed the scripts into the javascript parser for validation. There likely won't be any user-visible consequence of this change, however the new mechanism is weaker than the original -- it is possible for the PAC selection to now choose a PAC script which fails to parse as javascript, even though there was a later fallback choice which does parse. This should be rare though (the bad response would need to contain the substring "FindProxyForURL"). BUG=TODO (bugtracker down right now) Review URL: http://codereview.chromium.org/8896019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114281 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
ANGLE sends them on lost device, so we don't want to break because of them. BUG=107369 TEST= Review URL: http://codereview.chromium.org/8879059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114280 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=chromium-os:24015 TEST=Manual: see bug description; all grids in WebUI should be layout properly. Review URL: http://codereview.chromium.org/8923001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114279 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: http://codereview.chromium.org/8930016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114278 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This is necessary as widget now needs shell to activate. BUG=none TEST=interactive_ui_tests no longer crashes. Review URL: http://codereview.chromium.org/8937007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114277 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
This reverts commit 11079a47. Revert "Fix build after code changed from underneath." This reverts commit 93b43a2c. Revert "Moar build fix." This reverts commit bf84b576. Revert "Fix the fix." This reverts commit 4aecf275. R=csilv@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8937011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114276 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@google.com authored
BUG=106932 TEST=Manual Review URL: http://codereview.chromium.org/8885030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114274 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=105773 TEST=no fuzzy favicons, bug 107269 does not occur Review URL: http://codereview.chromium.org/8921035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114273 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none TBR=csilv Review URL: http://codereview.chromium.org/8938009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114272 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none TBR=csilv Review URL: http://codereview.chromium.org/8933015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114271 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Add an EncryptIfDifferent method that only encrypts something if the underlying unencrypted data is either different or encrypted with an old key. Modify sync encryption code to use this method instead of their own difference checks. Because of this change, we also now always ensure the nigori has the full set of encryption keys during any SetPassphrase call BUG=107297 TEST=sync_unit_tests, cryptographer's unit_tests Review URL: http://codereview.chromium.org/8759019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114269 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none TBR=csilv Review URL: http://codereview.chromium.org/8907022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114268 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Options2 is a copy of the resources for and implementation of chrome://settings that will be pared down significantly for UberPage (see bug). BUG=100885 TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114267 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Follow-up to 113090 to see which ModelChangingSyncerCommand triggers a perf regression. BUG=97832 TEST= Review URL: http://codereview.chromium.org/8822017 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/8898028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114265 0039d316-1c4b-4281-b951-d872f2087c98
-
jwd@chromium.org authored
Making profile avatars and names sync. This is done by moving these two properties into profile preferences and making them syncable. The profile observes changes to these prefs and pushes them to the profile info cache. The initialization of these prefs and of the info cache is done in two steps. First, the profile prefs are setup with values generated by the profile info cache. This causes the profile to try to push the changed values to the info cache, but since the profile isn't in the cache, it fails BUG=87658 TEST=ProfileManagerTest.InitProfileUserPrefs, Have two machines with chrome, both with multiple profiles and each with one profile signed in to the same account. Change avatar/name on one, and it will change on the other. Review URL: http://codereview.chromium.org/8883030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114263 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
never allowed to use these ports anyways, this wasn't a security issue, but just doesn't seem like a good idea. BUG=93326 Review URL: http://codereview.chromium.org/8898008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114261 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=https://bugs.webkit.org/show_bug.cgi?id=74290 TEST=chrome --enable-threaded-compositing Review URL: http://codereview.chromium.org/8912002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114260 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
This application icon index values are being changed from ints to StringOrdinals to decrease the potential number of syncs required when icons are moved, by only needing to change 1 StringOrdinal instead of all the integers. BUG=61447 TEST=Open up an instance of chromium with multiple application icons and ensure that icons can still have their page and order changed. There should be no behaviour change. Review URL: http://codereview.chromium.org/8198003 TBR=csharp@chromium.org Review URL: http://codereview.chromium.org/8898027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114257 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
... Convert copy-and-pasted unit tests into TYPED_TESTs." This reverts commit 20543ba5. BUG= TEST= Review URL: http://codereview.chromium.org/8933012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114255 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
We are suspecting this has side effects on official builds. If so, this is a configuration error. Trying out to be sure. TBR=timurrrr@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8898023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114251 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
Exclude extension unpacking since it accesses the FS. BUG=93109 TEST=Install an extension from the Web Store. Review URL: http://codereview.chromium.org/8921023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114248 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
This reverts commit r113922. Win Canary has been failing to link due to OOM since the weekend. While this was not the original cause, it might be making things worse. Speculatively remove for now. Also changes render_widge_host_view to use Owned() instead of Passed(). BUG=none TEST=existing. Review URL: http://codereview.chromium.org/8931008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114247 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This reverts commit bae6675d. TBR=piman@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8931009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114245 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114244 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
TBR=erik.corry Review URL: http://codereview.chromium.org/8935003 TBR=ricow@chromium.org Review URL: http://codereview.chromium.org/8907020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114243 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
Extract common code from StringPiece and StringPiece16 into a templated base class. Convert copy-and-pasted unit tests into TYPED_TESTs. The motivation is that I wish to add constructors for string::iterator ranges and I don't want to do it twice. The motivation for adding the string::iterator range constructors is to reduce the number of overloads in string_number_conversions.h . BUG=87634 TEST= Review URL: http://codereview.chromium.org/8659047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114242 0039d316-1c4b-4281-b951-d872f2087c98
-
ncj674@motorola.com authored
edit link steals focus from menu item which hides edit link button in focus-out-event handler, so, it misses the click event. BUG=107348 TEST=As described in the bug. Review URL: http://codereview.chromium.org/8933005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114241 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
Removing plugin data is different to removing only LSO data. Moreover, we call out to content::PluginDataRemover to do the work: we should have an external name here that's consistent. This CL's tests depend on http://codereview.chromium.org/8907015/ landing. It shouldn't be landed until that patch is approved. BUG=107355 TEST= Review URL: http://codereview.chromium.org/8907018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114240 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 TBR=jhawkins@chromium.org Review URL: http://codereview.chromium.org/8930012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114239 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@google.com authored
This fixes the problem of the Me2Me process being stopped when running as a shell background job. BUG=106935 TEST=Follow repro steps Review URL: http://codereview.chromium.org/8899011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114238 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv Review URL: http://codereview.chromium.org/8895023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114236 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
R=ben@chromium.org TBR=ben@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8938005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114234 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=105900 TEST=none R=ben@chromium.org TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8934007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114232 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
This reverts commit r114228. BUG=none TEST=none TBR=acolwell Review URL: http://codereview.chromium.org/8929008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114230 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
[Karen Grunberg requested a speculative revert, because we are currently unable to complete a link of the canary. This change is working fine on the Dev branch, and did not impact the link over the weekend, but for lack of other items, this change is being reverted] This code should only have much of an impact on the XP platform, where thread teardown notification are not currently made. Provide an automatic fallback scan of the linker list of notifcation callbacks via DllMain. This fallback is ONLY used if there are no notifications coming via the linker list. This allows all existing code to continue working as it does today, and provides thread teardown notifcatino on XP even though we use the LoadLibrary call. It is a minimal change, suitable for pushing to other channels (beta? stable?). r=cpu BUG=103209 Review URL: http://codereview.chromium.org/8836003 TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8934006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114229 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array...." This reverts commit r113922. Win Canary has been failing to link due to OOM since the weekend. While this was not the original cause, it might be making things worse. Speculatively remove for now. BUG=none TEST=none TBR=kareng Review URL: http://codereview.chromium.org/8932006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114228 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
Not the final UI yet. Additional improvements: - file name is selected in save-as dialog at start; - new folder moved to context menu, button deleted. BUG=chromium-os:20168,chromium-os:22106,chromium-os:22105,chromium-os:22032,chromium-os:20547,chromium-os:20549 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113804 Review URL: http://codereview.chromium.org/8554003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114227 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
After BrowsingDataRemover removes browsing data, it now triggers a chrome::NOTIFICATION_BROWSING_DATA_REMOVED, which uses the profile in which data was removed as it's |source|, and a struct containing the beginning of the removal's timeframe, and the removal mask (BrowsingDataRemover::NotificationDetail) as it's |details|. BUG=107202 TEST=BrowsingDataRemover unit tests. Review URL: http://codereview.chromium.org/8907015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114225 0039d316-1c4b-4281-b951-d872f2087c98
-