- 26 Mar, 2012 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128924 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@google.com authored
* browser_state_monitor.cc/h: Added. The class which monitors a notification from the browser to keep track of the browser state (not logged in, logged in, etc.) and notify the current state to the input method manager. The class also updates the appropriate Chrome prefs (~/Local\ State or ~/Preferences) depending on the current browser state. When Uber Tray is disabled via chrome://flags, the class does nothing. In the next CL, I'll remove all preference code from InputMethodButton and make browser_state_monitor.cc work regardless of whether Uber Tray is disabled or not. * preferences.cc: When Uber Tray is enabled, handle prefs::kLanguageCurrentInputMethod and prefs::kLanguagePreviousInputMethod prefs in the class. preferences.cc is the standard place for checking the initial values of Chrome OS specific user prefs. BUG=chromiun-os:28297 TEST=manual (not ready for writing unit tests. It will be done as part of 19655 very soon for R20). Checked test cases in http://code.google.com/p/chromium-os/issues/detail?id=19655#c11. Review URL: https://chromiumcodereview.appspot.com/9852008 TBR=yusukes@google.com Review URL: https://chromiumcodereview.appspot.com/9857017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128923 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9853024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128922 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=asvitkine@chromium.org Review URL: https://chromiumcodereview.appspot.com/9858001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128921 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
BUG=chromium-os:27504 TEST=See bug. Review URL: http://codereview.chromium.org/9839009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128920 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Regressed in crrev.com/128867. Sorry about this! BUG=chromium-os:28416 TEST=manually Review URL: https://chromiumcodereview.appspot.com/9853022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128919 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=119270 TEST=see bug for manual test Review URL: http://codereview.chromium.org/9834045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128918 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
The bookmarks bar view draws a separator that looks odd with Ash assets. Just hide it for Ash (similar to Mac appearance). BUG=120049 TEST=visual, create bookmarks in the Other bookmarks folder, turn on the bookmarks bar, verify there's no weird separator to the left of 'Other bookmarks' Review URL: http://codereview.chromium.org/9857003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128917 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
also widened existing GDI suppressions in chromium code TBR=rnk@chromium.org BUG=119552,109963 TEST=several ui_tests runs under Dr. Memory Review URL: https://chromiumcodereview.appspot.com/9838075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128916 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9839034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128915 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
BUG=120146 TBR=tommi@chromium.org Review URL: https://chromiumcodereview.appspot.com/9809022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128913 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
BUG=chromium-os:20162 TEST=Drag a file into Google Docs. Review URL: https://chromiumcodereview.appspot.com/9809021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128912 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
Every ten builds or so we get a massive leak list, and I believe it's related to these tests. BUG=118203 TBR=akalin@chromium.org Review URL: https://chromiumcodereview.appspot.com/9857012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128911 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
BUG=None TEST=Make sure that the crash dumps are correctly generated and contain experiments information when appropriate. Review URL: http://codereview.chromium.org/9432033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128910 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Have content cancel requests for ResourceContexts when they shutdown, instead of depending on the embedder to do this. I ran into DCHECKs in tests that were running as browser_tests but should have been running as unittests instead. I made them unittests which should also make them faster and remove the flakiness. BUG=98716,115188,115150,115307 Review URL: https://chromiumcodereview.appspot.com/9836066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128909 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=asvitkine@chromium.org Review URL: https://chromiumcodereview.appspot.com/9804003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128908 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128907 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9773025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128906 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
BUG=chromium-os:20162 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/9856014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128905 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=yusukes@chromium.org BUG=chromium-os:27049 TEST=See bug Review URL: http://codereview.chromium.org/9809016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128903 0039d316-1c4b-4281-b951-d872f2087c98
-
kuan@chromium.org authored
BUG=none TEST=none. Review URL: https://chromiumcodereview.appspot.com/9773020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128902 0039d316-1c4b-4281-b951-d872f2087c98
-
antonm@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128901 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:28409 TEST= Review URL: http://codereview.chromium.org/9854015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128900 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
Do this when writing to install attributes and on checking policy responses. This fixes the issue with enrollment failing for mixed-case users. BUG=chromium-os:28232 TEST=See bug. Review URL: http://codereview.chromium.org/9854017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128899 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
- Renamed speech_recognition_request to google_one_shot_remote_engine - Audio encoder moved here (previously was in speech_recognizer). Rationale: Audio encoding is not a requirement of speech recognition. It is a need of the google_one_shot_remote_engine, due to its remote nature. speech_recognition_engine - Extracted the interface SpeechRecognitionEngine (and, accordingly, Delegate) from the former speech_recognition_request. Rationale: google_one_shot_remote_engine is just one of the possible engines (yet currently the only one) that can be exploited to recognize speech. speech_recognition_result - Added SpeechRecognitionError, encapsulating the error code and further error details (for specializing audio errors, since chrome needs them). speech_recognition_manager - Minor adaptions to the new speech_recognizer.cc - Replaced the SpeechRecognitionRequestDelegate interface with the brand new speech_recognition_event_listener BUG=116954 TEST=none Review URL: http://codereview.chromium.org/9663066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128896 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
1) Since the 'closed' closure now runs on the calling thread and not the audio thread assertions in the callback failed. 2) output_buffer_size() was returning the input buffer size. now fixed. Also updating the output side to follow the same rule for the 'onclosed' callback. BUG=120110,120111 TEST=Run content_unittests. Review URL: http://codereview.chromium.org/9858007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128895 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128894 0039d316-1c4b-4281-b951-d872f2087c98
-
danno@chromium.org authored
R=jkummerow@chromium.org Review URL: http://codereview.chromium.org/9858008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128893 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=None TEST=Load an extension IME, check ui.LATEST log, confirm LOG(ERROR)s are not written. Review URL: http://codereview.chromium.org/9837082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128892 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
TBR=darin@chromium.org BUG=119462 TEST=manual Review URL: http://codereview.chromium.org/9834020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128891 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
PpbWebSocketRpcServer::PPB_WebSocket_ReceiveMessage sometime gets unexpected synchronous PP_OK result on PPBWebSocketInterface calling. Receiving data is passed only in completion callbacks. Then, it causes data corruption. This CL fix this issue and in order to reproduce this synchronous PP_OK situation, add one stress test, StressedSendReceive. This CL also fix CcInterface test flakiness on Mac. BUG=111636 TEST=browser_tests --test_filter='PPAPI*Test.WebSocket_CcInterfaces'; browser_tests --test_filter='PPAPI*Test.WebSocket_StressedSendReceive' Review URL: http://codereview.chromium.org/9724007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128890 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
* browser_state_monitor.cc/h: Added. The class which monitors a notification from the browser to keep track of the browser state (not logged in, logged in, etc.) and notify the current state to the input method manager. The class also updates the appropriate Chrome prefs (~/Local\ State or ~/Preferences) depending on the current browser state. When Uber Tray is disabled via chrome://flags, the class does nothing. In the next CL, I'll remove all preference code from InputMethodButton and make browser_state_monitor.cc work regardless of whether Uber Tray is disabled or not. * preferences.cc: When Uber Tray is enabled, handle prefs::kLanguageCurrentInputMethod and prefs::kLanguagePreviousInputMethod prefs in the class. preferences.cc is the standard place for checking the initial values of Chrome OS specific user prefs. BUG=chromiun-os:28297 TEST=manual (not ready for writing unit tests. It will be done as part of 19655 very soon for R20). Checked test cases in http://code.google.com/p/chromium-os/issues/detail?id=19655#c11. Review URL: https://chromiumcodereview.appspot.com/9852008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128889 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128888 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9853011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128887 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128884 0039d316-1c4b-4281-b951-d872f2087c98
-
niklase@chromium.org authored
Review URL: http://codereview.chromium.org/9835082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128882 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128881 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@google.com authored
BUG=114148 TEST=manually and browser_tests --gtest_filter=ExtensionApiTest.FontSettings Review URL: https://chromiumcodereview.appspot.com/9836036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128879 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
Lock down login to the owner only and restore policy on successful owner login. The machine is forced to restart if the owner didn't login because we have no better way to clear the key store loaded for another user. BUG=chromium-os:26793 TEST=TBA. Manually: Delete the policy blob and verify that policy is recovered correctly. Review URL: https://chromiumcodereview.appspot.com/9466005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128877 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=yusukes@chromium.org BUG=chromium-os:28412 TEST=See bug Review URL: http://codereview.chromium.org/9856011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128876 0039d316-1c4b-4281-b951-d872f2087c98
-