summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WebKit merge 41660:41709 (Chromium side).levin@chromium.org2009-03-16138-119/+135
| | | | | | | | | | | | | | | | | | | webkit\tools\webcore_unit_tests\TransparencyWin_unittest.cpp were necessary due to http://trac.webkit.org/changeset/41692 LayoutTests\editing\pasteboard\paste-blockquote-into-blockquote-4.html LayoutTests\editing\pasteboard\paste-blockquote-into-blockquote.html were rebaselined due to http://trac.webkit.org/changeset/41677 chrome\fast\dom\Window\window-lookup-precedence.html was rebaselined due to http://trac.webkit.org/changeset/41671 Many layout tests were rebaselined due to the skia change in http://trac.webkit.org/changeset/41683 Review URL: http://codereview.chromium.org/46099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11720 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Change the cursor back to the default arrow when the render view ↵estade@chromium.org2009-03-151-0/+9
| | | | | | | | | | loses focus. BUG=8726 Review URL: http://codereview.chromium.org/42210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11716 0039d316-1c4b-4281-b951-d872f2087c98
* Fix style in Presubmit.pynsylvain@chromium.org2009-03-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11715 0039d316-1c4b-4281-b951-d872f2087c98
* Try to suppress an invalid read in dlopen triggered by EnsureNSSInit, dkegel@google.com2009-03-151-6/+16
| | | | | | | | | | e.g. during base_unittest's HMACTest.HmacSafeBrowsingResponseTest Use wildcard to make glibc suppression match on Ubuntu 8.10 as well as 8.04 Review URL: http://codereview.chromium.org/42185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11714 0039d316-1c4b-4281-b951-d872f2087c98
* Account for linux layout test failures after the 41613:41660 webkit merge.levin@chromium.org2009-03-151-4/+13
| | | | | | | | | Review URL: http://codereview.chromium.org/42213 TBR=dimich@chromium.org Review URL: http://codereview.chromium.org/42213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11713 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 41613:41660 (Chromium side).levin@chromium.org2009-03-1514-36/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Layout tests changes (and baselines): * LayoutTests/fast/css/font-face-default-font.html Fixed by aa upstream. The change was in the test itself. * LayoutTests/fast/replaced/width100percent-searchfield.html Fixed by levin upstream -- the themeChromiumWin.css change. * LayoutTests/fast/forms/input-appearance-height.html * LayoutTests/fast/repaint/search-field-cancel.html Rebase needed due to themeChromiumWin.css change * LayoutTests/fast/layers/normal-flow-hit-test.html A slightly different font seems to be used in chromium which casued some pixel differences in this test. * LayoutTests/fast/forms/placeholder-pseudo-style.html * LayoutTests/fast/forms/search-placeholder-value-changed.html New tests which needed chromium baselines due to differences in the search input box display. * LayoutTests/fast/forms/placeholder-set-value.html Differences in fonts and search input boxes were the cause for the chromium baseline. Review URL: http://codereview.chromium.org/46071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11712 0039d316-1c4b-4281-b951-d872f2087c98
* Fix refcounting bug in ChromeFont's default constructor.dkegel@google.com2009-03-141-0/+1
| | | | | | | | | | Found via valgrind. This was originally http://codereview.chromium.org/47001 but was rolled back due to possibly unrelated build breakage. Review URL: http://codereview.chromium.org/42205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11702 0039d316-1c4b-4281-b951-d872f2087c98
* forgot this fileben@chromium.org2009-03-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11701 0039d316-1c4b-4281-b951-d872f2087c98
* forgot this fileben@chromium.org2009-03-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11700 0039d316-1c4b-4281-b951-d872f2087c98
* Rename Window->WindowWinben@chromium.org2009-03-1443-563/+665
| | | | | | | | | Pull basic Window interface out of WindowWin into new interface, Window. Convert code to use it. Review URL: http://codereview.chromium.org/46079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11699 0039d316-1c4b-4281-b951-d872f2087c98
* Autocomplete popup should show up when clicking or pressing the up/down key ↵jcampan@chromium.org2009-03-141-2/+1
| | | | | | | | | | | | in a text-field, even if the text-field is not empty. BUG=6437 TEST=Open a form with several fields. Start entering text in a text field to bring-up the autocomplete popup. Click somewhere else (so the popup is closed). Click again in the text-field (at the end). On the 2nd click the autocomplete popup should show. Review URL: http://codereview.chromium.org/42198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11698 0039d316-1c4b-4281-b951-d872f2087c98
* rollback againben@chromium.org2009-03-1444-665/+564
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11696 0039d316-1c4b-4281-b951-d872f2087c98
* Rename Window->WindowWinben@chromium.org2009-03-1444-564/+665
| | | | | | | | | Pull basic Window interface out of WindowWin into new interface, Window. Convert code to use it. Review URL: http://codereview.chromium.org/42201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11695 0039d316-1c4b-4281-b951-d872f2087c98
* Adding back in files lost in 11688.bradnelson@google.com2009-03-143-0/+408
| | | | | | Review URL: http://codereview.chromium.org/46075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11694 0039d316-1c4b-4281-b951-d872f2087c98
* Restoring net.sln lost in rollback of change 11688.bradnelson@google.com2009-03-141-0/+217
| | | | | | Review URL: http://codereview.chromium.org/46073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11693 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting change 11688.bradnelson@google.com2009-03-144-1733/+1721
| | | | | | | | TBR. Review URL: http://codereview.chromium.org/46070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11692 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 11689 and 11690jar@chromium.org2009-03-142-2/+1
| | | | | | Review URL: http://codereview.chromium.org/46068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11691 0039d316-1c4b-4281-b951-d872f2087c98
* Removing extra {}s that got lost in restructuring a CL.bradnelson@google.com2009-03-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/42195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11690 0039d316-1c4b-4281-b951-d872f2087c98
* Fix refcounting bug in ChromeFont's default constructor.dkegel@google.com2009-03-141-0/+1
| | | | | | | | Found via valgrind. Review URL: http://codereview.chromium.org/47001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11689 0039d316-1c4b-4281-b951-d872f2087c98
* Switching net to gyp on windows.bradnelson@google.com2009-03-138-2346/+1733
| | | | | | Review URL: http://codereview.chromium.org/42184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11688 0039d316-1c4b-4281-b951-d872f2087c98
* Disallows dragging from the bookmark bar when the bookmark bar issky@google.com2009-03-132-2/+14
| | | | | | | | | | | | closed or animating. This fixes a case where clicking on a bookmark bar, then hitting control-b triggers a drag. BUG=8674 TEST=see bug Review URL: http://codereview.chromium.org/46066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11687 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline box-shadow\basic-shadowscpu@google.com2009-03-133-2/+2
| | | | | | | | | | - Ours looks more correct according to me, brettw - The difference was only on the red shadows, ours is now more graual, 6 color steps instead of 4 steps Review URL: http://codereview.chromium.org/45008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11686 0039d316-1c4b-4281-b951-d872f2087c98
* Log an error message when we don't find anywtc@chromium.org2009-03-131-0/+20
| | | | | | | | | | | Proxy-Authenticate header that we support when establishing a tunnel. R=darin BUG=8771 Review URL: http://codereview.chromium.org/42193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11685 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily use the Proxy-Connection header before thewtc@chromium.org2009-03-131-2/+4
| | | | | | | | | | | | Connection header in IsKeepAlive. This is an experiment to see if it allows us to do NTLM auth through Privoxy to a proxy. R=darin BUG=8325 Review URL: http://codereview.chromium.org/46061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11684 0039d316-1c4b-4281-b951-d872f2087c98
* Commit 40144. I had to move to to a separate CL to use gcl'saa@chromium.org2009-03-1316-85/+209
| | | | | | | | "try multiple commits" feature. Review URL: http://codereview.chromium.org/46062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11683 0039d316-1c4b-4281-b951-d872f2087c98
* Implementation of ResourceDispatcher::OnDownloadProgresshclam@chromium.org2009-03-132-5/+22
| | | | | | | | | | Implemented ResourceDispatcher::OnDownloadProgress to handle ViewMsg_DownloadProgress IPC message, implementation is a clone of ResourceDispatcher::OnUploadProgress because they have identical behavior. Review URL: http://codereview.chromium.org/39104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11681 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unneeded includes of gtest_prod.h. Reduce usage from 689 to 601.thestig@chromium.org2009-03-135-3/+2
| | | | | | Review URL: http://codereview.chromium.org/42189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11680 0039d316-1c4b-4281-b951-d872f2087c98
* Split the test support into three separate target libaries:sgk@google.com2009-03-131-19/+161
| | | | | | | | | | | | | | | | | | | | | * test_support_unit For *_tests executables using main() from test/unit/run_all_unittests.cc. * test_support_ui For *_tests executables using main() from test/ui/run_all_unittests.cc, plus supporing UI-specific code. * test_support_common All the stuff common to both unit and UI testing. Ripple effects and additional changes: * Added list of *_uitest.cc modules. Most of these aren't building on mac or Linux, but should give the Windows gyp build a head start. browser/locale_tests_uitest.cc, however, is self-contained enough to actually build and work on Linux. (Bonus!) * test/automation/automation_handle_tracker.cc moves into test_support_common. * Added missing browser/grk/dialogs_gtk.cc. Review URL: http://codereview.chromium.org/42186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11679 0039d316-1c4b-4281-b951-d872f2087c98
* I just noticed that I accidentally left out the change to the AUTHORS file ↵finnur@chromium.org2009-03-131-1/+2
| | | | | | | | | | | | when I checked in the RSS auto-detect changelist (r11672). :( This happened because when I re-created the changelist I ran gcl from the src\Chrome directory as opposed to running it from the src directory. TBR=evanm Review URL: http://codereview.chromium.org/42191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11678 0039d316-1c4b-4281-b951-d872f2087c98
* Implement 2 more gtk dialogs: open file and open multiple files.estade@chromium.org2009-03-132-27/+139
| | | | | | | | | | | Test for single file dialog: - <html><body><input type=file></body></html> Test for multiple files dialog: - <html><body><input type=file multiple></body></html> Review URL: http://codereview.chromium.org/46024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11677 0039d316-1c4b-4281-b951-d872f2087c98
* Added yet one more histogram to help debug SDCH issues.jar@chromium.org2009-03-131-2/+4
| | | | | | | r=wtc Review URL: http://codereview.chromium.org/46060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11675 0039d316-1c4b-4281-b951-d872f2087c98
* Basic windowless plugins, try 2.evan@chromium.org2009-03-1311-55/+143
| | | | | | | | | | | In response to Dean's comment on http://codereview.chromium.org/39105, I redid that patch to put the X munging into the plugin implementation. This won't work for multiproc, but it's near the correct place and many things will need to be changed for multiproc. Review URL: http://codereview.chromium.org/42056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11674 0039d316-1c4b-4281-b951-d872f2087c98
* this should have been reinstated in the revertben@chromium.org2009-03-131-0/+1194
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11673 0039d316-1c4b-4281-b951-d872f2087c98
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-1327-80/+516
| | | | | | | | | | | | | | | | | | | | | Part 1 is RSS feed auto-discovery. This will parse the web page header to find the feeds in the document and notify the browser to display the RSS icon in the toolbar. You can click on the icon, but it will just navigate to the first feed on the page, which (unless it has been designed to be browser friendly) will just dump XML as text on the user. For this reason I have disabled the code that makes the RSS icon appear and intend to enable it when we have a good landing page to display the XML. Review URL: http://codereview.chromium.org/46055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11672 0039d316-1c4b-4281-b951-d872f2087c98
* revertben@chromium.org2009-03-1344-1705/+405
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11671 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: GYP fixesagl@chromium.org2009-03-134-5/+9
| | | | | | | | | This is the fix of tweaks to the GYP files needed to build test_shell. Review URL: http://codereview.chromium.org/42179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11670 0039d316-1c4b-4281-b951-d872f2087c98
* Rename Window->WindowWinben@chromium.org2009-03-1344-559/+665
| | | | | | | | | Pull basic Window interface out of WindowWin into new interface, Window. Convert code to use it. Review URL: http://codereview.chromium.org/42169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11668 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline test results for LayoutTests/svg/custom/grayscale-gradient-mask.svghclam@chromium.org2009-03-133-2/+2
| | | | | | | | | The current result looks more correct than Safari and the previous results. I have checked the results against Batik. Review URL: http://codereview.chromium.org/46049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11667 0039d316-1c4b-4281-b951-d872f2087c98
* Makes drops above the tabstrip work again. This stopped workingsky@google.com2009-03-139-128/+164
| | | | | | | | | | | because of changes to the view hiearchy. BUG=8669 TEST=see bug Review URL: http://codereview.chromium.org/42176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11666 0039d316-1c4b-4281-b951-d872f2087c98
* wtc: please look at URL related code, and hooks and nitsjar@chromium.org2009-03-1316-199/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | you might have commented on before. huanr: please look at sdch_filter code. The intent was no semantic change, and only change in histograms and stats gathered. I wanted to be sure I had better stats on several failure cases, as the turn-around time of adding stats to instrument such cases after they surface is just too long. The big feature is the mechanism for getting the total number of bytes passed to a filter. We use the filter context to achieve this, and then the SDCH filter can calculate compression ratio (from pre-gunzip vs post SDCH decompress). The number of bytes read was also histogrammed in a number of error scenarios, to better diagnose what is going on when these cases arrise (example: When some data is still buffered in the VCDIFF decoder). The sdch_filter destructor was getting long and hard to read with multiple if blocks, so I cleaned that up as well a bit (less indentation, and use of early returns). Nits not included in previous CL that earlier are listed as well. r=wtc,huanr Review URL: http://codereview.chromium.org/40319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11665 0039d316-1c4b-4281-b951-d872f2087c98
* Default windows installs do not have the replacement character glyph, so ↵willchan@chromium.org2009-03-131-1/+1
| | | | | | | | Chrome uses a black rectangle instead. It's not clear what to do here, so defer this test for now. Review URL: http://codereview.chromium.org/42064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11664 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break to worker feature due to latest webkit merge.jianli@chromium.org2009-03-134-19/+26
| | | | | | Review URL: http://codereview.chromium.org/46051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11663 0039d316-1c4b-4281-b951-d872f2087c98
* Disable single-process mode in ExtensionViewTest, to see if it's causingmpcomplete@google.com2009-03-131-3/+3
| | | | | | | buildbot problems. Review URL: http://codereview.chromium.org/46052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11662 0039d316-1c4b-4281-b951-d872f2087c98
* Highlights of changes:hclam@chromium.org2009-03-1323-22/+317
| | | | | | | | | | | | | | | | | | | 1. Added entry to ResourceResponseHead so that it contains either a base::PlatformFile (OS_WIN) or base::FileDescriptor (OS_POSIX) for passing the file handle from browser to renderer process. 2. Also added IPC messages for reporting download progress and ACK message for it. ResourceLoaderBridge::Peer::OnDownloadProgress is added so that the peer is notified of the download progress in the renderer process. 3. Load flag to kick start the resource loading for media files. LOAD_MEDIA_RESOURCE is added so that ResourceDispatcherHost knows how to use a different ResourceHandler for handling media resource request. Review URL: http://codereview.chromium.org/27168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11661 0039d316-1c4b-4281-b951-d872f2087c98
* Implement DownloadFile::Rename() for posix. Downloads work on linux!estade@chromium.org2009-03-133-13/+19
| | | | | | Review URL: http://codereview.chromium.org/46020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11659 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes a regression were showing a link brought a browser when to frontsky@google.com2009-03-131-1/+4
| | | | | | | | | | | when it shouldn't have. BUG=8730 TEST=see bug Review URL: http://codereview.chromium.org/46054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11658 0039d316-1c4b-4281-b951-d872f2087c98
* Have the gyp build use base SCons, not Hammer components, so it cansgk@google.com2009-03-133-28/+60
| | | | | | | | control the Alias namespace directly and set appropriate default targets. This currently switches within the various Chrome*() calls. Review URL: http://codereview.chromium.org/46037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11657 0039d316-1c4b-4281-b951-d872f2087c98
* Rename DebuggerContents to DebuggerUI and move to the dom_ui folder.brettw@chromium.org2009-03-1312-75/+67
| | | | | | Review URL: http://codereview.chromium.org/46036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11655 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback v8 DEPS roll (for real)jar@chromium.org2009-03-137-287/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I snagged the wrong rev last time. Reverting back to 11622, which had the comment: --------------- r11622 | ager@chromium.org | 2009-03-12 23:53:03 -0700 (Thu, 12 Mar 2009) | 6 lines Update V8 to version 1.1.1. Contains a couple of layout tests rebaselines. This time contains an updated gyp file for the mac build. Review URL: http://codereview.chromium.org/43134 --------------- This also includes the other file change in 11624: --------------- r11624 | ager@chromium.org | 2009-03-13 02:17:01 -0700 (Fri, 13 Mar 2009) | 6 li nes Update V8 to fix an assertion that does not hold. Add test that tests arbitrary limits on expressions that can be handled without stack overflows to the test list. I have filed a bug report and Kevin is investigating. Review URL: http://codereview.chromium.org/46029 --------------- trb=darin,ager Review URL: http://codereview.chromium.org/46048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11654 0039d316-1c4b-4281-b951-d872f2087c98
* Ports TextDatabase and ExpireHistoryTest to use FilePath.brettw@chromium.org2009-03-138-68/+81
| | | | | | | Patch by rohitrao@google.com http://codereview.chromium.org/40001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11653 0039d316-1c4b-4281-b951-d872f2087c98