summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding Windows service template for Cloud Print connector.gene@chromium.org2012-04-278-1/+230
| | | | | | | | | | | | Current Service can register and unrerister itself as a Windows Service. This service is not part of the Chrome browser, but belongs to the place as virtual print driver for cloud print. BUG=125026 TEST=Build and verify service gets registered with "/Service" command. And unregistered with "/UninstallService" command. Review URL: https://chromiumcodereview.appspot.com/10222011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134298 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-04-271-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134297 0039d316-1c4b-4281-b951-d872f2087c98
* Don't make checkdeps ignore includes to directories that are brought in via ↵jam@chromium.org2012-04-2728-20/+51
| | | | | | | | deps. Most of these are already listed in DEPS files, and it seems that we want to prevent includes on them just like normal directories that are in our tree (otherwise content can depend on native_client, for ex) Review URL: https://chromiumcodereview.appspot.com/10248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134296 0039d316-1c4b-4281-b951-d872f2087c98
* Add key modifier on minimize/restore button click to minimize/restore all ↵jennb@chromium.org2012-04-2712-45/+132
| | | | | | | | | | | | | Panels for Mac. Panel.xib changed to remove animation layer for minimize and restore buttons. Bad 'copy-paste' from wrench menu button. Gets rid of kCGError warnings when running interactive_ui_tests. BUG=123176 TEST=new test added. Review URL: https://chromiumcodereview.appspot.com/10173035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134295 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Add a shadow for the uber-tray popups.sadrul@chromium.org2012-04-272-39/+104
| | | | | | | | | BUG=123154, 124861 TEST=none Review URL: https://chromiumcodereview.appspot.com/10171021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134294 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Open getting started guide in app window. Add support for new GSG URL.nkostylev@chromium.org2012-04-272-42/+74
| | | | | | | | | | | Remove OEM URL from OOBE case. BUG=chrome-os-partner:6243 TEST=Manual. Sign with a new user and see that GSG is opened in an app window. Review URL: http://codereview.chromium.org/10238004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134293 0039d316-1c4b-4281-b951-d872f2087c98
* Adding IsMouseLocked and removing IsMouseLockedOrPending from ↵scheib@chromium.org2012-04-275-27/+21
| | | | | | | | | | | | FullscreenController. Part of a larger set of patches refactoring FullscreenController to support mouse lock in windowed (not fullscreen) mode. BUG=107320 Review URL: http://codereview.chromium.org/10225012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134292 0039d316-1c4b-4281-b951-d872f2087c98
* Adding suppression for LocalFileReaderTest.DeleteWithUnfinishedReadkinuko@google.com2012-04-271-1/+13
| | | | | | | | | | | | | Caused by r134276. I cannot repro this in my local valgrind and this looks to be a test-only issue. I'll take a look but would like to suppress this for now. BUG=123302 TEST=LocalFileReaderTest.DeleteWithUnfinishedRead TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10253011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134291 0039d316-1c4b-4281-b951-d872f2087c98
* Add renderer process support in PyAuto HeapProfilerDump API.dmikurube@chromium.org2012-04-277-11/+89
| | | | | | | | | BUG=123752 TEST=none Review URL: http://codereview.chromium.org/10035055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134290 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-04-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134289 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 115413:115441.dglazkov@chromium.org2012-04-271-1/+1
| | | | | | | | | | TBR=bulach TEST=none BUG=none Review URL: https://chromiumcodereview.appspot.com/10257008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134288 0039d316-1c4b-4281-b951-d872f2087c98
* Cleans up a couple of places that were installing WindowObservers butsky@chromium.org2012-04-2710-18/+102
| | | | | | | | | | | | | | | never removing them. This is problematic as it is possible for a Window to be destroyed after the shell. ScopedObserver is pretty generic, but I'll leave it here for now. BUG=124860 TEST=covered by unit test R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10206027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134287 0039d316-1c4b-4281-b951-d872f2087c98
* New Autofill UI properly changes Colour.csharp@chromium.org2012-04-274-6/+31
| | | | | | | | | | | | | Fixes a bug where the new Autofill UI would change the colour of an input element to yellow when showing a preview in it and fail to change the colour back once the preview was cleared. BUG=51644 TEST=When using the new Autofill UI, elements returns to their original colour when the preview ends. Review URL: http://codereview.chromium.org/10020055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134286 0039d316-1c4b-4281-b951-d872f2087c98
* Add a PPB_Flash_Print interface and implement in Chrome.brettw@chromium.org2012-04-2715-98/+232
| | | | | | | | | | | | | | | | | This shares the implementation with the PDF interface. I put the implementation in the Flash file since that file was already so much smaller, and this one function didn't seem worth creating a new shared file for. This also does some cleanup of the Chrome PPB interfaces. I separated out the implementation of the NaCl interface into its own file, and moved everything into a new renderer/pepper subdirectory. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10173029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134285 0039d316-1c4b-4281-b951-d872f2087c98
* Move text input API to Instance.brettw@chromium.org2012-04-2718-465/+244
| | | | | | | | | | | This allows us to delete a bunch of separate files that just do routing. TEST=none BUG=none Review URL: https://chromiumcodereview.appspot.com/10170014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134284 0039d316-1c4b-4281-b951-d872f2087c98
* Preventing our default handlers for ChromeOS to show up or confuse the userskuhne@chromium.org2012-04-277-1/+93
| | | | | | | | | | BUG=123368 TEST=None Review URL: http://codereview.chromium.org/10139002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134283 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression on ChromeOS for allowing wait.jam@chromium.org2012-04-272-16/+21
| | | | | | | | BUG=30124,125360 TBR=hashimoto Review URL: https://chromiumcodereview.appspot.com/10243007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134282 0039d316-1c4b-4281-b951-d872f2087c98
* FileBrowser: changed standard controls to buttons instead of div's, altered ↵zvorygin@chromium.org2012-04-2711-137/+222
| | | | | | | | | | | UI according to mocks. BUG=chromium-os:28866 TEST=Manual. Review URL: https://chromiumcodereview.appspot.com/10198023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134281 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BrowserCloseTest.DownloadsCloseCheck_1 on Linuxszym@chromium.org2012-04-271-1/+8
| | | | | | | | | TBR=rdsmith@chromium.org BUG=100566 Review URL: https://chromiumcodereview.appspot.com/10253010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134279 0039d316-1c4b-4281-b951-d872f2087c98
* Adding UsbService and UsbDevice constructsgdk@chromium.org2012-04-278-0/+503
| | | | | | | | | | | | | | | UsbService and UsbDevice allow for platform-independent access to the system's USB subsystem. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134216 Review URL: http://codereview.chromium.org/10161035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134278 0039d316-1c4b-4281-b951-d872f2087c98
* Allow json_schema_compiler to handle dictionaries with no fields.gdk@chromium.org2012-04-272-18/+17
| | | | | | | | | | | | | | In addition, removes a dummy field from the CreateOptions dictionary the Socket API's IDL file. R=miket@chromium.org,asargent@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/10244008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134277 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding r134248 with leak fix in tests - Make LocalFileReader deletable at ↵kinuko@chromium.org2012-04-276-138/+371
| | | | | | | | | | | | | | | | any time and add unittests. Added one-line change (to force running pending cleanup tasks) for leak fix in the test. Original review URL: https://chromiumcodereview.appspot.com/10234006 BUG=123570 TEST=unit_tests:LocalFileReaderTest.* TBR=michaeln Review URL: https://chromiumcodereview.appspot.com/10170031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134276 0039d316-1c4b-4281-b951-d872f2087c98
* views: Make MenuWrapper do not depend on deprecated Menu2 API.tfarina@chromium.org2012-04-273-9/+12
| | | | | | | | R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10221012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134273 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 134269 - Revert 134234 - Turn thread restrictions on for release ↵kevers@chromium.org2012-04-277-12/+34
| | | | | | | | | | | | | | | | | builds as well so that they're triggered in (default) try/commit jobs. I let them be compiled out only in official builds. Revert breaks ChromeOS Builder (dbg) Also update bug for net::FileStream usage. Review URL: https://chromiumcodereview.appspot.com/10238009 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10256003 TBR=kevers@chromium.org Review URL: https://chromiumcodereview.appspot.com/10255004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134270 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 134234 - Turn thread restrictions on for release builds as well so ↵kevers@chromium.org2012-04-277-34/+12
| | | | | | | | | | | | | | that they're triggered in (default) try/commit jobs. I let them be compiled out only in official builds. Breaks vmtest on builders chromiumOS x86 and amd64. Also update bug for net::FileStream usage. Review URL: https://chromiumcodereview.appspot.com/10238009 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10256003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134269 0039d316-1c4b-4281-b951-d872f2087c98
* Set svn:executable bit on scripts that are executable.maruel@chromium.org2012-04-275-9/+14
| | | | | | | | | | | | Fix json import ordering R=miket@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10164024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134268 0039d316-1c4b-4281-b951-d872f2087c98
* Set svn:executable on executable python scriptsmaruel@chromium.org2012-04-271-0/+0
| | | | | | | | | | | R=nirnimesh@chromium.org BUG= TEST= NOTRY=true Review URL: http://codereview.chromium.org/10212011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134267 0039d316-1c4b-4281-b951-d872f2087c98
* New Autofill UI uses ID for passwordcsharp@chromium.org2012-04-274-50/+3
| | | | | | | | | | | | | The new Autofill UI uses field IDs to determine which values should be handled by the password manager or the default Autofill manager. BUG=51644 TEST= Review URL: http://codereview.chromium.org/10230005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134266 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize Android OS path overrides for testingpeter@chromium.org2012-04-273-3/+16
| | | | | | | | | | | | | WebKit's TestWebKitAPI and webkit_unit_tests rely on paths on the phone to be overridden in order to run correctly. BUG= TEST= Review URL: http://codereview.chromium.org/10203014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134265 0039d316-1c4b-4281-b951-d872f2087c98
* Disalbe Libcros by defaulthashimoto@chromium.org2012-04-274-7/+7
| | | | | | | | | | BUG=chromium-os:16557 TEST=unit_tests --gtest_filter="CrosNetworkFunctions*" Review URL: http://codereview.chromium.org/10140026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134264 0039d316-1c4b-4281-b951-d872f2087c98
* ScopedAllowWait for NativeBackendKWallet::InitWithBusbattre@chromium.org2012-04-272-1/+8
| | | | | | | | | | | | Add a ScopedAllowWait to prevend a DCHECK in NativeBackendKWallet::InitWithBus. BUG=125331 TEST=no TBR=mdm@chromium.org,jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10252003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134263 0039d316-1c4b-4281-b951-d872f2087c98
* Use 'copy' drop effect when the destination root is different.serya@google.com2012-04-272-19/+71
| | | | | | | | | | | | | I also added code to change drop effect with 'ctrl' and 'shift' keys but it doesn't work ('dtop' and 'dragover' events always come with event.ctrlKey == false). Another issue: while dragging cursor is different for 'none' and 'move' drop effects, 'move' and 'cppy' have the same cursor. BUG=chromium-os:29773 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10233008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134262 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-04-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134261 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 115339:115413bulach@chromium.org2012-04-271-1/+1
| | | | | | | | | | | BUG= TEST= TBR=dglazkov@chromium.org Review URL: http://codereview.chromium.org/10209023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134260 0039d316-1c4b-4281-b951-d872f2087c98
* Add dom_storage::SessionStorageDatabase.marja@chromium.org2012-04-275-0/+1722
| | | | | | | | | | | BUG=104292 TEST=SessionStorageDatabaseTest.* TBR=tony@chromium.org Review URL: http://codereview.chromium.org/10176005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134259 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 134248 - Make LocalFileReader deletable at any time and add unittests.kinuko@chromium.org2012-04-276-366/+138
| | | | | | | | | | | | | | | | Changed the internal Open() logic not to deal with raw PlatformFile handle but instead to rely on net::FileStream's destructor to close the file. Also adding more specific comment to FileReader interface. BUG=123570 TEST=unit_tests:LocalFileReader.* Review URL: https://chromiumcodereview.appspot.com/10234006 TBR=kinuko@chromium.org Review URL: https://chromiumcodereview.appspot.com/10209025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134258 0039d316-1c4b-4281-b951-d872f2087c98
* Fix MemoryTest after r134234.tonyg@chromium.org2012-04-271-0/+2
| | | | | | | | | | | | | | | Example failure: http://build.chromium.org/p/chromium.perf/builders/Vista%20Perf%20%282%29/builds/18273/steps/memory_test/logs/stdio Seems fine for a test to do IO whenever. TBR=jam@chromium.org BUG=None TEST=out/Release/performance_ui_tests --gtest_filter=GeneralMixMemoryTest.* Review URL: https://chromiumcodereview.appspot.com/10209024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134257 0039d316-1c4b-4281-b951-d872f2087c98
* Align Android's WebMediaPlayer enumeration usage with recent WebKit changespeter@chromium.org2012-04-271-19/+19
| | | | | | | | | | | | | | WebKit's r115393 cleaned up enum values, but didn't amend this file to reflect these changes, causing a build failure when trying to roll the revisions into Chromium. BUG= TEST=The Android configuration can cleanly compile. TBR=acolwell@chromium.org Review URL: https://chromiumcodereview.appspot.com/10187013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134256 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed uninitialized use in ExtensionService, introduced in ↵joaodasilva@chromium.org2012-04-271-0/+1
| | | | | | | | | | | | http://crrev.com/134251 TBR=asargent@chromium.org BUG=124163 TEST=Valgrind bots are happy Review URL: https://chromiumcodereview.appspot.com/10254003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134255 0039d316-1c4b-4281-b951-d872f2087c98
* Navigating to directory or device then dragging files.serya@google.com2012-04-273-16/+51
| | | | | | | | | | | When the user is dragging files and keeps the cursor over a folder or device (in the file list, divice list or breadcrumbs) for 2 secs that folder gets current (or in case of device the latest visited folder, like when user clickis on it). BUG=chromiumos:29774 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10254002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134254 0039d316-1c4b-4281-b951-d872f2087c98
* Reimplement ListIPConfigs and FreeIPConfigStatus without libcroshashimoto@chromium.org2012-04-2711-158/+481
| | | | | | | | | BUG=chromium-os:16557 TEST=unit_tests --gtest_filter="CrosNetworkFunctions*" Review URL: https://chromiumcodereview.appspot.com/10198014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134253 0039d316-1c4b-4281-b951-d872f2087c98
* Add histogram webkitGetUserMedia, webkitPeerConnection and ↵perkj@chromium.org2012-04-271-3/+18
| | | | | | | | | | | webkitDeprecatedPeerConnection. BUG=125327 TEST=Tested using chrome://histograms/WebRTC and JS test pages. Review URL: http://codereview.chromium.org/10187011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134252 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crasher in ExtensionService::UpdateExtension.joaodasilva@chromium.org2012-04-272-17/+29
| | | | | | | | | | BUG=124163 TEST=Crash reports with this stack trace stop coming in Review URL: http://codereview.chromium.org/10167003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134251 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-04-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134250 0039d316-1c4b-4281-b951-d872f2087c98
* Updated WebRTC in DEPS to 2137henrika@chromium.org2012-04-271-1/+1
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/10255001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134249 0039d316-1c4b-4281-b951-d872f2087c98
* Make LocalFileReader deletable at any time and add unittests.kinuko@chromium.org2012-04-276-138/+366
| | | | | | | | | | | | | Changed the internal Open() logic not to deal with raw PlatformFile handle but instead to rely on net::FileStream's destructor to close the file. Also adding more specific comment to FileReader interface. BUG=123570 TEST=unit_tests:LocalFileReader.* Review URL: https://chromiumcodereview.appspot.com/10234006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134248 0039d316-1c4b-4281-b951-d872f2087c98
* [cros,login] Do not rely on "window.navigator.onLine".altimofeev@chromium.org2012-04-271-11/+6
| | | | | | | | | | | | On the login screen we use own network listener, so relying the other means could cause races. BUG=chromium-os:29089 TEST=manual Review URL: http://codereview.chromium.org/10174019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134247 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1120.0 to 1121.0chrome-release@google.com2012-04-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134244 0039d316-1c4b-4281-b951-d872f2087c98
* Update Web*Layer includes to point to third_party/WebKit/Source/Platform/...jamesr@chromium.org2012-04-271-3/+3
| | | | | | | | | | | | This will allow removing some forwarding headers from Source/WebKit/chromium/public/platform BUG=none TEST=compiles Review URL: http://codereview.chromium.org/10187009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134242 0039d316-1c4b-4281-b951-d872f2087c98
* Add an 'Action Box' command line switch and flag.aa@chromium.org2012-04-274-0/+17
| | | | | | | | | BUG=125307 Review URL: http://codereview.chromium.org/10250009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134241 0039d316-1c4b-4281-b951-d872f2087c98