summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable WebSocket in test_shellukai@chromium.org2009-10-2120-13/+859
| | | | | | | | | BUG=12497,24756 TEST=LayoutTests/fast/websockets success Review URL: http://codereview.chromium.org/243108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29626 0039d316-1c4b-4281-b951-d872f2087c98
* Add the support for tcmalloc's heap leak checker.timurrrr@chromium.org2009-10-211-0/+2
| | | | | | | | | | | The heap checker will be linked with libtcmalloc by default. This patch was prepared by Alexander Potapenko (cc'ed) and originally reviewed as http://codereview.chromium.org/307005 TBR=evan,bradn (already LGTMed at http://codereview.chromium.org/307005) Review URL: http://codereview.chromium.org/292043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29625 0039d316-1c4b-4281-b951-d872f2087c98
* WebSocket protocol handler for live experiment (again)ukai@chromium.org2009-10-214-0/+874
| | | | | | | | | | | | | | This is in-browser-process WebSocket protocol handler, which will be used inWebSocket live experiment. Change WebSocket::Delegate to WebSocketDelegate to avoid compile error on MSVC. BUG=none TEST=net_unittests passes Review URL: http://codereview.chromium.org/300035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29624 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: test that content scripts are visible in the debugger scripts listyurys@google.com2009-10-214-8/+125
| | | | | | | | BUG=25294,24214 TEST=DevToolsExtensionDebugTest.TestContentScriptIsPresent Review URL: http://codereview.chromium.org/295020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29623 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselining media layout tests due to latest WebKit merge.scherkus@chromium.org2009-10-2117-16/+9
| | | | | | | | | | | BUG=13907 TEST=tree goes green TBR=hclam Review URL: http://codereview.chromium.org/294036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29622 0039d316-1c4b-4281-b951-d872f2087c98
* Add some failures after WebKit roll 49872:49896tkent@chromium.org2009-10-211-0/+7
| | | | | | | | | BUG=none TEST=none TBR=yutak Review URL: http://codereview.chromium.org/300034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29621 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.16.1sgjesse@chromium.org2009-10-211-1/+1
| | | | | | | | BUG=http://code.google.com/p/v8/issues/detail?id=475 TEST=none Review URL: http://codereview.chromium.org/295021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29620 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r29614 "WebSocket protocol handler for live experiment."ukai@chromium.org2009-10-214-871/+0
| | | | | | | | | | | | It caused compile error on Modules XP and Vista. TBR=tkent BUG=none TEST=none Review URL: http://codereview.chromium.org/312001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29619 0039d316-1c4b-4281-b951-d872f2087c98
* DEPS roll to latest gyp (primarily for external rules fix).sgk@chromium.org2009-10-211-1/+1
| | | | | | | | BUG=none TEST=green trees Review URL: http://codereview.chromium.org/294032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29616 0039d316-1c4b-4281-b951-d872f2087c98
* Enabling more passing media layout tests.scherkus@chromium.org2009-10-211-2/+0
| | | | | | | | | | | BUG=G9798 TEST=tree stays green TBR=hclam Review URL: http://codereview.chromium.org/295038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29615 0039d316-1c4b-4281-b951-d872f2087c98
* WebSocket protocol handler for live experiment.ukai@chromium.org2009-10-214-0/+871
| | | | | | | | | | | | This is in-browser-process WebSocket protocol handler, which will be used in WebSocket live experiment. BUG=none TEST=net_unittests passes Review URL: http://codereview.chromium.org/304014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29614 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 49872:49896.yutak@chromium.org2009-10-212-9/+1
| | | | | | | | | | This roll should fix a valgrind error (issue 25297). R=jamesr BUG=25297 TEST=none Review URL: http://codereview.chromium.org/292039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29613 0039d316-1c4b-4281-b951-d872f2087c98
* Marking more media layout tests as passing.scherkus@chromium.org2009-10-211-4/+0
| | | | | | | | | | | BUG=13907 TEST=tree stays green TBR=hclam Review URL: http://codereview.chromium.org/294033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29612 0039d316-1c4b-4281-b951-d872f2087c98
* Update third_party/pywebsocket to @79.yuzo@chromium.org2009-10-211-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/307016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29611 0039d316-1c4b-4281-b951-d872f2087c98
* add ENABLE_WEB_SOCKETSukai@chromium.org2009-10-211-0/+1
| | | | | | | | | BUG=12497 TEST=none Review URL: http://codereview.chromium.org/251087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29610 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselining two mac media layout tests.scherkus@chromium.org2009-10-215-8/+7
| | | | | | | | | BUG=13907 Review URL: http://codereview.chromium.org/300031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29609 0039d316-1c4b-4281-b951-d872f2087c98
* Add a line for flaky search-hidden-cancel-button.html.tkent@chromium.org2009-10-211-0/+3
| | | | | | | | | BUG=25378 TEST=none TBR=awalker Review URL: http://codereview.chromium.org/303016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29608 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r29418 as it caused a regression.eroman@chromium.org2009-10-211-8/+1
| | | | | | | | | | | OnKillFocus() is being called during destruction, and tries to access a render_widget_host_ which has already been NULLed. BUG=25290, 24248 TBR=jcampan Review URL: http://codereview.chromium.org/308014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29607 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress failures since Chromium r29594.tkent@chromium.org2009-10-211-0/+4
| | | | | | | | | BUG=24376 TEST=none TBR=scherkus Review URL: http://codereview.chromium.org/311002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29606 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress more ScriptString errors.tkent@chromium.org2009-10-211-2/+2
| | | | | | | | | TBR=awalker BUG=none TEST=none Review URL: http://codereview.chromium.org/293041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29605 0039d316-1c4b-4281-b951-d872f2087c98
* Back out r29592 (-Wl,-pie) because apparently Valgrind doesn't understandmark@chromium.org2009-10-211-7/+0
| | | | | | | | | | executable slide. BUG=25372 TEST=green tree Review URL: http://codereview.chromium.org/311001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29604 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting r29602.tkent@chromium.org2009-10-211-11/+2
| | | | | | | | | | | It is not needed because r29591 was reverted. TBR=awalker TEST=none BUG=none Review URL: http://codereview.chromium.org/306023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29603 0039d316-1c4b-4281-b951-d872f2087c98
* Add LayoutTest failures since r25372.tkent@chromium.org2009-10-211-2/+11
| | | | | | | | | TBR=awalker BUG=25372 TEST=none Review URL: http://codereview.chromium.org/306022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29602 0039d316-1c4b-4281-b951-d872f2087c98
* Back out r29591 (-fstack-protector) because it may have caused Valgrind testmark@chromium.org2009-10-211-5/+1
| | | | | | | | | | failures and bug 25372. BUG=25372 TEST=green tree Review URL: http://codereview.chromium.org/306021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29601 0039d316-1c4b-4281-b951-d872f2087c98
* Reliablity testnirnimesh@chromium.org2009-10-211-0/+7
| | | | | | | | | | | | | | | | | Introduce a flag --noclearprofile to instruct reliability test to not clear profile before firing off the browser. This is so avoid unnecessary disk writes. (The default value of this flag is OFF, so win reliability bot should continue to behave as is). Mac Chromebot would fire several instances of Chrome at a time, and I want to minimize the load it generates. I understand that I should begin with a clean profile, so I clean-up the user-data-dir after every few runs, rather than cleaning every single time. BUG=25271 TEST=reliability_tests should work as is on Win Review URL: http://codereview.chromium.org/300014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29598 0039d316-1c4b-4281-b951-d872f2087c98
* I had some debug URL handling turned on in chromembelshe@google.com2009-10-212-4/+5
| | | | | | | | | | | | making the use-flip mode not useful unless you were using my test environment. Sorry! BUG=none TEST=none Review URL: http://codereview.chromium.org/292040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29597 0039d316-1c4b-4281-b951-d872f2087c98
* revert r29588.estade@chromium.org2009-10-213-65/+32
| | | | | | | | | | John says the DB thread always gets shut down by the IO thread, so the change is unnecessary, also, it caused valgrind leaks. BUG=25245 Review URL: http://codereview.chromium.org/293039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29596 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bad identation bug.kkania@google.com2009-10-211-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29595 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselining media layout tests.scherkus@chromium.org2009-10-2155-111/+290
| | | | | | | | | | | | Antialiasing bug was fixed upstream, flakiness should be gone. TEST=more layout tests should be passing BUG=9798,13907 Review URL: http://codereview.chromium.org/295031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29594 0039d316-1c4b-4281-b951-d872f2087c98
* Remove browser installation from lab test runner. This will now happen ↵kkania@google.com2009-10-211-60/+34
| | | | | | | | during machine preparation. Review URL: http://codereview.chromium.org/307014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29593 0039d316-1c4b-4281-b951-d872f2087c98
* Mmm, pie.mark@chromium.org2009-10-212-1/+8
| | | | | | | | BUG=16713 TEST=none Review URL: http://codereview.chromium.org/308010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29592 0039d316-1c4b-4281-b951-d872f2087c98
* Use -fstack-protector in Mac Debug builds.mark@chromium.org2009-10-211-1/+5
| | | | | | | | | | | We used to have this in debug.xcconfig, but it seems to have gotten lost when we migrated to GYP. BUG=16713 (not really, that's for release builds, but close enough) TEST=none Review URL: http://codereview.chromium.org/292036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29591 0039d316-1c4b-4281-b951-d872f2087c98
* Give ourselves 20 seconds for Chrome startup vs 4 to help alleviate ↵slightlyoff@chromium.org2009-10-211-1/+4
| | | | | | | | | | | intermittent "blank page" GCF bugs. BUG=23414 TEST=None Review URL: http://codereview.chromium.org/293035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29590 0039d316-1c4b-4281-b951-d872f2087c98
* Explain what '&&' is for in IDS_IMPORT_SETTINGS: '&&' should ↵jshin@chromium.org2009-10-211-2/+2
| | | | | | | | | | | be replaced with 'and' in the target language unless it's good to use '&' to mean 'and' in the language. BUG=24705 TEST=NONE Review URL: http://codereview.chromium.org/307008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29589 0039d316-1c4b-4281-b951-d872f2087c98
* SQL cookie store: Safely post to DB thread from IO thread.estade@chromium.org2009-10-203-32/+65
| | | | | | | | | BUG=25245 TEST=? Review URL: http://codereview.chromium.org/295032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29588 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: theme the info bar border.estade@chromium.org2009-10-205-14/+56
| | | | | | | | | | | Also apply the default border for non-gtk themes. BUG=23390 TEST=none Review URL: http://codereview.chromium.org/304012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29587 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for to automation interface load install and load extensions.rogerta@chromium.org2009-10-2013-17/+263
| | | | | | | | | TEST=None BUG=0 Review URL: http://codereview.chromium.org/274076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29586 0039d316-1c4b-4281-b951-d872f2087c98
* Widen one suppression for x86_64, add a new upstream one.dkegel@google.com2009-10-201-1/+11
| | | | | | | | | BUG=none TEST=sh tools/valgrind/chrome_tests.sh -t base on a 64 bit build Review URL: http://codereview.chromium.org/300024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29585 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the new extension management UI. For the UI mocksfinnur@chromium.org2009-10-202-134/+223
| | | | | | | | | | | | | | | | | | | | | | | | see the bug details. This gets us most of the way there. We have made minor course corrections since the mocks were introduced (no date will be shown, no "Get more extensions" link is visible and the name is not linked). Known issues: The only thing missing is the fact that we show a default plugin icon for each extension (as opposed to the icon for the extension). BUG=12119 TEST=Open chrome://extensions and all the buttons and links should work (Developer Tools, Enable, Disable, Reload, Uninstall, Load, Pack, Update, etc). Review URL: http://codereview.chromium.org/293028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29584 0039d316-1c4b-4281-b951-d872f2087c98
* Add styles for printing.kathyw@google.com2009-10-2028-0/+128
| | | | | | | | | | | | | Regenerated all the doc to include these styles. Also added static/pageAction.html, which was missing from an earlier CL. TEST=none BUG=none Review URL: http://codereview.chromium.org/292021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29583 0039d316-1c4b-4281-b951-d872f2087c98
* Make all pepper plugins default to windowless and transparent.sehr@google.com2009-10-201-0/+5
| | | | | | Review URL: http://codereview.chromium.org/306018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29582 0039d316-1c4b-4281-b951-d872f2087c98
* Fix drawing code for page action badges.mpcomplete@chromium.org2009-10-208-38/+117
| | | | | | | | | | The badge can now extend beyond the boundary of the image. BUG=24644 Review URL: http://codereview.chromium.org/297014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29581 0039d316-1c4b-4281-b951-d872f2087c98
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the ↵jhawkins@chromium.org2009-10-2018-128/+133
| | | | | | | | | | data structure. BUG=none TEST=none Review URL: http://codereview.chromium.org/306014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29580 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the unused handlers as wellarv@chromium.org2009-10-201-321/+1
| | | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/292001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29579 0039d316-1c4b-4281-b951-d872f2087c98
* New pixel baseline for float-in-float-hit-testingvictorw@chromium.org2009-10-207-3/+3
| | | | | | | | | | | | | | | The webkit patch (http://trac.webkit.org/changeset/49619) adds focus outline for anchor node. Rebaseline the chromium pixel results. TBR=dglazkov TEST=none BUG=24959 Review URL: http://codereview.chromium.org/309003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29578 0039d316-1c4b-4281-b951-d872f2087c98
* Update eTLD list to stay in sync with Mozilla. Also correct the URL atop ↵pkasting@chromium.org2009-10-202-2/+14
| | | | | | | | | | the file to point to the Hg Mozilla repo, not the CVS repo. BUG=none TEST=none Review URL: http://codereview.chromium.org/307013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29577 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Make messageloop-based timeout work on Mac/Linux,ojan@chromium.org2009-10-205-33/+54
| | | | | | | | | | | | | | 2. Save the results of timing out tests and show them in the results.html file. One arguably negative side effect of this is that a test that times out and has image/text failures will count as both a timeout failure and an image/text failure. I'm not 100% certain the RevokeAll change makes sense. It matches what the old code's comments claimed it did, but the code didn't actually do. The idea is that if the test finishes before the timeout is hit, we should cancel the timeout. Review URL: http://codereview.chromium.org/303007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29576 0039d316-1c4b-4281-b951-d872f2087c98
* Move registering o3d_host.dll to selenium.gyp becausegman@google.com2009-10-203-25/+87
| | | | | | | | | | | | | | | you shouldn't have to register the dll just because you built it. Then, make registering o3d_host.dll and selenium_ie only happen if you are running as admin. This makes it so you can build the O3D without turning of UAC or running as admin. Only if you want to run seleniun_ie do you need to be admin. Review URL: http://codereview.chromium.org/307012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29573 0039d316-1c4b-4281-b951-d872f2087c98
* Allow ESC to cancel ALT+SHIFT+T in Toolbar.mhm@chromium.org2009-10-203-16/+57
| | | | | | | | | | | By overriding SkipDefaultKeyEventProcessing in View, it will ensure that the current hackish implementation of Toolbar request focus will be dealt before any other focus related actions and accelerators. BUG=8239 TEST=Press ESC while in accessibility mode. Review URL: http://codereview.chromium.org/272024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29572 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bubbles deactivating the opaque frame.ben@chromium.org2009-10-203-10/+19
| | | | | | | | | | | The theme work caused a check that had been included to see if the frame view should be painted as active even if it was inactive. This reintroduces that check. http://crbug.com/20966 TEST=see bug Review URL: http://codereview.chromium.org/303012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29571 0039d316-1c4b-4281-b951-d872f2087c98