| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/60026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12978 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12973 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12972 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
(Had a duplicate entry)
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12967 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/56153
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12966 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12965 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/59003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12964 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/60017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12963 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/58006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12961 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/57081
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12955 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/56148
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12951 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/56067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12949 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12932 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/56137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12931 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/49050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12928 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/57078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12924 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/57080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12923 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
... 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/57075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12910 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|