summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 4.0.224.04.0.224.0gitdeps2014-04-071-206/+119
|
* 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
* Fix ProcessUtilTest.FDRemapping hang on x86_64 by counting open fds in child ↵dkegel@google.com2009-10-201-1/+3
| | | | | | | | | | | process nondestructively BUG=25270 TEST=base_unittests --gtest_filter=ProcessUtilTest.FDRemapping on x86_64 linux Review URL: http://codereview.chromium.org/293018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29570 0039d316-1c4b-4281-b951-d872f2087c98
* When an assert fails, print the data that failed the assertsgk@chromium.org2009-10-201-6/+4
| | | | | | | | | so the problem can be triaged. BUG=none TEST=none Review URL: http://codereview.chromium.org/285005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29568 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bugs in rendergraph.jsgman@google.com2009-10-201-2/+2
| | | | | | | | DrawPassInfo.destroy was not correctly deleting things. Review URL: http://codereview.chromium.org/297016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29567 0039d316-1c4b-4281-b951-d872f2087c98
* Add a comment warning against using RSAPrivateKeyImport on untrusted sources.rafaelw@chromium.org2009-10-201-4/+6
| | | | | | Review URL: http://codereview.chromium.org/307009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29566 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Temporarily adding blank line to webkit_resources.grd."scherkus@chromium.org2009-10-201-1/+0
| | | | | | | Review URL: http://codereview.chromium.org/309002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29565 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily adding blank line to webkit_resources.grd.scherkus@chromium.org2009-10-201-0/+1
| | | | | | | | | I need to rebaseline but the bots haven't recompiled WebKit glue resources yet. Review URL: http://codereview.chromium.org/292032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29564 0039d316-1c4b-4281-b951-d872f2087c98
* Make escape remove a bookmark if it's just been added (but not if it already ↵pinkerton@chromium.org2009-10-202-5/+66
| | | | | | | | | | existed). Add unit tests for both behaviors. Add metrics to match windows code. BUG=24466 TEST=if bookmark existed prior to clicking star, esc should leave it. if clicking star added bookmark, esc should remove it. Review URL: http://codereview.chromium.org/300022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29562 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebFrameClient::cancelledError to avoid a dependency ondarin@chromium.org2009-10-208-38/+86
| | | | | | | | | | | | | | | | | the net/ module. This CL also tweaks some existing WebFrameClient methods: 1) to ensure that they have a WebFrame pointer for context 2) to rename cannotShowURLError to cannotHandleRequestError to better match the canHandleRequest method. R=yaar BUG=24606 TEST=none Review URL: http://codereview.chromium.org/306011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29561 0039d316-1c4b-4281-b951-d872f2087c98
* Add editable-html-element.html back to expected linux debug failure.japhet@chromium.org2009-10-201-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=evanm Review URL: http://codereview.chromium.org/293034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29560 0039d316-1c4b-4281-b951-d872f2087c98
* linux: restore another harfbuzz patch I dropped.evan@chromium.org2009-10-202-1/+23
| | | | | | | | Fixes LayoutTests/fast/text/drawBidiText.html on Linux. Review URL: http://codereview.chromium.org/308007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29558 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 29457, because this is making ExtensionBrowserTest.PageAction ↵mpcomplete@chromium.org2009-10-2011-94/+68
| | | | | | | | | | | | | | | | | | crash on Vista" Original description: Implement badges for page actions. Also add badge text color API. Also change color APIs from wanting ARGB to RGBA. BUG=24635 BUG=24644 BUG=25215 Review URL: http://codereview.chromium.org/293031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29556 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a race bug where content scripts would not apply to the first page load.mpcomplete@chromium.org2009-10-201-0/+4
| | | | | | | | BUG=11547 Review URL: http://codereview.chromium.org/302011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29555 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Prevent browser window from re-displaying when partially shut down.shess@chromium.org2009-10-201-0/+8
| | | | | | | | | | | http://crbug.com/24734 TEST=Start Chrome, Command-o, Command-q, should quit cleanly. TEST=download a file. Should be able to Quit the browser cleanly. TEST=Open two windows with one tab apiece. Drag one to the other. Should not crash. Review URL: http://codereview.chromium.org/295028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29554 0039d316-1c4b-4281-b951-d872f2087c98