summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 91504 - Stop using deprecated factory API for SkDevicereed@google.com2011-07-0521-74/+180
| | | | | | | | | Review URL: http://codereview.chromium.org/7273013 TBR=reed@google.com Review URL: http://codereview.chromium.org/7193040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91505 0039d316-1c4b-4281-b951-d872f2087c98
* Stop using deprecated factory API for SkDevicereed@google.com2011-07-0521-180/+74
| | | | | | Review URL: http://codereview.chromium.org/7273013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91504 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91503 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 90381:90391caseq@google.com2011-07-051-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=mihaip Review URL: http://codereview.chromium.org/7307011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91502 0039d316-1c4b-4281-b951-d872f2087c98
* Set agent identifier prefix when creating DevToolsAgent.caseq@google.com2011-07-051-0/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7273069/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91501 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in invalidation::NewPermanentCallback (issue 88438)glider@chromium.org2011-07-051-1/+8
| | | | | | | | BUG=88438 TBR=akalin Review URL: http://codereview.chromium.org/7307010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91500 0039d316-1c4b-4281-b951-d872f2087c98
* Filebrowser: do not allow whitespace-only names.dgozman@chromium.org2011-07-054-0/+9
| | | | | | | | BUG=chromium-os:16061 TEST=See bug. Review URL: http://codereview.chromium.org/7193033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91499 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes for OpenSSLbulach@chromium.org2011-07-054-3/+22
| | | | | | | | | | | | | | | | | A couple of nit fixes following: + http://codereview.chromium.org/7247005 + http://codereview.chromium.org/6990036 + Fixes a typo (ctx / context) + Adds new abstract methods from stream_socket.h BUG= TEST= Review URL: http://codereview.chromium.org/7253038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91498 0039d316-1c4b-4281-b951-d872f2087c98
* Change internal TaskManagerUI URL to chrome://tasksyoshiki@chromium.org2011-07-051-2/+2
| | | | | | | | | BUG=87040 TEST=manual Review URL: http://codereview.chromium.org/7284027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91497 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 812.0 to 813.0chrome-release@google.com2011-07-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91494 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regression: Download status doesn't appear anymore in the download-shelfkeishi@google.com2011-07-053-45/+87
| | | | | | | | | | | | | | | Caused by http://codereview.chromium.org/6905049 Replaced show/hideStatusAnimation_ with toggleStatusVisibilityAnimation_ because show/hideStatusAnimation_ shouldn't exist at the same time. BUG=86640 TEST= Review URL: http://codereview.chromium.org/7272024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91492 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup InputMethodDescriptor.yusukes@chromium.org2011-07-0514-175/+194
| | | | | | | | | | | | | | - Make all member variables private. - Hide a constructor. - Remove one TODO. BUG=None TEST=try Review URL: http://codereview.chromium.org/7307001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91491 0039d316-1c4b-4281-b951-d872f2087c98
* Change ProtocolHandlerRegistry from locks to message passing.koz@chromium.org2011-07-054-171/+260
| | | | | | | | TEST=unit tests provided Review URL: http://codereview.chromium.org/7291021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91490 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91489 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 90363:90381mihaip@chromium.org2011-07-051-1/+1
| | | | | | | | | BUG=none TEST=no TBR=bulach@chromium.org Review URL: http://codereview.chromium.org/7193038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91488 0039d316-1c4b-4281-b951-d872f2087c98
* Enable registerProtocolHandler on Linuxbenwells@chromium.org2011-07-051-9/+3
| | | | | | | | | | BUG=83557 TEST=QA testing required Review URL: http://codereview.chromium.org/7282046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91487 0039d316-1c4b-4281-b951-d872f2087c98
* Don't remove protocol handlers on Linux when the OS registration is removed.benwells@chromium.org2011-07-051-5/+20
| | | | | | | | | | | | | | | | | Registering as the default handler on Linux is less reliable in the general case than Windows or Mac, so it doesn't make sense to force Chrome's handlers to be in synch with the OS. Also ChromeOS doesn't need to register at all as there are no external applications that would be opening links via the OS. BUG=83557 TEST=Manual Testing performed Review URL: http://codereview.chromium.org/7277069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91484 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-051-5/+9
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91482 0039d316-1c4b-4281-b951-d872f2087c98
* In chromedriver, if sending keys an editable element (with contentEditable),kkania@chromium.org2011-07-044-19/+44
| | | | | | | | | | focus the root editable element. BUG=85243 TEST=none TBR=dennisjeffrey Review URL: http://codereview.chromium.org/7278030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91481 0039d316-1c4b-4281-b951-d872f2087c98
* Rename range.mm to range_mac.mm.thakis@chromium.org2011-07-048-95/+112
| | | | | | | | | | | | | | | | | | For consistency, move the windows-specific code from range.cc into range_win.cc. Do the same for unit tests. In addition to this being nicer in general, the make build also gets confused if two files have the same path and basename, but different extensions (range.cc, range.mm), which is fixed by this CL. BUG=none TEST=none Review URL: http://codereview.chromium.org/7248068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91480 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify ui/ui.gypthakis@chromium.org2011-07-041-25/+0
| | | | | | | | | | | | These rules are in build/common.gypi already, which is included through the chromium_code: 1 variable. BUG=none TEST=none Review URL: http://codereview.chromium.org/7309010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91479 0039d316-1c4b-4281-b951-d872f2087c98
* Implement animation on WebUI login screen keyboardrharrison@chromium.org2011-07-042-19/+63
| | | | | | | | | | | | | | | | | | | | | | | | The keyboard on the touch builds for the WebUI login screen currently pops in and out instead of sliding like it does in the normal browser. This CL adds animation to the keyboard to slide in and out correctly. The delay values and keyboard sizes are filched from the TouchBrowserFrameView. This change is a lead in to refactoring the code in TouchLoginView and TouchBrowserFrameView to share code related to hosting the keyboard. Patch from Ryan Harrison <rharrison@chromium.org> BUG=none TEST=Built chrome with touchui=1 and chromeos=1 Ran using '--login-manager --login-screen=login --login-profile=~/login-profile/ --webui-login' on the command line Focused on and off a text field to see keyboard is animated as expected Review URL: http://codereview.chromium.org/7247007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91478 0039d316-1c4b-4281-b951-d872f2087c98
* ui/base/models: Cleanup TreeNodeModelTest.RemoveNode unittesttfarina@chromium.org2011-07-041-36/+30
| | | | | | | | | | | BUG=None TEST=ui_unittests --gtest_filter=TreeNodeModelTest.* R=sky@chromium.org Review URL: http://codereview.chromium.org/7232030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91476 0039d316-1c4b-4281-b951-d872f2087c98
* views: Override Label::HitTest with the default View::HitTest for Link.sadrul@chromium.org2011-07-042-0/+7
| | | | | | | | | BUG='Remove' link in the bookmark bubble doesn't work TEST=manually Review URL: http://codereview.chromium.org/7248064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91475 0039d316-1c4b-4281-b951-d872f2087c98
* In chromedriver, fix regression in 91401 which causes a crash when finding ↵kkania@chromium.org2011-07-041-26/+27
| | | | | | | | | | elements. BUG=none TEST=none TBR=dennisjeffrey git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91474 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ReuseTest memory handling.joi@chromium.org2011-07-041-8/+10
| | | | | | | | | BUG=87616 TEST=net_unittests Review URL: http://codereview.chromium.org/7290011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91473 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit 90358:90363bulach@chromium.org2011-07-041-1/+1
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7309005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91472 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls WebKit 90323:90358bulach@chromium.org2011-07-041-1/+1
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7193034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91471 0039d316-1c4b-4281-b951-d872f2087c98
* Expose list of all running shared workers at chrome://workersyurys@chromium.org2011-07-0410-0/+235
| | | | | | | | | | | This page will be used for opening DevTools window for shared workers. BUG=None TEST=None Review URL: http://codereview.chromium.org/7250004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91470 0039d316-1c4b-4281-b951-d872f2087c98
* Support ibus-zinnia when TOUCH_UI is defined.yusukes@google.com2011-07-042-2/+12
| | | | | | | | | BUG=chromium-os:14421 TEST=manual Review URL: http://codereview.chromium.org/7292029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91469 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 811.0 to 812.0chrome-release@google.com2011-07-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91466 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent user from overwriting existing file or directory when renaming.dgozman@chromium.org2011-07-044-5/+48
| | | | | | | | | | Ask to confirm when saving a file. BUG=chromium-os:16743,chromium-os:15978 TEST=Try to rename file/directory to an existing one, save content to an existing file. Check out the warning/confirmation. Review URL: http://codereview.chromium.org/7284012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91464 0039d316-1c4b-4281-b951-d872f2087c98
* Do tests in both spdy enabled and disabled configurations.toyoshim@chromium.org2011-07-041-17/+84
| | | | | | | | | BUG=42320 TEST=net_unittests --gtest_filter=WebSocketJobTest\* Review URL: http://codereview.chromium.org/7292032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91463 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Split SystemMonitor initialization so it's not blocked by the Sandbox.jeremy@chromium.org2011-07-048-21/+64
| | | | | | | | | | | | | In OS X 10.7 Lion, the IO port we listen on to monitor system power events is blocked by the Sandbox. Move the allocation of the IO port so it happens early on during Chrome startup. BUG=83783 TEST=When putting a system to sleep with Chrome running, the browser shouldn't crash. Also, need to monitor crash logs to see that this crash goes away. Review URL: http://codereview.chromium.org/7235023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91462 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang r133931:r134361thakis@chromium.org2011-07-041-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/7278023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91461 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change.cmp@chromium.org2011-07-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91460 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change.cmp@chromium.org2011-07-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91457 0039d316-1c4b-4281-b951-d872f2087c98
* Makes RenderWidgetHostViewViews::GetInnerNativeView gtk specific.sky@chromium.org2011-07-033-15/+7
| | | | | | | | | | BUG=none TEST=none R=sadrul@chromium.org Review URL: http://codereview.chromium.org/7301012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91455 0039d316-1c4b-4281-b951-d872f2087c98
* Gets BackingStoreSkia to work on windows.sky@chromium.org2011-07-031-4/+4
| | | | | | | | | | BUG=none TEST=none R=brettw@chromium.org Review URL: http://codereview.chromium.org/7304005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91454 0039d316-1c4b-4281-b951-d872f2087c98
* Add ipc/OWNERSthakis@chromium.org2011-07-031-0/+5
| | | | | | | | | | | | | | | I looked through some of the changes in the directory and who ok'd them (agl, dmac, jeremy), and threw in cpu because I think he wrote this originally and darin because he ok'd creation of this directory. BUG=88315 TEST=none Review URL: http://codereview.chromium.org/7304015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91453 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Create transparent cursor when given empty custom data.shess@chromium.org2011-07-033-29/+20
| | | | | | | | | | | Based on webcursor_win.cc's implementation of GetCursor(). BUG=73356 TEST=Watch crash server. Review URL: http://codereview.chromium.org/7273056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91452 0039d316-1c4b-4281-b951-d872f2087c98
* Make AboutCrash handler crash directly.shess@chromium.org2011-07-031-1/+8
| | | | | | | | | | | | | Was inadvertantly changed to use CHECK(false). Reverting to crash directly so that the crash signature is more useful (AboutHandler::AboutCrash rather than BreakDebugger). BUG=none TEST=about:crash still crashes the renderer. Review URL: http://codereview.chromium.org/7301003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91448 0039d316-1c4b-4281-b951-d872f2087c98
* Disable policy managed content settings exceptions in the content settings ↵markusheintz@chromium.org2011-07-039-40/+79
| | | | | | | | | | | exceptions options/preference UI (WebUI) BUG=88342 TEST=none Review URL: http://codereview.chromium.org/7215011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91447 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 810.0 to 811.0chrome-release@google.com2011-07-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91444 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 90274:90323mihaip@chromium.org2011-07-031-1/+1
| | | | | | | | | BUG=none TEST=no TBR=bulach@chromium.org Review URL: http://codereview.chromium.org/7232041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91442 0039d316-1c4b-4281-b951-d872f2087c98
* Add a missing bug annotation and mark ExtensionHistoryApiTesti.Delete flaky ↵rsleevi@chromium.org2011-07-032-1/+8
| | | | | | | | | | on Windows BUG=88317, 88318 TEST=See description TBR=skerner@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91438 0039d316-1c4b-4281-b951-d872f2087c98
* [libphonenumber] snprintf isn't generally in the std:: namespacecmasone@chromium.org2011-07-033-3/+26
| | | | | | | | | | | | | | | Due to some relatively common gnu-isms, one can often use snprintf by calling std::snprintf. It's not necessarily proper to do so, though, and the ARM toolchain used on Chromium OS does not support it. BUG=None TEST=unit tests R=georgey Review URL: http://codereview.chromium.org/7277083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91437 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ExtensionContextMenuBrowserTest.IncognitoSplit on Linuxrsleevi@chromium.org2011-07-031-1/+6
| | | | | | | | BUG=88317 TEST=ExtensionContextMenuBrowserTest.IncognitoSplit TBR=mpcomplete git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91436 0039d316-1c4b-4281-b951-d872f2087c98
* Add gpu/OWNERSthakis@chromium.org2011-07-031-0/+3
| | | | | | | | | | BUG=88315 TEST=none Review URL: http://codereview.chromium.org/7304017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91435 0039d316-1c4b-4281-b951-d872f2087c98
* Disable AppApiTest.AppProcess on Windowsrsleevi@chromium.org2011-07-031-1/+9
| | | | | | | | TBR=mpcomplete BUG=88316 TEST=AppApiTest.AppProcess git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91434 0039d316-1c4b-4281-b951-d872f2087c98