summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Send session history offset and length parameters in the Navigate message todarin@chromium.org2010-03-1816-85/+119
| | | | | | | | | | | | | keep the renderer's notion of those values properly synchronized with the NavigationController. R=brettw BUG=18062 TEST=see session_history_uitest.cc Review URL: http://codereview.chromium.org/1090002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42022 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FullTabModeIE_MenuSaveAs as it hangs the Chrome Frame tests.jhawkins@chromium.org2010-03-181-1/+2
| | | | | | | | | TBR=thestig BUG=38566 TEST=none Review URL: http://codereview.chromium.org/1096005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42021 0039d316-1c4b-4281-b951-d872f2087c98
* Pass the license check script for base/third_party/{nss,nspr}.evan@chromium.org2010-03-184-3/+71
| | | | | | | | | Rather than trying to be clever about licenses, just include the proper licenses directly. Review URL: http://codereview.chromium.org/1143001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42020 0039d316-1c4b-4281-b951-d872f2087c98
* Move clock menu button to the right as per UI design.chocobo@chromium.org2010-03-181-6/+6
| | | | | | | | BUG=none TEST=The order of status menu buttons from left to right are: language, network, power, clock Review URL: http://codereview.chromium.org/1134003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42019 0039d316-1c4b-4281-b951-d872f2087c98
* [Accessibility] Chrome's main window is missing an accessible namectguil@chromium.org2010-03-182-3/+19
| | | | | | | | | BUG=36732 TEST=Verify Chrome's main window has a name in AccExplorer or run the new test. Review URL: http://codereview.chromium.org/661054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42018 0039d316-1c4b-4281-b951-d872f2087c98
* views: Implement accessibility issue that was a TODO in the new progress bar ↵ctguil@chromium.org2010-03-182-2/+13
| | | | | | | | | | | control. BUG=None TEST=compiles Review URL: http://codereview.chromium.org/930001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42017 0039d316-1c4b-4281-b951-d872f2087c98
* Pass license-checker script for base/third_party/*.evan@chromium.org2010-03-1817-16/+193
| | | | | | | | | | | | | License checker change: Since most projects have a LICENSE file, look for that by default. Since as far as I can tell NSS and NSPR are both just MPL tri-license without a per project copyright, I think I will amend the license-checker to source those licenses separately. Review URL: http://codereview.chromium.org/1121003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42016 0039d316-1c4b-4281-b951-d872f2087c98
* Expectations update after ref build roll, etc.chase@chromium.org2010-03-181-25/+25
| | | | | | | | | | | | | | Most expectations changed after the latest ref build roll. Some changes happened after we chose the latest ref build (like the linux perf improvement due to tcmalloc). BUG=none TEST=perf steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/1093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42015 0039d316-1c4b-4281-b951-d872f2087c98
* Plumbing for providing a cache thread MessageLoop to the DiskCache backend.michaeln@chromium.org2010-03-184-4/+14
| | | | | | | | | BUG=26730 TEST=none Review URL: http://codereview.chromium.org/1115002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42014 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the incognito extension toggle by default. No more flag.mpcomplete@chromium.org2010-03-187-52/+5
| | | | | | | | BUG=32365 Review URL: http://codereview.chromium.org/1075005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42013 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore image mismatches from chromium-linux-fontconfig-renderstyle.htmlagl@chromium.org2010-03-181-0/+3
| | | | | | (New layout test, not sure why it's failing on the bots.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42012 0039d316-1c4b-4281-b951-d872f2087c98
* Fix so that encrypted networks are marked as such.chocobo@chromium.org2010-03-181-1/+1
| | | | | | | | BUG=none TEST=After connecting to a secure network, the network still shows up as secure. (lock icon is still there) Review URL: http://codereview.chromium.org/1128003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42011 0039d316-1c4b-4281-b951-d872f2087c98
* fix paths in test_output_xml_to_json since layout_package no longer existsdpranke@chromium.org2010-03-181-2/+10
| | | | | | | | | | | | | | downstream. Remove the dependency on path_utils, and point to the upstream version of the layout_package for test_expectations and json_results_generator. BUG=none R=ojan@chromium.org,kinuko@chromium.org TEST=vista ipc bot doesn't choke Review URL: http://codereview.chromium.org/1140001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42010 0039d316-1c4b-4281-b951-d872f2087c98
* When updating timezone, the clock now updates right away.chocobo@chromium.org2010-03-186-1/+49
| | | | | | | | BUG=1650 TEST=none Review URL: http://codereview.chromium.org/1081005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42009 0039d316-1c4b-4281-b951-d872f2087c98
* Disable XSSAuditor on trunk until perf issues are resolvedjamesr@google.com2010-03-183-3/+3
| | | | | | | | | BUG=35723 TEST=none Review URL: http://codereview.chromium.org/1068001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42008 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 56151:56165.dglazkov@chromium.org2010-03-185-6/+32
| | | | | | | | | | TBR=japhet TEST=none BUG=possibly Review URL: http://codereview.chromium.org/1104003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42007 0039d316-1c4b-4281-b951-d872f2087c98
* tables/mozilla/bugs/bug20804.html: mark flakey on Linuxagl@chromium.org2010-03-181-2/+2
| | | | | | BUG=38534 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42006 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at a script for extracting licensing info from third_party.evan@chromium.org2010-03-181-0/+98
| | | | | | | | | | I intend to use this to automate managing our license metadata. BUG=27639,28291,29342,29764,29765,others Review URL: http://codereview.chromium.org/1133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42005 0039d316-1c4b-4281-b951-d872f2087c98
* Update allow-extension-in-incognito warning dialog text based on UI feedback.mpcomplete@chromium.org2010-03-182-1/+7
| | | | | | | | | | Also fix a small issue with double-clicking a link in the extensions UI. BUG=37789 Review URL: http://codereview.chromium.org/1042009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42004 0039d316-1c4b-4281-b951-d872f2087c98
* Support for viewing text/cache-manifest resources in a browser window ↵michaeln@chromium.org2010-03-181-0/+1
| | | | | | | | | | | instead of downloading them. BUG=38463 TEST=navigate to a resource with that mime type, see it in the browser frame Review URL: http://codereview.chromium.org/1120002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42003 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: tweak visibility calculation for bookmark bar items.estade@chromium.org2010-03-181-9/+23
| | | | | | | | | | | | | Also vastly simplify the code for the common case where |extra_space| is 0. Also fix a graphical imperfection that's been nagging me for a while where the bookmark bar looks kind of weird when you start dragging out of it. (the buttons jiggle around) BUG=38186 TEST=manual Review URL: http://codereview.chromium.org/1101003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42001 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Implement a basic overflow menu for hidden Browser Action buttons.andybons@chromium.org2010-03-1813-189/+194
| | | | | | | | | | | | | Known issues: o The ordering of the Browser Actions is not consistent within the menu. o Icons for the actions within the menu are not implemented yet. o It is a standard NSMenu, so drag and drop will not work and right click does not work for now. TEST=none BUG=32101 Review URL: http://codereview.chromium.org/1083001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42000 0039d316-1c4b-4281-b951-d872f2087c98
* linux: unwrap nspluginwrapper-wrapped plugins if possibleevan@chromium.org2010-03-181-0/+53
| | | | | | | | | | Since we already run plugins out of process, nspluginwrapper is just an extra source of problems. We'll still use nspluginwrapper when it's necessary, e.g. to run 32-bit plugins on a 64-bit computer. Review URL: http://codereview.chromium.org/998006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41999 0039d316-1c4b-4281-b951-d872f2087c98
* Update timezone with a default list of timezones.chocobo@chromium.org2010-03-181-11/+51
| | | | | | | | BUG=none TEST=manually change timezones in the options page and see the clock change to the correct timezone (after a minute) Review URL: http://codereview.chromium.org/1107004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41998 0039d316-1c4b-4281-b951-d872f2087c98
* Uses new libcros network monitoring.chocobo@chromium.org2010-03-183-136/+142
| | | | | | | | | Fixes enable/disable network devices. BUG=chromium-os:1818,chromium-os:1682 TEST=none Review URL: http://codereview.chromium.org/1016003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41997 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some layout tests due to webkit roll.jianli@chromium.org2010-03-1811-12/+52
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/1058005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41996 0039d316-1c4b-4281-b951-d872f2087c98
* Force an app's orgin to be the origin of the URL the crx isaa@chromium.org2010-03-1811-17/+91
| | | | | | | | | | | | downloaded from. Added machinery to be able to switch this behavior off, so that in the future, we can turn it off for the gallery. BUG=32361 Review URL: http://codereview.chromium.org/890002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41994 0039d316-1c4b-4281-b951-d872f2087c98
* Verify the URL in address baramit@chromium.org2010-03-181-29/+81
| | | | | | | | | | | | | | | | | | Make sure that the URL in the address bar is really the one loaded in chrome under different types of navigations. Part 1 of the checkin covering following cases: - Basic switch - Back/forward - URL fragment navigation - New window (with different protocols about: view-source etc.) BUG=34676 TEST=modified a bunch of existing full tab mode tests Review URL: http://codereview.chromium.org/1044003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41993 0039d316-1c4b-4281-b951-d872f2087c98
* Change "Find in Page" to "Find..." to be consistent across menus.andybons@chromium.org2010-03-181-4/+4
| | | | | | | | TEST=none BUG=37880 Review URL: http://codereview.chromium.org/1117002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41992 0039d316-1c4b-4281-b951-d872f2087c98
* Minor extension infobar changes.finnur@chromium.org2010-03-1812-21/+32
| | | | | | | | | | | Addressing review comments that were submitted after I checked in. BUG=26463 TEST=None Review URL: http://codereview.chromium.org/1097002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41990 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few ↵jhawkins@chromium.org2010-03-186-29/+17
| | | | | | | | | | leaks. BUG=38481 TEST=none Review URL: http://codereview.chromium.org/1109005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41989 0039d316-1c4b-4281-b951-d872f2087c98
* Update to fixed Windows ref buildchase@chromium.org2010-03-181-1/+1
| | | | | | | | | BUG=none TEST=windows slaves update successfully Review URL: http://codereview.chromium.org/1109003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41985 0039d316-1c4b-4281-b951-d872f2087c98
* James and I collided.agl@chromium.org2010-03-181-3/+0
| | | | | | BUG=38532 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41983 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug20804.html while I look into it.agl@chromium.org2010-03-181-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41982 0039d316-1c4b-4281-b951-d872f2087c98
* Add a flaky image expectation for tables/mozilla/bugs/bug20804.htmljhawkins@chromium.org2010-03-181-0/+4
| | | | | | | | | TBR=thestig BUG=38532 TEST=none Review URL: http://codereview.chromium.org/1130001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41981 0039d316-1c4b-4281-b951-d872f2087c98
* Create new GMail account on OOBE screen and set user name on login screen.dpolukhin@chromium.org2010-03-1811-78/+330
| | | | | | | | | BUG=35157 TEST=Run chrome with --login-manager and press button create an account. Review URL: http://codereview.chromium.org/910003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41980 0039d316-1c4b-4281-b951-d872f2087c98
* Change DEPS to use a new reference build on Windows.dumi@chromium.org2010-03-181-3/+3
| | | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41979 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expecations for flaky crash for fail-on-update.htmljhawkins@chromium.org2010-03-181-1/+1
| | | | | | | | | TBR=thestig BUG=2844 TEST=none Review URL: http://codereview.chromium.org/1111002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41978 0039d316-1c4b-4281-b951-d872f2087c98
* Disables browser test on chromeos as chromeos defaults to restoringsky@chromium.org2010-03-181-0/+4
| | | | | | | | | | | | | last session, which means my test doesn't test what I want it to. I could make the test exercise the paths I want on chromeos by changing what to do on startup, but it didn't seem worth it given the default. BUG=NONE TBR=erikkay@chromium.org Review URL: http://codereview.chromium.org/1079002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41977 0039d316-1c4b-4281-b951-d872f2087c98
* Mac bookmark mgr: Work around NSOutlineView column-width bug.snej@chromium.org2010-03-181-0/+1
| | | | | | | | | BUG=35031 TEST=see steps to reproduce in bug report Review URL: http://codereview.chromium.org/1023009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41976 0039d316-1c4b-4281-b951-d872f2087c98
* Mark video-source.html as flakily crashing on Linux Debug.jhawkins@chromium.org2010-03-181-0/+1
| | | | | | | | | TBR=thestig BUG=35858 TEST=none Review URL: http://codereview.chromium.org/1079003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41974 0039d316-1c4b-4281-b951-d872f2087c98
* libpng: update to 1.2.43agl@chromium.org2010-03-1821-2069/+2932
| | | | | | | | | | | | | | | | | | | | I unpacked libpng 1.2.43 and did: cd third_party/libpng for x in $(ls -1) ; do cp /tmp/libpng-1.2.43/$x .; done The diffs appear to all be safe. The Chromium specific config is in pngusr.h and isn't touched by this change. 1.2.43 fixes http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0205 c7013d773eb45b8ed6a864e419e544106a0dd95d /tmp/libpng-1.2.43.tar.xz BUG=38512 TEST=none http://codereview.chromium.org/1118002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41972 0039d316-1c4b-4281-b951-d872f2087c98
* Windows: Mark CheckFalseTest.CheckFails as flaky. It's failing on the Vista ↵thestig@chromium.org2010-03-181-0/+4
| | | | | | | | | | dbg bot. BUG=38497 TEST=Vista dbg ui tests go green 100% of the time. Review URL: http://codereview.chromium.org/1072003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41970 0039d316-1c4b-4281-b951-d872f2087c98
* Follow up on http://codereview.chromium.org/848003bulach@chromium.org2010-03-182-8/+0
| | | | | | | | Removes overload now that we rolled http://trac.webkit.org/changeset/56011 Review URL: http://codereview.chromium.org/1045001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41969 0039d316-1c4b-4281-b951-d872f2087c98
* Better error messages for SSL client-cert errors.snej@chromium.org2010-03-182-0/+37
| | | | | | | | | BUG=36480 TEST=none Review URL: http://codereview.chromium.org/1026007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41968 0039d316-1c4b-4281-b951-d872f2087c98
* Drop bookmark onto a folder --> goes in folder.jrg@chromium.org2010-03-183-26/+72
| | | | | | | | | | | | | | | | BUG=36955 TEST=\ Drop some bookmarks onto folders; make sure they go in (at the end). Try both bookmark bar folders and sub-sub-folders. Try marks from a folder onto a bar folder. Drop a mark onto it's own parent folder. Go both quick (before hover-open) and slow (after). Review URL: http://codereview.chromium.org/1002012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41966 0039d316-1c4b-4281-b951-d872f2087c98
* Marks new browser test as flakey on mac as it seems to tickle a macsky@chromium.org2010-03-181-0/+4
| | | | | | | | | | | bug unrelated to my cl. TBR=erikkay@chromium.org BUG=38522 Review URL: http://codereview.chromium.org/1118003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41965 0039d316-1c4b-4281-b951-d872f2087c98
* Add a known crasher for the reliability bot.jhawkins@chromium.org2010-03-181-3/+3
| | | | | | | | | TBR=andybons BUG=38525 TEST=none Review URL: http://codereview.chromium.org/1128001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41964 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the problem that a Save As dialog pops up on drag-out when "Ask where to ↵jianli@chromium.org2010-03-181-4/+7
| | | | | | | | | | | save each file before downloading" option is checked. BUG=none TEST=none Review URL: http://codereview.chromium.org/1050006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41962 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the initial draw handing of Core Animation pluginsstuartmorgan@chromium.org2010-03-183-13/+17
| | | | | | | | | | | | | Removes the call to SetWindow(NULL) in the Core Animation case, since that causes the delegate to enable the TransportDIB drawing mode. Removes the early return in Paint, since now we don't call it (and if we do later, it'll be to get snapshots using the existing Cocoa event model path, per the ammended CA drawing model spec). Also renames windowless_ in WebPluginDelegateProxy to make it clear that it's just about drawing. BUG=37974 TEST=In a build with Core Animation plugin enabled, there should be no flash of black when the plugin is first drawn. Review URL: http://codereview.chromium.org/982010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41961 0039d316-1c4b-4281-b951-d872f2087c98