summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Split flip_in_mem_edsm_server into a gazillion pieces.mbelshe@chromium.org2011-02-0225-3216/+3612
| | | | | | | | | | | For the most part, this is a straight refactor. I'm sure I broke something. BUG=monolithic code TEST=none Review URL: http://codereview.chromium.org/6392011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73491 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Implement unspoofable infobars.rsesek@chromium.org2011-02-0210-49/+315
| | | | | | | | | | | | | | | | Each infobar is responsible for drawing a little tab-like bulge that pushes into the browser frame (or another infobar, if there is more than one). XIB changes: * Increase the height of Infobar.xib 9px to account for the bulge * Slide the image and text over so that the image is now aligned for the bulge BUG=57106 TEST=Go to http://it.wikipedia.org and get an infobar. Open the Task Manager and force-quit an extension to get a second infobar. Both have the bulge. Review URL: http://codereview.chromium.org/6250080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73490 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile warning.kuan@chromium.org2011-02-021-1/+1
| | | | | | | | | | | | TBR 'cos break is broken. TBR=zelidrag@chromium.org BUG=chromium-os:6839 TEST=none. Review URL: http://codereview.chromium.org/6286054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73489 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 73484 - Pulling in newer version of gyp (fixes actions on overlapping ↵arv@chromium.org2011-02-021-1/+1
| | | | | | | | | | | | | | | | inputs on windows). BUG=gyp44 TEST=gyp(actions_multiple) Review URL: http://codereview.chromium.org/6250086 TBR=bradnelson@google.com Review URL: http://codereview.chromium.org/6312094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73488 0039d316-1c4b-4281-b951-d872f2087c98
* Implements chrome as a dbus service that exposes chrome functionalities, inkuan@chromium.org2011-02-029-60/+601
| | | | | | | | | | | | | | | | addition to its client role that listens to signals from other chromeos dbus services. For now, it exposes the functionality of resolving network proxies for specified urls from chromeos clients. Implements read-write access APIs for proxy settings, will be used by UI to check if current user can read or write proxy settings. BUG=chromium-os:8890,chromium-os:6839 TEST=none Review URL: http://codereview.chromium.org/5054001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73487 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a data race in ServiceProcessState::SignalStoppedtimurrrr@chromium.org2011-02-021-3/+11
| | | | | | | | | | Also move yestarday's gdk_ suppression into 'benign' category BUG=71695,71634 TBR=glider TEST=TSan/unit should go green Review URL: http://codereview.chromium.org/6410036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73486 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newer version of gyp (fixes actions on overlapping inputs onbradnelson@google.com2011-02-021-1/+1
| | | | | | | | | | | windows). BUG=gyp44 TEST=gyp(actions_multiple) Review URL: http://codereview.chromium.org/6250086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73484 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the ability for instant to be controlled by group policy.sky@chromium.org2011-02-027-0/+29
| | | | | | | | | BUG=64922 TEST=none Review URL: http://codereview.chromium.org/6312070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73483 0039d316-1c4b-4281-b951-d872f2087c98
* Part two of CL 5915006: change local state data so that Mac can test ↵mirandac@chromium.org2011-02-021-1/+1
| | | | | | | | | | | properly (no windows below 400 width allowed on Mac). BUG=66717 TEST=see r72153 Review URL: http://codereview.chromium.org/6286053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73482 0039d316-1c4b-4281-b951-d872f2087c98
* Remove user-related data from local_state and add to user_preferences, in ↵mirandac@chromium.org2011-02-0221-89/+254
| | | | | | | | | | | | | | | | | | | | preparation for multi-profile. devtools kDevToolsSplitLocation browser kBrowserWindowPlacement Also add a method to browser_prefs to delete obsolete preferences from local state, and fix all related tests. BUG=66717 TEST=all browser, interactive, and ui tests work properly Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72153 Review URL: http://codereview.chromium.org/5915006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73481 0039d316-1c4b-4281-b951-d872f2087c98
* Update svn ignore for testing/gmock, third_party/skia/gpu and ↵maruel@chromium.org2011-02-020-0/+0
| | | | | | | | | | | | | third_party/webdriver/python. NO CODE CHANGE. TEST=none BUG=none TBR=nsylvain git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73480 0039d316-1c4b-4281-b951-d872f2087c98
* Begin to integrate Focus Manager. Add Windows accelerator handler ↵ben@chromium.org2011-02-028-2/+284
| | | | | | | | | | | implementation (commented out now due to lack of focus manager). Add some utilities to NativeWidget for obtaining NativeWidget from a NativeView. BUG=none TEST=none Review URL: http://codereview.chromium.org/6286035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73479 0039d316-1c4b-4281-b951-d872f2087c98
* Document the experimental TTS API.dmazzoni@chromium.org2011-02-026-11/+2255
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6360019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73478 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia 746 -> 752vandebo@chromium.org2011-02-022-2/+2
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6334042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73477 0039d316-1c4b-4281-b951-d872f2087c98
* Carnitas: Refactor ShowHtmlDialog()sail@chromium.org2011-02-0214-101/+55
| | | | | | | | | | | This change puts the ShowHtmlDialog() function into a common cross platform header. BUG=None TEST=Tested on Mac. Windows and Linux builds pending. Review URL: http://codereview.chromium.org/6250030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73476 0039d316-1c4b-4281-b951-d872f2087c98
* Fix reentrancy in HandleEvent by posting a taskpiman@google.com2011-02-021-3/+9
| | | | | | | | | BUG=none TEST=pepper flash, run it and move the mouse everywhere. Review URL: http://codereview.chromium.org/6260057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73475 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Refactor login: move common code out of UserController.nkostylev@chromium.org2011-02-0212-169/+224
| | | | | | | | | | | | | | 1. Tooltip generation - moved to UserManager::User. 2. Tracking user picture update - moved to ExistingUserController. 3. Resorted methods in UserController a bit. 4. Moved users param from EUC ctor to Init() BUG=chromium-os:11268 TEST=Existing, manual. Review URL: http://codereview.chromium.org/6349047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73474 0039d316-1c4b-4281-b951-d872f2087c98
* Only keep accelerators registered while the window is visibleasanka@chromium.org2011-02-023-1/+47
| | | | | | | | | BUG=69683 TEST=ViewTest.HiddenViewWithAccelerator Review URL: http://codereview.chromium.org/6271010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73473 0039d316-1c4b-4281-b951-d872f2087c98
* Implement proxy for 3d-related interfacespiman@google.com2011-02-0226-47/+2501
| | | | | | | | | BUG=none TEST=Pepper Flash Review URL: http://codereview.chromium.org/6400007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73472 0039d316-1c4b-4281-b951-d872f2087c98
* [mac accessibility] Fix a crash that may occur while using VoiceOver.csilv@chromium.org2011-02-021-1/+4
| | | | | | | | BUG=66917 TEST=Open several complex web-pages as describe in bug, close them all without crashing. Review URL: http://codereview.chromium.org/6410014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73471 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor the exceptions lists to use the InlineEditableItemList classstuartmorgan@chromium.org2011-02-026-150/+75
| | | | | | | | | | | | | While I was removing code that's no longer needed, I also simplified the select element handling. I also abstracted some styling for inline editable list text fields so that CSS isn't replicated for each list. BUG=None TEST=DOMUI Settings lists, especially exceptions, should still work correctly and look right. Review URL: http://codereview.chromium.org/6334038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73470 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent pending callbacks after an error from being interpreted as teardown ↵acolwell@chromium.org2011-02-023-13/+120
| | | | | | | | | | | | | | callbacks. - Moved teardown state transitions to use TeardownStateTransitionTask() so they can't be confused with normal playback transitions in FilterStateTransitionTask(). - Fixed code so seek callback is called if an error occurs during a Seek(). BUG=71087 TEST=PipelineImplTest.ErrorDuringSeek Review URL: http://codereview.chromium.org/6250092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73469 0039d316-1c4b-4281-b951-d872f2087c98
* Submitting http://codereview.chromium.org/6392023/ on behalf of olege@ :zelidrag@chromium.org2011-02-021-0/+1
| | | | | | | | | | | Set focus to omni box of the Net Tab Page. In some cases on ChromiumOS a new tab didn't have focus after being opened. BUG=chromium-os:10898 TEST=make sure that focus is set on omnibox when we create new tab on ChromeOS Review URL: http://codereview.chromium.org/6410004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73468 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 77375:77377.dglazkov@chromium.org2011-02-021-1/+1
| | | | | | | | | | TBR=loislo TEST=none BUG=none Review URL: http://codereview.chromium.org/6286050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73467 0039d316-1c4b-4281-b951-d872f2087c98
* Update installer test constants for finding correct dev and stable builds.kkania@chromium.org2011-02-021-2/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6351003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73466 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable HistoryBrowserTest.SavingHistoryDisabled and ↵phajdan.jr@chromium.org2011-02-021-18/+30
| | | | | | | | | | | | | SavingHistoryDisabledThenEnabled Also add debugging code in case they are still unstable. However, the logs seem to indicate a bot/launcher issue. BUG=57994 TEST=browser_tests Review URL: http://codereview.chromium.org/6246030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73465 0039d316-1c4b-4281-b951-d872f2087c98
* IndexedDB: Update calls to WebIDBObjectStore::put().hans@chromium.org2011-02-027-13/+47
| | | | | | | | | | | | The put() function has been updated to take a PutMode parameter rather than the addOnly bool. Update calls, and ship the PutMode across IPC. BUG=64052 TEST=none Review URL: http://codereview.chromium.org/6250049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73464 0039d316-1c4b-4281-b951-d872f2087c98
* add GrGLConfig_chrome.h to the gypreed@google.com2011-02-021-0/+1
| | | | | | Review URL: http://codereview.chromium.org/6258018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73463 0039d316-1c4b-4281-b951-d872f2087c98
* Move ViewHostMsg_PagesReadyForPreview message to CreatePreviewDocument() ↵kmadhusu@chromium.org2011-02-024-27/+28
| | | | | | | | | | | function. BUG=none TEST=printing works after code change. Review URL: http://codereview.chromium.org/6240014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73462 0039d316-1c4b-4281-b951-d872f2087c98
* Remove multi_process_notificationsdmaclach@chromium.org2011-02-028-1229/+0
| | | | | | | | | BUG=none TEST=build Review URL: http://codereview.chromium.org/6250100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73461 0039d316-1c4b-4281-b951-d872f2087c98
* Remove code from host content settings map that was moved out.markusheintz@chromium.org2011-02-021-14/+0
| | | | | | | | | BUG=63656 TEST=host_content_settings_map_unittest.cc Review URL: http://codereview.chromium.org/6286045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73454 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 77370:77375yurys@chromium.org2011-02-021-1/+1
| | | | | | | | | | TBR=dglazkov BUG= TEST= Review URL: http://codereview.chromium.org/6334052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73453 0039d316-1c4b-4281-b951-d872f2087c98
* Don't dereference NULL pointers.backer@chromium.org2011-02-022-19/+28
| | | | | | | | | | | | According to render_widget_host.h, view() can return NULL. This patch checks the value of view() before dereferencing it. BUG=crash reports indicate failure at point of dereferencing TEST=none (don't know how to repro) Review URL: http://codereview.chromium.org/6250084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73452 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: removing obsolete test.glotov@google.com2011-02-023-100/+0
| | | | | | | | | BUG=chromium:60050, chromium-os:8517 TEST=none Review URL: http://codereview.chromium.org/6250052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73451 0039d316-1c4b-4281-b951-d872f2087c98
* Pacify Coverity when reading kExtensionsPref dictionarybattre@chromium.org2011-02-022-6/+13
| | | | | | | | | | | CID 14614 BUG=none TEST=none Review URL: http://codereview.chromium.org/6392022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73450 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Rename DOMUIThemeSource to WebUIThemeSource.tfarina@chromium.org2011-02-029-35/+35
| | | | | | | | | BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6286037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73449 0039d316-1c4b-4281-b951-d872f2087c98
* Fix device management testservergfeher@chromium.org2011-02-021-2/+3
| | | | | | | | | | | Fix serving of policies after the recent config file format change. BUG=none TEST=Run the testserver with Chrome and check that policies are applied to Chrome. Review URL: http://codereview.chromium.org/6246043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73448 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where we were showing incorrect input method display names.satorux@chromium.org2011-02-023-4/+6
| | | | | | | | | | | | This bug was introduced by http://src.chromium.org/viewvc/chrome?view=rev&revision=73126 TEST=confirm that the display names are fixed. Added a test for this. BUG=chromium-os:11575 Review URL: http://codereview.chromium.org/6312086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73447 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid a couple of tests on Linux to get the tree green for now.cevans@chromium.org2011-02-021-0/+2
| | | | | | | | | BUG=30700 TBR=cpu Review URL: http://codereview.chromium.org/6250103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73446 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 77366:77370yurys@chromium.org2011-02-021-1/+1
| | | | | | | | | | TBR=dglazkov BUG= TEST= Review URL: http://codereview.chromium.org/6410026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73443 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 657.0 to 658.0chrome-release@google.com2011-02-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73441 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crashes in browser_tests for Chrome OS.satorux@chromium.org2011-02-022-1/+13
| | | | | | | | | | | This was caused by http://src.chromium.org/viewvc/chrome?view=rev&revision=73426. BUG=chromium-os:11581 TEST=browser_tests passed. Review URL: http://codereview.chromium.org/6410023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73439 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure that owner is always visible on login screendpolukhin@chromium.org2011-02-022-2/+9
| | | | | | | | | BUG=chromium-os:11330 TEST=manual, see issue Review URL: http://codereview.chromium.org/6347068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73438 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 77356:77366yurys@chromium.org2011-02-021-1/+1
| | | | | | | | | | TBR=dglazkov BUG= TEST= Review URL: http://codereview.chromium.org/6410024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73437 0039d316-1c4b-4281-b951-d872f2087c98
* Disable JingleSessionTest.Connect, JingleSessionTest.TestControlChannelphajdan.jr@chromium.org2011-02-021-2/+4
| | | | | | | | | | | | | | Those tests flakily trigger a libjingle assertion: Error(common.cc:67): e:\b\build\slave\win\build\src\third_party\libjingle\source\talk\session\tunnel\pseudotcpchannel.cc(281): ASSERT FAILED: stream_ != NULL && stream_thread_->IsCurrent() @ cricket::PseudoTcpChannel::Close TBR=hclam BUG=70225 TEST=remoting_unittests Review URL: http://codereview.chromium.org/6334046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73436 0039d316-1c4b-4281-b951-d872f2087c98
* Remove CanProvideDefaultSettings method from default content settings ↵jochen@chromium.org2011-02-0211-40/+0
| | | | | | | | | | | provider interface. BUG=63656 TEST=unit_tests:*ContentSettings*.* Review URL: http://codereview.chromium.org/6250077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73435 0039d316-1c4b-4281-b951-d872f2087c98
* Activate / fix the NPAPI plugin test on Linux:cevans@chromium.org2011-02-023-5/+10
| | | | | | | | | | | | | - My install won't tolerate NULLs to XQueryTree(), so fix. - Need to flag the test plug-in as NOT an Xt-based plug-in. - Enable the test in the .gypi. BUG=30700 TEST=ui_tests,NPAPI*.* Review URL: http://codereview.chromium.org/6349042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73434 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromeFrame net tests which regressed with the change to register the ↵ananta@chromium.org2011-02-021-0/+2
| | | | | | | | | | | | | | chrome frame binary for every test run. We need to register the path provider prior to attempting the registration. BUG=none TEST=chrome frame net tests should run TBR=amit Review URL: http://codereview.chromium.org/6312087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73433 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: remove unused internet and system pages for chrome os options.falken@chromium.org2011-02-0212-1828/+3
| | | | | | | | | | | These are now unused because of the migration to DOMUI options. This is a continuation of cleanup done in http://codereview.chromium.org/6336005/ BUG=chromium-os:8307 TEST=ran on linux and netbook, unit tests passed Review URL: http://codereview.chromium.org/6307019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73432 0039d316-1c4b-4281-b951-d872f2087c98
* Listen to APP_TERMINATING instead of APP_EXITING to fix the issue 11055.yusukes@google.com2011-02-021-3/+6
| | | | | | | | | BUG=chromium-os:11055 TEST=see the bug Review URL: http://codereview.chromium.org/6368044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73431 0039d316-1c4b-4281-b951-d872f2087c98