summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fresh build problem: make sure test_shell is built and installedsgk@google.com2009-04-011-0/+2
| | | | | | | when we ask for test_shell_tests. Review URL: http://codereview.chromium.org/56161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12980 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp in DEPS to get 'cp' fix (?) for mksnapshot race condition.sgk@google.com2009-04-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/60026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12978 0039d316-1c4b-4281-b951-d872f2087c98
* Use the better gyp pattern to make sure test_shell.pak is installed nextsgk@google.com2009-04-011-4/+6
| | | | | | | to test_shell on Linux. Review URL: http://codereview.chromium.org/59004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12976 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the 'Hammer' name in favor of the Debug|Release namessgk@google.com2009-04-017-20/+11
| | | | | | | and paths we'll use in gyp-generated files. Review URL: http://codereview.chromium.org/56158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12975 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a test. Linux now matches Mac, which differs from Windows.evan@chromium.org2009-04-012-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12973 0039d316-1c4b-4281-b951-d872f2087c98
* Retry rebaselining -- revert accidental Windows change, check in Linux one.evan@chromium.org2009-04-012-2/+19
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12972 0039d316-1c4b-4281-b951-d872f2087c98
* Stop running tests in parallel. There's stillojan@google.com2009-04-011-3/+4
| | | | | | | too much flakiness. Review URL: http://codereview.chromium.org/60018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12968 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test_expectations file.agl@chromium.org2009-04-011-5/+0
| | | | | | | (Had a duplicate entry) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12967 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable save package on linux, mac.estade@chromium.org2009-04-016-12/+37
| | | | | | Review URL: http://codereview.chromium.org/56153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12966 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a test now that context menu behavior changed.evan@chromium.org2009-04-011-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12965 0039d316-1c4b-4281-b951-d872f2087c98
* Don't try to set the cursor on null windows.estade@chromium.org2009-04-011-0/+5
| | | | | | Review URL: http://codereview.chromium.org/59003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12964 0039d316-1c4b-4281-b951-d872f2087c98
* Context menu on RMB-down, not up, on Linux.evan@chromium.org2009-04-011-3/+9
| | | | | | Review URL: http://codereview.chromium.org/60017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12963 0039d316-1c4b-4281-b951-d872f2087c98
* Making rushed build fixes are a bad idea! Myojan@google.com2009-04-011-2/+1
| | | | | | | last tbr included changes I didn't mean to. TBR again. Review URL: http://codereview.chromium.org/56157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12962 0039d316-1c4b-4281-b951-d872f2087c98
* Doh. Fix type error. TBR.ojan@google.com2009-04-011-2/+3
| | | | | | Review URL: http://codereview.chromium.org/58006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12961 0039d316-1c4b-4281-b951-d872f2087c98
* Enable running webkit tests in parallel on Windows-Releaseojan@google.com2009-04-011-16/+26
| | | | | | | | | | | | | | | | | | only. I plan to turn on one configuration at a time, since each one seemed to have it's own set of issues and failing tests. Windows release had the smallest set of problems. One of the problems was just a bad test that started causing other tests to fail when run in a different order. The other is that http tests that were close to timing out before, actually timeout now. For now, I just increase the timeout when running tests in parallel. Longer-term, we should implement per-test timeouts as only a couple tests started failing. Review URL: http://codereview.chromium.org/56028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12960 0039d316-1c4b-4281-b951-d872f2087c98
* Skip test that would cause following tests to fail and ojan@google.com2009-04-012-1/+3
| | | | | | | rebaseline a test that now has correct results. Review URL: http://codereview.chromium.org/56155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12959 0039d316-1c4b-4281-b951-d872f2087c98
* Implement custom methods for some Node dom callsmbelshe@google.com2009-04-012-3/+6
| | | | | | | | | | | | | so that we can take advantage of lazy wrapper initialization. Dependent on the webkit fix. will roll the deps for webkit as well. Review URL: http://codereview.chromium.org/57086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12958 0039d316-1c4b-4281-b951-d872f2087c98
* Switch the new tab key to command on the Mac. Popping new tabs still doesn't ↵avi@google.com2009-04-011-3/+7
| | | | | | | | | | work, but this is a step. BUG=9417 Review URL: http://codereview.chromium.org/56150 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12956 0039d316-1c4b-4281-b951-d872f2087c98
* Remove references to WebCore/platform/network/ResourceHandle.cpp.sgk@google.com2009-04-011-7/+0
| | | | | | Review URL: http://codereview.chromium.org/57081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12955 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an #if !defined(OS_LINUX)willchan@chromium.org2009-04-011-3/+0
| | | | | | | | Fixes a linux crash on opening a new tab, because without this code, the render process sends a page_id of 1 to the browser process, which crashes in NavigationController::ClassifyNavigation since page_id==1 is not higher than the max page id (when you've already surfed to another page in a previous tab), so the NavigationController crashes on trying to look up an entry for the page which doesn't exist. Review URL: http://codereview.chromium.org/60006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12954 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Supported removal of breakpoints from UI.yurys@google.com2009-04-0110-112/+139
| | | | | | | | | 2. Fixed bug in resume debugger functionality. 3. Implemented pause in debugger. 4. Removed deprecated messages and their handlers. Review URL: http://codereview.chromium.org/60012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12952 0039d316-1c4b-4281-b951-d872f2087c98
* Make the suppression more generic to accomodate on Mac (crbug.com/9365)nirnimesh@chromium.org2009-04-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/56148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12951 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.1.6.ager@chromium.org2009-04-011-1/+1
| | | | | | | | This version contains a fix for a crash bug in connection with debugger unloading and a fix for an exception propagation bug. Review URL: http://codereview.chromium.org/56146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12950 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Support r/o properties inspection.pfeldman@chromium.org2009-04-0115-32/+396
| | | | | | Review URL: http://codereview.chromium.org/56067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12949 0039d316-1c4b-4281-b951-d872f2087c98
* Use portable typedef for PIDs (process IDs).phajdan.jr@chromium.org2009-04-018-19/+23
| | | | | | | | | This is a preparation to land http://codereview.chromium.org/54003, which replaces chrome_process_filter with more portable chrome_process_util. Review URL: http://codereview.chromium.org/57062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12948 0039d316-1c4b-4281-b951-d872f2087c98
* Make Gtk/Gdk/GLib errors/warnings really fatal.phajdan.jr@chromium.org2009-04-013-16/+25
| | | | | | | | | | | | I had to disable RedirectTest because on Linux it triggered Gdk assertion. It was a bug in our logging <-> glib logging glue code that didn't make this test fail earlier. http://crbug.com/9519 Review URL: http://codereview.chromium.org/56072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12947 0039d316-1c4b-4281-b951-d872f2087c98
* Trying to fix flaky error in CopyTreeWorkItemTest.NewNameAndCopyTestkuchhal@chromium.org2009-04-011-0/+18
| | | | | | | | | BUG=9086 Review URL: http://codereview.chromium.org/56145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12944 0039d316-1c4b-4281-b951-d872f2087c98
* Keep JS wrappers for non-node objects associated with a DOMWindowager@chromium.org2009-04-013-9/+65
| | | | | | | | | | alive across GCs. This change needs a WebKit change to go in first which adds frame and type accessors to these objects. Review URL: http://codereview.chromium.org/49038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12942 0039d316-1c4b-4281-b951-d872f2087c98
* Bump version to 173mal@chromium.org2009-04-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12932 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Mac build break.jam@chromium.org2009-04-012-2/+2
| | | | | | Review URL: http://codereview.chromium.org/56137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12931 0039d316-1c4b-4281-b951-d872f2087c98
* Fix distributor logo placement on glass frame when window is restored from ↵ben@chromium.org2009-04-014-9/+28
| | | | | | | | | | | | fullscreen. Force a layout in WM_NCCALCSIZE since NC metrics can change as a result of handling this message. http://crbug.com/8511 Review URL: http://codereview.chromium.org/56086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12930 0039d316-1c4b-4281-b951-d872f2087c98
* Really rebaseline LayoutTests/fast/block/positioning/002.html this time, ↵playmobil@google.com2009-04-012-2/+2
| | | | | | | | also more tweaks to test_fixable. Review URL: http://codereview.chromium.org/57084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12929 0039d316-1c4b-4281-b951-d872f2087c98
* Port plugin messages.jam@chromium.org2009-04-0129-295/+278
| | | | | | Review URL: http://codereview.chromium.org/49050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12928 0039d316-1c4b-4281-b951-d872f2087c98
* Plug memory leaks in TextEliderTest.TestGeneralElidingdank@chromium.org2009-04-011-0/+2
| | | | | | | | Fixes linux modules valgrind builder Review URL: http://codereview.chromium.org/56134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12927 0039d316-1c4b-4281-b951-d872f2087c98
* Update Linux gyp unit_tests:sgk@google.com2009-04-011-13/+28
| | | | | | | | | | | | | | | | | | | | | | | * Exclude the following from the Linux unit_tests build: dom_ui_unittests.cc (doesn't build) download_manager_unittest.cc (capture comment from SCons config about why) * Add the following to the Linux unit_tests build: browser/back_forward_menu_model_unittest.cc browser/navigation_controller_unittest.cc browser/sessions/session_backend_unittest.cc browser/sessions/service_test_helper.cc browser/visitedlink_unittest.cc common/pref_service_unittest.cc renderer/render_view_Unittest.cc test/test_notification_tracker.cc Take the cautious approach of still excluding them on mac. * Add a few miscellaneous files missing from the config: browser/bookmarks/bookmark_context_menu_test.cc common/ipc_sync_channel_unittest.h * Fix sources alphabetization. Review URL: http://codereview.chromium.org/59002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12926 0039d316-1c4b-4281-b951-d872f2087c98
* Print out some warnings on unsupported build flags.evan@chromium.org2009-04-011-1/+10
| | | | | | | | Cuts down on bug reports. Review URL: http://codereview.chromium.org/57077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12925 0039d316-1c4b-4281-b951-d872f2087c98
* Remove deprecated methods from StatsCounter.thestig@chromium.org2009-04-012-18/+3
| | | | | | Review URL: http://codereview.chromium.org/57078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12924 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline and recategorize some layout tests.playmobil@google.com2009-04-013-39/+36
| | | | | | Review URL: http://codereview.chromium.org/57080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12923 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix: DeleteURLAndFavicon was a friend.agl@chromium.org2009-04-011-1/+1
| | | | | | | ... so the FRIEND_TEST needs the "DISABLED_" in it too :( git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12922 0039d316-1c4b-4281-b951-d872f2087c98
* Disable DeleteURLAndFaviconagl@chromium.org2009-04-011-1/+1
| | | | | | | | This test started failing. However, reverting doesn't change anything! Disabling for now, hclam is looking into it. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12921 0039d316-1c4b-4281-b951-d872f2087c98
* Removed player.cc from media project in media.gyp.scherkus@chromium.org2009-03-311-1/+0
| | | | | | | | | | Reason being the media_player project uses player.cc and links in media.lib. TBR=bradnelson Review URL: http://codereview.chromium.org/56132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12919 0039d316-1c4b-4281-b951-d872f2087c98
* - Enable V8 histograming supportdavemoore@chromium.org2009-03-311-0/+12
| | | | | | | | - All V8 measurements that had been stats timers will now be histogramed instead Review URL: http://codereview.chromium.org/56080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12918 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enabling ENABLE_VIDEO since and made appropriate changes due toWebKit ↵hclam@chromium.org2009-03-317-62/+102
| | | | | | | | merge since r41907 (http://trac.webkit.org/changeset/41907).Changes include change names of state enums and adding method tosupport added state change event in WebCore::MediaPlayer. Review URL: http://codereview.chromium.org/56038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12917 0039d316-1c4b-4281-b951-d872f2087c98
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-3118-1058/+1073
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/57073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12916 0039d316-1c4b-4281-b951-d872f2087c98
* Linux gyp changessgk@google.com2009-03-312-9/+14
| | | | | | | | | | * ipc_tests, startup_tests and page_cycler_tests no depend on 'view'. * Exclude WebCore/platform/network/ResourceHandle.cpp in favor of glue/resource_handle_impl.cc. * Tab cleanup in chrome.gyp. Review URL: http://codereview.chromium.org/57074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12915 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS to pick up InspectorController fix.darin@chromium.org2009-03-311-1/+1
| | | | | | | | | BUG=8821 TBR=dglazkov Review URL: http://codereview.chromium.org/57076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12912 0039d316-1c4b-4281-b951-d872f2087c98
* Another try to filter purecall crashes.huanr@chromium.org2009-03-311-0/+4
| | | | | | Review URL: http://codereview.chromium.org/57075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12910 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: fix segfault on exitagl@chromium.org2009-03-311-0/+1
| | | | | | | | | | | Skia doesn't have a scoped_refptr, it has AutoUnref. The difference is that the latter doesn't take a reference, it only deletes them. Thus we need to increment the reference count manually when creating them. BUG=9592 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12909 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: don't use static ChromeFont objectsagl@chromium.org2009-03-312-5/+5
| | | | | | | | | | With Darin's change (12485) we now have huge library trees from almost every target. This is breaking because the static ChromeFont is entering Skia before Skia has been constructed. This will only bite us in the future if we have static ChromeFont objects. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12908 0039d316-1c4b-4281-b951-d872f2087c98
* Fix calculation of whether we've seen a more precise path for a given testpam@chromium.org2009-03-311-1/+1
| | | | | | | | | | already. This was making us run some webarchive tests we meant to be skipping. BUG=9549 TEST=run layout tests, make sure nothing in webarchive/loading/ runs Review URL: http://codereview.chromium.org/56117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12907 0039d316-1c4b-4281-b951-d872f2087c98