summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Exlucde failing test on linux_tsanoshima@chromium.org2012-06-161-0/+7
| | | | | | | | | | TBR=erg@chromium.org BUG=133171 TEST=linux valgrind TSAN bot cycles green (hopefully) Review URL: https://chromiumcodereview.appspot.com/10532182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142605 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress uninitialized errors in chromoting testsoshima@chromium.org2012-06-161-0/+26
| | | | | | | | | | TBR=simonmorris@chromium.org BUG=133167 TEST=linux/mac valgrind bots cycle green Review URL: https://chromiumcodereview.appspot.com/10554020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142603 0039d316-1c4b-4281-b951-d872f2087c98
* Move remaining images from ui/resources to default_100_percent and use ↵benrg@chromium.org2012-06-1624-64/+123
| | | | | | | | | | | correct scale in css files BUG=129203 TEST=Build Review URL: https://chromiumcodereview.appspot.com/10544148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142602 0039d316-1c4b-4281-b951-d872f2087c98
* Provides a way for a window to stop events from propagating to asky@chromium.org2012-06-1616-0/+211
| | | | | | | | | | | | | | child. Wires it up for the situation of a child view with a layer being stacked on top of a child control's window. BUG=none TEST=covered by unit test R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10554015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142601 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r142454 "[Sync] Update one-click signin bubble on OS X"oshima@chromium.org2012-06-165-289/+137
| | | | | | | | | | | | | | Remove "Learn more" link and add "Undo" button. Also use correct bubble text resource on Linux. TBR=akalin@chromium.org BUG=125253 TEST= Review URL: https://chromiumcodereview.appspot.com/10560025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142600 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Activates mnemonics of menu only when it it pressed without modifiers.yoshiki@chromium.org2012-06-161-10/+16
| | | | | | | | | | | | | | | | | | | Previously, mnemonics are activated even with modifiers. For example, pressing "Alt + F" activates mnemonic 'f'. With this patch, pressing "Alt + F" doesn't activate mnemonic and is not handled by menu (and will be propagated). With this patch, Chrome behave as following. 1) Press Alt + F and release all keys. And press Alt + F again => Wrench menu opens, and closes. 2) Press Alt + F and release only F key keeping Alt. And press F key keeping Alt. => Wrench menu opens, and closes. 3) Press Alt + F and release all keys. And press only F key. => Wrench menu opens, and closes the menu and Search box opens. BUG=131264 TEST=Press Alt + F twice, and confirm that search box doesn't open. Review URL: https://chromiumcodereview.appspot.com/10543133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142599 0039d316-1c4b-4281-b951-d872f2087c98
* Restore MenuController ActivationChanged notification for OS_CHROMEOS.flackr@chromium.org2012-06-161-1/+11
| | | | | | | | | | BUG=131027 TEST=Open a menu, lock the screen. The menu is closed when the lock window triggers an activation change notification. Review URL: https://chromiumcodereview.appspot.com/10532166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142598 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142597 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r142585 "WK roll: 120482-120493"oshima@chromium.org2012-06-161-1/+1
| | | | | | | | | | TBR=atwilson@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10565020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142596 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1177.0 to 1178.0chrome-release@google.com2012-06-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142592 0039d316-1c4b-4281-b951-d872f2087c98
* Do not toggle Applist with Search key press when accessibility is enabled.yusukes@chromium.org2012-06-1613-27/+56
| | | | | | | | | | BUG=132296 TEST=manual + aura_shell_unittests Review URL: https://chromiumcodereview.appspot.com/10543158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142590 0039d316-1c4b-4281-b951-d872f2087c98
* Predefined allowed socket origins must have chrome-extension schemedpolukhin@chromium.org2012-06-161-1/+1
| | | | | | | | | | BUG=132806 TEST=browser_tests Review URL: https://chromiumcodereview.appspot.com/10556002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142589 0039d316-1c4b-4281-b951-d872f2087c98
* Changed icons.rltoscano@google.com2012-06-169-23/+16
| | | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10562024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142588 0039d316-1c4b-4281-b951-d872f2087c98
* Fix broken test.aa@chromium.org2012-06-161-2/+3
| | | | | | | | | BUG=132633 TBR=levin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10554019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142587 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142586 0039d316-1c4b-4281-b951-d872f2087c98
* WK roll: 120482-120493atwilson@chromium.org2012-06-161-1/+1
| | | | | | | | | | | TBR=morrita@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10566016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142585 0039d316-1c4b-4281-b951-d872f2087c98
* Clarify a warning message. Sort of.aa@chromium.org2012-06-161-1/+10
| | | | | | | | | | | | | | | | It isn't possible to give an exact date for withdrawing support because it is being phased in several steps. But I agree with the general sentiment of the bug report, so my plan is to write a blog post explaining the steps and link to that. BUG=132633 TBR=levin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10555015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142584 0039d316-1c4b-4281-b951-d872f2087c98
* Upload new images for print previewrltoscano@google.com2012-06-162-0/+0
| | | | | | | | NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10555014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142583 0039d316-1c4b-4281-b951-d872f2087c98
* app_list: Fix shadow bleeds over launcher button and steals mouse eventsxiyuan@chromium.org2012-06-1621-17/+199
| | | | | | | | | | | | - Add hit test mask to aura Window; - Use hit test mask to exclude shadow from hit test; BUG=132872 TEST=Verify mouse events reaches app list launcher button when app list bubble is shown. Clicking on top 3 rect of the 3x3 grid icon should dismiss app list and mouse hover there should have a hover effect. Review URL: https://chromiumcodereview.appspot.com/10566009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142582 0039d316-1c4b-4281-b951-d872f2087c98
* C++ readability review fixes for r141239: Make Chromoting Host report ↵alexeypa@chromium.org2012-06-1614-166/+177
| | | | | | | | | | | crashes to Breakpad (Windows only). BUG=130678 TEST=remoting_unittests.BreakpadWinDeathTest Review URL: https://chromiumcodereview.appspot.com/10535082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142581 0039d316-1c4b-4281-b951-d872f2087c98
* Added test for enabled_touch_events_ before every call to DispatchTouchEvent.girard@chromium.org2012-06-161-5/+6
| | | | | | | | | | BUG=131659 TEST= Review URL: https://chromiumcodereview.appspot.com/10559008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142580 0039d316-1c4b-4281-b951-d872f2087c98
* Truncate() operation for GData file system.kinaba@chromium.org2012-06-165-1/+165
| | | | | | | | | | BUG=127097 TEST=browser_test --gest_filter='*RemoteFileSystem*' TEST=unit_tests --gtest_filter='*GData*' Review URL: https://chromiumcodereview.appspot.com/10441015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142579 0039d316-1c4b-4281-b951-d872f2087c98
* Added presubmit warnings about base coordinate system.avi@chromium.org2012-06-161-0/+113
| | | | | | | | | | BUG=132984 TEST=none Review URL: https://chromiumcodereview.appspot.com/10556015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142578 0039d316-1c4b-4281-b951-d872f2087c98
* gdata: Remove "Async" suffix from public functions of GDataFileSystem class.hshi@chromium.org2012-06-169-71/+65
| | | | | | | | | | | | | | | After closing bug 127048, all public functions in GDataFileSystem are now asynchronous. Therefore we can get rid of the "Async" suffix from these function names. Cosmetic change only; does not affect functionality. BUG=126992 TEST=unit_tests, browser_tests Review URL: https://chromiumcodereview.appspot.com/10559020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142577 0039d316-1c4b-4281-b951-d872f2087c98
* Do not show the EULA if it has already been accepted by the user in another ↵grt@chromium.org2012-06-166-6/+76
| | | | | | | | | | | user data dir. BUG=131033 TEST=install system-level chrome with require_eula in master prefs and eulaaccepted=0 in the ClientState key. nuke all user data dirs (including the metro one). now launch desktop chrome and accept the eula. make chrome the default browser and launch into metro. notice that it works. Review URL: https://chromiumcodereview.appspot.com/10539153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142576 0039d316-1c4b-4281-b951-d872f2087c98
* Fix about:tracingnduca@chromium.org2012-06-164-11/+4
| | | | | | | | | | | | | | | This changes our browser gyp to use the exact same build process as before but just pull in about:tracing files from third_party/trace-viewer/src instead of chrome/browser/resources/. This is a quick fix to restore about:tracing, which as it turns out, people get upset about if it is broken. We can look for a more "proper" fix with this landed. BUG=132875 Review URL: https://chromiumcodereview.appspot.com/10566011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142572 0039d316-1c4b-4281-b951-d872f2087c98
* Only specify kCGLPFAAllowOfflineRenderers on systems that support dual GPUsjbauman@chromium.org2012-06-161-3/+4
| | | | | | | | | | | | This was causing issues with silverlight on 10.6 machines. BUG=132235 TEST= Review URL: https://chromiumcodereview.appspot.com/10539178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142570 0039d316-1c4b-4281-b951-d872f2087c98
* Fail epp perf tests only when all of test iterations fail.shadi@chromium.org2012-06-161-4/+4
| | | | | | | | | | BUG=127688 TEST=none Review URL: https://chromiumcodereview.appspot.com/10537141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142569 0039d316-1c4b-4281-b951-d872f2087c98
* Aura desktop: Fix tab dragging within a single chrome window.erg@chromium.org2012-06-1614-68/+276
| | | | | | | | | | | | | | | | | | Tabs can now be reordered inside a single chrome window on linux_aura. Multiselection works too. Dragging out of a window doesn't work yet. Most of dock_info_aura.cc has been copied from dock_info_gtk.cc. A helper function was moved from gtk_util to x11_util (which only used pure X functions.) BUG=133059 TEST=none Review URL: https://chromiumcodereview.appspot.com/10560014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142568 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-06-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142567 0039d316-1c4b-4281-b951-d872f2087c98
* Add opaque parameter to WebContentLayerClient implementation guarded by #ifjamesr@chromium.org2012-06-162-2/+11
| | | | | | | | | | | | | Chromium-side preparation for https://bugs.webkit.org/show_bug.cgi?id=89145, must land before the WebKit side. I'll remove the #if after the WebKit side lands and rolls. BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10539175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142566 0039d316-1c4b-4281-b951-d872f2087c98
* Roll trace-viewer to rev 26sleffler@chromium.org2012-06-161-1/+1
| | | | | | | | | | | | | TBR= BUG=none TEST=build Change-Id: I86953b47fc51ae9d371ff71bfbad449ca6a7c1cc Review URL: https://chromiumcodereview.appspot.com/10543165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142565 0039d316-1c4b-4281-b951-d872f2087c98
* Content settings: Fix the issue that Pepper Flash camera/microphone ↵yzshen@chromium.org2012-06-161-1/+1
| | | | | | | | | | | | exceptions are not editable. BUG=112190 TEST=None Review URL: https://chromiumcodereview.appspot.com/10541177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142564 0039d316-1c4b-4281-b951-d872f2087c98
* Handle sync database corruption with re-downloadrlarocque@chromium.org2012-06-163-48/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A recent change allowed us to handle a missing sync database by creating a new directory and repopulating it by requesting an initial sync from the server. This commit builds on that work by intentionally deleting the sync database if it is found to be corrupt or unusable. The client will then recognize that the database is empty and repopulate it, just as it would had the directory not existed in the first place. BUG=109668 TEST=Manual. Three cases, see below: - Delete 'Sync Data/SyncData.sqlite3' from the profile directory. Start chromium and observe that all data is redownloaded from the server. - Corrupt an existing sync directory. The SQL command 'DELETE FROM metas WHERE metahandle = 1' should be sufficient. Start chromium and observe that the directory is deleted then recreated and all data is redownloaded from the server. - Ensure that no directory can be created. You could do this by marking the 'Sync Data' folder as read-only. Start chrome, and observe that sync is unusable, but the browser still works. NOTE: This only works in release builds, debug builds will DCHECK. It's debatable whether or not this scenario is worth testing. Review URL: https://chromiumcodereview.appspot.com/10554016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142563 0039d316-1c4b-4281-b951-d872f2087c98
* Use high DPI assets for network selection oobe screenpkotwicz@chromium.org2012-06-163-5/+13
| | | | | | | | | | | | | Change drop-image CSS style to 25 pixels wide to match actual width of images. BUG=None TEST=Manual Depends on http://codereview.chromium.org/10535134/ Review URL: https://chromiumcodereview.appspot.com/10541142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142562 0039d316-1c4b-4281-b951-d872f2087c98
* Pass display names from file chooser to Pepper FileRef.kinaba@chromium.org2012-06-165-17/+48
| | | | | | | | | | | | | The real path names coming from file system are sometimes human-unreadable, so FileChooser attaches them human-readable display names. This CL wires the display names into FileRef. BUG=129609 TEST=manual test on yahoo mail file attachment. Review URL: https://chromiumcodereview.appspot.com/10560003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142561 0039d316-1c4b-4281-b951-d872f2087c98
* Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in ↵sergeyu@chromium.org2012-06-1625-215/+220
| | | | | | | | | | | | UrlRequestContextGetter. Also updated all code that depends on that methods. TBR=mnissler@chromium.org Review URL: https://chromiumcodereview.appspot.com/10539148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142560 0039d316-1c4b-4281-b951-d872f2087c98
* Disable infobars for shell windows.estade@chromium.org2012-06-162-7/+6
| | | | | | | | | | | this fixes webkitStorageInfo.requestQuota for platform apps in that the callback will actually be called (it acts as if the user always denies the request). BUG=132219 TEST=see bug Review URL: https://chromiumcodereview.appspot.com/10532175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142559 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of Authenticate from GDataFileSystem.achuith@chromium.org2012-06-164-18/+2
| | | | | | | | | BUG=NONE TEST=compiles, unit_tests pass. Review URL: https://chromiumcodereview.appspot.com/10559019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142558 0039d316-1c4b-4281-b951-d872f2087c98
* Fix garbled text on Certificate Viewer on Chrome OSkochi@chromium.org2012-06-161-4/+1
| | | | | | | | | | | | | | JSONWriter's comment on OPTIONS_DO_NOT_ESCAPE option looks tempting to pass UTF-8 string with it, but just passing UTF-8 encoded strings without this option is correct. If the option is used, e.g. a UTF-8 encoded character (e.g. \xE8\xA8\xBC) will be *escaped* to "\u00e8\u00a8\u00bc". BUG=132940 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10542174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142557 0039d316-1c4b-4281-b951-d872f2087c98
* Adds way to set Tween::Type on BoundsAnimator.sky@chromium.org2012-06-162-2/+9
| | | | | | | | | | | BUG=none TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10566015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142556 0039d316-1c4b-4281-b951-d872f2087c98
* Protect against sync entries left by old clientsrlarocque@chromium.org2012-06-163-4/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old clients would sometimes end up with items that were deleted before their existence was ever reported to the server. For a while, we let these entries accumulate in the database, and just filtered them out of the list of items to commit when we created that list in GetCommitIds. Then we learned that a subset of these entries could be deleted in such a manner that they would be detected as database corruption. The client was udpated so it would delete these entries in a timely manner. The filter in GetCommitIds was removed. See crbug.com/125381 for details. It turns out that a lot of clients have some deleted local items in their sync database created by older clients. When they update to the new client which doesn't have the GetCommitIds filter, they will try to commit the local tombstones. This is bad. This commit addresses the problem in two ways: 1. Drop any server-unknown deleted items when we open the database. 2. As a fallback, put the filter back into GetCommitIds. The filter should not be required, so it will trigger a NOTREACHED() if it is executed. BUG=132905,125381 TEST=SyncableDirectoryTest.OldClientLeftUnsyncedDeletedLocalItem Review URL: https://chromiumcodereview.appspot.com/10559018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142555 0039d316-1c4b-4281-b951-d872f2087c98
* Allow empty strings to be written to the clipboarddcheng@chromium.org2012-06-1613-64/+81
| | | | | | | | | | BUG=109810 TEST=manual testing Review URL: https://chromiumcodereview.appspot.com/10532168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142554 0039d316-1c4b-4281-b951-d872f2087c98
* Generalize AesDecryptor to make it more spec compliant.xhwang@chromium.org2012-06-1624-202/+667
| | | | | | | | | | BUG=123260 TEST=media_unittests, encrypted-media layout tests. Review URL: https://chromiumcodereview.appspot.com/10534096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142553 0039d316-1c4b-4281-b951-d872f2087c98
* 0x0 RWHV windows with accelerated compositing never display.jbates@chromium.org2012-06-161-0/+7
| | | | | | | | | | BUG=132790 TEST=see bug for manual test Review URL: https://chromiumcodereview.appspot.com/10557024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142552 0039d316-1c4b-4281-b951-d872f2087c98
* Deprecate 'direct' parameter on webkit_support::CreateGraphicsContext3Djamesr@chromium.org2012-06-162-0/+12
| | | | | | | | | | | | | | There is only one caller to this function (WebViewHost.cpp in the WebKit repo) and it always specifies the literal "true". Removing this parameter will let us remove a really nasty getter from WebView. BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10532174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142549 0039d316-1c4b-4281-b951-d872f2087c98
* ash/app_list: Make app list bubble move with launcher app list button.xiyuan@chromium.org2012-06-1613-47/+139
| | | | | | | | | | BUG=131693 TEST=Verify that app list bubble moves with launcher app list button when pinning/unpinning from app list grid. Review URL: https://chromiumcodereview.appspot.com/10535170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142548 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to aura or the gtk2 shim should trigger linux_aura tryjobs.erg@chromium.org2012-06-162-1/+15
| | | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10556021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142547 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1176.0 to 1177.0chrome-release@google.com2012-06-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142546 0039d316-1c4b-4281-b951-d872f2087c98
* Detect if user closes the pref-pane without disabling Chromotinglambroslambrou@chromium.org2012-06-162-5/+3
| | | | | | | | | | BUG=129616 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10566013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142544 0039d316-1c4b-4281-b951-d872f2087c98