summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Apply the latest translated strings to trunk.mal@chromium.org2009-11-15152-1701/+14574
| | | | | | | | BUG= None TEST= None Review URL: http://codereview.chromium.org/395014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32020 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 32012-32017mhm@chromium.org2009-11-1512-402/+315
| | | | | | | | | | | git cl dcommit somehow committed all my local changes in cygwin TBR=evan BUG=none Review URL: http://codereview.chromium.org/396006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32019 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore more directories in Git.mhm@chromium.org2009-11-151-0/+4
| | | | | | | | | | | | | | In cygwin git, folders keep appearing in 'git status' /chrome_frame/tools/test/reference_build /third_party/ots /third_party/pefile /third_party/xulrunner-sdk Added them to ignore. Review URL: http://codereview.chromium.org/384137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32018 0039d316-1c4b-4281-b951-d872f2087c98
* fix nitsmhm@chromium.org2009-11-154-9/+20
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32017 0039d316-1c4b-4281-b951-d872f2087c98
* small mistakemhm@chromium.org2009-11-152-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32016 0039d316-1c4b-4281-b951-d872f2087c98
* Fix nitsmhm@chromium.org2009-11-154-75/+77
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32015 0039d316-1c4b-4281-b951-d872f2087c98
* Rebasemhm@chromium.org2009-11-152-0/+327
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32014 0039d316-1c4b-4281-b951-d872f2087c98
* Remove explicitmhm@chromium.org2009-11-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32013 0039d316-1c4b-4281-b951-d872f2087c98
* rebasemhm@chromium.org2009-11-1510-314/+61
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32012 0039d316-1c4b-4281-b951-d872f2087c98
* Change name of first extension to Hello World.kathyw@google.com2009-11-152-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=aa Review URL: http://codereview.chromium.org/385124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32011 0039d316-1c4b-4281-b951-d872f2087c98
* Add new .zip file for getstarted example.kathyw@google.com2009-11-151-0/+0
| | | | | | | | | | | | | (I'll delete the old one soon. Eventually this file should be automatically built.) BUG=none TEST=none TBR=aa Review URL: http://codereview.chromium.org/385123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32010 0039d316-1c4b-4281-b951-d872f2087c98
* A simple example that displays the first 5 elements of a feed (Google news ↵erikkay@chromium.org2009-11-144-0/+314
| | | | | | | | | | | | | top headlines) in a browser action popup. Originally written by Rajiv Bammi at Google. BUG=none TEST=none Review URL: http://codereview.chromium.org/385097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32009 0039d316-1c4b-4281-b951-d872f2087c98
* Mostly fixes black flashing that happens during popup resize.erikkay@chromium.org2009-11-141-2/+3
| | | | | | | | | | BUG=25459 TEST=none TBR=amit Review URL: http://codereview.chromium.org/394004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32008 0039d316-1c4b-4281-b951-d872f2087c98
* Fix multi-valued headers to and from the server.mbelshe@google.com2009-11-142-5/+31
| | | | | | | | | | | | | | | | | | | | | | | | | This is basically for Set-Cookie, but the solution is generic. If the HTTP layer had issued multiple, duplicate named headers, we send a single name-value pair where the value is a null-character separated list of the original headers. So: Set-Cookie: foo Set-Cookie: bar Becomes Set-cookie "foo\0bar" BUG=none TEST=none Review URL: http://codereview.chromium.org/391061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32007 0039d316-1c4b-4281-b951-d872f2087c98
* Makes InfoBubbleWindow close animations work correctly with regards todmaclach@chromium.org2009-11-144-46/+87
| | | | | | | | | | | activating other windows post-close correctly. BUG=27711 TEST=See repro steps in bug. Review URL: http://codereview.chromium.org/385119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32006 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 247.0 to 248.0chrome-bot@google.com2009-11-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32003 0039d316-1c4b-4281-b951-d872f2087c98
* Keeps the "loading..." text centered on the screen when you resize the window.dmaclach@chromium.org2009-11-141-0/+6
| | | | | | | | | BUG=27706 TEST=see bug description Review URL: http://codereview.chromium.org/385118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32002 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 31999 - Enable HTML5 DBs by default (except in incognito mode).dumi@chromium.org2009-11-145-11/+21
| | | | | | | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/397001 TBR=michael@chromium.org Review URL: http://codereview.chromium.org/397004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32001 0039d316-1c4b-4281-b951-d872f2087c98
* Disable all HTML5 DB layout tests for now. They're really flacky.dumi@chromium.org2009-11-141-4/+28
| | | | | | | | | | | | TEST=none BUG=none TBR=michaeln Review URL: http://codereview.chromium.org/396005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32000 0039d316-1c4b-4281-b951-d872f2087c98
* Enable HTML5 DBs by default (except in incognito mode).dumi@chromium.org2009-11-145-21/+11
| | | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/397001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31999 0039d316-1c4b-4281-b951-d872f2087c98
* Enable worker-timeout.html layout test. It's fixed upstream.dimich@chromium.org2009-11-141-3/+1
| | | | | | | | TEST=worker-timeout.html BUG=25548 Review URL: http://codereview.chromium.org/396001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31998 0039d316-1c4b-4281-b951-d872f2087c98
* Enables most DB layout tests in test_shell.dumi@chromium.org2009-11-1410-97/+154
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/384118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31997 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable the ExtensionApiTest.Storage test.dumi@chromium.org2009-11-141-1/+1
| | | | | | | | | | TEST=none BUG=27216 Review URL: http://codereview.chromium.org/394017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31996 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 50947:50972brettw@chromium.org2009-11-142-1/+7
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/384135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31992 0039d316-1c4b-4281-b951-d872f2087c98
* This CL fixes the document-open.html and window-open.html plugin layout ↵ananta@chromium.org2009-11-1411-41/+175
| | | | | | | | | | | | | | | | | | | | | | | tests. These were landed in webkit as fixes for bug https://bugs.webkit.org/show_bug.cgi?id=31067 The layout test plugin changes are on similar lines as the version upstream. We need to rebaseline the expectations as the line numbers differ in test shell and dumprendertree. The document-open.html crashes in test_shell as this test causes the existing document to be taken down which takes down the plugin instance and the associated plugin stream. This works in the webkit plugin implementation as they grab a reference on the plugin stream before calling into the plugin to protect from the stream being destroyed. Our fix is on similar lines. Bug=27164 Review URL: http://codereview.chromium.org/393017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31991 0039d316-1c4b-4281-b951-d872f2087c98
* Remove (actually, reverse meaning of) command line flag for desktop ↵johnnyg@chromium.org2009-11-145-8/+7
| | | | | | | | | | | | | notifications, so that is is available by default in Windows. Security review at http://b/issue?id=2161143 BUG=25975 TEST=none Review URL: http://codereview.chromium.org/391064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31990 0039d316-1c4b-4281-b951-d872f2087c98
* Escape javascript going into text notifications.johnnyg@chromium.org2009-11-142-2/+22
| | | | | | | | | BUG=27674 TEST=included Review URL: http://codereview.chromium.org/386035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31989 0039d316-1c4b-4281-b951-d872f2087c98
* Disable memory test on 64bit Linux since it sometimes crashes right now.vandebo@chromium.org2009-11-141-3/+3
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/391065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31988 0039d316-1c4b-4281-b951-d872f2087c98
* Fix casing of 'Extension' in management UI.aa@chromium.org2009-11-141-3/+3
| | | | | | TBR=kathyw@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31987 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Let arrow keys move caret in IME mode.thakis@chromium.org2009-11-141-6/+5
| | | | | | | | | BUG=26869 TEST=Activate Kotoeri, smash keys, confirm that arrow keys move caret. Confirm that rest of IME still works (hah!). Review URL: http://codereview.chromium.org/386032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31986 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run ChromeThreadTest.NotReleasedIfTargetThreadNonExistent through ↵jam@chromium.org2009-11-141-0/+3
| | | | | | | | Purify since it leaks on purpose. Review URL: http://codereview.chromium.org/384134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31985 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Hide the status bubble when the mouse nears it.derat@chromium.org2009-11-1418-74/+275
| | | | | | | | | | | | | | | This isn't as slick as other platforms, in that the bubble just slides down and gets cropped instead of sliding down out of the browser window -- doing the latter will probably require reparenting the bubble into its own window when we want to move it. BUG=18311 TEST=ran "nc -l -p 8080", went to localhost:8080, and made sure that the bubble ran away with both LTR and RTL languages Review URL: http://codereview.chromium.org/392007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31984 0039d316-1c4b-4281-b951-d872f2087c98
* cleanup: rename variable |resize_layout_scheduled_| to |needs_resize_layout_|.thakis@chromium.org2009-11-144-16/+14
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/391042 Patch from tfarina. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31983 0039d316-1c4b-4281-b951-d872f2087c98
* Turn on shared workers by defaultatwilson@chromium.org2009-11-145-13/+7
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31982 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize the host_renderer_id and host_render_view_id in the resource ↵ananta@chromium.org2009-11-141-1/+3
| | | | | | | | | | | | dispatcher unit test. This fixes a UMR in resource_dispatcher host. Bug=27649 Review URL: http://codereview.chromium.org/395004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31981 0039d316-1c4b-4281-b951-d872f2087c98
* Call np_getentrypoints after np_initialize on the Macstuartmorgan@chromium.org2009-11-141-2/+9
| | | | | | | | | | | This matches the behavior of other Mac browsers, and QuickTime at least expects the calls in that order or the function list it gives back will be incomplete (NP_GetValue and NP_SetValue missing) BUG=24999 TEST=See testcase in bug; movie should play. Review URL: http://codereview.chromium.org/386036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31980 0039d316-1c4b-4281-b951-d872f2087c98
* More safe browsing cleanup work:pkasting@chromium.org2009-11-146-39/+73
| | | | | | | | | | | | * Remove |resetting_| from the safe browsing service, it doesn't do anything useful. * Add appropriate locks in a few places in the database that were missing them. * Prevent potential infinite recursion in the database at one spot. BUG=none TEST=none Review URL: http://codereview.chromium.org/391060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31979 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the messaging timing extension to only message the toplevel frame.mpcomplete@chromium.org2009-11-141-7/+10
| | | | | | | | BUG=no Review URL: http://codereview.chromium.org/384133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31978 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Animate the bookmark bar showing/hiding.viettrungluu@chromium.org2009-11-1420-307/+869
| | | | | | | | | | | | | | | There's a huge refactoring of the bookmark bar controller in this CL, so that animation-related code is in only a few places (instead of scattered all over the place). Changes to BookmarkBar.xib: Since BookmarkBarToolbarView now inherits from AnimatableView, I had to hook up its delegate_ member to File's Owner (i.e., the BookmarkBarController). Not yet implemented: morphing between the detached bar (on the NTP) and anything else. BUG=25600 TEST=Go to a normal page, show/hide the bookmark bar (Shift-Cmd-B), watch it animate. Review URL: http://codereview.chromium.org/384105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31977 0039d316-1c4b-4281-b951-d872f2087c98
* Causes all info bubbles to fade in and out with an animation instead of justdmaclach@chromium.org2009-11-143-8/+87
| | | | | | | | | | | | | | appearing. Change to BookmarkBubble.xib was to make the window not show on creation. It will have more mods to it because of switching to IB on Snow Leopard. BUG=27464 TEST=Make the bookmark bubble appear and disappear by clicking on the star. Review URL: http://codereview.chromium.org/389027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31976 0039d316-1c4b-4281-b951-d872f2087c98
* Mark memory_test as flaky on 64bit linuxvandebo@chromium.org2009-11-141-3/+13
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/386034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31975 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations automatically based on the dashboard.ojan@chromium.org2009-11-141-300/+269
| | | | | | | | | | | | | | | | I spot checked a random sample of these to make sure it was actually doing the right thing. Will send out the script for this shortly. There's a few categories the script doesn't touch yet: 1. Tests that need both SLOW/TIMEOUT need manual attention 2. Tests that have passed for the past 750 runs are not updated 3. Tests that are not listed in test_expectations already don't get added 2 and 3 will come in following changes. For now, I want to make the test_expectations changes as contained as possible. Review URL: http://codereview.chromium.org/384037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31974 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented ShowOptionsWindow() for OS X (except the highlightingakalin@chromium.org2009-11-144-51/+305
| | | | | | | | | | | | | | | of the given group). Refactored PreferencesWindowController a bit. Made preferences_window_controller_unittest.mm use CocoaTest instead of CocoaTestHelper and reenabled disabled test which was crashing (likely due to interactions with CocoaTestHelper). BUG=23073 TEST=manually,trybots Review URL: http://codereview.chromium.org/391050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31973 0039d316-1c4b-4281-b951-d872f2087c98
* Add tests that pass on all platforms to the updates JSON for autoupdatingojan@chromium.org2009-11-141-17/+42
| | | | | | | | | | | | | test_expectations. For those tests, we just say that the expectations they're currently listed with are "extra". Also reduce the MIN_RUNS_FOR_FLAKE to 2. If a test has the same results twice in a row, assume it's not flakiness. In the cases where a test is so flaky that sometimes it has the same results twice in a row, it'll show up as flakiness due to other runs. Review URL: http://codereview.chromium.org/393018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31972 0039d316-1c4b-4281-b951-d872f2087c98
* Duplicating the SetActiveURL() change from the renderer to the plugin ↵jschuh@chromium.org2009-11-144-6/+6
| | | | | | | | | | | process. (Should also fix a plugin callback that may be clearing the renderer's URL prematurely.) BUG=22033 TEST=None Review URL: http://codereview.chromium.org/384130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31971 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup pass on Getting Started.kathyw@google.com2009-11-1411-47/+133
| | | | | | | | | | | | | | | Copyedited it, and updated it to use new icons, new screenshots, and the new examples directory. I'll remove the samples directory once the debugging tutorial is updated. BUG=none TEST=none TBR=aa Review URL: http://codereview.chromium.org/384136 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31969 0039d316-1c4b-4281-b951-d872f2087c98
* Moved the various Google Accounts URLs out of gaia_login.html and into ↵idana@chromium.org2009-11-142-4/+39
| | | | | | | | | | | | | sync_setup_wizard.cc so that we can append the language code as a CGI parameter based on the locale. BUG=26385 TEST=Make sure links on the sync login dialog open pages in the same language as the browser language. Review URL: http://codereview.chromium.org/385103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31968 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Fix weird layout issues when dragging a tab from a large screen to a ↵rohitrao@chromium.org2009-11-143-0/+23
| | | | | | | | | | small one. BUG=http://crbug.com/27652 TEST=With two monitors of different vertical sizes connected, make a chrome window on the larger monitor, as tall as the monitor. Drag it over to the smaller monitor and drop it. The window should not re-layout weirdly during the drag and should continue to have a tab strip after the drop. Review URL: http://codereview.chromium.org/385106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31967 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 50932:50947.brettw@chromium.org2009-11-133-12/+11
| | | | | | | | | | | This also includes http://codereview.chromium.org/394008 which restores interactive tests for devtools. TEST=none BUG=none Review URL: http://codereview.chromium.org/386029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31966 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 31960 -- Bookmark tests seemed to fail after this went in.levin@chromium.org2009-11-132-55/+46
| | | | | | | TBR=tim@chromium.org Review URL: http://codereview.chromium.org/395010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31965 0039d316-1c4b-4281-b951-d872f2087c98