- 14 Mar, 2012 40 commits
-
-
davemoore@chromium.org authored
BUG=115650 TEST=LauncherUpdaterTest.*, including new tests Review URL: https://chromiumcodereview.appspot.com/9689047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126764 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
BUG=117632 TEST=none Review URL: https://chromiumcodereview.appspot.com/9689050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126763 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
This is most of the scaffolding. The logic to choose between Tablet/Phone requires Java code which can't be upstreamed yet due to other dependencies. BUG= TEST= Review URL: http://codereview.chromium.org/9664008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126762 0039d316-1c4b-4281-b951-d872f2087c98
-
mdm@chromium.org authored
of data, in drag action pickles. (The goal is to remove that method entirely. Uses that never persist or send pickles over the network are [probably] safe, but having the method around is waiting for accidental misuses.) Review URL: https://chromiumcodereview.appspot.com/9702013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126761 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
- Resolved several threading issues in and around ParallelAuthenticator. - Made cryptohome async calls respond on the calling thread. BUG=chromium-os:27689 BUG=make sure that you can re-login without crashing to an an existing account on linux workstation. Review URL: https://chromiumcodereview.appspot.com/9694022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126760 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Fixes link errors in PasswordStoreFactory BUG=117407 TEST= Review URL: http://codereview.chromium.org/9669057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126759 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Rename the various 'Controller's to 'Observer's, because that makes more sense, and move these observers from Shell into SystemTray. BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9702037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126758 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
r1243 [windows ninja] Starting with additional includes, defines, and some basic cflags and ldflags r1244 Fix CharacterSet map for VS 2010 r1245 mac make: Don't put host shared libraries into the product directory r1246 Unbreak gyptest-toolsets.py on linux R=thakis Review URL: http://codereview.chromium.org/9706029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126757 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126756 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126755 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126754 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Regression introduced in r119183 when "Null" and "Invalid" were disambiguated. Tests will require refactoring; tracked as crbug.com/118033 BUG=117920 Review URL: http://codereview.chromium.org/9691021 TBR=jsbell@chromium.org Review URL: https://chromiumcodereview.appspot.com/9704039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126752 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=nkostylev@chromium.org,bartfab@chromium.org BUG=116996,117995 Review URL: https://chromiumcodereview.appspot.com/9702043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126751 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=92439 TEST=try bot Review URL: https://chromiumcodereview.appspot.com/9700001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126750 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=24672 TEST=none Review URL: http://codereview.chromium.org/9691059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126749 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
BUG=none TEST=none TBR=apatrick Review URL: http://codereview.chromium.org/9700031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126748 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
* Replace a pair of overlapping functions in the API with two distinct accessors for relevant pieces of information about prepopulated URLs. One key side effect here is that we no longer return TemplateURL*s from these, which will make the upcoming refactoring changes slightly cleaner. * Make the implementation of these a bit more robust w.r.t. determining if a provided URL corresponds to Google. This will also be important later as we'll want to be able to match a hand-coded "google.co.uk" entry against an auto-generated "google.de" entry (or similar). * Remove a bunch of string conversions, as well as a lot of passing of raw C-style string pointers. * Remove using statements. * Remove two obscure engines which have the same hostname as another, different engine. These cause problems when we ask for the name or type of an engine because the answer we get back is basically indeterminate. I don't think either of these is very important (they lived at slots 4 and 5 in their respective countries) so just gut them. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9705021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126746 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
vista-release-dual-core: 0.7% dhtml time regression http://build.chromium.org/f/chromium/perf/vista-release-dual-core/dhtml/report.html?history=270&rev=126694 mac-release-10.5: 0.5% dhtml time regression http://build.chromium.org/f/chromium/perf/mac-release-10.5/dhtml/report.html?history=350&rev=126677 They both seem to start in 125608, "Roll WebKit r110147:110159" BUG=118252 TBR=cmp Review URL: https://chromiumcodereview.appspot.com/9702038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126745 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
* Move all TemplateURL creation into a single core CreateTestTemplateURL() function. This will ease the later TemplateURL refactoring changes that will modify how TemplateURLs are created and modified. * Make use of the TemplateURLService::TemplateURLVector typedef. * Pass string16s to EditSearchEngine() since that's what it really wants. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9692072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126744 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
* Move SpansToString()/SpansFromString() and AddLastMatchIfNeeded() from static functions in shortcuts_provider_shortcut.cc to static members on AutocompleteMatch and rename them, to go along with the other existing classification-related functions there, since there's nothing particularly shortcut-related about them. * Move the definitions of Shortcut and ShortcutMap to the ShortcutsBackend, mainly to "namespace" them -- having a global-scope type named "Shortcut" didn't seem like a good idea. This made sense as a location anyway since the backend already depended heavily on these types. * Eliminate using statements. * Modify ShortcutsProviderTest::FillData() so it can be reused in an additional place. * Shortcut had two different constructors whose function and use was confusing and error-prone -- they took some of the same fields but as different types, and didn't guarantee all the members were initialized. Condense to one constructor which takes the most logical types and sets all members. * Eliminate ShortcutsBackend::guid_map() (unused). * Simplify/clarify code. * Eliminate 2K clamp on shortcut data fields. We don't clamp like this elsewhere, and if the clamp kicks in, it could lead to corrupted results -- e.g. trimming a "description" field but not updating the classifications for that field. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9689085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126743 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
CID=100255 TBR=rickcam@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/9705024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126742 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
It was being initialized lazily on the IO thread when the first AsyncPresentAndAcknowledge came in. Also, the AcceleratedSurface::presenter_ variable was mutable, initialized on the IO thread and used on the IO and UI thread with no lock. I think this allowed the UI thread to attempt to use a partially initialized AcceleratedPresenter. I made presenter_ immutable and ensured that the AcceleratedPresenter is instead always created on the UI thread and not visible in partially constructed form on the IO thread. I had to change the timing of the Direct3D device initialization so that it is not created if it is not needed because that can crash windows bots. BUG=117453 Review URL: http://codereview.chromium.org/9694015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126741 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
BUG= 117778 TEST= crx_id_unittest.py Review URL: https://chromiumcodereview.appspot.com/9693014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126740 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none TBR=eroman Review URL: http://codereview.chromium.org/9705026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126739 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=110130, 109480 TEST=none Review URL: https://chromiumcodereview.appspot.com/9704029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126738 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126737 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
Instead of showing the demo user UI, show the screensaver directly. On going active, the user gets dropped into a demo user session directly (see bug for details). Additionally removed the Lock Screen and Shutdown options from the wrench menu model for ChromeOS. tbarzic@ - main review sky@ - owners review for chrome/browser/ui/toolbar/wrench_menu_model_chromeos.cc R=tbarzic@chromium.org,sky@chromium.org BUG=chromium-os:26041,chromium-os:27543 TEST=Ran unit tests, tested with kiosk-mode flags and tested with giving an invalid screensaver to test the fallback flow. Review URL: https://chromiumcodereview.appspot.com/9695029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126736 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=chromium-os:27007 TEST=Manual test. Review URL: http://codereview.chromium.org/9695049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126733 0039d316-1c4b-4281-b951-d872f2087c98
-
ahendrickson@chromium.org authored
Uses an error injection technique to simulate hard-to-reproduce file system errors. BUG=None TEST=None Review URL: http://codereview.chromium.org/9426029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126732 0039d316-1c4b-4281-b951-d872f2087c98
-
mmocny@chromium.org authored
This is just a renaming, it still uses the same renderer visibility hooks to decide how to manage buffers. BUG=116049 TEST=Manual Review URL: http://codereview.chromium.org/9703024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126731 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move creation of content TabContentsViews to content so that we can hide these headers through DEPS and avoid any more includes until TabContentsViewsViews is removed. I also moved all the TCVXDelegate to be in one header, that way we can more conveniently ask the embedder for a delegate without a lot of ifdefs. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9700023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126730 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
snapping/minimizing. FrameMaximizeButton handles all the logic for this. If you move the mouse the drag threshold we'll trigger to snapping behavior. moving to the left snaps to the left half, moving to the right the right half, and below minimizes. Uses PhantomWindowController to render the snap position. Minimizing highlights the launcher button. To support this I had to plumb through getting the bounds of the launcher button. BUG=116213 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9703026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126729 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
The major reason for us to enable a fix for HEAP_PROFILE_MMAP. Please note that this change doesn't affect Chromium builds. BUG=114302 TEST=none Review URL: https://chromiumcodereview.appspot.com/9316021 TBR=dmikurube@chromium.org Review URL: https://chromiumcodereview.appspot.com/9701040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126728 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=118070 TEST=none R=csilv Review URL: https://chromiumcodereview.appspot.com/9706031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126727 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=110130, 109480 TEST=none Review URL: https://chromiumcodereview.appspot.com/9700036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126726 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=116171 TEST=none Review URL: https://chromiumcodereview.appspot.com/9618033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126725 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Some untracked files were created in a clean repo build on Windows. NOTRY=true BUG= TEST=No untracked files left after building all.sln on Windows 7 (VS20120) Review URL: http://codereview.chromium.org/9700026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126724 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Crash occurs because the previous code would early-out when there were no services installed, which would prevent creating the LayoutManager. As a result, the layout manager was NULL. BUG=117068 TEST=none TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9651024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126723 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none TBR=rsesek Review URL: http://codereview.chromium.org/9706027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126722 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
Removed the SpeechRecognizerDelegate interface and replaced with SpeechRecognitionEventListener. By now it might seem just a rename of the former interface, however this interface will gradually incorporate, in the next CLs, the other delegates and become the reference interface used by all clients to interact with SpeechRecognition inside Chrome. BUG=116954 TEST=none Review URL: http://codereview.chromium.org/9688012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126721 0039d316-1c4b-4281-b951-d872f2087c98
-