summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Generate stubs for OpenMAX ILhclam@chromium.org2010-03-0212-26/+142
| | | | | | | | | | | | Generate stubs for OpenMAX IL so we don't need a real OpenMAX library for building. The actual library is loaded during runtime. TEST=Build is green TEST=Running omx_test works on hardware with OpenMAX support Review URL: http://codereview.chromium.org/661135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40418 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes to 10.6 port of GPU plugin after recent backport to 10.5 andkbr@google.com2010-03-022-10/+11
| | | | | | | | | | | (apparently) other recent changes. BUG=none TEST=ran Pepper test plugin with both 10.6 and 10.5 code paths Review URL: http://codereview.chromium.org/661391 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40417 0039d316-1c4b-4281-b951-d872f2087c98
* Implement FormManager::LabelForElement and use this to store the field labels.jhawkins@chromium.org2010-03-025-20/+120
| | | | | | | | BUG=none TEST=FormManagerTest.Labels Review URL: http://codereview.chromium.org/660154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40416 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Re-enable BrowserWindowFullScreenControllerTest.*.shess@chromium.org2010-03-021-6/+2
| | | | | | | | | | | | r40185 (bug 36677) changed cocoa_test_helper.mm to allow more scalable timeouts for valgrind. BUG=36736 TEST=valgrind bots keep trucking. Review URL: http://codereview.chromium.org/660389 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40415 0039d316-1c4b-4281-b951-d872f2087c98
* Updating media's WATCHLIST.scherkus@chromium.org2010-03-021-1/+2
| | | | | | | | | BUG=n/a TEST=n/a Review URL: http://codereview.chromium.org/661345 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40414 0039d316-1c4b-4281-b951-d872f2087c98
* Making sure that we do not destroy a WaitableEvent while anotherdumi@chromium.org2010-03-021-9/+10
| | | | | | | | | | | | thread might still be inside its Signal() method. TEST=none BUG=32023 Review URL: http://codereview.chromium.org/661382 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40413 0039d316-1c4b-4281-b951-d872f2087c98
* Add --enable-gpu-rendering instead of relying on a hardcoded constant.scherkus@chromium.org2010-03-024-7/+18
| | | | | | | | | BUG=33329 TEST=try it out on linux!! Review URL: http://codereview.chromium.org/661331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40412 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the --enable-nacl-on-mac flag, since the syscall thunking code is securedspringer@google.com2010-03-026-30/+1
| | | | | | | | | | | | | now. The mac no longer needs 2 flags in order to load .nexes, it is only behind the --internal-nacl flag like everyone else. BUG=328 (tracked in the Native Client project) TEST=Run Chrome on a Mac without the --enable-nacl-on-mac flag, and load a .nexe. It should work. Review URL: http://codereview.chromium.org/661370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40411 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: make "NonAntiAliasedSans" a magic font name.agl@chromium.org2010-03-022-1/+15
| | | | | | | | | | | This will be used in a layout test for per-strike renderer preferences. BUG=none TEST=Future layout test http://codereview.chromium.org/660383 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40410 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the full tab mode unload event test by moving the FileDownload ↵ananta@chromium.org2010-03-021-12/+4
| | | | | | | | | | | | expectation before the testing::InSequence specification and getting rid of the duplicate FileDownload expectations. TBR=amit Review URL: http://codereview.chromium.org/661385 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40409 0039d316-1c4b-4281-b951-d872f2087c98
* Rename FormFieldHistoryManager to AutocompleteHistory manager to better ↵jhawkins@chromium.org2010-03-027-39/+40
| | | | | | | | | | reflect its relation to the Autocomplete feature. BUG=33032 TEST=none Review URL: http://codereview.chromium.org/661323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40408 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up some of the frame code a bit.pkasting@chromium.org2010-03-028-280/+157
| | | | | | | | | | The only functional change should be that the app panel close button width is now its preferred width, not its preferred width + 4. BUG=none TEST=none Review URL: http://codereview.chromium.org/660128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40407 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/652010 for Thiago:sky@chromium.org2010-03-024-67/+70
| | | | | | | | | | | | | views: refactor out the "Alt" TableView feature. BUG=34181 TEST=open bookmarks manager, type something in the search text-field, see if a message is showed when there is no match and see if everything still works as before. Review URL: http://codereview.chromium.org/660380 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40406 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r55415.darin@chromium.org2010-03-021-1/+1
| | | | | | | | TBR=levin Review URL: http://codereview.chromium.org/660391 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40405 0039d316-1c4b-4281-b951-d872f2087c98
* Marking parse feed tests as flaky while I investigate.finnur@chromium.org2010-03-021-7/+7
| | | | | | | | | | BUG=http://crbug.com/37109 TEST=None TBR=nsylvain Review URL: http://codereview.chromium.org/661383 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40404 0039d316-1c4b-4281-b951-d872f2087c98
* Further tweaks to incognito extensions.mpcomplete@chromium.org2010-03-029-47/+56
| | | | | | | | | | | | | | | - Add a warning to the incognito new tab page that your extensions are disabled in that mode. - Toggling an extension in incognito will reload the extension, fixing a bug where browser actions in existing incognito windows would not get updated. BUG=36292 BUG=32365 TEST=run chrome with --enable-experimental-extension-apis and some extensions loaded, and open an incognito window. Enable some extensions in incognito and make sure things work. Review URL: http://codereview.chromium.org/660220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40403 0039d316-1c4b-4281-b951-d872f2087c98
* ChromeFrame should honor the host browser's cookie policy. To achieve this ↵ananta@chromium.org2010-03-0227-302/+361
| | | | | | | | | | | | | | | | we always read the cookies from the host browser when the renderer requests them. This also cleans up the mess with the host network stack code parsing cookies from the host looking for persistent cookies. Fixes bug http://code.google.com/p/chromium/issues/detail?id=34151 Bug=34151 Test=Covered by existing host network stack tests and chrome frame cookie tests. Review URL: http://codereview.chromium.org/661290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40402 0039d316-1c4b-4281-b951-d872f2087c98
* Http cache: Expose storing metadata on a given entry.rvargas@google.com2010-03-025-20/+283
| | | | | | | | | | BUG=32406 TEST=unittests Review URL: http://codereview.chromium.org/660041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40400 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r55411.darin@chromium.org2010-03-021-1/+1
| | | | | | | | TBR=levin Review URL: http://codereview.chromium.org/660385 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40399 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg turn off ebp and ebx to pass valgrindfbarchard@chromium.org2010-03-022-6/+6
| | | | | | | | | | error right now is dsputil_mmx.c:605: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' BUG=35850 TEST=none. valgrind builds should work. Review URL: http://codereview.chromium.org/661379 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40398 0039d316-1c4b-4281-b951-d872f2087c98
* Remove connection failed histograms.vandebo@chromium.org2010-03-028-29/+25
| | | | | | | | | BUG=none - not used and blocks refactoring for bug 30357 TEST=unit tests Review URL: http://codereview.chromium.org/661318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40397 0039d316-1c4b-4281-b951-d872f2087c98
* Wrap InternalSessionRequest in a scoped_refptr.albertb@google.com2010-03-022-16/+1
| | | | | | | | | BUG=37138 TEST=Valgrind reports no errors Review URL: http://codereview.chromium.org/660322 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40396 0039d316-1c4b-4281-b951-d872f2087c98
* Fix infinite loop in ClientSocketPoolBase::DoReleaseSocket.willchan@chromium.org2010-03-022-3/+55
| | | | | | | | BUG=36871 Review URL: http://codereview.chromium.org/660353 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40395 0039d316-1c4b-4281-b951-d872f2087c98
* Switch base to using CHECK_*.willchan@chromium.org2010-03-0211-13/+12
| | | | | | Review URL: http://codereview.chromium.org/660357 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40394 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a Chrome crash, which occurs in a ChromeFrame instance in the destructor ↵ananta@chromium.org2010-03-021-2/+3
| | | | | | | | | | | | | | | | | | | | of the WidgetWin object for the ExternalTabContainer. Basically the crash happens while dereferencing the chrome ui message loop which has been destroyed. This could happen in a ChromeFrame instance as the message loop is destroyed when the module ref count drops to 0. The ref count is decremented in the destructor of the AutomationProvider which runs before the Widgetwin destructor. Fix is to move the code in the WidgetWin destructor to the code which processes WM_NCDESTROY Fixes bug http://code.google.com/p/chromium/issues/detail?id=37163 Bug=37163 Review URL: http://codereview.chromium.org/663001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40393 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the WidgetModeFF_CFInstanceRPCInternal as flaky.ananta@chromium.org2010-03-021-1/+2
| | | | | | | | | Bug=37204 TBR=amit Review URL: http://codereview.chromium.org/660386 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40392 0039d316-1c4b-4281-b951-d872f2087c98
* Experimental fix to fix the flaky AutomatedUITestBase.CloseTab.erg@chromium.org2010-03-022-3/+5
| | | | | | | | | BUG=14774 TEST=AutoamtedUITestBase.FLAKY_CloseTab stops being flaky? Review URL: http://codereview.chromium.org/660324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40391 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: Fix build by marking new Keygen test as flaky.snej@chromium.org2010-03-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40389 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling three tests that I had marked flaky to get debug info.finnur@chromium.org2010-03-021-3/+3
| | | | | | | | | TEST=None BUG=None TBR=mmoss Review URL: http://codereview.chromium.org/661374 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40388 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: implement <keygen> support, including adding generated cert to the ↵snej@chromium.org2010-03-0219-106/+680
| | | | | | | | | | | Keychain. BUG=34607 TEST=KeygenHandlerTest.SmokeTest Review URL: http://codereview.chromium.org/652137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40387 0039d316-1c4b-4281-b951-d872f2087c98
* Fix browser side handling of moveTo by resizing the content area; not the ↵erg@chromium.org2010-03-0214-33/+74
| | | | | | | | | | | window. BUG=27365 TEST=none Review URL: http://codereview.chromium.org/661187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40386 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for selecting a directory.dhg@chromium.org2010-03-022-2/+15
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/660345 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40384 0039d316-1c4b-4281-b951-d872f2087c98
* Fix background tabs in themes that don't specify a background tab image.avi@chromium.org2010-03-021-5/+13
| | | | | | | | | BUG=http://crbug.com/37117 TEST=as in comment 2 of bug. Review URL: http://codereview.chromium.org/661310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40383 0039d316-1c4b-4281-b951-d872f2087c98
* Dragged tabs should be themed.avi@chromium.org2010-03-021-5/+32
| | | | | | | | | BUG=http://crbug.com/37077 TEST=as in bug; drag off a tab and it should stay themed Review URL: http://codereview.chromium.org/660302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40382 0039d316-1c4b-4281-b951-d872f2087c98
* Update the default color for background tab text.avi@chromium.org2010-03-021-3/+4
| | | | | | | | | BUG=http://crbug.com/37078 TEST=as in bug Review URL: http://codereview.chromium.org/660307 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40381 0039d316-1c4b-4281-b951-d872f2087c98
* Pinstripe the top of the browser window to give it that 3D effect.avi@chromium.org2010-03-022-7/+29
| | | | | | | | | BUG=http://crbug.com/36794 TEST=as in bug Review URL: http://codereview.chromium.org/660305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40380 0039d316-1c4b-4281-b951-d872f2087c98
* make sure we don't include the obsolete 2008 SDK dir.nsylvain@chromium.org2010-03-023-3/+3
| | | | | | | | | | This is making the nacl 64 app to fail to build, because our code to make sure we use the lib64 folder fails because it does not except to have the sdk Lib dir twice (once for 2008, once for win7). Review URL: http://codereview.chromium.org/660314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40379 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Spin event loop longer for tearing down test windows.shess@chromium.org2010-03-022-1/+3
| | | | | | | | | | | | BookmarkBubbleControllerTest needs _three_ passes. I believe it's because the bubble is a child window. BUG=none TEST=allows test to run on tsan bots. Review URL: http://codereview.chromium.org/661347 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40378 0039d316-1c4b-4281-b951-d872f2087c98
* Relayout root view in OnWindowPosChanged because when we process this ↵dpolukhin@google.com2010-03-021-0/+9
| | | | | | | | | | | message without calling DefWindowProc we don't get OnSize notification. BUG=36280 TEST=See steps to reproduce in the bug. Review URL: http://codereview.chromium.org/660087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40376 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 342.0 to 343.0chrome-release@google.com2010-03-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40371 0039d316-1c4b-4281-b951-d872f2087c98
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-02110-142/+146
| | | | | | | | | | | This change introduces one more dependency on chrome/browser, but it seems simpler to move gtk_util first and then fix it. TEST=none BUG=none Review URL: http://codereview.chromium.org/661271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40369 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses leaks in TestingProfile::CreateProfileSyncService()hbono@chromium.org2010-03-021-0/+7
| | | | | | | | | | | This change suppresses leaks started since Build 3151 (on a Linux valgrind bot) and Build 3513 (on a Mac valgrind bot). TBR=zork BUG=37168 TEST=make valgrind bots green. Review URL: http://codereview.chromium.org/661351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40367 0039d316-1c4b-4281-b951-d872f2087c98
* Add moz+morejs expectations for Mac 10.6.chase@chromium.org2010-03-021-0/+2
| | | | | | | | | | TBR=nsylvain@chromium.org BUG=36799 TEST=moz and morejs tests stay green Review URL: http://codereview.chromium.org/660366 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40366 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg roll back deps for webkitfbarchard@chromium.org2010-03-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40365 0039d316-1c4b-4281-b951-d872f2087c98
* The search terms escaping respect forward slash: it is not escaped if the ↵brettw@chromium.org2010-03-022-30/+40
| | | | | | | | | | | | replacement preceeds ? sign. BUG=19718 Patch by glotov@chromium.org Original review http://codereview.chromium.org/601004 TEST=Verify that slash is escaped as stated in description; example: create search engine en.wikipedia.org/%s and search it with parameters wiki/hi git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40364 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg roll to patch 10 binaries for chromiumfbarchard@chromium.org2010-03-021-1/+1
| | | | | | | | | BUG=35850 TEST=none. should behave same as before but with better security. Review URL: http://codereview.chromium.org/660363 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40363 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Select right tab in content settings dialog.thakis@chromium.org2010-03-024-6/+75
| | | | | | | | | | | | | Also fix an unrelated TODO in this area. xib change: Make ContentSettingsWindowController the NSTabView's delegate and hook the controller's IBOutlet up to the NSTabView. BUG=36949 TEST=Open content settings via a blocked popups bubble. Popup tab should be selected. Select javascript tab, close window. Reopen window, javascript tab should still be selected. Review URL: http://codereview.chromium.org/661354 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40362 0039d316-1c4b-4281-b951-d872f2087c98
* Unit test for autofill sync.skrul@chromium.org2010-03-0219-62/+413
| | | | | | | | Including some changes to make things testable, including adding WebDatabase* to the ctor of the MA and PC, plus making some methods virtual on WebDatabase. Review URL: http://codereview.chromium.org/661316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40359 0039d316-1c4b-4281-b951-d872f2087c98
* Make all of the methods of ResourceHandler pure virtual.eroman@chromium.org2010-03-0220-10/+179
| | | | | | | | | | This forces implementations to consider each case, and avoids subtle bugs that can happen by using the default no-op implementation (like bug 36964). BUG=None TEST=None Review URL: http://codereview.chromium.org/661236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40358 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 55380:55396.dumi@chromium.org2010-03-021-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=darin Review URL: http://codereview.chromium.org/661350 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40355 0039d316-1c4b-4281-b951-d872f2087c98