summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated valgrind suppression for 22923 to reflect function prototype change.atwilson@chromium.org2009-11-301-8/+0
| | | | | | | | | BUG=22923 TEST=existing tests suffice Review URL: http://codereview.chromium.org/457005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33331 0039d316-1c4b-4281-b951-d872f2087c98
* Explode accessibility layout tests expectations, creating a bug per failure ↵dglazkov@chromium.org2009-11-301-36/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | cause. R=dpranke TEST=none BUG=28997 BUG=28998 BUG=28999 BUG=29000 BUG=29001 BUG=29002 BUG=29003 BUG=29005 BUG=29006 BUG=29007 BUG=29008 BUG=29009 BUG=29010 BUG=29011 BUG=29014 BUG=29015 Review URL: http://codereview.chromium.org/456005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33329 0039d316-1c4b-4281-b951-d872f2087c98
* Makes sure gtk menus fit on screen before showing them.sky@chromium.org2009-11-301-4/+12
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/434106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33328 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add next-protocol-negotiation to libssl.agl@chromium.org2009-11-3014-7/+383
| | | | | | | | | | | | This is an experimental, client only implementation of next-protocol-negotiation: http://www.imperialviolet.org/binary/draft-agl-tls-nextprotoneg-00.html This only affects the internal copy of libssl and is only active when built with use_system_ssl=0, which is not currently the default. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33327 0039d316-1c4b-4281-b951-d872f2087c98
* Remove std::wstring from most of net/base/escape.h.darin@chromium.org2009-11-306-43/+50
| | | | | | | | | | | | | | | | | | | I left the one API because based on the comment, it should eventually be removed. Updated the callers to use UTF16ToWideHack until more work can be done to remove std::wstring. I also updated net/base/escape_unittest.cc to use the same hack until a proper solution can be coded. Original patch submission here: http://codereview.chromium.org/402085 Patch by Patrick Scott (phanna@android.com) R=darin BUG=23581 TEST=escape_unittest Review URL: http://codereview.chromium.org/452015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33326 0039d316-1c4b-4281-b951-d872f2087c98
* Updated to more recent NaCl version.robertm@google.com2009-11-301-2/+2
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/440025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33325 0039d316-1c4b-4281-b951-d872f2087c98
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-3067-14/+88
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/454004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33324 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 33318 - Enable sync by default on all platforms.akalin@chromium.org2009-11-301-2/+4
| | | | | | | | | | | | BUG=23073 TEST=ran without enablesync on OS X, made sure sync UI was still present Review URL: http://codereview.chromium.org/438005 TBR=akalin@chromium.org Review URL: http://codereview.chromium.org/455008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33322 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug that could lead to mouse motion events percolating up tosky@chromium.org2009-11-301-1/+1
| | | | | | | | | | | | next window when they shouldn't. This manifested itself as buttons highlighting when the mose wasn't over them. BUG=none TEST=none Review URL: http://codereview.chromium.org/454005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33321 0039d316-1c4b-4281-b951-d872f2087c98
* linux: move asynchronous-unwind-tables flag to Release-onlyevan@chromium.org2009-11-301-4/+5
| | | | | | | | | | | | This makes backtraces again include symbols in Debug builds. TEST=StackTrace.OutputToStream (in a Debug build; the test is already disabled in Release builds, exactly because this flag breaks the thing the test is testing.) Review URL: http://codereview.chromium.org/457006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33320 0039d316-1c4b-4281-b951-d872f2087c98
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-3011-32/+22
| | | | | | | | | | | | | | | platforms, in preparation for using SSLClientSocketNSS on Windows. nss_memio.c does not need to include <unistd.h> Fix style nits. R=eroman BUG=28744 TEST=none Review URL: http://codereview.chromium.org/440031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33319 0039d316-1c4b-4281-b951-d872f2087c98
* Enable sync by default on all platforms.akalin@chromium.org2009-11-301-4/+2
| | | | | | | | | BUG=23073 TEST=ran without --enable-sync on OS X, made sure sync UI was still present Review URL: http://codereview.chromium.org/438005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33318 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression while I fix this WriteError leak.mbelshe@google.com2009-11-301-0/+8
| | | | | | | | | BUG=29004 TEST=none Review URL: http://codereview.chromium.org/453008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33317 0039d316-1c4b-4281-b951-d872f2087c98
* Use Apache for all Mac builders. The Mac V8-latest builder has beenojan@chromium.org2009-11-301-2/+1
| | | | | | | | | | | | using Apache for the last week and is considerably less flaky for HTTP tests. See http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#useV8Canary=true&builder=Webkit%20Mac%20(V8-Latest) We started using Apache on that builder at r33130. Review URL: http://codereview.chromium.org/455007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33316 0039d316-1c4b-4281-b951-d872f2087c98
* Don't save popup blocker whitelist modifications performed while off the record.pkasting@chromium.org2009-11-302-13/+27
| | | | | | | | BUG=none TEST=Go incognito, visit popuptest.com, whitelist popups, restart and verify they're not whitelisted. Review URL: http://codereview.chromium.org/434109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33315 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a memory leak when calling the one-arg form of ListValue::Remove().pkasting@chromium.org2009-11-303-2/+13
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/434108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33314 0039d316-1c4b-4281-b951-d872f2087c98
* Small header cleanup.mbelshe@google.com2009-11-301-3/+4
| | | | | | | | | | | | | Accidentally already checked in the flip_session.cc reordering of member variables in the constructor. So checking this in now. BUG=none TEST=none TBR=wtc@chromium.org Review URL: http://codereview.chromium.org/449017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33313 0039d316-1c4b-4281-b951-d872f2087c98
* Sync ParseFTPList with Mozilla upstream.phajdan.jr@chromium.org2009-11-302-177/+193
| | | | | | | | | | | | | | | | Also fix chromium.patch so that it's possible to apply it. It turns out my editor removed whitespace from ParseFTPList.cpp anyway, and somehow the patch itself was corrupted. The plan is to remove this code after our own LIST parsing code is ready, but for now we still need it. TEST=none BUG=none Review URL: http://codereview.chromium.org/450008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33312 0039d316-1c4b-4281-b951-d872f2087c98
* Fix case where SynReply messages which were missingmbelshe@google.com2009-11-302-16/+110
| | | | | | | | | | | status or version headers would crash. BUG=none TEST=FlipNetworkTransactionTest.InvalidSynReply Review URL: http://codereview.chromium.org/455003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33311 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some media tests to reflect the upstream changes.kinuko@chromium.org2009-11-307-35/+6
| | | | | | | | | | | | | Media tests have been updated not to use 'load' event in WebKit (http://trac.webkit.org/changeset/50063), and the change needs to be reflected in chromium. BUG=13907 TEST=none Review URL: http://codereview.chromium.org/434114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33310 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-3068-87/+21
| | | | | | | | TBR=pawel Review URL: http://codereview.chromium.org/453007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33309 0039d316-1c4b-4281-b951-d872f2087c98
* Update valgrind suppression. An extra bool parameter got added.willchan@chromium.org2009-11-301-1/+1
| | | | | | | | BUG=http://crbug.com/22923 Review URL: http://codereview.chromium.org/455006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33308 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the mpeg4toannexb bitstream filter.ajwong@chromium.org2009-11-307-9/+43
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/441024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33307 0039d316-1c4b-4281-b951-d872f2087c98
* Implement AccessibilityUIElement::isAttributeSettable plus other clean-up.dglazkov@chromium.org2009-11-302-2/+27
| | | | | | | | | | R=darin BUG=10322 TEST=LayoutTests/accessibility/aria-readonly.html Review URL: http://codereview.chromium.org/453006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33306 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile for ChromeOS by #including needed headers.phajdan.jr@chromium.org2009-11-302-0/+2
| | | | | | | | | | TBR=maruel BUG=none TEST=none Review URL: http://codereview.chromium.org/457004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33305 0039d316-1c4b-4281-b951-d872f2087c98
* Draw the normal window's frame in maximized mode. See BUG for more detail. ↵oshima@chromium.org2009-11-308-16/+58
| | | | | | | | | | | Dan will investigate further when he has time. BUG=28580, 727 (chromeos) TEST=None Review URL: http://codereview.chromium.org/436039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33302 0039d316-1c4b-4281-b951-d872f2087c98
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-3066-21/+85
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/454004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33301 0039d316-1c4b-4281-b951-d872f2087c98
* Ressurrect the WriteError test by making a scopedmbelshe@google.com2009-11-301-7/+14
| | | | | | | | | | | | | | | method factory for the DelayedSocketDataProvider. The problem which crashed was that the lifecycle of the socket and the data provider are not coupled; and the posted message for a delayed ReadCompletion could be left hanging. BUG=none TEST=WriteError Review URL: http://codereview.chromium.org/452010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33300 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leak when we get an error during a write. Wembelshe@chromium.org2009-11-301-0/+1
| | | | | | | | | | | | were forgetting to release the in_flight_write, which holds a reference to the FlipStream. BUG=none TEST=WriteError (coming) Review URL: http://codereview.chromium.org/453005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33299 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the unused GetDefaultCertNickname function.wtc@chromium.org2009-11-301-47/+2
| | | | | | | | | R=ukai BUG=28744 TEST=none Review URL: http://codereview.chromium.org/437080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33298 0039d316-1c4b-4281-b951-d872f2087c98
* Show chromium os version in about paneldavemoore@chromium.org2009-11-302-0/+61
| | | | | | Review URL: http://codereview.chromium.org/440008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33293 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: provisional implementation of new methods in WebDevToolsAgent in ↵yurys@chromium.org2009-11-301-0/+21
| | | | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=31832 This method will allow to propagate resource load notifications from plugins to InspectorController. BUG=2084 Review URL: http://codereview.chromium.org/434080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33292 0039d316-1c4b-4281-b951-d872f2087c98
* Clear the target/action of the close button when the view goes into the ↵pinkerton@chromium.org2009-11-302-1/+12
| | | | | | | | | closing state in an attempt to prevent errant messages to dead objects. BUG=24987 TEST=open a ton of tabs, rapidly click the close box, hope nothing crashes and the tabs still close correctly. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33291 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate BlacklistManager with Profile.phajdan.jr@chromium.org2009-11-3022-229/+315
| | | | | | | | | | | | | Now each Profile has a BlacklistManager that maintains a compiled Blacklist for that Profile. The system does not yet pause user-initiated web requests until the blacklist system is ready. However, the code is not supposed to be ready, and is hidden behind a --enable-privacy-blacklists command-line flag. TEST=Covered by browser_test. BUG=21541 Review URL: http://codereview.chromium.org/371063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33290 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: fix on Linux and reenable ↵yurys@chromium.org2009-11-302-2/+8
| | | | | | | | DevToolsSanityTest.TestPauseWhenScriptIsRunning Review URL: http://codereview.chromium.org/449013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33288 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: improve apparent z-order problems when switching Spaces.viettrungluu@chromium.org2009-11-303-12/+33
| | | | | | | | | | | | | | | | | Remove the status bubble as child window when hidden, rather than just setting its opacity to 0. I'm not sure about the effects, if any, of doing this rather than destroying the window completely. This doesn't eliminate z-order problems with Spaces, but should improve it considerably. This may also ameliorate the problems with moving windows between Spaces using Expose. BUG=28107, 24956 TEST=Create a bunch of windows; get the status bubble to appear in the active (key) window and then get it to disappear; switch to another spaces and back; make sure the active window is on top; repeat. Review URL: http://codereview.chromium.org/434120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33287 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes an issue where opening Inspector after APU causes some console noise.pfeldman@chromium.org2009-11-301-0/+1
| | | | | | | | Original review: http://codereview.chromium.org/432025 TBR=knorton git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33286 0039d316-1c4b-4281-b951-d872f2087c98
* Add documentURL property to dummy resource payloadapavlov@chromium.org2009-11-301-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=pfeldman@chromium.org Review URL: http://codereview.chromium.org/455002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33285 0039d316-1c4b-4281-b951-d872f2087c98
* Backout test change.mbelshe@google.com2009-11-301-17/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/455001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33284 0039d316-1c4b-4281-b951-d872f2087c98
* Ressurrect the WriteError test by making a scopedmbelshe@google.com2009-11-301-7/+17
| | | | | | | | | | | | | | | | | | method factory for the DelayedSocketDataProvider. The problem which crashed was that the lifecycle of the socket and the data provider are not coupled; and the posted message for a delayed ReadCompletion could be left hanging. Running test on bots at night. BUG=none TEST=WriteError TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/453001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33283 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.2.1sgjesse@chromium.org2009-11-301-1/+1
| | | | | | | | | | BUG=http://crbug.com/23058 TEST=none Review URL: http://codereview.chromium.org/454002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33282 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests/fast/forms/control-restrict-line-height.html.tkent@google.com2009-11-307-25/+57
| | | | | | | | | | | | The button and the search field in the old resultant images had wrong heights. They should have normal height even if CSS line-height is specified. WebKit r51368 and r51428 fixed this problem. BUG=20551 TEST=This is a test. Review URL: http://codereview.chromium.org/452009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33281 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: temporarily diable DevToolsSanityTest.TestPauseWhenScriptIsRunning ↵yurys@chromium.org2009-11-301-1/+1
| | | | | | | | | | which fails on Linux TBR=mnaganov@chromium.org Review URL: http://codereview.chromium.org/454003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33280 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: process pause script request on the IO thread. To pause already ↵yurys@chromium.org2009-11-3018-41/+115
| | | | | | | | | | | running script we need to call v8::Debug::DebugBreak() on a thread different from the Render thread which may be busy with JS execution. BUG=28892 TEST=DevToolsSanityTest.TestPauseWhenScriptIsRunning Review URL: http://codereview.chromium.org/444017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33279 0039d316-1c4b-4281-b951-d872f2087c98
* Disable TabSwitchingUITest.GenerateTabSwitchStatshamaji@chromium.org2009-11-301-1/+1
| | | | | | | | | | BUG=28968 TEST=none TBR=nsylvain Review URL: http://codereview.chromium.org/448009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33278 0039d316-1c4b-4281-b951-d872f2087c98
* Remove per-platform baseline results for comment-in-textarea layout test.kinuko@chromium.org2009-11-306-23/+0
| | | | | | | | | | | | The test has been revised to use dumpAsText. http://trac.webkit.org/changeset/51427 BUG=10458,28916 TEST=none Review URL: http://codereview.chromium.org/452001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33277 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor websocket_server.py for ui_testsukai@chromium.org2009-11-301-13/+61
| | | | | | | | | | | | | | | | | | In ui_tests (worker_uitests.cc), we need to specify root directory other than layout tests in the working copy. to start/stop the websocket server. Add --server option as http_server.py to start/stop the server. Add --server start --pidfile <file> to record pid and to stop the server by next websocket_server.py --server stop --pidfile <file> invokation. Add --root option to specify root directory. BUG=none TEST=none Review URL: http://codereview.chromium.org/442025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33276 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll 51472:51480ukai@chromium.org2009-11-301-1/+1
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/452006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33270 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 33255 - Report active extensions in crash reports. This only ↵nsylvain@chromium.org2009-11-3011-180/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | implements Windows right now. Mac and linux will be separate CLs. "Active" is overloaded to mean different things depending on the process type: browser: all enabled extensions renderer: unique set of extensions from all user scripts extension: extensions running in the process BUG=27169 Review URL: http://codereview.chromium.org/437078 -- There are thousands of new crashes with reivison 33256 and 33255, so i'm reverting. the crashes are in chrome_2610000!child_process_logging::SetActiveURL TBR=aa@chromium.org Review URL: http://codereview.chromium.org/448006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33269 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 33256 - Fix build break from r33255.nsylvain@chromium.org2009-11-302-2/+2
| | | | | | | | | | | | There are thousands of new crashes with reivison 33256 and 33255, so i'm reverting. the crashes are in chrome_2610000!child_process_logging::SetActiveURL TBR=erikkay@chromium.org TBR=aa@chromium.org Review URL: http://codereview.chromium.org/448005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33268 0039d316-1c4b-4281-b951-d872f2087c98