summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add --gtest_filter option to valgrind_test.pydkegel@google.com2009-03-171-3/+5
| | | | | | | | Also exit with nonzero status if valgrind errors are found in log -- else tree is falsely shown as green. Review URL: http://codereview.chromium.org/48085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11908 0039d316-1c4b-4281-b951-d872f2087c98
* One more NSS suppression needed. With this change, base is green.dkegel@google.com2009-03-171-1/+7
| | | | | | Review URL: http://codereview.chromium.org/48081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11907 0039d316-1c4b-4281-b951-d872f2087c98
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-1738-679/+1871
| | | | | | TBR=agl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11906 0039d316-1c4b-4281-b951-d872f2087c98
* Removes test from tests_fixable that is already listed in tests_ignored.sky@google.com2009-03-171-2/+0
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/48086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11905 0039d316-1c4b-4281-b951-d872f2087c98
* andrew's patchhclam@chromium.org2009-03-1738-1871/+679
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11904 0039d316-1c4b-4281-b951-d872f2087c98
* These tests were rebased with the merge and needojan@google.com2009-03-171-0/+19
| | | | | | | rebase on linux. Review URL: http://codereview.chromium.org/42297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11902 0039d316-1c4b-4281-b951-d872f2087c98
* Use anonymous shared memory for VisitedLinks.agl@chromium.org2009-03-172-20/+4
| | | | | | | | | | | | | | We already pass a handle to the shared memory via IPC but, when we create it, we create a named segment. These segments are not garbage collected on POSIX. Since nobody actually uses the name of the segment, use an anonymous segment instead and remove the functions. Review URL: http://codereview.chromium.org/48087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11900 0039d316-1c4b-4281-b951-d872f2087c98
* This test only passed if RLZTracker::InitRlz hadn't been called, levin@chromium.org2009-03-171-3/+11
| | | | | | | | | | so it failed when the test run order happened to change. This change fixes that. Review URL: http://codereview.chromium.org/42283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11899 0039d316-1c4b-4281-b951-d872f2087c98
* Add LINUX and MAC to platforms on which the xhr test fails. levin@chromium.org2009-03-171-1/+1
| | | | | | | | | It was without platforms before my change and I mistakenly only added WIN, but it should have been all platforms. Review URL: http://codereview.chromium.org/48084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11898 0039d316-1c4b-4281-b951-d872f2087c98
* Use "org.chromium" in place of "com.google.chrome" in posix temporary file ↵estade@chromium.org2009-03-171-0/+4
| | | | | | | | names for non-chrome builds. Review URL: http://codereview.chromium.org/46087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11897 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline border-image-omit-right-slice. The results changed when I made thebrettw@chromium.org2009-03-174-7/+9
| | | | | | | | | bitmaps filtered, so it no longer looks blocky. The test has not crashed in the last whole bunch of runs, so if there actually was a crashing problem, it's probably been fixed. Review URL: http://codereview.chromium.org/42290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11896 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at Mac status bubble.avi@google.com2009-03-176-3/+304
| | | | | | Review URL: http://codereview.chromium.org/48070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11895 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of merge 41733:41768.ojan@google.com2009-03-1759-484/+481
| | | | | | Review URL: http://codereview.chromium.org/48083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11894 0039d316-1c4b-4281-b951-d872f2087c98
* SSLPolicy Fix: Step 7.abarth@chromium.org2009-03-172-263/+103
| | | | | | | | | | | Simplify SSLPolicy to prepare for changing its algorithm. This change should not change the SSLPolicy behavior at all. R=jcampan BUG=8706 Review URL: http://codereview.chromium.org/48060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11892 0039d316-1c4b-4281-b951-d872f2087c98
* SSLPolicy Fix: Step 6.abarth@chromium.org2009-03-173-17/+69
| | | | | | | | | | | | | Merge in changes to SSLHostState. We now can store whether a specific origin is "broken," which is the key new bit of state that we need to share between tabs. Currently, there is a naming inconsistency between the SSLManager names and the SSLHostState names. I'll clear this up when I merge in the new SSLManager. R=jcampan BUG=8706 Review URL: http://codereview.chromium.org/42274 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11891 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pathetic typo in my previous cl. Unbreaks valgrind builder.dkegel@google.com2009-03-171-1/+1
| | | | | | Review URL: http://codereview.chromium.org/42291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11883 0039d316-1c4b-4281-b951-d872f2087c98
* Add failing tests to the linux debug list so we can green thetc@google.com2009-03-171-0/+14
| | | | | | | | | builder and nominate it to the main waterfall. Review URL: http://codereview.chromium.org/48053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11882 0039d316-1c4b-4281-b951-d872f2087c98
* Add v8::internal::Invoke (sqrt) crash to known crashes.patrick@chromium.org2009-03-171-0/+3
| | | | | | Review URL: http://codereview.chromium.org/48076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11881 0039d316-1c4b-4281-b951-d872f2087c98
* Don't initialize members from themselves, especially when they're uninitialized.mark@chromium.org2009-03-171-1/+1
| | | | | | Review URL: http://codereview.chromium.org/42286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11880 0039d316-1c4b-4281-b951-d872f2087c98
* Move v8::internal::SweepSpace to the mysterious crash section.patrick@chromium.org2009-03-171-3/+3
| | | | | | | The V8 team believes this may be due to random memory corruption. Review URL: http://codereview.chromium.org/46090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11879 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline imageTileOpacity. This was fixed in my transparency patch.brettw@chromium.org2009-03-173-4/+1
| | | | | | Review URL: http://codereview.chromium.org/48069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11878 0039d316-1c4b-4281-b951-d872f2087c98
* Defer a xhr layout test that requires changes to lighttpd (whichlevin@chromium.org2009-03-171-3/+3
| | | | | | | | | | | | | | is what was done for other similar xhr tests). Remove a xhr test that seems to pass consistently. Add timeout to a mac layout test which was there before one of my post merge checkins, and the absence is now causing sporadic failures on the buildbot. Review URL: http://codereview.chromium.org/42284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11877 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug where favicons wouldn't always show up in history page. Thissky@google.com2009-03-171-1/+8
| | | | | | | | | | | | | | would happen for an URLs that contained parens. These need to be escaped when using in CSS. BUG=none TEST=Go to a page that has parens in it (such as http://en.wikipedia.org/wiki/The_Wire_(season_5) ). Then open up history and make sure you get a favicon for the site. Review URL: http://codereview.chromium.org/48043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11876 0039d316-1c4b-4281-b951-d872f2087c98
* Register more prefs on linux/mac.tc@google.com2009-03-171-6/+5
| | | | | | | Review URL: http://codereview.chromium.org/48052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11875 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore memory leaks in valgrind builder for now.dkegel@google.com2009-03-172-2/+8
| | | | | | | | | | | We'll re-enable them once we fix more serious problems. One would think that passing --leak-check=no to valgrind would suppress leak reports, sadly, --xml=yes forces them on. Review URL: http://codereview.chromium.org/42183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11874 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup GTK toolbar tooltips. Move from GtkTooltips to GtkTooltip API.deanm@chromium.org2009-03-172-17/+6
| | | | | | | | | | | | | Move away from the deprecated GtkTooltips API, instead using the preferred methods on GtkWidget. Add missing tooltips to the back and forward buttons. This also fixes a memory leak of the old tooltips object which is no longer needed. BUG=8868 Review URL: http://codereview.chromium.org/48068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11873 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that MenuGtks are destroyed before their accelerator group.deanm@chromium.org2009-03-173-30/+26
| | | | | | | | | | | | | When a MenuGtk is created, it is passed a GtkAccelGroup. Previously the GtkMenu widgets were destroyed after the browser window, which was the owner of the GtkAccelGroup. Make the toolbar own a reference to the GtkAccelGroup, and teardown all GtkMenus that reference it beforehand. Some MenuGtk cleanup while debugging the problem. BUG=8866 Review URL: http://codereview.chromium.org/48065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11872 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Enable building worker and use command line switch to turn on ..."agl@chromium.org2009-03-179-32/+2
| | | | | | | This reverts commit 11870. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11871 0039d316-1c4b-4281-b951-d872f2087c98
* Enable building worker and use command line switch to turn on this feature.jianli@chromium.org2009-03-179-2/+32
| | | | | | Review URL: http://codereview.chromium.org/41029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11870 0039d316-1c4b-4281-b951-d872f2087c98
* Pipe fatal GTK messages through our logging system.deanm@chromium.org2009-03-171-0/+23
| | | | | | | Review URL: http://codereview.chromium.org/48072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11869 0039d316-1c4b-4281-b951-d872f2087c98
* Fix incorrect include guards in sandbox/. Guards now match their filename.deanm@chromium.org2009-03-175-11/+11
| | | | | | | Review URL: http://codereview.chromium.org/48073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11868 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Change mini_installer's chrome.release specification..."agl@chromium.org2009-03-1716-411/+11
| | | | | | | This reverts r11864 - it broke the tree. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11867 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add 5354455-2.html to the failure list.agl@chromium.org2009-03-171-1/+1
| | | | | | | | It appears that the font changed but, more importantly, the text suggests that one of the works should be high-lighted, but none are. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11866 0039d316-1c4b-4281-b951-d872f2087c98
* Fix incorrect include guards in net/, where the guard didn't match the filename.deanm@chromium.org2009-03-178-17/+22
| | | | | | | | | Also add a guard to data_url.h which was missing a guard. Review URL: http://codereview.chromium.org/42282 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11865 0039d316-1c4b-4281-b951-d872f2087c98
* Change mini_installer's chrome.release specification to include wildcards.robertshield@google.com2009-03-1716-11/+411
| | | | | | | | Add the ability to register / unregister dlls at installation / uninstallation time. Review URL: http://codereview.chromium.org/43138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11864 0039d316-1c4b-4281-b951-d872f2087c98
* Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code.yurys@google.com2009-03-1718-71/+71
| | | | | | Review URL: http://codereview.chromium.org/42281 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11863 0039d316-1c4b-4281-b951-d872f2087c98
* Don't leak AutocompleteEditViewGtk objects. I meant reset() not release().deanm@chromium.org2009-03-171-2/+2
| | | | | | | Review URL: http://codereview.chromium.org/48066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11859 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a layout test: an intentional difference in GURL vs KURL.sdoyon@chromium.org2009-03-173-1/+12
| | | | | | Review URL: http://codereview.chromium.org/39068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11858 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to useCapture in order to handle DOMNodeRemovedFromDocument events.pfeldman@chromium.org2009-03-171-2/+2
| | | | | | Review URL: http://codereview.chromium.org/48062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11857 0039d316-1c4b-4281-b951-d872f2087c98
* Fix incorrect guards in base/.deanm@chromium.org2009-03-178-17/+22
| | | | | | | | | This doesn't change _H_ vs _H__, it just fixes guards that didn't properly match the filename. Adds a guard to clipboard_util.h which was previously guardless. Review URL: http://codereview.chromium.org/42278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11856 0039d316-1c4b-4281-b951-d872f2087c98
* Initial unit tests implementation.yurys@google.com2009-03-178-13/+157
| | | | | | Review URL: http://codereview.chromium.org/42233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11855 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing file.abarth@chromium.org2009-03-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11854 0039d316-1c4b-4281-b951-d872f2087c98
* SSLPolicy Fix: Step 5.abarth@chromium.org2009-03-174-13/+24
| | | | | | | | | | | | Add a new notification type to notify other SSLManagers when a security origin becomes contaminated with mixed content. TBR=wtc BUG=8706 Review URL: http://codereview.chromium.org/48059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11853 0039d316-1c4b-4281-b951-d872f2087c98
* Porting unit tests in chrome/phajdan.jr@chromium.org2009-03-173-13/+8
| | | | | | | | | | | | | | | | | Enable following tests on Linux: browser/autocomplete/autocomplete_unittest.cc browser/navigation_controller_unittest.cc browser/search_engines/template_url_model_unittest.cc browser/sessions/session_backend_unittest.cc browser/tab_contents/web_contents_unittest.cc Remove not-existing file from remove list for Linux. Check for zero-size write in SessionBackend because it's an error in POSIX (but is ok from the session backend's perspective). Review URL: http://codereview.chromium.org/42223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11852 0039d316-1c4b-4281-b951-d872f2087c98
* SSLPolicy Fix: Step 3.abarth@chromium.org2009-03-1719-99/+164
| | | | | | | | | | | Plumbing the security origin of the frame making the request to SSL land. R=wtc BUG=8706 Review URL: http://codereview.chromium.org/48038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11851 0039d316-1c4b-4281-b951-d872f2087c98
* SSL Fix: Step 4.abarth@chromium.org2009-03-178-11/+40
| | | | | | | | | | | | Plumb the security origin information for memory cache loads too. R=wtc BUG=8706 Review URL: http://codereview.chromium.org/42263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11850 0039d316-1c4b-4281-b951-d872f2087c98
* trying once more, this time with a sledgehammerben@chromium.org2009-03-171-13/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11849 0039d316-1c4b-4281-b951-d872f2087c98
* forgot this file tooben@chromium.org2009-03-171-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11848 0039d316-1c4b-4281-b951-d872f2087c98
* It's OS_WIN, not OS_WINDOWSben@chromium.org2009-03-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11847 0039d316-1c4b-4281-b951-d872f2087c98
* forgot the sconscriptben@chromium.org2009-03-171-125/+121
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11846 0039d316-1c4b-4281-b951-d872f2087c98