summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* linux: enable compiling of hardware compositingpiman@chromium.org2010-07-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2865030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51418 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Moving some new third party code into its proper dir. Also tweak the ↵andybons@chromium.org2010-07-017-8/+9
| | | | | | | | | | radius of the close button hover state circle a bit. BUG=none TEST=none Review URL: http://codereview.chromium.org/2833050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51417 0039d316-1c4b-4281-b951-d872f2087c98
* Loosen permission on extension temp dir when a flag is used.skerner@chromium.org2010-07-0112-13/+142
| | | | | | | | | | | | | | | | | | | Issue 35198 can not be reproduced locally. To enable users to do experiments, three command line flags are added to chrome: --issue35198-crxdir-browser: Have the browser process create the directory in which the extension will be unzipped. --issue35198-logging: Enable log messages from directory creation in the utility process to be moved to the browser process. --issue35198-permission: Use the most permissive file permissions possible on the extension unpack directory. BUG=35198 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51231 Review URL: http://codereview.chromium.org/2802018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51416 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Fix sorting in content exception window.erg@chromium.org2010-07-014-16/+255
| | | | | | | | | | | | | - Wrap the model in a GtkTreeSortable. This corrects editing of content exception entries in the presence of sorted columns. - Also adds unit tests for this window. BUG=47841 TEST=ContentExceptionsWindowGtkUnittest.* + see bug Review URL: http://codereview.chromium.org/2876032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51415 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA logging of clicked tip links.mirandac@google.com2010-07-011-0/+11
| | | | | | | | BUG=48030 TEST=none Review URL: http://codereview.chromium.org/2859038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51414 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "net: Change how we detect OCSP vs CRL requests from NSS."agl@chromium.org2010-07-011-53/+24
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51410 0039d316-1c4b-4281-b951-d872f2087c98
* Moves gtk accelerator processing functions to base/gtk_util so I cansky@chromium.org2010-07-0116-98/+90
| | | | | | | | | | | | | use them from views and gfx. Sorry for the new patch on this and not an update. Not sure what happened. BUG=none TEST=none Review URL: http://codereview.chromium.org/2809047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51409 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug in pasting bookmarks from the context menu that could resultsky@chromium.org2010-07-012-2/+2
| | | | | | | | | | | in inserting into the wrong parent. BUG=40544 TEST=see bug Review URL: http://codereview.chromium.org/2856027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51408 0039d316-1c4b-4281-b951-d872f2087c98
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-013-7/+172
| | | | | | | | | | | Recommit of r51371, this time not crashy. BUG=http://crbug.com/47980 TEST=unit tested Review URL: http://codereview.chromium.org/2817048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51407 0039d316-1c4b-4281-b951-d872f2087c98
* net: Change how we detect OCSP vs CRL requests from NSS.agl@chromium.org2010-07-011-24/+53
| | | | | | | | (Addresses wtc's comments in http://codereview.chromium.org/2834030/show) http://codereview.chromium.org/2827042/show git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51406 0039d316-1c4b-4281-b951-d872f2087c98
* Add NotificationExceptionTableModel.thakis@chromium.org2010-07-016-1/+152
| | | | | | | | | | | Methods stubbed out for now, and not used anywhere yet. BUG=45547 TEST=none Review URL: http://codereview.chromium.org/2847041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51405 0039d316-1c4b-4281-b951-d872f2087c98
* Kick off another commit after .grd changepkasting@chromium.org2010-07-011-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51404 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the bookmark menu.pkasting@chromium.org2010-07-0122-367/+25
| | | | | | | | BUG=none TEST=--bookmark-menu no longer does anything Review URL: http://codereview.chromium.org/2853024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51403 0039d316-1c4b-4281-b951-d872f2087c98
* Start Chromoting Host Process in Chrome Servicehclam@chromium.org2010-07-018-0/+128
| | | | | | | | | | | | Enable chromoting host process if chrome is started with --type=service --enable-chromoting BUG=none TEST=chrome --type=service --enable-chromoting Review URL: http://codereview.chromium.org/2813038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51393 0039d316-1c4b-4281-b951-d872f2087c98
* Rename GeolocationExceptionsView, make it more reusable.thakis@chromium.org2010-07-0114-231/+237
| | | | | | | | | | | | | | | | | | Specifically, geolocation_exceptions_window_controller => simple_content_exceptions_window_controller (mac) geolocation_exceptions_view => simple_content_exceptions_view (win) geolocation_content_exceptions_window => simple_content_exceptions_window (linux) It's now easy to use it to show desktop notification exceptions as well. No functionality change. BUG=45547 TEST=geolocation exceptions dialog still works Review URL: http://codereview.chromium.org/2835031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51392 0039d316-1c4b-4281-b951-d872f2087c98
* Show X button on DevTools window in undocked mode.dpolukhin@chromium.org2010-07-011-14/+20
| | | | | | | | | BUG=46408 TEST=See bug description. Review URL: http://codereview.chromium.org/2882007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51391 0039d316-1c4b-4281-b951-d872f2087c98
* Un-flake and enable test.skerner@chromium.org2010-07-011-18/+37
| | | | | | | | | | | | | Ran tests for a few hours on windows without seeing a failure. BUG=44026 TEST=BrowserAppRefocusTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51362 Review URL: http://codereview.chromium.org/2870036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51390 0039d316-1c4b-4281-b951-d872f2087c98
* Put the focus on the OK button if displaying the choose data types page.dantasse@chromium.org2010-07-011-3/+9
| | | | | | | | | | This means, if you press enter, it'll work the same as if you clicked OK. BUG=47752 TEST=Set up sync -> enter username/pw, press enter on choose datatypes screen, it should start syncing and eventually get to "success". Review URL: http://codereview.chromium.org/2876017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51389 0039d316-1c4b-4281-b951-d872f2087c98
* Add basic outline for the URL history autocompletion search provider.mrossetti@chromium.org2010-07-015-0/+61
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/2850038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51388 0039d316-1c4b-4281-b951-d872f2087c98
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-0122-501/+307
| | | | | | | | | | | | | | Now that the HttpNetworkTransaction correctly handles asynchronous auth token generation, HttpAuthHandlerNegotiate can be turned into a state machine. This also removes the need for the externally exposed "Resolve Canonical Name" details to users of this handler. BUG=42222 TEST=net_unittests Review URL: http://codereview.chromium.org/2867022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51387 0039d316-1c4b-4281-b951-d872f2087c98
* Zlib compressor for Chromotinghclam@chromium.org2010-07-015-3/+214
| | | | | | | | A simple implementation of compressor using zlib. Review URL: http://codereview.chromium.org/2841032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51386 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed events handling in XmppSocketAdapter. Removed unnecessary warnings.sergeyu@chromium.org2010-07-012-118/+92
| | | | | | | | | | | The problem was that SSLSocketAdapter::OnReadEvent() was calling AsyncSocketAdapter::OnReadEvent() only when there are no pending read requests, so the reader wasn't always receiving notification when new data is received on the socket, especially when data received is bigger than the pending read request. BUG=none TEST=xmpp connection succeeds 100% of the time, particularly on mac. Review URL: http://codereview.chromium.org/2834024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51385 0039d316-1c4b-4281-b951-d872f2087c98
* Store the version info in the History DB's meta table.nshkrob@chromium.org2010-07-013-10/+40
| | | | | | | | | | | | Version 18 means use the Favicons file (if the TopSites flag is on). This avoids the check for a Thumbnails DB file on startup. BUG=None TEST=ThumbnailDatabaseTest, HistoryBackendTest Review URL: http://codereview.chromium.org/2884013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51384 0039d316-1c4b-4281-b951-d872f2087c98
* Roll out 51377 since WebKit roll was revertedyurys@chromium.org2010-07-011-2/+1
| | | | | | | | TBR=levin Review URL: http://codereview.chromium.org/2842039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51383 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 51378 - Adding FAILS_ for failing worker testskinuko@chromium.org2010-07-011-2/+2
| | | | | | | | | | | TBR=yurys Review URL: http://codereview.chromium.org/2812037 TBR=kinuko@chromium.org Review URL: http://codereview.chromium.org/2878019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51382 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 51379 - Mark svg/W3C-SVG-1.1/filters-conv-01-f.svg as timing outvandebo@chromium.org2010-07-012-4/+1
| | | | | | | | | | | TBR=levin Review URL: http://codereview.chromium.org/2847040 TBR=yurys@chromium.org Review URL: http://codereview.chromium.org/2858041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51381 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Roll WebKit to 62258"levin@chromium.org2010-07-011-1/+1
| | | | | | | | | | This change introduced a lot of brokeness. TBR=yurys@chromium.org TEST=workers, etc. (The bots turned red with this roll.) BUG=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51380 0039d316-1c4b-4281-b951-d872f2087c98
* Mark svg/W3C-SVG-1.1/filters-conv-01-f.svg as timing outyurys@chromium.org2010-07-012-1/+4
| | | | | | | | TBR=levin Review URL: http://codereview.chromium.org/2847040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51379 0039d316-1c4b-4281-b951-d872f2087c98
* Adding FAILS_ for failing worker testskinuko@chromium.org2010-07-011-2/+2
| | | | | | | | TBR=yurys Review URL: http://codereview.chromium.org/2812037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51378 0039d316-1c4b-4281-b951-d872f2087c98
* Disable AccessibilityWinBrowserTest.TestRendererAccessibilityTree which is ↵yurys@chromium.org2010-07-011-1/+2
| | | | | | | | | | failing after WebKit roll TBR=levin Review URL: http://codereview.chromium.org/2806047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51377 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 51375 - Disabling a test which fails on linux.vandebo@chromium.org2010-07-011-3/+0
| | | | | | | | | | | | | | TBR=atwilson BUG=48073 TEST=none Review URL: http://codereview.chromium.org/2845032 TBR=satish@chromium.org Review URL: http://codereview.chromium.org/2854034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51376 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling a test which fails on linux.vandebo@chromium.org2010-07-011-0/+3
| | | | | | | | | | | TBR=atwilson BUG=48073 TEST=none Review URL: http://codereview.chromium.org/2845032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51375 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 51371 - Catch OOMs in purgeable memory.avi@chromium.org2010-07-013-170/+7
| | | | | | | | | | | | BUG=http://crbug.com/47980 TEST=unit tested Review URL: http://codereview.chromium.org/2859036 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/2883014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51373 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes possible crash in showing menus. This is less likely now thatsky@chromium.org2010-07-012-11/+67
| | | | | | | | | | | | | | | | | | main menu is using the bookmark menu, but still worth trying to fix. We run a nested message loop when showing a menu. When a click occurs outside the menu gtk closes the menu and we exit the nested message loop. The problem is that click is dispatched from the nested message loop, meaning it's possible to attempt to spawn another menu or do other things from the nested message loop. To fix it I'm manually closing the popup and not dispatching the event. BUG=40492 TEST=see bug, but in general make sure chrome specific menus (time, network ...) continue to work. Review URL: http://codereview.chromium.org/2861037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51372 0039d316-1c4b-4281-b951-d872f2087c98
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-013-7/+170
| | | | | | | | | BUG=http://crbug.com/47980 TEST=unit tested Review URL: http://codereview.chromium.org/2859036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51371 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce RemoveRowTableModel interface, let GeolocationExceptionsTableModel ↵thakis@chromium.org2010-07-0111-51/+89
| | | | | | | | | | | | | | derive from it. No functionality change. This will be used to share the content settings exceptions dialog code between geolocation and notifications. BUG=45547 Review URL: http://codereview.chromium.org/2838037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51370 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary fix till new update API is used - ingore update error.nkostylev@google.com2010-07-012-4/+7
| | | | | | | | | BUG= http://crosbug.com/4321 TEST=Go though OOBE process. When update has initiated and failed update screen proceeds. Review URL: http://codereview.chromium.org/2836039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51369 0039d316-1c4b-4281-b951-d872f2087c98
* Check that BrowserProcess still exists before accessing its methods from ↵yurys@chromium.org2010-07-011-0/+4
| | | | | | | | | | DevToolsManager::GetInstance BUG=47806 Review URL: http://codereview.chromium.org/2878010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51368 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Use Core Graphics to draw the close button used within tabs, infobars, ↵andybons@chromium.org2010-07-0111-7583/+369
| | | | | | | | | | the download shelf and other places. Delete the original pdfs. This is in line with the new top chrome refresh. BUG=44574 TEST=none Review URL: http://codereview.chromium.org/2805055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51367 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the TabStripModel delete any phantom tabcontents from itssky@chromium.org2010-07-012-0/+51
| | | | | | | | | | | | destructor. This isn't really needed now that we've disabled phantom tabs, but I'm doing in case we end up reenabling phantom tabs. BUG=45541 TEST=covered by unit test. Review URL: http://codereview.chromium.org/2800037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51366 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 51362 - Un-flake and enable test.skerner@chromium.org2010-07-011-37/+18
| | | | | | | | | | | | | | Ran tests for a few hours on windows without seeing a failure. BUG=44026 TEST=BrowserAppRefocusTest.* Review URL: http://codereview.chromium.org/2870036 TBR=skerner@chromium.org Review URL: http://codereview.chromium.org/2865031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51365 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62258yurys@chromium.org2010-07-011-1/+1
| | | | | | | | TBR=levin@chromium.org Review URL: http://codereview.chromium.org/2805059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51364 0039d316-1c4b-4281-b951-d872f2087c98
* Revamp capturer to clean up the interface, and to keep data as atomic as ↵dmaclach@chromium.org2010-07-0122-490/+534
| | | | | | | | | | possible when making calls across threads. TEST=build remoting BUG=none Review URL: http://codereview.chromium.org/2805025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51363 0039d316-1c4b-4281-b951-d872f2087c98
* Un-flake and enable test.skerner@chromium.org2010-07-011-18/+37
| | | | | | | | | | | Ran tests for a few hours on windows without seeing a failure. BUG=44026 TEST=BrowserAppRefocusTest.* Review URL: http://codereview.chromium.org/2870036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51362 0039d316-1c4b-4281-b951-d872f2087c98
* Hide login entries before removing them to prevent flickering.dpolukhin@chromium.org2010-07-011-3/+3
| | | | | | | | | BUG=none TEST=Before this change New User sometime blinck after successful login. Review URL: http://codereview.chromium.org/2878018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51358 0039d316-1c4b-4281-b951-d872f2087c98
* Add histograms for HTTP authentication token generation times.cbentzel@chromium.org2010-07-012-1/+32
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/2838018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51357 0039d316-1c4b-4281-b951-d872f2087c98
* Replace login screen with images login.dpolukhin@chromium.org2010-07-013-11/+54
| | | | | | | | | BUG=crosbug.com/3280 TEST=See login with on Chrome OS. Review URL: http://codereview.chromium.org/2848033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51355 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 453.0 to 454.0chrome-release@google.com2010-07-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51354 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 62240yurys@chromium.org2010-07-011-1/+1
| | | | | | | | TBR=levin@chromium.org Review URL: http://codereview.chromium.org/2812036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51352 0039d316-1c4b-4281-b951-d872f2087c98
* Cancel proxy request when context is about to change in SocketStream.ukai@chromium.org2010-07-011-0/+6
| | | | | | | | | | | | | | | | | If SocketStream is deleted while ResolvProxy is running, proxy service might access SocketStream's member fields, such as proxy_info_, after SocketStream is deleted, so it would cause crash like http://crash/reportdetail?reportid=40166b9529ce6b74 In SocketStream destructor, it will set context to NULL, so it will cancel proxy request if pac_request_ is not NULL. BUG=46750 TEST=none Review URL: http://codereview.chromium.org/2852034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51351 0039d316-1c4b-4281-b951-d872f2087c98