- 21 Sep, 2011 40 commits
-
-
stevet@chromium.org authored
Ensure that TemplateURLs created from old database entries without sync_guids generate their own GUIDs. BUG=96992 TEST=Ensure that KeywordTableTest.KeywordWithEmptySyncGUID passes. Review URL: http://codereview.chromium.org/7980028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102119 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
They were anyhow hardcoded to return true and didn't play nicely with base::Bind. The result of an authentication is being reported through the callbacks OnLoginSuccess and OnLoginFailure. BUG=chromium-os:14054 TEST=Everything should compile. browser_tests should be still passing. Review URL: http://codereview.chromium.org/7982025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102118 0039d316-1c4b-4281-b951-d872f2087c98
-
allanwoj@chromium.org authored
Moved requests_ (and related code) to SpeechInputManager. Added some pure virtual methods in SpeechInputManager that are implemented by ChromeSpeechInputManager. BUG=95792 TEST=None Review URL: http://codereview.chromium.org/7838028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102117 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Removes the dependency on chromeos-specific code in the extension-based file picker. Compiles and links, but does not yet run - the extension subsystem is not finding the resources for the file_manager component extension. The Aura build currently won't process keyboard or mouse events, so I don't have a good way to debug this. For now, added logging, and we'll get back to it when Aura is in better shape. BUG=chromium-os:20583 TEST=On plain ChromeOS, can still open a file with control-O file picker. Review URL: http://codereview.chromium.org/7941014 TBR=jamescook@chromium.org Review URL: http://codereview.chromium.org/7976025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102116 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/7976020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102115 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
on windows. BUG=none TEST=none TBR=evan@chromium.org R=evan@chromium.org Review URL: http://codereview.chromium.org/7978030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102114 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Removes the dependency on chromeos-specific code in the extension-based file picker. Compiles and links, but does not yet run - the extension subsystem is not finding the resources for the file_manager component extension. The Aura build currently won't process keyboard or mouse events, so I don't have a good way to debug this. For now, added logging, and we'll get back to it when Aura is in better shape. BUG=chromium-os:20583 TEST=On plain ChromeOS, can still open a file with control-O file picker. Review URL: http://codereview.chromium.org/7941014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102113 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
This is called only once, better to inline it in the call site, less code. R=sky@chromium.org Review URL: http://codereview.chromium.org/7981019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102111 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=90445 Review URL: http://codereview.chromium.org/7977014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102110 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7986001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102109 0039d316-1c4b-4281-b951-d872f2087c98
-
Satoshi.Matsuzaki@gmail.com authored
Avoid App window growth on every window close-open cycle. (Also fixes initial placement of App windows) BUG=93996, 82690 TEST=Start chrome.exe with "--app=http://www.google.com/". Window should be placed properly every time. Review URL: http://codereview.chromium.org/7739034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102108 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102107 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG= TEST= TBR=dslomov@chromium.org Review URL: http://codereview.chromium.org/7983031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102106 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org Review URL: http://codereview.chromium.org/7982009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102105 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102104 0039d316-1c4b-4281-b951-d872f2087c98
-
junov@chromium.org authored
REVIEW=http://codereview.chromium.org/7979011/ TEST=NONE BUG=NONE Review URL: http://codereview.chromium.org/7979011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102103 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Note: This was a TODO for msw@. R=ben@chromium.org Review URL: http://codereview.chromium.org/7930014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102102 0039d316-1c4b-4281-b951-d872f2087c98
-
naveenbobbili@motorola.com authored
BUG=96855 TEST=Load chrome://settings/extensionSettings and see that the title format is now Extensions (xx) where xx is the number of installed extensions in the list. Also if there are no extensions loaded then the title should be Extensions. Patch by naveenbobbili@motorola.com Review URL: http://codereview.chromium.org/7932021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102101 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=None TEST=Everything works as before, compiles cleanly Review URL: http://codereview.chromium.org/7941008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102100 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=chromium-os:20330 TEST=See bug. Review URL: http://codereview.chromium.org/7983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102098 0039d316-1c4b-4281-b951-d872f2087c98
-
altimofeev@chromium.org authored
Also ellipses was added for the title. BUG=chromium-os:19789,chromium-os:20510 TEST=manual Review URL: http://codereview.chromium.org/7982002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102097 0039d316-1c4b-4281-b951-d872f2087c98
-
simo@google.com authored
BUG=97074 TEST= Review URL: http://codereview.chromium.org/7976001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102096 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
BUG=chormium-os:20459 TEST=Change timezone in debug chrome build and it should not crash. Review URL: http://codereview.chromium.org/7904012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102095 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=switch between panels with a text input box. Review URL: http://codereview.chromium.org/7945018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102092 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102091 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
- added chrome.experimental.devtools.console.* - added getResources(), onResourceAdded event and Resource type in chrome.experimental.devtools.inspectedWindow BUG=none TEST=none Review URL: http://codereview.chromium.org/7941001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102089 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/browser/content_settings to chrome/common. This is needed for transmitting image-related content settings to the renderer. BUG=81179 TEST=NONE Review URL: http://codereview.chromium.org/7885006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102088 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TBR=dyu@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7978024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102087 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
BUG=none TEST=build with/without gtk (e.g. Linux and Win) Review URL: http://codereview.chromium.org/7969015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102086 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Convert config.label from string16 to wide, as views::Label still wants a std::wstring as parameter. R=ben@chromium.org Review URL: http://codereview.chromium.org/7977016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102085 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=Run Chromium with commandline flag --vmodule="form_structure=2", Autofill a form, submit it. Review URL: http://codereview.chromium.org/7984001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102084 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
BUG=none TEST= Review URL: http://codereview.chromium.org/7976011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102083 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Depends on http://codereview.chromium.org/7904034/ BUG=97131 TEST=none Review URL: http://codereview.chromium.org/7963001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102082 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
This continues to use the existing auto-resize framework. A separate patch will change the framework to allow the native panel to compute content size from window size and vice versa. BUG=None TEST=PanelBrowserTest.AutoResize Review URL: http://codereview.chromium.org/7982016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102081 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Depends on http://codereview.chromium.org/7904034/ BUG=97131 TEST=none Review URL: http://codereview.chromium.org/7944011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102080 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
When getting the default protocol client using the system xdg-settings tool fails, Chrome tries to use its own. The constant script name it looked for was mistyped (as xdg_settings) which meant this would always fail. This code path is not currently used by Chrome but will be soon. TEST=Check setting Chrome as default browser on Linux works; check registering Chrome to handle protocols works. Review URL: http://codereview.chromium.org/7972011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102079 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=97131 TEST=none Review URL: http://codereview.chromium.org/7978016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102078 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
So that we speed up a bit in boot. For OOBE, use chrome://oobe that has everything. For login case, use chrome://oobe/login which only loads account picker, gaia, user image select and offline message. - Create login.html etc based on oobe.html etc with OOBE only stuff removed; - Move core OOBE js logic into DisplayManager so that it could be shared; - Move header bar stuff into its own files; - Removed non Gaia signin since it seems no longer needed; - Also removed login_ui files since they are no longer in use; BUG=chromium-os:20187 TEST=We should speed up about 200ms in boot, resulting in about 380ms delay after this change. TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/7980012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102077 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=97340 TEST=none Review URL: http://codereview.chromium.org/7983028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102076 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=81846 TEST=none Review URL: http://codereview.chromium.org/7980025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102073 0039d316-1c4b-4281-b951-d872f2087c98
-