summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* External contribution from developer0420@gmail.com. Pressing enter insky@google.com2008-10-081-3/+5
| | | | | | | | | | | | the bookmark bubble when focus is on the edit button should start editing. BUG=2863 TEST=Bring up the bookmark bubble, move focus to the edit button and press enter. Make sure the editor comes up. Review URL: http://codereview.chromium.org/6594 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3036 0039d316-1c4b-4281-b951-d872f2087c98
* DeleteButtonController was left over from previous unforkage.dglazkov@google.com2008-10-089-3522/+10
| | | | | | Review URL: http://codereview.chromium.org/6353 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3035 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix more standard non-client painting by extending the client ↵ben@chromium.org2008-10-082-10/+14
| | | | | | | | | | area of the frame to the top of the window. http://crbug.com/3246 Review URL: http://codereview.chromium.org/6349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3034 0039d316-1c4b-4281-b951-d872f2087c98
* Fix problem with popups frames when magic_browzr.erg@google.com2008-10-081-9/+18
| | | | | | | | | Some code got committed which made assumptions which were only true when magic_browzr was on. Review URL: http://codereview.chromium.org/5649 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3033 0039d316-1c4b-4281-b951-d872f2087c98
* Hackish changes to make gears work in the renderer with the sandbox.mpcomplete@google.com2008-10-084-0/+52
| | | | | | Review URL: http://codereview.chromium.org/6434 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3032 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes to the experimental bloom filter storage code.paulg@google.com2008-10-083-46/+69
| | | | | | | | | | | Update the unittest to handle the bloom filter storage implementation and fix a test scenario. This change does not affect the current working implementation. Review URL: http://codereview.chromium.org/6513 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3031 0039d316-1c4b-4281-b951-d872f2087c98
* Klocwork bug. Checking the wrong variable.cpu@google.com2008-10-081-7/+12
| | | | | | | | BUG = 3103 Review URL: http://codereview.chromium.org/6453 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3030 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 3024, broke mac build.maruel@google.com2008-10-087-10/+88
| | | | | | Review URL: http://codereview.chromium.org/6351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3027 0039d316-1c4b-4281-b951-d872f2087c98
* changes to get mac layout tests moving forward. Turn off objc GC and remove ↵pinkerton@google.com2008-10-082-4/+3
| | | | | | | | asserts in the plugin stub code that throw off the layout tests. Review URL: http://codereview.chromium.org/6588 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3026 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ownerNode-lifetime-expected-2.html.ericroman@google.com2008-10-082-2/+1
| | | | | | | | The problem is, with the new version of WebKit <link> nodes will only have a sheet created for them if they have href attribute (so the src attribute to non-existant css doesn't work). Review URL: http://codereview.chromium.org/6325 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3025 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-088-89/+11
| | | | | | | | Update callers to use this method. Review URL: http://codereview.chromium.org/5641 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3024 0039d316-1c4b-4281-b951-d872f2087c98
* Re-baseline svg-as-background since we actually get this righttc@google.com2008-10-086-80/+6
| | | | | | | | | | (the checked in image is wrong). Mark 3 tests as failing for a reason. The images checked in for maskRegions is wrong, so I just deleted it. Review URL: http://codereview.chromium.org/6585 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3023 0039d316-1c4b-4281-b951-d872f2087c98
* Use the new HTTP stack by default in the net module'swtc@google.com2008-10-084-1/+9
| | | | | | | | | | | | | | | | tests, but continue to use WinHTTP by default in the test shell and chrome. The mapping of CRYPT_E_NO_REVOCATION_CHECK to ERR_CERT_NO_REVOCATION_MECHANISM (a certificate error code) is necessary to make the HTTPSTestServer's start and shutdown GET commands work. (The TestDelegate ignores all certificate errors.) R=darin Review URL: http://codereview.chromium.org/6472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3022 0039d316-1c4b-4281-b951-d872f2087c98
* Add some missing bindings for canvas.ericroman@google.com2008-10-081-2/+48
| | | | | | Review URL: http://codereview.chromium.org/6574 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3021 0039d316-1c4b-4281-b951-d872f2087c98
* skip a test which times out due to lack of database support.ericroman@google.com2008-10-081-7/+1
| | | | | | Review URL: http://codereview.chromium.org/6335 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3020 0039d316-1c4b-4281-b951-d872f2087c98
* Update strings.tc@google.com2008-10-081-1/+1
| | | | | | | TBR=mal Review URL: http://codereview.chromium.org/6586 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3019 0039d316-1c4b-4281-b951-d872f2087c98
* klockwork bug: variable delared in nested scopecpu@google.com2008-10-081-5/+2
| | | | | | | | BUG=3084 Review URL: http://codereview.chromium.org/6227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3018 0039d316-1c4b-4281-b951-d872f2087c98
* Handle TLS-intolerant servers by retrying with TLS 1.0wtc@google.com2008-10-089-19/+93
| | | | | | | | | | turned off. R=darin BUG=3001 Review URL: http://codereview.chromium.org/5617 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3017 0039d316-1c4b-4281-b951-d872f2087c98
* Remove references to WebCoreFrameBridge which is no longer in webkitpinkerton@google.com2008-10-084-1560/+0
| | | | | | Review URL: http://codereview.chromium.org/6346 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3016 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some problems with machine level install.kuchhal@chromium.org2008-10-0810-48/+66
| | | | | | | | BUG=2380 Review URL: http://codereview.chromium.org/6402 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3015 0039d316-1c4b-4281-b951-d872f2087c98
* lighttpd and php libraries for macOS test shell.pinkerton@google.com2008-10-0835-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3014 0039d316-1c4b-4281-b951-d872f2087c98
* Adds an --incognito switch that can be used to launch Chrome in Incognito mode.maruel@google.com2008-10-084-0/+9
| | | | | | | | | | | | | | | | You can combine this with --app= to launch an app in Chrome that has no effect on the user's profile. Note that this is not the same thing as launching chrome.exe --user-data-dir=/dev/null, which would give you an completely empty profile instead of loading the user's profile as read-only. BUG=1790,2012 Patch by Yarin Kaul <yarin.kaul@gmail.com> Review URL: http://codereview.chromium.org/6584 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3013 0039d316-1c4b-4281-b951-d872f2087c98
* Clicking the diagnostic link on the malware page would triggers a DCHECK.jcampan@chromium.org2008-10-081-2/+2
| | | | | | | | | | The diagnostic URL was not formatted properly and we would load an empty URL. BUG=2957 TEST=Navigate to www.ianfette.us, the malware interstitial shows. Click the diagnostic link, you should see the diagnostic google page. Review URL: http://codereview.chromium.org/6081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3012 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for a memory leak.jcampan@chromium.org2008-10-081-3/+3
| | | | | | | | BUG=None TEST=Run with Purify. Review URL: http://codereview.chromium.org/6055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3011 0039d316-1c4b-4281-b951-d872f2087c98
* Enables sorting of the tables in the password editor and the URLsky@google.com2008-10-085-77/+150
| | | | | | | | | | | | picker dialog. BUG=2949 TEST=Try sorting in the password manager dialog table as well as when adding a URL to the list of URLs to open on startup. Review URL: http://codereview.chromium.org/6053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3010 0039d316-1c4b-4281-b951-d872f2087c98
* Add Mac BeingDebugged implementationmark@chromium.org2008-10-081-7/+33
| | | | | | Review URL: http://codereview.chromium.org/6582 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3009 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crasher in TemplateURLModel that occurred when the db hadsky@google.com2008-10-085-8/+112
| | | | | | | | | | | | multiple keywords with the same prepopulate id. We had this for Hungary. BUG=3192 TEST=make sure you don't see any problems with keywords. Review URL: http://codereview.chromium.org/6284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3008 0039d316-1c4b-4281-b951-d872f2087c98
* Rever 2997 since it caused UI and unit tests failure.maruel@google.com2008-10-082-30/+75
| | | | | | Review URL: http://codereview.chromium.org/6583 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3007 0039d316-1c4b-4281-b951-d872f2087c98
* backing out debugging changes now that we know the problem.pinkerton@google.com2008-10-081-5/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3006 0039d316-1c4b-4281-b951-d872f2087c98
* checking debug output for failing test on buildbot. to be backed out in a ↵pinkerton@google.com2008-10-081-0/+5
| | | | | | minute. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3005 0039d316-1c4b-4281-b951-d872f2087c98
* Change to force a build.maruel@google.com2008-10-081-3/+3
| | | | | | Review URL: http://codereview.chromium.org/6581 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3004 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes one layout test by adding missing bindingsgjesse@chromium.org2008-10-082-2/+3
| | | | | | | of document.getSelection in forked Document.idl. Review URL: http://codereview.chromium.org/6344 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3003 0039d316-1c4b-4281-b951-d872f2087c98
* Moved two layout tests which will be fixed with thesgjesse@chromium.org2008-10-081-2/+7
| | | | | | | | next WebKit merge to a seperate section. They are fixed by http://trac.webkit.org/changeset/36103/ Review URL: http://codereview.chromium.org/6343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3002 0039d316-1c4b-4281-b951-d872f2087c98
* Document.idl has been updated with null to null string conversions onager@google.com2008-10-082-5/+3
| | | | | | | arguments. This fixes two layout tests. Review URL: http://codereview.chromium.org/6578 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3001 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to make the buildbot green(er).ager@google.com2008-10-081-0/+7
| | | | | | Review URL: http://codereview.chromium.org/6339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3000 0039d316-1c4b-4281-b951-d872f2087c98
* The document.open change http://codereview.chromium.org/6337 ager@google.com2008-10-081-2/+0
| | | | | | | | made a couple of additional tests pass. Removing them from the failure list. Review URL: http://codereview.chromium.org/6338 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2999 0039d316-1c4b-4281-b951-d872f2087c98
* Follow http://trac.webkit.org/changeset/34506 and pass the activeager@google.com2008-10-082-8/+2
| | | | | | | | document to document.open. This fixes 5 layout tests in http/tests/security/aboutBlank. Review URL: http://codereview.chromium.org/6337 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2998 0039d316-1c4b-4281-b951-d872f2087c98
* Optimize the mime sniffer based on UMA data and move closer to the HTML 5 spec.darin@chromium.org2008-10-082-75/+30
| | | | | | | | | | | | | | Removed over 50% of the heuristics while returning the same result 99.996% of the time. Each heuristic we remove reduces the attack surface that honest sites have to worry about when the serve third-party content. Patch by Adam Barth R=darin git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2997 0039d316-1c4b-4281-b951-d872f2087c98
* Re-try using V8 version 0.3.4.1 instead of 0.3.3 in Chromium.kasperl@google.com2008-10-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2996 0039d316-1c4b-4281-b951-d872f2087c98
* Sort headers in v8_custom.cpp. Just a style cleanup.tc@google.com2008-10-081-26/+24
| | | | | | Review URL: http://codereview.chromium.org/6229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2995 0039d316-1c4b-4281-b951-d872f2087c98
* Ctrl+W should close app windows toobeng@google.com2008-10-081-4/+1
| | | | | | http://crbug.com/2478 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2994 0039d316-1c4b-4281-b951-d872f2087c98
* Eliminate non-client flicker of the standard windows title bar when handling ↵beng@google.com2008-10-084-29/+79
| | | | | | | | | | | | WM_SETTEXT. Make sure mouse leave messages are sent for controls within the non-client areas of the window too. http://crbug.com/2689 http://crbug.com/2710 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2992 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash due to lack of NULL checking in one case.beng@google.com2008-10-081-8/+5
| | | | | | http://crbug.com/3183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2991 0039d316-1c4b-4281-b951-d872f2087c98
* Make chunk ranges searchable.paulg@google.com2008-10-083-0/+47
| | | | | | Review URL: http://codereview.chromium.org/5645 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2990 0039d316-1c4b-4281-b951-d872f2087c98
* Add switches for turning on an experimental SafeBrowsing implementation.paulg@google.com2008-10-082-0/+7
| | | | | | Review URL: http://codereview.chromium.org/5647 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2989 0039d316-1c4b-4281-b951-d872f2087c98
* Modify renderwidget unittest to make purify happycpu@google.com2008-10-081-2/+27
| | | | | | | | | - Some posted task was not being processed. - It needed a mock of RenderProcess. Review URL: http://codereview.chromium.org/5660 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2988 0039d316-1c4b-4281-b951-d872f2087c98
* Our old baseline was incorrect given the way ToT webkit renders tables now.darin@chromium.org2008-10-082-18/+0
| | | | | | | | R=ojan Review URL: http://codereview.chromium.org/6331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2987 0039d316-1c4b-4281-b951-d872f2087c98
* It turns out that we were only "failing" the ↵darin@chromium.org2008-10-086-73/+6
| | | | | | | | | | iframe-onload-remove-self-no-crash.html because of an unrelated change in how WebCore renders an element. This test really should have been using dumpAsText instead of comparing the page rendering. R=ojan Review URL: http://codereview.chromium.org/6573 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2986 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some tests, where the difference is due to fonts.evanm@google.com2008-10-0815-5/+107
| | | | | | | Mark one test that is legitimately failing with its own bug. Review URL: http://codereview.chromium.org/6333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2985 0039d316-1c4b-4281-b951-d872f2087c98
* Clean out tests that pass from tests_fixableerg@google.com2008-10-081-10/+0
| | | | | | Review URL: http://codereview.chromium.org/6570 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2984 0039d316-1c4b-4281-b951-d872f2087c98