summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some old TODOsjorlow@chromium.org2011-01-126-21/+21
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/6173008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71156 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a bit of dead code from TabContentsViewWin.finnur@chromium.org2011-01-121-3/+0
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/5986020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71153 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 636.0 to 637.0chrome-release@google.com2011-01-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71151 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: migrate APU from dedicated commands to the inspector protocol.pfeldman@chromium.org2011-01-125-24/+65
| | | | | | TBR=yurys git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71149 0039d316-1c4b-4281-b951-d872f2087c98
* Clarify wording around blocking 3rd party cookies and add lab to block ↵jochen@chromium.org2011-01-1211-16/+74
| | | | | | | | | | | reading of 3rd party cookies BUG=69066 TEST=net_unittests Review URL: http://codereview.chromium.org/6207005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71148 0039d316-1c4b-4281-b951-d872f2087c98
* Disable mac RenderViewTest.MacTestCmdUP to fix mac build failures after ↵hayato@chromium.org2011-01-121-1/+1
| | | | | | | | | | | | webkit rool 75540:75584. TEST=none BUG=69349 TBR=jschuh Review URL: http://codereview.chromium.org/6139008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71147 0039d316-1c4b-4281-b951-d872f2087c98
* Remove two more unnecesary suppressions.thakis@chromium.org2011-01-121-2/+0
| | | | | | TBR=senorblanco git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71144 0039d316-1c4b-4281-b951-d872f2087c98
* NULL out context_menu_ when nuking its containing status_icon_ object.rickcam@chromium.org2011-01-121-0/+1
| | | | | | | | | BUG=69324 TEST=manual Review URL: http://codereview.chromium.org/6151008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71143 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 75584:75540.jschuh@chromium.org2011-01-121-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6235001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71142 0039d316-1c4b-4281-b951-d872f2087c98
* replace memcmp with MagicCmp that supports '.' for single character of ↵fbarchard@chromium.org2011-01-121-3/+19
| | | | | | | | | | | anything and add webp BUG=67987 TEST=omnibox can show webp from filer or harddrive when mimetype or extension is wrong Review URL: http://codereview.chromium.org/6124007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71141 0039d316-1c4b-4281-b951-d872f2087c98
* Drastically reduce the number of redraws when editing content settings.estade@chromium.org2011-01-122-19/+15
| | | | | | | | | | | Using the debugger, I can verify that previously we were redrawing the entire list once per row (e.g. 10 times if you delete a row in a list that has 10 rows). Now it only redraws once for the delete. BUG=69086 TEST=see above Review URL: http://codereview.chromium.org/6099016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71140 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in newer gyp, nacl, and breakpad to bring together stronger gyp warningsbradnelson@google.com2011-01-121-3/+3
| | | | | | | | | | | with the fixes needed so we everything will stay green. BUG=None TEST=None Review URL: http://codereview.chromium.org/6128009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71137 0039d316-1c4b-4281-b951-d872f2087c98
* Implement clipboard features in views textfield.varunjain@chromium.org2011-01-128-39/+168
| | | | | | | | | BUG=none TEST=Added new test. Review URL: http://codereview.chromium.org/6004010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71136 0039d316-1c4b-4281-b951-d872f2087c98
* Update some directories' svn:ignore props.pkasting@chromium.org2011-01-120-0/+0
| | | | | | | | BUG=none TEST=none TBR=maruel git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71132 0039d316-1c4b-4281-b951-d872f2087c98
* Remove one suppression that's no longer needed. I rebased the test upstream.thakis@chromium.org2011-01-121-1/+0
| | | | | | TBR=senorblanco git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71131 0039d316-1c4b-4281-b951-d872f2087c98
* Wrap the virtual keyboard in a container view.bryeung@chromium.org2011-01-125-14/+98
| | | | | | | | | | | | | | This allows for: - adding UI that will distinguish the keyboard from the client view - controlling focus behaviour of the keyboard: it is made unfocusable here as well BUG=none TEST=none Review URL: http://codereview.chromium.org/6020013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71130 0039d316-1c4b-4281-b951-d872f2087c98
* Change the flash sandbox policy to add support for:cpu@chromium.org2011-01-121-21/+31
| | | | | | | | | | | | - webcam (as in youtube.com\my_webcam) - gtalk BUG=64356 TEST=see bug Review URL: http://codereview.chromium.org/6139006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71129 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Stub out List.activateItemAtIndex for lists that don't implement thisjhawkins@chromium.org2011-01-121-0/+8
| | | | | | | | | | | method. BUG=none TEST=none Review URL: http://codereview.chromium.org/6203004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71128 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA histogram recording instances of GPU process blocking due to ↵vangelis@chromium.org2011-01-122-6/+23
| | | | | | | | | blacklist matches. BUG=69172 Review URL: http://codereview.chromium.org/6111005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71127 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Implement the new Fonts and Encoding page.jhawkins@chromium.org2011-01-1214-151/+282
| | | | | | | | | | | Also removed console spam while I'm here. BUG=63842 TEST=none Review URL: http://codereview.chromium.org/6155008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71126 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix a chrome frame tests crash consistently seen on the IE9 ↵ananta@chromium.org2011-01-121-0/+2
| | | | | | | | | | | | | | | | | | builder. I was able to reproduce it once and it appears to be occuring when the ListenSocket attempts to pass an OnObjectSignaled notification to a delegate which is the web server which has already been destroyed Attempted fix is to destroy the ListenSocket in the destructor of the web server. BUG=none TEST=Existing chrome frame tests. TBR=amit Review URL: http://codereview.chromium.org/6155009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71125 0039d316-1c4b-4281-b951-d872f2087c98
* Update Google Chrome Mac reference build.jam@chromium.org2011-01-121-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6227002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71124 0039d316-1c4b-4281-b951-d872f2087c98
* Fix self-assignment in pp::Resourcepiman@google.com2011-01-121-2/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6212003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71123 0039d316-1c4b-4281-b951-d872f2087c98
* Fix swapbuffers callback crashpiman@google.com2011-01-122-1/+13
| | | | | | | | | BUG=69292 TEST=http://www.ninepointfive.org/ Review URL: http://codereview.chromium.org/6099015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71122 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Replace search engine edit overlay with inline editing.stuartmorgan@chromium.org2011-01-1214-332/+594
| | | | | | | | | | | | | Validation feedback still needs polish, but this is completely functional, so I'll leave that for a follow-up. This introduces a new shared class for editable lists; we should migrate the existing editable lists to it, expanding as necessary, but I didn't want to make this patch too unwieldly. BUG=63825,61742 TEST=Search engines should be editable and addable inline in DOMUI prefs. Review URL: http://codereview.chromium.org/6151004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71121 0039d316-1c4b-4281-b951-d872f2087c98
* Downgrade a CHECK to a LOG(ERROR) so we don't crash if wetony@chromium.org2011-01-121-1/+3
| | | | | | | | | | | | fail to load resources.pak. This allows us to collect more UMA stats. BUG=58056 TEST=Delete resources.pak and start chrome. It shouldn't crash. Review URL: http://codereview.chromium.org/6123006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71117 0039d316-1c4b-4281-b951-d872f2087c98
* Adds some debugging code in hopes of figuring out why we'resky@chromium.org2011-01-123-7/+24
| | | | | | | | | | | | crashing. I can only see this crash happening if the opener ends up equal to contents, but that doesn't seem possible in code. BUG=34135 TEST=none Review URL: http://codereview.chromium.org/6124009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71116 0039d316-1c4b-4281-b951-d872f2087c98
* Add ALSA support to volume keysdavej@chromium.org2011-01-128-143/+734
| | | | | | | | | | | If PulseAudio is running, everything should behave as before, otherwise use ALSA API for adjusting volume. The previous PulseAudioMixer was split into AudioMixerBase and audioMixerPusle, then AudioMixerAlsa was added. BUG=chromium-os:10470 TEST=Volume keys should work even if pulseaudio disabled Review URL: http://codereview.chromium.org/5859003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71115 0039d316-1c4b-4281-b951-d872f2087c98
* Use /usr/bin/top in about:memorysail@chromium.org2011-01-124-55/+430
| | | | | | | | | | | | | | | | | Currently we get memory information for about:memory using /bin/ps. Unfortuantely ps doesn't give us information about shared and private memory. Also, it's total virtual memory value doesn't match Activity Monitor's. This change adds code to get memory information using /usr/bin/top. The new code falls back to ps if there's a parsing error. Once about:memory displays all the information we need there are still a couple of things left to do: - refactor ProcessInfoSnapshot to use ProcessMetrics where possible - do a better job of detecting shared objects between our child processes and show it some how BUG=25454 TEST=Opened about:memory and verified that the values matched those in Activity Monitor. Tested on both 10.6 and 10.5. Review URL: http://codereview.chromium.org/6052005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71114 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of FilePath::FromWStringHack from google_chrome_distribution.[cc,h].tfarina@chromium.org2011-01-123-12/+14
| | | | | | | | | BUG=24672 TEST=trybots Review URL: http://codereview.chromium.org/6152003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71113 0039d316-1c4b-4281-b951-d872f2087c98
* Fix WebKit canary builders after deletion ofkbr@google.com2011-01-122-2/+3
| | | | | | | | | | | WebGraphicsContext3DDefaultImpl from WebKit repository. BUG=none TEST=built test_shell on Linux Review URL: http://codereview.chromium.org/6153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71108 0039d316-1c4b-4281-b951-d872f2087c98
* views: Implement NativeTableGtk::GetColumnWidth method.tfarina@chromium.org2011-01-111-2/+3
| | | | | | | | | | | | BUG=None TEST=export GYP_DEFINES="toolkit_views" && gclient runhooks && make -j4 -k views_examples out/Debug/views_examples Go to the table tab. Click on one of the checkboxes, you shouldn't see an ERROR for this method. Review URL: http://codereview.chromium.org/6175002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71106 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo in the name of the NaCl plugin on Linux.abarth@chromium.org2011-01-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71105 0039d316-1c4b-4281-b951-d872f2087c98
* Make PrintWebViewHelper work with new WebKit API for printing a plugin.jam@chromium.org2011-01-111-0/+6
| | | | | | Review URL: http://codereview.chromium.org/6216003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71104 0039d316-1c4b-4281-b951-d872f2087c98
* Update some directories' svn:ignore props.pkasting@chromium.org2011-01-110-0/+0
| | | | | | | | BUG=none TEST=none TBR=maruel git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71103 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI Prefs: Add a visual indication of the lead elementstuartmorgan@chromium.org2011-01-111-0/+16
| | | | | | | | | BUG=None TEST=Change the lead selection in DOMUI pref lists; there should be a top and bottom border. Review URL: http://codereview.chromium.org/6198005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71102 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to default apps promo per ui leads:aa@chromium.org2011-01-1113-92/+193
| | | | | | | | | | | | | | | | | 1. Change hide message from 'Hide this message' to 'No thanks, hide this'. 2. Hide promo text when a default app is launched (this was already happening on uninstall). 3. Uninstall default apps when promo expires or is purposefully hidden. 4. Collapse apps section when promo expires or is purposefully hidden. BUG=67292,69268 TEST=none Review URL: http://codereview.chromium.org/6162006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71100 0039d316-1c4b-4281-b951-d872f2087c98
* Disable mac valgrind for safe_browsing_tests.lzheng@chromium.org2011-01-111-0/+2
| | | | | | | | TEST=none BUG=69280 Review URL: http://codereview.chromium.org/6097014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71098 0039d316-1c4b-4281-b951-d872f2087c98
* net: Disable False Start and clear the SSL client auth cache for HTTPS ↵agl@chromium.org2011-01-112-0/+117
| | | | | | | | | | | | | | | | | | | | | proxies on failure. When performing TLS client auth with an HTTPS proxy, disable TLS false start to better handle SSL handshake failures, such as the HTTPS proxy requiring a client certificate. In addition, when an HTTPS proxy fails, ensure that it is removed from the SSL client auth cache, so that if the failure was due to an invalid client certificate, the user can be prompted to select one again. Depends on: http://codereview.chromium.org/6017010 Patch by: Ryan Sleevi BUG=66424 TEST=HttpNetworkTransactionTest.Proxy_ClientAuthCertCache git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71096 0039d316-1c4b-4281-b951-d872f2087c98
* Make audio example up-to-datenfullagar@google.com2011-01-111-18/+31
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6135007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71095 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the x-nacl to the MIME types recognized by the Pepper NaCl plug-in. ↵bbudge@google.com2011-01-111-1/+7
| | | | | | | | | | Another CL will remove the old MIME type (x-ppapi-nacl-srpc) after the NaCl tree has been updated, to avoid a window where NaCl is broken. BUG=none TESTS=manual Review URL: http://codereview.chromium.org/6117005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71094 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Pepper File IO callbacks.viettrungluu@chromium.org2011-01-115-67/+332
| | | | | | | | | | | | Add some tests (for aborting calls). Also fix Flash NetConnector callback running. BUG=none TEST=ppapi_tests Review URL: http://codereview.chromium.org/6228004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71092 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations.chase@chromium.org2011-01-111-2/+2
| | | | | | | | | | | | | | | | These 2 just needed a new baseline given their updated results. - vista-release-single-core/intl2/times/t - xp-release-single-core/dhtml/times/t BUG=none TEST=perf steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6144004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71091 0039d316-1c4b-4281-b951-d872f2087c98
* give tabbed options clear browsing dialog a faceliftestade@chromium.org2011-01-1111-112/+118
| | | | | | | | | | | | | It should now match the mocks modulo the adobe flash settings link (not sure why the mocks show it as a checkbox; AFAIK making it a checkbox is outside our ability to do). also make it work (the time period select dropdown was broken). BUG=69163,63843 TEST=manual Review URL: http://codereview.chromium.org/6110006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71090 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill i18n heuristics regular expressions should include credit cardsdhollowa@chromium.org2011-01-1121-14/+104
| | | | | | | | | | | This change localizes the Autofill heuristics regular expressions pertaining to credit card information. BUG=55787 TEST=FormStructureBrowserTest.HTMLFiles Review URL: http://codereview.chromium.org/6113005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71089 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 75540:75509.jschuh@google.com2011-01-111-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6115008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71085 0039d316-1c4b-4281-b951-d872f2087c98
* Address clang complaint about possible unrecognized function call.mrossetti@chromium.org2011-01-113-5/+5
| | | | | | | | | | BUG=None TEST=None TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/6142012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71084 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing several typos in gyp files detected by jeanluc's forthcoming changes ↵bradnelson@google.com2011-01-114-5/+5
| | | | | | | | | | | to gyp. BUG=None TEST=None Review URL: http://codereview.chromium.org/6130007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71082 0039d316-1c4b-4281-b951-d872f2087c98
* Add workaround for VS2005 compile error introduced by r70933akalin@chromium.org2011-01-111-3/+27
| | | | | | | | | BUG=None TEST=compiles on VS2005 Review URL: http://codereview.chromium.org/6198003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71081 0039d316-1c4b-4281-b951-d872f2087c98
* Marking the following targets for non-incremental linking independentjoi@chromium.org2011-01-114-7/+17
| | | | | | | | | | | | | | | | | | | | | of 32/64 bits, as they have been causing out of memory errors even on 64-bit builders.: chrome_frame_tests chrome_frame_perftests chrome_dll_nacl_win64 browser_tests nacl_ui_tests nacl_sandbox_tests sync_integration_tests interactive_ui_tests BUG=none TEST=it builds Review URL: http://codereview.chromium.org/6113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71077 0039d316-1c4b-4281-b951-d872f2087c98