summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding Special tabs test for chrome OStturchetto@google.com2011-07-211-1/+17
| | | | | | | | | BUG= TEST=This is a test Review URL: http://codereview.chromium.org/7485001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93478 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93477 0039d316-1c4b-4281-b951-d872f2087c98
* Updated DEPS for WebGL repository.jrt@chromium.org2011-07-211-1/+1
| | | | | | | | | | | The WebGL third-party repository was updated to r15100 in Chromium revision r93218. DEPS now reflects that change. See: http://codereview.chromium.org/7452004 Review URL: http://codereview.chromium.org/7467029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93476 0039d316-1c4b-4281-b951-d872f2087c98
* Make file browser event router owned by the ExtensionService instead of a ↵yoz@chromium.org2011-07-215-54/+41
| | | | | | | | | | | | | singleton. Originally was a part of http://codereview.chromium.org/7243012/ BUG=81745 TEST=covered by existing FileSystemExtensionApiTest tests Review URL: http://codereview.chromium.org/7460005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93475 0039d316-1c4b-4281-b951-d872f2087c98
* AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache.agayev@chromium.org2011-07-2110-65/+145
| | | | | | | | | BUG=60149 TEST=net_unittest --gtest_filter="AsyncHostResolverTest*" Review URL: http://codereview.chromium.org/7466031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93474 0039d316-1c4b-4281-b951-d872f2087c98
* Added GetEnterprisePolicyInfo() automation hook.craigdh@chromium.org2011-07-2110-29/+181
| | | | | | | | | | | | GetEnterpriseInfo() will return a dictionary containing policy-related information as well as all Mandatory and Recommended policies. BUG=chromium-os:17872 TEST=Manual test Review URL: http://codereview.chromium.org/7399032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93473 0039d316-1c4b-4281-b951-d872f2087c98
* sync: add a bool to ConfigureDataTypes' ready_task to handle failure cases.tim@chromium.org2011-07-2114-110/+168
| | | | | | | | | | | | Plumbs failure on initialization and reconfigurations back to caller. Converts to use base::Callback instead of Task, too. BUG= TEST= Review URL: http://codereview.chromium.org/7472022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93472 0039d316-1c4b-4281-b951-d872f2087c98
* Use OS-specific icons in Chromoting webapp.lambroslambrou@chromium.org2011-07-212-2/+25
| | | | | | | | | | BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7459003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93471 0039d316-1c4b-4281-b951-d872f2087c98
* Display proper slider labels for font sizes in RTL context.groby@chromium.org2011-07-211-0/+5
| | | | | | | | | | | | BUG=87690 TEST=Open chrome://settings/fonts with RTL system language. Observe Tiny/Huge label are separate, huge on left hand side R=csilv@chromium.org Review URL: http://codereview.chromium.org/7464020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93470 0039d316-1c4b-4281-b951-d872f2087c98
* de-duplicate YUV data copying code;wjia@chromium.org2011-07-212-35/+31
| | | | | | | | | | add OVERRIDE; BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7466027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93468 0039d316-1c4b-4281-b951-d872f2087c98
* Modified PYAUTO_TESTS to include CHROMEOS_FLASH suite.josephv@chromium.org2011-07-211-0/+7
| | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/7485003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93467 0039d316-1c4b-4281-b951-d872f2087c98
* Request wheel events for Chromoting so they're not handled by the browser.garykac@chromium.org2011-07-211-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7481007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93466 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testShouldBeAbleToNavigateBackInTheBrowserHistoryInPresenceOfIframes.kkania@chromium.org2011-07-211-0/+2
| | | | | | | | | | | It is hanging consistently on the bots. BUG=77495 TEST=none TBR=hnguyen Review URL: http://codereview.chromium.org/7487003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93465 0039d316-1c4b-4281-b951-d872f2087c98
* bookmarks: Convert GetURL/SetURL to unix_hacker style.tfarina@chromium.org2011-07-2143-145/+137
| | | | | | | | | | | BUG=None TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/7465018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93464 0039d316-1c4b-4281-b951-d872f2087c98
* In chromedriver, set the cursor at the end of text inputs when first focusingkkania@chromium.org2011-07-213-1/+30
| | | | | | | | | | | them. BUG=89720,89723 TEST=none Review URL: http://codereview.chromium.org/7471018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93463 0039d316-1c4b-4281-b951-d872f2087c98
* Change Chromoting client to use Pepper's new Resource-base InputEvents.garykac@chromium.org2011-07-218-64/+83
| | | | | | | | | | | | | Remove gfx::Point and gfx::Rect from the Chromoting client plugin code and consistently use pp::Point and pp::Rect. Push ConvertScreenToHost down into PepperView so it can take and return a pp::Point. BUG=none TEST=none Review URL: http://codereview.chromium.org/7453003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93462 0039d316-1c4b-4281-b951-d872f2087c98
* Multi-profile WebUI settingsbinji@chromium.org2011-07-2120-73/+950
| | | | | | | | | | BUG=89643, 89736 TEST=go to chrome://settings/personal when running with multi-profiles enabled. Review URL: http://codereview.chromium.org/7400032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93461 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup for r93201.wtc@chromium.org2011-07-212-2/+3
| | | | | | | | | | | | | | | | The initializer for watcher_ in the FileDescriptorWatcher constructor was deleted accidentally. USE_SYSTEM_LIBEVENT is defined by the build system, so we don't need to include "build/build_config.h". R=willchan@chromium.org BUG=88134 TEST=MessagePumpLibeventTest.* Review URL: http://codereview.chromium.org/7473017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93460 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 93455 - Move sync performance tests into new targettim@chromium.org2011-07-218-228/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch moves all sync performance tests out of sync_integration_tests and into a new target: sync_performance_tests. Since the performance tests make use of the existing integration test framework, I have duplicated the dependencies and conditions in chrome_tests.gypi. All performance tests as well as the timing helper class have been moved into live_sync/perf. The class naming convention has been changed as well, but the tests themselves are unmodified. The --test-terminate-timeout flag must be used to raise the timout to around 1 minute for all tests to pass. The passwords tests are the culprit here, as they run significantly slower than the rest of the datatypes. Eventually I would like to have a SyncPerfTest base class which overrides the default timeout, but this is not possible with the current inheritance hierarchy. BUG=89824 TEST=sync_performance_tests Review URL: http://codereview.chromium.org/7376001 TBR=braffert@chromium.org Review URL: http://codereview.chromium.org/7486004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93458 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bookmark manager URL rendering in RTL contextgroby@chromium.org2011-07-212-12/+20
| | | | | | | | | | | | BUG=87740 R=estade@chromium.org TEST=Open browser in RTL language, check bookmarks page for padding and proper ellipsis placement Review URL: http://codereview.chromium.org/7461002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93457 0039d316-1c4b-4281-b951-d872f2087c98
* Cope gracefully with plugin being destroyed during NPObject Invoke or Evaluate.wez@chromium.org2011-07-213-44/+29
| | | | | | | | | BUG=89422,69934 TEST=See bug repro steps. Review URL: http://codereview.chromium.org/7454003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93456 0039d316-1c4b-4281-b951-d872f2087c98
* Move sync performance tests into new targetbraffert@chromium.org2011-07-218-122/+228
| | | | | | | | | | | | | | | | | | | | | | | | This patch moves all sync performance tests out of sync_integration_tests and into a new target: sync_performance_tests. Since the performance tests make use of the existing integration test framework, I have duplicated the dependencies and conditions in chrome_tests.gypi. All performance tests as well as the timing helper class have been moved into live_sync/perf. The class naming convention has been changed as well, but the tests themselves are unmodified. The --test-terminate-timeout flag must be used to raise the timout to around 1 minute for all tests to pass. The passwords tests are the culprit here, as they run significantly slower than the rest of the datatypes. Eventually I would like to have a SyncPerfTest base class which overrides the default timeout, but this is not possible with the current inheritance hierarchy. BUG=89824 TEST=sync_performance_tests Review URL: http://codereview.chromium.org/7376001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93455 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Partially enable tests on Mac OS Xmseaborn@chromium.org2011-07-211-16/+23
| | | | | | | | | | | | | | Enable running the NaCl tests, but without making failures turn Buildbot red, because of some known flakiness issues on Mac. This will give us more data about the flakiness and give us more confidence in enabling the tests fully when the failures are fixed. BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/7464036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93454 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up page_cycler_test.cc:phajdan.jr@chromium.org2011-07-211-5/+0
| | | | | | | | | | | - remove redundant switch append that *shouldn't* be there - remove redundant method override BUG=none Review URL: http://codereview.chromium.org/7464038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93453 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce tool-bar font size and protrusion when hidden.jamiewalch@google.com2011-07-213-13/+27
| | | | | | | | | BUG=None TEST=Check everything still looks okay. Review URL: http://codereview.chromium.org/7484001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93452 0039d316-1c4b-4281-b951-d872f2087c98
* Provide ID of the frame that triggered an event to the webrequest extension.battre@chromium.org2011-07-2120-25/+466
| | | | | | | | | | BUG=79734 TEST=no Review URL: http://codereview.chromium.org/7387012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93450 0039d316-1c4b-4281-b951-d872f2087c98
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-2132-62/+190
| | | | | | | | | | | | | Where supported (on ANGLE with EGL_ANGLE_software_display), allow for the creation of gpu channels that use software rendering instead of hardware rendering. BUG= TEST=trybots, other later tests TBR=apatrick Review URL: http://codereview.chromium.org/7471042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93449 0039d316-1c4b-4281-b951-d872f2087c98
* Delete some now-unnecessary backwards compatibility.dmichael@chromium.org2011-07-212-37/+0
| | | | | | | | | | | PPP_Instance needs to stay until NaCl gets 1.0 in a DEPS roll. BUG=84519 TEST=ppapi tests Review URL: http://codereview.chromium.org/7471014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93447 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Update the profile avatar and menu when the information changes via ↵rsesek@chromium.org2011-07-212-8/+73
| | | | | | | | | | | user action. BUG=90026 TEST=With --multi-profiles, create a new profile and give it a name and avatar. The avatar updates as does the name of the profile in the menu. Review URL: http://codereview.chromium.org/7467026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93446 0039d316-1c4b-4281-b951-d872f2087c98
* Fix instability in SSL client/server socketssergeyu@chromium.org2011-07-214-26/+64
| | | | | | | | | | | | | | | | | | When writing to a socket, net::StreamSocket::Write() may return immediately, but it may not write the whole buffer passed to it. In this case SSL sockets were not trying to call Write() again to send rest of the data, until client tries to call Write() next time. If client doesn't call Write the remaining data is never sent to the transport socket. remoting_unittests was flaky due to this bug. BUG=88726 TEST=updated net_unittest to catch the bug, remoting_unittests is not flaky Review URL: http://codereview.chromium.org/7399025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93445 0039d316-1c4b-4281-b951-d872f2087c98
* Add unique version number to manifest.json version.lambroslambrou@chromium.org2011-07-212-1/+25
| | | | | | | | | | | | | Version number is based on the SVN revision, but formatted as 1.0.N.N to work with Chrome. BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7410011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93443 0039d316-1c4b-4281-b951-d872f2087c98
* RenderViewHostDelegate: add missing 'virtual'evan@chromium.org2011-07-211-1/+1
| | | | | | | | | | | Nobody was getting notified when workers crash. (This was caught by a further patch of mine that adds OVERRIDE to users of this file, which would have caught this.) Review URL: http://codereview.chromium.org/7468010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93438 0039d316-1c4b-4281-b951-d872f2087c98
* Delete TabContents::OnCrossSiteResponseevan@chromium.org2011-07-213-12/+1
| | | | | | | | | | | | This code was never called, because TabContents doesn't implement the interface that calls this method. I assume it was moved to the class this was forwarding to. I tried to track down when this happened in the history but we've moved code so many times I couldn't find it. Review URL: http://codereview.chromium.org/7467009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93437 0039d316-1c4b-4281-b951-d872f2087c98
* Update OOM killer with Lion info.avi@chromium.org2011-07-214-40/+41
| | | | | | | | | BUG=74589 TEST=none; still works on Lion Review URL: http://codereview.chromium.org/7471041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93436 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash caused by a previous CL of toolbar importer utils and add an ↵ycxiao@chromium.org2011-07-213-10/+75
| | | | | | | | | | | unit test. BUG=89752 TEST=XXX Review URL: http://codereview.chromium.org/7471017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93435 0039d316-1c4b-4281-b951-d872f2087c98
* Updated accelerometer note.avi@chromium.org2011-07-211-1/+5
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7471040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93434 0039d316-1c4b-4281-b951-d872f2087c98
* If good..bad range is all before or after the recent build cutoff, use the ↵jbates@chromium.org2011-07-211-17/+32
| | | | | | | | | | | | | appropriate server. If good..bad straddles the recent build cutoff, test out the oldest recent build. If that build is good, bisect only recent builds from build.chromium.org. If that build is bad, bisect only old builds. BUG=89974 TEST=(1) run bisect-builds.py with defaults; (2) accept default good/bad args; when chrome starts, close it and specify good; verify that further downloads come from build.chromium.org domain. Repeat (1) and (2); specify bad; verify that further downloads come from commondatastorage.googleapis.com. Review URL: http://codereview.chromium.org/7468020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93432 0039d316-1c4b-4281-b951-d872f2087c98
* Dup of Issue 7465011: Larger Combo box Hit Targets for TOUCH_UIsaintlou@chromium.org2011-07-216-1/+23
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7465015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93431 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93430 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Roll third_party/openssl."agl@chromium.org2011-07-211-1/+1
| | | | | | This reverts commit r93423. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93428 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for collecting anonymous UMA stats for missing plugins.tbarzic@chromium.org2011-07-218-0/+505
| | | | | | | | | | | | | | | We keep track of: * Windows media player (appluication/x-mplayer2) * Silverlight (application/x-silverlight*) * RealPlayer (audio/x-pn-realaudio*) * Java (application/x-java-applet) * QuickTime (video/quicktime) TEST=Ran PluginUMATest.* unit_test BUG=chromium-os:16696 Review URL: http://codereview.chromium.org/7351023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93426 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93425 0039d316-1c4b-4281-b951-d872f2087c98
* Roll third_party/openssl.agl@chromium.org2011-07-211-1/+1
| | | | | | This pulls in changes to fix the build on 32-bit systems. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93423 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to finer grained histograms for NTP hover time.mmenke@chromium.org2011-07-211-5/+5
| | | | | | | | | BUG=89341 TEST=none Review URL: http://codereview.chromium.org/7471001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93422 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: fix build when libgcrypt is not installed.phajdan.jr@chromium.org2011-07-211-1/+1
| | | | | | | | | | This is upstreaming of Gentoo Linux patch. BUG=none Review URL: http://codereview.chromium.org/7433015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93421 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93420 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 91447:91470jknotten@chromium.org2011-07-211-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/7467027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93419 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-211-5/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93418 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Update revision in DEPS, r6106 -> r6145mseaborn@chromium.org2011-07-211-4/+4
| | | | | | | | | BUG=none TEST=nacl_integration Review URL: http://codereview.chromium.org/7469002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93417 0039d316-1c4b-4281-b951-d872f2087c98
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-2136-116/+173
| | | | | | | | | | | | did the plumbing to pass this field through the layers. In addition, this CL groups several fields together into a single struct |SSLClientSocket::Context|. BUG=None TEST=None Review URL: http://codereview.chromium.org/7315009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93416 0039d316-1c4b-4281-b951-d872f2087c98