summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* During tab dragging if you hover over a browser window we now move itsky@google.com2008-12-123-1/+43
| | | | | | | | | | | | | | to front after a delay. Also made docking to another window bring the other window to front. BUG=2038 TEST=Create two window with two tabs each. Drag a tab from one window onto the other window (not the tab area), hold it for a second and make sure the other window comes to front. Review URL: http://codereview.chromium.org/14057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6909 0039d316-1c4b-4281-b951-d872f2087c98
* chrome_canvas: fork into platform independent/dependent filesagl@chromium.org2008-12-127-420/+108
| | | | | | | | | | | | A previous commit duplicated chrome_canvas_win.cc from chrome_canvas.cc. Delete the Windows specific functions from chrome_canvas.cc and delete the generic functions from chrome_canvas.cc. Implement Skia versions of the Windows specific functions in chrome_canvas_skia.cc. Review URL: http://codereview.chromium.org/13779 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6908 0039d316-1c4b-4281-b951-d872f2087c98
* Fix onblur= handelers getting called on popup window creation. This ↵erg@google.com2008-12-121-1/+4
| | | | | | | | | regressed in r5417. ISSUE=http://crbug.com/4737 Review URL: http://codereview.chromium.org/13271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6907 0039d316-1c4b-4281-b951-d872f2087c98
* Add layout test regression due to recent gradient change.mmoss@google.com2008-12-121-0/+4
| | | | | | | Review URL: http://codereview.chromium.org/14061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6906 0039d316-1c4b-4281-b951-d872f2087c98
* Rename chrome_font.cc to chrome_font_win.cc in the scons build.tc@google.com2008-12-121-1/+1
| | | | | | | | | TBR=agl Review URL: http://codereview.chromium.org/13792 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6905 0039d316-1c4b-4281-b951-d872f2087c98
* Makes open all work again on the bookmark bar's context menu.sky@google.com2008-12-121-0/+1
| | | | | | | | | | BUG=4540 TEST=Right click on the bookmark bar (not over a button) and make sure open all opens all the bookmarks on the bookmark bar. Review URL: http://codereview.chromium.org/13790 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6904 0039d316-1c4b-4281-b951-d872f2087c98
* Updating more mac tests that were marked for timeout and/or crash, but ↵thomasvl@chromium.org2008-12-122-25/+10
| | | | | | | | | always seem to pass now. Lint has been run on the files. Review URL: http://codereview.chromium.org/14059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6903 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bookmark menus so that they align properly when rtl.sky@google.com2008-12-121-4/+9
| | | | | | | | | BUG=5418 TEST=see bug Review URL: http://codereview.chromium.org/14053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6902 0039d316-1c4b-4281-b951-d872f2087c98
* Fix scons build bustage.darin@chromium.org2008-12-121-1/+2
| | | | | | | | TBR=sgk Review URL: http://codereview.chromium.org/14060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6900 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build bustage.darin@chromium.org2008-12-121-1/+1
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/14058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6899 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure sub-pump is running (if needed) before handling a windows taskjar@google.com2008-12-121-5/+11
| | | | | | | | | | | | I still need to performance test this, and carefully check all paths, but I think this is a reasonable shot at the fix. bug=4808 r=darin Review URL: http://codereview.chromium.org/13733 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6898 0039d316-1c4b-4281-b951-d872f2087c98
* Move UndetectableHTMLCollection.idl into bindings/v8darin@chromium.org2008-12-123-20/+1
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/13789 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6897 0039d316-1c4b-4281-b951-d872f2087c98
* Remove overly aggressive assertjar@google.com2008-12-121-9/+0
| | | | | | | | | | I was seeing this assertion when a filter translated broken data into a meta-refresh (in the experimental SDCH filter decode). r=mbelshe Review URL: http://codereview.chromium.org/13771 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6895 0039d316-1c4b-4281-b951-d872f2087c98
* It turns out that we can just use the versions of IconLoader.cpp anddarin@chromium.org2008-12-127-409/+23
| | | | | | | | | | | | | IconDatabaseNone.cpp from third_party/WebKit. Our forked version of IconLoader.cpp was unnecessary because FrameLoader does not start the IconLoader if the IconDatabase is not enabled. IconDatabaseNone says it is not enabled! R=dglazkov Review URL: http://codereview.chromium.org/14051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6894 0039d316-1c4b-4281-b951-d872f2087c98
* Sort gradient stops before processing.mmoss@google.com2008-12-121-1/+13
| | | | | | | | | | This fixes: LayoutTests/fast/canvas/gradient-add-second-start-end-stop.html Review URL: http://codereview.chromium.org/14044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6893 0039d316-1c4b-4281-b951-d872f2087c98
* Changes bookmark manager's import to show a description in the filessky@google.com2008-12-123-16/+37
| | | | | | | | | | | | | | | of type instead of *.html. BUG=4479 TEST=Bring up the bookmark manager, click tools->import. Make sure the import dialog 'files of type' has something like 'Chrome Document' (although this depends upon your registry), and that selecting it shows all html and htm files. Additionally make sure you have 'all files' in the 'files of type' combobox too. Review URL: http://codereview.chromium.org/14025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6890 0039d316-1c4b-4281-b951-d872f2087c98
* Updated a bunch of entries that pass on the mac but are marked for failure.thomasvl@chromium.org2008-12-121-275/+165
| | | | | | | Ran lint on it to make sure the format is valid for other platforms. Review URL: http://codereview.chromium.org/13787 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6889 0039d316-1c4b-4281-b951-d872f2087c98
* Make RenderThemeGtk match RenderThemeWin a bit more.deanm@chromium.org2008-12-122-6/+8
| | | | | | Review URL: http://codereview.chromium.org/14048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6888 0039d316-1c4b-4281-b951-d872f2087c98
* Drop search field methods in RenderThemeGtk.deanm@chromium.org2008-12-122-37/+0
| | | | | | | | These were originally in RenderThemeWin, but were dropped when removing layout test mode hacks. We don't really care about search fields, they are a macism, and we should match the Windows metrics better this way. Review URL: http://codereview.chromium.org/14047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6887 0039d316-1c4b-4281-b951-d872f2087c98
* Port flush_cache tool and perf_tests.phajdan.jr@chromium.org2008-12-1213-225/+171
| | | | | | | | | BUG=4160,4263 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=6815 Review URL: http://codereview.chromium.org/9639 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6886 0039d316-1c4b-4281-b951-d872f2087c98
* browser porting, part 2 - importerphajdan.jr@chromium.org2008-12-1213-47/+216
| | | | | | Review URL: http://codereview.chromium.org/12688 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6885 0039d316-1c4b-4281-b951-d872f2087c98
* Apply svn:executable to .py files which should have it.phajdan.jr@chromium.org2008-12-1219-7/+11
| | | | | | Review URL: http://codereview.chromium.org/14012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6884 0039d316-1c4b-4281-b951-d872f2087c98
* Exposing the Close() method publicly in the ScopedHandle class.tommi@chromium.org2008-12-121-3/+8
| | | | | | | | | | | | | This is to be more consistent with the interface defined in scoped_handle.h (ScopedStdioHandle) and also to avoid making the user make an explicit, Windows specific call to close the handle The recommendation is currently to do ::CloseHandle(h.Take()); which is less portable. Review URL: http://codereview.chromium.org/13780 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6883 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 39100:39141 (CL 2 of 2).ericroman@google.com2008-12-126-7/+52
| | | | | | Review URL: http://codereview.chromium.org/14040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6881 0039d316-1c4b-4281-b951-d872f2087c98
* 307 redirects of POST should generate POSTs instead of GETs.abarth@chromium.org2008-12-124-10/+24
| | | | | | | | | BUG=4875 R=darin Review URL: http://codereview.chromium.org/13334 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6879 0039d316-1c4b-4281-b951-d872f2087c98
* Once we've decided that a path doesn't exist, reserve it by creating an ↵abarth@chromium.org2008-12-122-24/+25
| | | | | | | | | | | empty file so that we don't later think that the same path doesn't exist. BUG=3662 R=paulg Review URL: http://codereview.chromium.org/13336 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6878 0039d316-1c4b-4281-b951-d872f2087c98
* Remove duplicate Mac tests_fixable entry for error404-goback.html from r6850mark@chromium.org2008-12-121-1/+0
| | | | | | Review URL: http://codereview.chromium.org/13778 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6877 0039d316-1c4b-4281-b951-d872f2087c98
* Don't append tlslite to PYTHONPATH more than oncemark@chromium.org2008-12-121-15/+20
| | | | | | Review URL: http://codereview.chromium.org/14037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6876 0039d316-1c4b-4281-b951-d872f2087c98
* Duplicate chrome_canvas.cc in preparation for forking the file.agl@chromium.org2008-12-121-0/+405
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6875 0039d316-1c4b-4281-b951-d872f2087c98
* Rename chrome_font.cc to chrome_font_win.ccagl@chromium.org2008-12-122-1/+1
| | | | | | | | | TBR=evan Review URL: http://codereview.chromium.org/14039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6874 0039d316-1c4b-4281-b951-d872f2087c98
* ...agl@chromium.org2008-12-126-21/+28
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6872 0039d316-1c4b-4281-b951-d872f2087c98
* ...agl@chromium.org2008-12-121-0/+57
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6871 0039d316-1c4b-4281-b951-d872f2087c98
* ...agl@chromium.org2008-12-121-0/+147
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6870 0039d316-1c4b-4281-b951-d872f2087c98
* ...agl@chromium.org2008-12-126-29/+102
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6869 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce the amount of space between the location bar and the bookmark bar by ↵glen@chromium.org2008-12-124-14/+34
| | | | | | | | allowing the bookmark bar to overlap the toolbar when 'always shown'. This reduces the total height of the toolbar stack by 4 pixels and makes it look better. Review URL: http://codereview.chromium.org/12668 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6868 0039d316-1c4b-4281-b951-d872f2087c98
* Change version to 1.0.155.0mal@chromium.org2008-12-121-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6862 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that the directory has a trailing separator when highlightingpaulg@google.com2008-12-121-0/+5
| | | | | | | | | | | | | | a file in Windows Explorer. IShellFolder::ParseDisplayName will fail when the directory is a raw drive letter like "C:" instead of "C:\\". This situation can occur if a user downloads a file to the "C:" directory and then attempts to run the UI command "Show in folder". BUG = http://crbug.com/4396 Review URL: http://codereview.chromium.org/14030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6859 0039d316-1c4b-4281-b951-d872f2087c98
* Add webkit/port/platform/graphics/skia to the Mac test_shell_tests include pathmark@chromium.org2008-12-121-0/+2
| | | | | | | following r6841 Review URL: http://codereview.chromium.org/13773 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6857 0039d316-1c4b-4281-b951-d872f2087c98
* Minor cleanup.darin@chromium.org2008-12-122-6/+3
| | | | | | | | R=ojan Review URL: http://codereview.chromium.org/13768 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6854 0039d316-1c4b-4281-b951-d872f2087c98
* Remove typo in python script.paulg@google.com2008-12-121-1/+1
| | | | | | Review URL: http://codereview.chromium.org/14021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6851 0039d316-1c4b-4281-b951-d872f2087c98
* Add failing test. TBR to green build.ojan@google.com2008-12-121-0/+3
| | | | | | Review URL: http://codereview.chromium.org/14022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6850 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Set up an experiment to measure the effect ofrvargas@google.com2008-12-115-28/+96
| | | | | | | | | | | | | | | | increasing the maximum cache size. There will be three groups on the experiment, each group with 10% of the users (Dev Channel). Each group will have the max cache size increased by a factor from 2 to 4 times the current size, and we'll measure the age of evicted entries. I'm also adding a few metrics of reliability, to detect how often we're not getting to do proper cleanup. Review URL: http://codereview.chromium.org/14013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6847 0039d316-1c4b-4281-b951-d872f2087c98
* Use HistoryItem::lastVisitWasFailure to replace fakeHistoryItem semantics.dglazkov@google.com2008-12-113-37/+3
| | | | | | Review URL: http://codereview.chromium.org/14014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6844 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing build bustage. Forgot this file.darin@chromium.org2008-12-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6843 0039d316-1c4b-4281-b951-d872f2087c98
* Move skia-specific files into platform/graphics/skia to better correspond ↵darin@google.com2008-12-1127-98/+75
| | | | | | | | | | | | with where they will live once we upstream them. R=ojan Review URL: http://codereview.chromium.org/13727 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6841 0039d316-1c4b-4281-b951-d872f2087c98
* Move to using data URLs for unload tests and generallyojan@google.com2008-12-118-144/+95
| | | | | | | | cleanup the unload tests in preparation for adding in tests for beforeunload. Review URL: http://codereview.chromium.org/14017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6839 0039d316-1c4b-4281-b951-d872f2087c98
* Changes new tab page to show recently closed window correctly.sky@google.com2008-12-113-12/+98
| | | | | | | | | BUG=4804 TEST=none Review URL: http://codereview.chromium.org/13760 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6836 0039d316-1c4b-4281-b951-d872f2087c98
* Preliminary support for running the ui_tests under Purify.paulg@google.com2008-12-113-18/+65
| | | | | | | | | | | This current change doesn't quite work: the blocking instrumentation of chrome.dll succeeds, but when the ui_test runs, it re-instruments chrome.dll even though it exists under the same name in the instrumentation cache. Review URL: http://codereview.chromium.org/14003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6833 0039d316-1c4b-4281-b951-d872f2087c98
* Remove DCHECKS from official builds.rvargas@google.com2008-12-113-2/+64
| | | | | | | | | | | | | | | We keep the current behavior for regular builds: - debug: DCHECKS enabled. - release: DCHECKS present but inactive; can be activated through the command line. Now we add a new behavior for official builds: - dchecks optimized away. B=4555 Review URL: http://codereview.chromium.org/13231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6830 0039d316-1c4b-4281-b951-d872f2087c98
* Build a few more files on the Mac:mark@chromium.org2008-12-112-3/+19
| | | | | | | | | | | | | - base/watchdog.cc - base/watchdog_unittests.cc - net/base/directory_lister.cc - net/base/directory_lister_unittest.cc - net/base/filter_unittest.cc - net/http/http_auth_cache_unittest.cc - net/http/http_util_unittest.cc Review URL: http://codereview.chromium.org/13804 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6829 0039d316-1c4b-4281-b951-d872f2087c98