summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tweak how we force the locale from the browser, this allow browser_tests to ↵thomasvl@chromium.org2009-12-021-6/+8
| | | | | | | | | | startup without doing the cocoa locale force (since it isn't valid there). BUG=none TEST=ntp tips, history times stamps, etc. all still in the right locale Review URL: http://codereview.chromium.org/449076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33571 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes to get the chrome frame network tests up and running on the chrome ↵ananta@chromium.org2009-12-021-2/+10
| | | | | | | | | | | | | | | | | frame builder. Fixes as below:- 1. Instantiate the SystemMonitor object as it is needed to instantiate the profile. 2. Adds the single-process command line to the chrome_frame_net_tests executable to ensure that the webkit thread gets initialized correctly. 3. Register additional prefs in the profile to get around some DCHECKS which fire in debug mode TBR=tommi Review URL: http://codereview.chromium.org/464001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33570 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.2.2sgjesse@chromium.org2009-12-021-1/+1
| | | | | | | | | | BUG=http://crbug.com/23058 TEST=none Review URL: http://codereview.chromium.org/460015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33569 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Event Handlers pane bar styleapavlov@chromium.org2009-12-021-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/453012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33568 0039d316-1c4b-4281-b951-d872f2087c98
* Remove DOMWindow event accessor crash from known crashes. A v8ager@chromium.org2009-12-021-3/+0
| | | | | | | | | | bindings patch has been landed that should take care of this one. BUG=29041 TEST=none Review URL: http://codereview.chromium.org/459014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33567 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.ukai@chromium.org2009-12-021-11/+4
| | | | | | | | | | | | | Remove unflaky tests on Mac. http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#tests=list-marker.html,single-character-pi-stylesheet.xhtml,cache-override.html,bug28341.html,access-control-basic-allow-preflight-cache-invalidation-by-method.html,xmlhttprequest-no-content-length-onProgress.html,xmlhttprequest-setrequestheader-no-value.html BUG=18978,10323,10361,23473,28417,29167 TEST=none Review URL: http://codereview.chromium.org/462005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33566 0039d316-1c4b-4281-b951-d872f2087c98
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather ↵thestig@chromium.org2009-12-0219-98/+118
| | | | | | | | | | than Chromium specific, and clean up a few headers. BUG=none TEST=none Review URL: http://codereview.chromium.org/449048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33565 0039d316-1c4b-4281-b951-d872f2087c98
* Still fixing ChromiumOS build.phajdan.jr@chromium.org2009-12-021-0/+1
| | | | | | | | TBR=thestig Review URL: http://codereview.chromium.org/459013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33564 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Windows build by #including needed header.phajdan.jr@chromium.org2009-12-021-0/+1
| | | | | | | | TBR=sky Review URL: http://codereview.chromium.org/463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33563 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromeOS build by #including needed header.phajdan.jr@chromium.org2009-12-021-0/+1
| | | | | | | | TBR=sky Review URL: http://codereview.chromium.org/459012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33562 0039d316-1c4b-4281-b951-d872f2087c98
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-0242-107/+168
| | | | | | Review URL: http://codereview.chromium.org/457025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33561 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations.ukai@chromium.org2009-12-021-1/+0
| | | | | | | | | | | | Not flaky LayoutTests/websocket/tests/frame-length-skip.html http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#tests=websocket BUG=28044 TEST=none Review URL: http://codereview.chromium.org/460011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33557 0039d316-1c4b-4281-b951-d872f2087c98
* Splitting off tests in chrome.gyp into a separate gypi.bradnelson@google.com2009-12-022-1673/+1698
| | | | | | | | | | BUG=None TEST=None TBR=gregoryd Review URL: http://codereview.chromium.org/459011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33553 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51581:51584ukai@chromium.org2009-12-022-4/+7
| | | | | | | | | BUG=28266 TEST=trybots Review URL: http://codereview.chromium.org/462003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33552 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash caused by a race condition between the time the ↵ananta@chromium.org2009-12-022-10/+17
| | | | | | | | | | | | | | | | | | UrlmonUrlRequest::EndRequestInternal task executing and the OnStopBinding function getting called by Urlmon. If our task executes first we essentially operate on an invalid object. Fixes http://code.google.com/p/chromium/issues/detail?id=29033 Added a comment to the EndRequest function indicating that it is invalid to access any members after it is called. Added a helper function to release the bindings and revoke the bind status callback. Bug=29033 Review URL: http://codereview.chromium.org/456013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33551 0039d316-1c4b-4281-b951-d872f2087c98
* Splitting out browser into a separate gypi file.bradnelson@google.com2009-12-022-2357/+2376
| | | | | | | | | | | BUG=None TEST=None TBR=gregoryd Review URL: http://codereview.chromium.org/455028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33550 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51576:51581ukai@chromium.org2009-12-022-1/+4
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/458006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33549 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some tests.hamaji@chromium.org2009-12-0217-24/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | LayoutTests/fast/repaint/list-marker.html LayoutTests/css2.1/t1205-c561-list-displ-00-b.html LayoutTests/css2.1/t1205-c565-list-pos-00-b.html LayoutTests/css2.1/t1205-c566-list-stl-00-e-ag.html They are marked as expected failures in http://codereview.chromium.org/454017 The list-marker one is a bit trickier than others. The position of texts after the list makers were wrong in expected image. However, it seems italic-styled character 'p' is lacking with the current test_shell and this is why it was marked as an expected failure. As its dump render tree result is correct, I've just rebaselined the text and added some comments on test_expectations.txt. Note that the following upstream change will fix the rest tests. https://bugs.webkit.org/show_bug.cgi?id=32014 BUG=28183 TEST=trybots Review URL: http://codereview.chromium.org/450033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33548 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations for MACukai@chromium.org2009-12-021-2/+4
| | | | | | | | | BUG=29157 TEST=none Review URL: http://codereview.chromium.org/460010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33547 0039d316-1c4b-4281-b951-d872f2087c98
* Update network priorities to support better granularitymbelshe@google.com2009-12-0218-154/+195
| | | | | | | | | | | | | | of resource loading from WebKit into the network stack. In order to fully make these work, webkit changes are needed as well. BUG=none TEST=none Review URL: http://codereview.chromium.org/452033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33546 0039d316-1c4b-4281-b951-d872f2087c98
* Make the safe_browsing_util.cc function definition order match the ↵pkasting@chromium.org2009-12-022-243/+257
| | | | | | | | | | declaration order. BUG=none TEST=none Review URL: http://codereview.chromium.org/460008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33545 0039d316-1c4b-4281-b951-d872f2087c98
* Removed TabContentsDelegate::ShouldDisplayURLField() which is unused anywhere.akalin@chromium.org2009-12-021-5/+0
| | | | | | | | | BUG= TEST=trybots Review URL: http://codereview.chromium.org/462001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33543 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51534:51576ukai@chromium.org2009-12-022-1/+9
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/461002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33542 0039d316-1c4b-4281-b951-d872f2087c98
* Ok, here is a different approach at this change.aa@chromium.org2009-12-0211-65/+194
| | | | | | | | | | | | Instead of storing pointers into a vector, store offsets. That way, if the vector resizes, we should still be OK. Also, add a DCHECK that we only enter this method once, which is my current assumption. Review URL: http://codereview.chromium.org/457028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33541 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 261.0 to 262.0chrome-bot@google.com2009-12-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33540 0039d316-1c4b-4281-b951-d872f2087c98
* Added protected destructor to BrowserWindow.akalin@chromium.org2009-12-021-0/+2
| | | | | | | | | BUG= TEST=trybots Review URL: http://codereview.chromium.org/460006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33539 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 33527 - Put "make this my home page" link into the tip section.mirandac@chromium.org2009-12-025-54/+43
| | | | | | | | | | | | BUG= 28196 TEST= "make this my home page" should show up as a tip. Review URL: http://codereview.chromium.org/449073 TBR=mirandac@chromium.org Review URL: http://codereview.chromium.org/460007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33538 0039d316-1c4b-4281-b951-d872f2087c98
* Add new flash crash to known_crashes.txtwillchan@chromium.org2009-12-021-0/+3
| | | | | | | | BUG=29149 Review URL: http://codereview.chromium.org/460005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33537 0039d316-1c4b-4281-b951-d872f2087c98
* Signal handler for player_x11 applicationhclam@chromium.org2009-12-021-5/+17
| | | | | | | | | SIGTERM and SIGINT handler for player_x11 tool so that it terminates the media pipeline properly when CTRL+C is received. Review URL: http://codereview.chromium.org/450030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33536 0039d316-1c4b-4281-b951-d872f2087c98
* OTS DEPS roll to r23.yusukes@google.com2009-12-021-1/+1
| | | | | | | | | | SVN .ignore file is added in r23. No code change. BUG=none TEST=none Review URL: http://codereview.chromium.org/452041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33535 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Use upstream google-breakpad instead of our fork.thestig@chromium.org2009-12-0231-8284/+56
| | | | | | | | BUG=28276 TEST=dump_syms works with ToT Chrome. Review URL: http://codereview.chromium.org/414049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33534 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure we don't dismiss extension popups when the focusjcampan@chromium.org2009-12-028-10/+35
| | | | | | | | | | | | | | | changes for a child window of the popup, as it is the case with select popups. BUG=28110 TEST=Make sure extension popups are still working as expected. Open an extension popup with a select popup (combo box) in it. Click on the select to bring up its popup, the extension popup should stay opened. Review URL: http://codereview.chromium.org/459005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33533 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore URL fragment when looking up URL in application cache.jennb@chromium.org2009-12-021-3/+12
| | | | | | | | | TEST=no new tests; covered by existing layout test BUG=none Review URL: http://codereview.chromium.org/459004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33532 0039d316-1c4b-4281-b951-d872f2087c98
* Tries to catch callbacks expecting scoped_refptr<T> and getting T* using ↵jamesr@chromium.org2009-12-023-1/+182
| | | | | | | | template magic Review URL: http://codereview.chromium.org/414024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33531 0039d316-1c4b-4281-b951-d872f2087c98
* Delete old version directories of installed extensions during garbagempcomplete@chromium.org2009-12-023-8/+43
| | | | | | | | | | collection. BUG=28884 Review URL: http://codereview.chromium.org/455026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33530 0039d316-1c4b-4281-b951-d872f2087c98
* Take 2 at: Fix the opacity of titlebars on the NTP page.tony@chromium.org2009-12-022-5/+5
| | | | | | | | | | | | We were accidentally setting the opacity to 1/255. This bug was introduced in r32643. Fix the unittest too. BUG=29107 Review URL: http://codereview.chromium.org/461003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33529 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 33526 - Fix the opacity of titlebars on the NTP page. We were ↵tony@chromium.org2009-12-021-2/+2
| | | | | | | | | | | | | | | | | accidentally setting the opacity to 1/255. This bug was introduced in r32643. BUG=29107 Review URL: http://codereview.chromium.org/452040 TBR=tony@chromium.org Review URL: http://codereview.chromium.org/460004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33528 0039d316-1c4b-4281-b951-d872f2087c98
* Put "make this my home page" link into the tip section.mirandac@chromium.org2009-12-025-43/+54
| | | | | | | | | BUG= 28196 TEST= "make this my home page" should show up as a tip. Review URL: http://codereview.chromium.org/449073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33527 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the opacity of titlebars on the NTP page. We were accidentallytony@chromium.org2009-12-021-2/+2
| | | | | | | | | | | | setting the opacity to 1/255. This bug was introduced in r32643. BUG=29107 Review URL: http://codereview.chromium.org/452040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33526 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline editing layout test.victorw@chromium.org2009-12-028-11/+10
| | | | | | | | | | | | Regroup tests failed due to the same reason. R=japhet TEST=none BUG=3273,29059 Review URL: http://codereview.chromium.org/459002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33525 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative fix for ChromeFrame crash in bug ↵ananta@chromium.org2009-12-024-8/+11
| | | | | | | | | | | | | | | | | | | | http://code.google.com/p/chromium/issues/detail?id=29025 The crash occurs while dereferencing the automation channel to send out the SetCookie IPC message on the automation channel to the host browser. Based on what I could see from the crash dump and the code it seems like there could be a scenario where the AutomationResourceContext object could be destroyed while the AutomationCookieStore object is still around and thus ends up with a stale pointer which crashes when dereferenced. Fix is to ensure that all related code paths hold on to a refcounted AutomationResourceContext instance. I will look into whether it is possible to come up with a unit test for this. Bug=29025 Review URL: http://codereview.chromium.org/450020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33524 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: don't apply gtk theme to the info bubble for the extension popup.estade@chromium.org2009-12-025-5/+17
| | | | | | | | BUG=29096 Review URL: http://codereview.chromium.org/450043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33523 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Support plain text target as source for bookmark drags initiated from ↵estade@chromium.org2009-12-023-5/+15
| | | | | | | | | | | bookmark manager and bookmark bar. BUG=29029 TEST=drag a bookmark into an <input> field Review URL: http://codereview.chromium.org/449067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33522 0039d316-1c4b-4281-b951-d872f2087c98
* Flush logging output.derat@chromium.org2009-12-021-11/+18
| | | | | | | | | | | It gets buffered otherwise, which is inconvenient when trying to follow what's going on in the Chrome OS window manager. TEST=compiled and ran it Review URL: http://codereview.chromium.org/459001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33520 0039d316-1c4b-4281-b951-d872f2087c98
* Windows/Linux: remove useless SetProfile() on tab selection.viettrungluu@chromium.org2009-12-022-2/+0
| | | | | | | | | | (We have a fixed profile per browser.) The Mac code never had this SetProfile(). BUG=none TEST=none Review URL: http://codereview.chromium.org/450038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33519 0039d316-1c4b-4281-b951-d872f2087c98
* Remove emtpy lists and empty dictionaries from Preferences andtony@chromium.org2009-12-024-43/+183
| | | | | | | | | | Local State when writing to disk. BUG=28836 Review URL: http://codereview.chromium.org/449074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33518 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the SLOW expectation, since the test passes without it.dglazkov@chromium.org2009-12-021-2/+0
| | | | | | | | | | TBR=ojan TEST=none BUG=24182 Review URL: http://codereview.chromium.org/453024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33517 0039d316-1c4b-4281-b951-d872f2087c98
* Rename OmxVideoDecoder, and break up the omx library files from the omx_test ↵ajwong@chromium.org2009-12-024-86/+107
| | | | | | | | target. Review URL: http://codereview.chromium.org/449070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33516 0039d316-1c4b-4281-b951-d872f2087c98
* Correct expectations for a passing test.dglazkov@chromium.org2009-12-021-4/+2
| | | | | | | | | | TBR=ojan TEST=none BUG=24182 Review URL: http://codereview.chromium.org/457030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33514 0039d316-1c4b-4281-b951-d872f2087c98
* Benchmark memcpy of the output of OpenMAX decoderhclam@chromium.org2009-12-021-4/+23
| | | | | | | | | Add --copy option to omx_test for benchmarking memcpy performance from the output of OpenMAX decoder. Review URL: http://codereview.chromium.org/450031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33513 0039d316-1c4b-4281-b951-d872f2087c98