summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* delete executable property on fileselijahtaylor@google.com2011-04-302-0/+0
| | | | | | | TBR=dmaclach Review URL: http://codereview.chromium.org/6893150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83634 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit 85242:85369.kbr@google.com2011-04-292-24/+1
| | | | | | | | | | | | | | | | Upstreamed downstream test expectations. A couple previously added overrode upstream expectations incorrectly, and were causing redness on the deps bots. The canaries are still cycling green but it should be possible to fix any redness this introduces with a couple of downstream suppressions. BUG=none TEST=none TBR=dpranke Review URL: http://codereview.chromium.org/6904143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83633 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83452 (see crbug.com/80916) - Move jstemplate from chrome/third_party ↵thakis@chromium.org2011-04-29122-110/+110
| | | | | | | | | | | | | | | | | | | | | to third_party. All third party libraries should be in third_party. The presubmit check complains about jstemplate's README.chromium being nonstandard; I will fix that in a follow-up. The interesting changes are to the .grd file and the .py file. BUG=none TEST=none Review URL: http://codereview.chromium.org/6901102 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6905149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83632 0039d316-1c4b-4281-b951-d872f2087c98
* linux: successfully build net_unittests in components buildevan@chromium.org2011-04-293-7/+10
| | | | | | | | Just tagging more bits of base API. Review URL: http://codereview.chromium.org/6902169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83631 0039d316-1c4b-4281-b951-d872f2087c98
* linux components: expose one last function from base needed by test_shellevan@chromium.org2011-04-292-3/+5
| | | | | | Review URL: http://codereview.chromium.org/6883279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83630 0039d316-1c4b-4281-b951-d872f2087c98
* linux components: expose more BASE_API used by Chrome itselfevan@chromium.org2011-04-296-14/+18
| | | | | | Review URL: http://codereview.chromium.org/6902177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83629 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the ChromeFrame test ProxyFactoryTest.FastCreateDestroy as it crashesananta@chromium.org2011-04-292-2/+4
| | | | | | | | | | | randomly. Increased the timeout of the ContextMenu.CFInspector CF test to see if this fixes the flakiness with this test. BUG=81039 TBR=amit Review URL: http://codereview.chromium.org/6883285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83628 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83569 - Move chrome/third_party/mozilla_security_manager to third_party.thakis@chromium.org2011-04-2911-14/+12
| | | | | | | | | | | | | | | | | All third_party libraries should be directly in third_party, not scattered throughout the tree. Note that net/third_party contains a folder of the same name, I will move files in there into third_party/mozilla_security_manager later. BUG=80916 TEST=none Review URL: http://codereview.chromium.org/6902141 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6901139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83627 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang r130080:r130538thakis@chromium.org2011-04-291-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=evan Review URL: http://codereview.chromium.org/6903135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83625 0039d316-1c4b-4281-b951-d872f2087c98
* file manager: respect back/fwd buttonsrginda@chromium.org2011-04-292-1/+34
| | | | | | | | | BUG=chromium-os:14666 TEST=manual testing on chromeos-chrome on linux Review URL: http://codereview.chromium.org/6905143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83623 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA private PPAPI interface for UMA logging from NaCl pluginelijahtaylor@google.com2011-04-299-0/+260
| | | | | | | | BUG= none TEST= manual test of ppapi_tests, run UMA tests Review URL: http://codereview.chromium.org/6903084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83622 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Expand a leak suppression for bug 32624.jhawkins@chromium.org2011-04-291-7/+0
| | | | | | | | | | BUG=32624 TEST=none TBR=thestig Review URL: http://codereview.chromium.org/6893148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83621 0039d316-1c4b-4281-b951-d872f2087c98
* Added samples for devtools.audits and devtools.panels.caseq@google.com2011-04-2912-14/+316
| | | | | | | | | BUG=none TEST=Navigate to docs/samples.html, search for devtools, observe 2 examples. Review URL: http://codereview.chromium.org/6904113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83619 0039d316-1c4b-4281-b951-d872f2087c98
* Initial implementation of pure Views combobox (aka dropdown list). The ↵saintlou@chromium.org2011-04-296-17/+535
| | | | | | | | | | | | | | | | | following known missing items will be added in a separate CL + RTL handling + possible vertical centering of menu (UX) + Handle Key events for accessibility + Factor the focused border also present in textfield + look of the double arrow (now drawn in skia) BUG=none TEST=none Review URL: http://codereview.chromium.org/6880224 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83617 0039d316-1c4b-4281-b951-d872f2087c98
* Adding missing file from http://codereview.chromium.org/6883280/saintlou@chromium.org2011-04-291-0/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6883283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83616 0039d316-1c4b-4281-b951-d872f2087c98
* Add menu icon for new active_downloads ui.achuith@chromium.org2011-04-291-0/+0
| | | | | | | | BUG=chromium-os:12855 TEST=NONE Review URL: http://codereview.chromium.org/6905146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83615 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in unit_test PanelBrowserWindowCocoaTest.CreateClosedimich@chromium.org2011-04-291-2/+3
| | | | | | | | BUG=81022 Review URL: http://codereview.chromium.org/6904141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83614 0039d316-1c4b-4281-b951-d872f2087c98
* Removed spurious CRs.sanjeevr@chromium.org2011-04-294-155/+155
| | | | | | | | BUG=None TEST=None. TBR=abodenha@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83613 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that the exit status from the chrome frame net tests suite correctly ↵ananta@chromium.org2011-04-292-5/+9
| | | | | | | | | | | | | | | reflects the result of the net test run. This will fix issues with the chrome frame builders staying green inspite of net tests failing. Next step : Fix ChromeFrame tests on similar lines. BUG=80820 TEST=ChromeFrame net tests should cause the builder to turn red on failures. Review URL: http://codereview.chromium.org/6902167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83612 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove a couple unused NotificationTypes.thestig@chromium.org2011-04-291-5/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6893123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83610 0039d316-1c4b-4281-b951-d872f2087c98
* Fix race condition when OnProcessLaunched is called after RenderProcessHost ↵jam@chromium.org2011-04-291-0/+7
| | | | | | | | | calls DeleteSoon on itself. BUG=cros:14514 Review URL: http://codereview.chromium.org/6883276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83609 0039d316-1c4b-4281-b951-d872f2087c98
* Clarify PREMUL suffix in description of image data formats.nfullagar@google.com2011-04-291-1/+19
| | | | | | | | TEST=try bot (this is a comment change) BUG=none Review URL: http://codereview.chromium.org/6905120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83608 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Reset the passphrase radio when the user goes back to thejhawkins@chromium.org2011-04-291-7/+18
| | | | | | | | | | | | | | 'Sync everything' page, but only if the currently-synced account does not have a custom passphrase. BUG=80888 TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/6893142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83607 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress another layout test failure.kbr@google.com2011-04-291-0/+2
| | | | | | | | | BUG=none TEST=none TBR=dpranke Review URL: http://codereview.chromium.org/6905145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83606 0039d316-1c4b-4281-b951-d872f2087c98
* Missing files from: http://codereview.chromium.org/6902156/saintlou@chromium.org2011-04-2915-0/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6883280 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83605 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 83584 - Adding a way to run deferred tasks in WebKit unit-tests.jcivelli@chromium.org2011-04-294-65/+6
| | | | | | | | | | | | | | | | | The MockURLLoader does not work with sub-resources as their load is deferred. This CL makes it possible to run deferred tasks so that such sub-resources can be loaded in the unit-tests. BUG=None TEST=Make sure webkit unit-tests and DumpRenderTree still work. Review URL: http://codereview.chromium.org/6882064 TBR=kbr@chromium.org Review URL: http://codereview.chromium.org/6902176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83603 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r83600abarth@chromium.org2011-04-294-348/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83602 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressions for layout test failures.kbr@google.com2011-04-291-1/+14
| | | | | | | | | BUG=none TEST=none TBR=dpranke Review URL: http://codereview.chromium.org/6902170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83601 0039d316-1c4b-4281-b951-d872f2087c98
* MAC Cookies (2 of N)abarth@chromium.org2011-04-294-0/+348
| | | | | | | | | This CL contains the algorithmic guts of MAC cookies, including generating the canonical represntation of the request and signing it using HMAC. This CL does not include support for body_hash, which requires some more thought. Review URL: http://codereview.chromium.org/6901121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83600 0039d316-1c4b-4281-b951-d872f2087c98
* Add prerender browsertests for image prerendering.cbentzel@chromium.org2011-04-292-15/+39
| | | | | | | | | | BUG=80289 TEST=browser_tests --gtest_filter=*PrerenderImage* Review URL: http://codereview.chromium.org/6902118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83599 0039d316-1c4b-4281-b951-d872f2087c98
* Move code that talks to spellchecking out of content.jam@chromium.org2011-04-2913-175/+128
| | | | | | Review URL: http://codereview.chromium.org/6880320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83598 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a leak in Mac for Panels.jhawkins@chromium.org2011-04-291-0/+9
| | | | | | | | | | BUG=81022 TEST=none TBR=thestig Review URL: http://codereview.chromium.org/6905138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83597 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/6883277jond@google.com2011-04-293-6/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83596 0039d316-1c4b-4281-b951-d872f2087c98
* Enable Windows and Linux for Web Audio APIcrogers@google.com2011-04-292-2/+17
| | | | | | | | | BUG=none TEST=none (tested locally on Windows 7) Review URL: http://codereview.chromium.org/6902160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83595 0039d316-1c4b-4281-b951-d872f2087c98
* [Extensions] Remove enabled flag from PendingExtensionInfoakalin@chromium.org2011-04-298-65/+27
| | | | | | | | | | | | | Since sync sets the enabled flag before it adds the pending extension, there's no need to plumb this through anymore. BUG=72659 TEST= Review URL: http://codereview.chromium.org/6902134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83593 0039d316-1c4b-4281-b951-d872f2087c98
* Views: Use browser::Navigate() when handling the drop URL in a tab. This fixesjhawkins@chromium.org2011-04-291-10/+8
| | | | | | | | | | | | | | a bug where the logic for handling special URLs, e.g., Settings, wasn't being hit because we circumvented it. BUG=80712 TEST=none R=sky@chromium.org Review URL: http://codereview.chromium.org/6893118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83591 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: don't replace existing logins when adding new logins to the same site.mdm@chromium.org2011-04-291-21/+29
| | | | | | | | BUG=80887 TEST=when using gnome keyring it should be possible to add multiple logins for the same site Review URL: http://codereview.chromium.org/6902135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83590 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Call ResourceBundle::GetNativeImageNamed() instead of GetPixbufNamed() ↵tfarina@chromium.org2011-04-291-2/+3
| | | | | | | | | | | | | on browser_titlebar.cc. BUG=58030 TEST=None R=evan@chromium.org,rsesek@chromium.org Review URL: http://codereview.chromium.org/6904137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83589 0039d316-1c4b-4281-b951-d872f2087c98
* Add a rand_util method for generating a random string.abarth@chromium.org2011-04-293-5/+39
| | | | | | | | We need this function to generate a nonce for MAC cookies. Review URL: http://codereview.chromium.org/6904118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83588 0039d316-1c4b-4281-b951-d872f2087c98
* Added removefilesCPP.sh to remove all unneeded html files generated by ↵jond@google.com2011-04-292-18/+36
| | | | | | | | Doxygen. Removing three files not used by CPP doxygen process. Review URL: http://codereview.chromium.org/6903110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83587 0039d316-1c4b-4281-b951-d872f2087c98
* Use pixel buffer objects where supported to improve capturer speed.jamiewalch@chromium.org2011-04-291-15/+108
| | | | | | | | | BUG=79043 TEST=Manual Review URL: http://codereview.chromium.org/6903079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83586 0039d316-1c4b-4281-b951-d872f2087c98
* Add watchlist for clang version, add myself to it.fischman@chromium.org2011-04-291-0/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6880330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83585 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a way to run deferred tasks in WebKit unit-tests.jcivelli@chromium.org2011-04-294-6/+65
| | | | | | | | | | | | | | The MockURLLoader does not work with sub-resources as their load is deferred. This CL makes it possible to run deferred tasks so that such sub-resources can be loaded in the unit-tests. BUG=None TEST=Make sure webkit unit-tests and DumpRenderTree still work. Review URL: http://codereview.chromium.org/6882064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83584 0039d316-1c4b-4281-b951-d872f2087c98
* linux: components support for base/evan@chromium.org2011-04-2912-55/+75
| | | | | | | | This builds base_unittests using libbase as a component. Review URL: http://codereview.chromium.org/6904109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83583 0039d316-1c4b-4281-b951-d872f2087c98
* history: Move IsQueryCote into unnamed namespace.tfarina@chromium.org2011-04-291-18/+13
| | | | | | | | | | | | | | | Unrelated changes: - Remove two includes that are not necessary. - Line up some arguments to fit everything on the same line. BUG=None TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/6901127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83582 0039d316-1c4b-4281-b951-d872f2087c98
* remove suppression.lipalani@chromium.org2011-04-291-9/+0
| | | | | | | | | BUG=62880,37408 TEST= Review URL: http://codereview.chromium.org/6880247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83581 0039d316-1c4b-4281-b951-d872f2087c98
* Changed line endings for FILES to LF (was CRLF).apatrick@chromium.org2011-04-291-70/+70
| | | | | | | | | | This fixes chrome/tools/build/win/make_zip.sh. It was only stripping the \n from the paths, leaving the \r and cp could not find files named like "pdf.dll\r". TEST=run make_zip BUG=none Review URL: http://codereview.chromium.org/6903149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83580 0039d316-1c4b-4281-b951-d872f2087c98
* Include information about PSS in the logs when a test case fails setting up ↵lipalani@chromium.org2011-04-292-1/+19
| | | | | | | | | | | sync.. BUG= TEST= Review URL: http://codereview.chromium.org/6902143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83579 0039d316-1c4b-4281-b951-d872f2087c98
* Don't let the presubmit check warn about |@interface| in comments in base.thakis@chromium.org2011-04-291-1/+1
| | | | | | | | | | | | | | Doesn't catch all /**/ style comments, but in practice we don't use /**/ comments, and when we do, we start every line with a *, and that's caught. (On the flipside, this doesn't catch "/**/@interface". http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1732454#1732454) BUG=none TEST=none Review URL: http://codereview.chromium.org/6905134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83578 0039d316-1c4b-4281-b951-d872f2087c98
* Forward decoder errors from FFmpegVideoDecodeEngine to FFmpegVideoDecoder.scherkus@chromium.org2011-04-298-32/+113
| | | | | | | | | | | Previously they were getting dropped on the floor, which could leave the media pipeline in lame duck mode. BUG=80187 TEST=media_unittests Review URL: http://codereview.chromium.org/6899058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83577 0039d316-1c4b-4281-b951-d872f2087c98