- 20 Jan, 2011 40 commits
-
-
sadrul@chromium.org authored
This allows touch devices to be grabbed when events from the mouse/keyboard are grabbed. This also exposes TouchFactory, which will eventually be used in more places. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71879 Review URL: http://codereview.chromium.org/6300007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72002 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
Fix build! BUG=none TEST=none TBR= alekseys@chromium.org Review URL: http://codereview.chromium.org/6269013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72001 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This reverts commit r71998. It was committed by error by the commit bot. BUG= TEST= Review URL: http://codereview.chromium.org/6351011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72000 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
Native ConstrainedWindows are invisible upon creation on Windows. Mark the associated NonClientView as hidden to keep the visibility state in sync. BUG=69673 TEST=none Review URL: http://codereview.chromium.org/6261015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71999 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
preparation for experimenting with them to gpu-accelerate various aspects of chrome's drawing. In this initial patch, the files will be built, but not called. TEST=be sure that page rendering, and <canvas> rendering, look the same as before Review URL: http://codereview.chromium.org/6357006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71998 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=focusing the omnibox, then touching a textfield in a webpage shows the keyboard, but keys don't go to the textfield. TEST=see bug Review URL: http://codereview.chromium.org/6312009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71997 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
TBR=tony Review URL: http://codereview.chromium.org/6254013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71996 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
R=tony BUG=69592 Review URL: http://codereview.chromium.org/6325012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71995 0039d316-1c4b-4281-b951-d872f2087c98
-
satish@chromium.org authored
When StopRecognition is invoked and no data was recorded, there is a possibility that the delegate might release the recognizer within the DidCompleteRecognition callback. So we now perform cleanup tasks such as freeing the encoder_ object before invoking the delegate. Without this change there would be an assert in the SpeechRecognizer dtor about encoder_ remaining valid. BUG=none TEST=Manual, double-click on the speech button quickly a few times and verify no assert pops up in the dtor. Review URL: http://codereview.chromium.org/6381004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71994 0039d316-1c4b-4281-b951-d872f2087c98
-
alekseys@chromium.org authored
"sidebar": { "default_url": "", "default_title": "", "default_icon": "" } Allow extension to access experimental.sidebar API only in presence of this section. BUG=51084 TEST=unit_tests, ExtensionManifestTest.Sidebar Review URL: http://codereview.chromium.org/6321006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71993 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
BUG=61745 TEST=in progress Review URL: http://codereview.chromium.org/6247013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71992 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:9256 TEST=Verify web widgets (aka form controls) look close to the mock in chromium-os:9256. Review URL: http://codereview.chromium.org/6247012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71991 0039d316-1c4b-4281-b951-d872f2087c98
-
twiz@chromium.org authored
Changing the behaviour of DOMStorageMessageFilter so that receiving invalid messages does not terminate the renderer. For background, see remarks in the associated bug. BUG=69729 TEST=None Review URL: http://codereview.chromium.org/6342011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71990 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
broken in r71858. BUG=70244 TEST=manual (in and out of --kiosk) Review URL: http://codereview.chromium.org/6343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71988 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@google.com authored
BUG=none TEST=none TBR=thakis TBR=senorblanco@chromium.org Review URL: http://codereview.chromium.org/6287006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71987 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@google.com authored
Add gpu/ files from the public skia project into the chrome build. This is in preparation for experimenting with them to gpu-accelerate various aspects of chrome's drawing. In this initial patch, the files will be built, but not called. BUG=none TEST=be sure that page rendering, and <canvas> rendering, look the same as before Review URL: http://codereview.chromium.org/6357006 TBR=senorblanco@chromium.org Review URL: http://codereview.chromium.org/6329014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71986 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@google.com authored
BUG=none TEST=Pepper Flash, PPAPITests Review URL: http://codereview.chromium.org/6261017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71985 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
The |WebViewClient::didAcceptAutocompleteSuggestion| method is no longer dispatched from the WebKit side, and had been replaced by |WebViewClient::didAcceptAutoFillSuggestion|. The PasswordAutocompleteManager had not been updated to account for this. Those updates are made in this patch. Follow up is to remove the |WebViewClient::didAcceptAutocompleteSuggestion| method from WebKit. Also, the |PasswordAutocompleteManager::FrameClosing| method was not getting properly dispatched to perform cleanup tasks. This is fixed now. BUG=68681 TEST=PasswordAutocompleteManagerTest.SuggestionSelect Review URL: http://codereview.chromium.org/6262008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71984 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
BUG=none TEST=none TBR=thakis git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71983 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Add gpu/ files from the public skia project into the chrome build. This is in preparation for experimenting with them to gpu-accelerate various aspects of chrome's drawing. In this initial patch, the files will be built, but not called. BUG=none TEST=be sure that page rendering, and <canvas> rendering, look the same as before Review URL: http://codereview.chromium.org/6357006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71982 0039d316-1c4b-4281-b951-d872f2087c98
-
tessamac@google.com authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/6340001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71976 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6265012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71975 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
This allows Chrome to recreate its status tray icons on Windows in the case that explorer.exe is restarted, or isn't running yet at the time that chrome starts up. BUG=69972 TEST=Run chrome without explorer.exe running, then start explorer.exe Review URL: http://codereview.chromium.org/6289010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71974 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
to notify the control that the checked state has changed. BUG=69613 TEST=none Review URL: http://codereview.chromium.org/6285003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71973 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
BUG=65911 TEST=manually run tests. Review URL: http://codereview.chromium.org/6231004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71972 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71971 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/6257006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71970 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Move linux web widgets painting code from webkit; - Move dependent resources from webkit_resources into gfx_resources and follow the pattern in net package to add resource loading support to gfx package; - Update ChromeOS theme engine to follow mocks in chromium-os:9256. BUG=chromium-os:9256 TEST=Verify default web widgets has desired look on ChromeOS. Review URL: http://codereview.chromium.org/6254004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71969 0039d316-1c4b-4281-b951-d872f2087c98
-
anicolao@google.com authored
TEST=manually, trybots BUG=none Review URL: http://codereview.chromium.org/6380005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71968 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6255006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71967 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=none TEST=none TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/6249011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71966 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
This skips r33 (which is unrelated) for the moment because NaCl needs changes in order to compile with r33. BUG=None TEST=None Review URL: http://codereview.chromium.org/6307009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71965 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
TBR=ben Review URL: http://codereview.chromium.org/6306005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71964 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=58975 TEST=none Review URL: http://codereview.chromium.org/6268005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71963 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Ignore touch-move events that don't actually change the touch location. BUG=none TEST=none Review URL: http://codereview.chromium.org/6323010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71962 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
I wasn't thinking and realized I need to get rid of the dependency on Browser IOThread, because the service process doesn't have one. This means I can move this back to chrome/common, but I won't do that until you have finished your implementations. BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/6312007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71961 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=printing works after code change. Review URL: http://codereview.chromium.org/6374004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71960 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=none TEST=none R=thakis Review URL: http://codereview.chromium.org/6294008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71958 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG=69719 Review URL: http://codereview.chromium.org/6295010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71957 0039d316-1c4b-4281-b951-d872f2087c98
-
satish@chromium.org authored
I have not added a new test for this because the existing test is flaky and didn't seem right to add another flaky test like that. Instead I've added a TODO to add a browser test for this case once the flaky test has been fixed. BUG=none TEST=manual Review URL: http://codereview.chromium.org/6358007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71956 0039d316-1c4b-4281-b951-d872f2087c98
-