summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename grow_box_view.m to grow_box_view.mm.rohitrao@chromium.org2009-06-102-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/118465 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18058 0039d316-1c4b-4281-b951-d872f2087c98
* Make a comment change to the grd file so that my resource change from the ↵erikkay@google.com2009-06-101-1/+1
| | | | | | | | | | previous checkin will be picked up. TBR=aa Review URL: http://codereview.chromium.org/118503 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18057 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up bookmark API to match style of other extension APIserikkay@google.com2009-06-108-195/+184
| | | | | | | | | | BUG=11823 TEST=--load-extension test/data/extensions/samples/bookmarks TEST=unit_tests.exe --gtest_filter=ExtensionAPIClientTest.* Review URL: http://codereview.chromium.org/118209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18056 0039d316-1c4b-4281-b951-d872f2087c98
* Issue 8838: Close box not highlightedidanan@chromium.org2009-06-102-0/+9
| | | | | | | | | | | | | | | We optimize mouse-mouve event handling by ignoring two mouse-move events in a row which works in most cases except that when we animate tab-closing on windows we send a duplicate mouse-move event on purpose to highlight the button. Unfortunately our optimization kicks in. Fixed by reseting the flag to optimize this before sending the extra mouse-move. BUG=8838 Review URL: http://codereview.chromium.org/118454 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18052 0039d316-1c4b-4281-b951-d872f2087c98
* Use input_api.ReadFile() instead of rolling out its own.maruel@chromium.org2009-06-102-33/+21
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/118484 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18051 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.7.1 to get fix forkasperl@google.com2009-06-101-1/+1
| | | | | | | | | | code generation issue with left shifts with zero. BUG=none TEST=none Review URL: http://codereview.chromium.org/119418 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18050 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: do not crash on rapid refresh while on a Dev Tools Client window.pfeldman@chromium.org2009-06-101-6/+5
| | | | | | | | BUG=13494 Review URL: http://codereview.chromium.org/118494 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18049 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Remove legacy InspectorController UI tests.pfeldman@chromium.org2009-06-102-51/+0
| | | | | | | | BUG=4655 Review URL: http://codereview.chromium.org/119415 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18048 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: migrate sanity tests to javascript.pfeldman@chromium.org2009-06-1011-68/+154
| | | | | | Review URL: http://codereview.chromium.org/119368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18047 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Move much of the TCPClientSocketPool implementation out into ↵willchan@chromium.org2009-06-107-805/+501
| | | | | | | | | | ClientSocketPoolBase..." This reverts r18034. Review URL: http://codereview.chromium.org/119413 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18046 0039d316-1c4b-4281-b951-d872f2087c98
* svn:ignore new gyp-generated files.sgk@google.com2009-06-100-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18045 0039d316-1c4b-4281-b951-d872f2087c98
* Remove checked-in .vcproj files that have been converted to gyp.sgk@google.com2009-06-108-5471/+0
| | | | | | | | BUG=none TEST=successful build Review URL: http://codereview.chromium.org/119411 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18044 0039d316-1c4b-4281-b951-d872f2087c98
* Revert just the part of r17926nick@chromium.org2009-06-101-0/+12
| | | | | | | | | | | | | | | that removed the following strings: IDS_OPTIONS_CLEAR_DATA_INFO IDS_OPTIONS_CLEAR_DATA_GROUP_NAME IDS_OPTIONS_IMPORT_DATA_INFO IDS_OPTIONS_IMPORT_DATA_GROUP_NAME These strings are in use internally, by the personalization module. Review URL: http://codereview.chromium.org/119402 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18042 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION build from 187.0 to 188.0mal@chromium.org2009-06-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18041 0039d316-1c4b-4281-b951-d872f2087c98
* Convert browser.lib to gyp generation.sgk@google.com2009-06-101-18/+0
| | | | | | | | | | Eliminates browser_views.lib as a distinct target due to circular dependencies. BUG=none TEST=none Review URL: http://codereview.chromium.org/118492 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18039 0039d316-1c4b-4281-b951-d872f2087c98
* Destroy TaskManager's view when its window is closed.phajdan.jr@chromium.org2009-06-104-47/+59
| | | | | | | | | | TEST=Open the task manager. Close it. Open again and close. Browser should not crash. http://crbug.com/13361 Review URL: http://codereview.chromium.org/119299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18038 0039d316-1c4b-4281-b951-d872f2087c98
* Convert ui_tests.gyp, adding back precompiled_wtl to its build.sgk@chromium.org2009-06-101-1/+11
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/119326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18037 0039d316-1c4b-4281-b951-d872f2087c98
* Add LOAD_VERIFY_EV_CERT in net load loag.ukai@chromium.org2009-06-102-1/+7
| | | | | | | | | | | | | | | We'd like to run EV cert verification in cert verifier's context, but EV cert verification is expensive and it is only relevant to main frame. So, pass the LOAD_VERIFY_EV_CERT flag when the resource is main frame to request EV cert verification. BUG=10911 TEST=none Review URL: http://codereview.chromium.org/118373 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18036 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for the Layout test failures occuring as a result of the change to ↵ananta@chromium.org2009-06-101-0/+1
| | | | | | | | | | | | | | | | download the plugin src URL in a background task. The tests fail because the plugin instance is torn down before the task executes. The fix is to revoke tasks executing on the current WebPluginImpl instance when it is torn down. TBR=jam Bug=12993 Review URL: http://codereview.chromium.org/119410 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18035 0039d316-1c4b-4281-b951-d872f2087c98
* Move much of the TCPClientSocketPool implementation out into ↵willchan@chromium.org2009-06-107-501/+805
| | | | | | | | | | | | ClientSocketPoolBase and TCPConnectingSocket for reuse. When I write SSLClientSocketPool, it will need to reuse lots of this functionality. This isn't quite the interface we want yet, since we'll need a ConnectingSocket interface for both SSLConnectingSocket and TCPConnectingSocket to derive from, but this is a start. BUG=http://crbug.com/13289 TEST=none Review URL: http://codereview.chromium.org/118423 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18034 0039d316-1c4b-4281-b951-d872f2087c98
* For lack of a better approach we now initiate the plugin src url download in ↵ananta@chromium.org2009-06-102-4/+22
| | | | | | | | | | | | | a delayed task as the Flash plugin hangs if it starts receiving data before receiving valid plugin geometry. This fixes bug http://code.google.com/p/chromium/issues/detail?id=12993 Bug=12993 TEST=Navigate to google.com/finance and open the tickers in background tabs. They should not cause the browser to hang. Review URL: http://codereview.chromium.org/118452 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18033 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION build from 186.0 to 187.0mal@chromium.org2009-06-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18032 0039d316-1c4b-4281-b951-d872f2087c98
* Changing an access on os.environ to a get (so things don't complain onbradnelson@google.com2009-06-101-4/+1
| | | | | | | | mac/linux if DXSDK_DIR is not set). Review URL: http://codereview.chromium.org/119388 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18025 0039d316-1c4b-4281-b951-d872f2087c98
* Add a comment per review comment I missed in the previous check-in.jshin@chromium.org2009-06-101-0/+1
| | | | | | | | | BUG=13215 TBR=jeremy TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18023 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the in-progress download status for the RTL UI.jshin@chromium.org2009-06-101-5/+11
| | | | | | | | | | | | | | | 1. Make the download progress pie chart fill up CW even in the RTL UI. 2. Make the filename be at the right end instead of being in the middle of the download status in the RTL UI. BUG=13215,13216 (http://crbug.com/13215, http://crbug.com/13216) TEST=1. Launch Chrome with --lang=he or --lang=ar. 2. Download a large file (like chrome mini-installer or Firefox) and go to the download tab (pressing Ctrl-J would work) 3. The progress pie-chart should be filled up clockwise. 4. The filename should be to the right of the download status ('5 kB of 7.2 MB - 4 mins left' in Hebrew or Arabic) instead of being put in the middle of the status string. Review URL: http://codereview.chromium.org/119318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18022 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION build from 185.0 to 186.0jon@chromium.org2009-06-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18021 0039d316-1c4b-4281-b951-d872f2087c98
* Dummy change to trigger the buildbotsnsylvain@chromium.org2009-06-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18019 0039d316-1c4b-4281-b951-d872f2087c98
* this test was supposed to be disabledben@chromium.org2009-06-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18014 0039d316-1c4b-4281-b951-d872f2087c98
* Make O3D fullscreen mode support resolution switching on Mac.maf@google.com2009-06-105-45/+250
| | | | | | | | First cut - a bit glitchy when leaving fullscreen currently as we get unwanted browser window resizing when the resolution requested is lower than the current window size. Review URL: http://codereview.chromium.org/118471 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18013 0039d316-1c4b-4281-b951-d872f2087c98
* Implement default search engine combobox.mattm@chromium.org2009-06-102-5/+124
| | | | | | | BUG=11507 Review URL: http://codereview.chromium.org/118421 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18012 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify a proxy test.willchan@chromium.org2009-06-101-20/+2
| | | | | | | | TEST=none Review URL: http://codereview.chromium.org/119404 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18011 0039d316-1c4b-4281-b951-d872f2087c98
* <!doctype html public '-//w3c//dtd html 4.0 ↵willchan@chromium.org2009-06-102-4/+4
| | | | | | | | transitional//en'><html><head><META HTTP-EQUIV='Refresh' CONTENT='0;URL=http://www.orkut.com'></head><body>You are being redirected <a href='http://www.orkut.com'>http://www.orkut.com</a>.</body></html> Review URL: http://codereview.chromium.org/118418 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18010 0039d316-1c4b-4281-b951-d872f2087c98
* Turns out this test is still failing for Chromeojan@google.com2009-06-101-0/+3
| | | | | | | | | | | | | after the merge. Looks like TestShell is inserting one fewer line-break than DRT. TBR to green the tree. BUG=none TEST=none Review URL: http://codereview.chromium.org/118482 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18009 0039d316-1c4b-4281-b951-d872f2087c98
* -. Do not normalize the case for baseline path and file name.victorw@chromium.org2009-06-101-438/+438
| | | | | | | | | | | | -. Change the line ending TBR=darin BUG=none TEST=rebaselining tool should not change the case of baseline name and path Review URL: http://codereview.chromium.org/118478 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18008 0039d316-1c4b-4281-b951-d872f2087c98
* Make the fullscreen sample be the simplest possible one that shows good ↵ericu@google.com2009-06-101-403/+195
| | | | | | | | practices. Review URL: http://codereview.chromium.org/119340 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18007 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a linux bug in the find bar where we keep re-selecting texttc@google.com2009-06-102-2/+12
| | | | | | | | | | | | | on the page after closing the find bar. This happens because gtk_entry_set_text triggers a "changed" event in gtk. This doesn't happen in on the windows side. BUG=13344 Review URL: http://codereview.chromium.org/118457 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18006 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: rebaseline due to WebKit's r44503agl@chromium.org2009-06-1024-16/+576
| | | | | | | | | | | | | | | | r44503: Chromium Linux ignored the background color on <select>s. Rather than encode magic colours, we start with a base color (specified via CSS) and derive the other colors from it. Thus, setting the CSS background-color now correctly changes the colour of the control. https://bugs.webkit.org/show_bug.cgi?id=26030 TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18005 0039d316-1c4b-4281-b951-d872f2087c98
* Add bug for newly failing testsdarin@chromium.org2009-06-101-17/+17
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18004 0039d316-1c4b-4281-b951-d872f2087c98
* Removed platform specific test results for WebKit bug fix.ojan@google.com2009-06-106-26/+0
| | | | | | | | | | Committing for ryosuke.niwa@gmail.com. TEST=none BUG=13485 R=jparent git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18003 0039d316-1c4b-4281-b951-d872f2087c98
* part 2 of dragging change: reordering, but not persistingerikkay@google.com2009-06-1016-3045/+3429
| | | | | | | | | | | | | | * split up extension_shelf into a model and a view (easier to port) * ExtensionHost now owns ExtensionView rather than vice versa * dragging reorders extensions on the shelf * moved ExtensionView* into browser_tests (currently not working) BUG=12123 TEST=browser_tests.exe --gtest_filter=ExtensionShelfModel* (browser_tests.exe is currently broken) Review URL: http://codereview.chromium.org/119290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18002 0039d316-1c4b-4281-b951-d872f2087c98
* Change the extension callback system to work more like events, where we trackmpcomplete@google.com2009-06-108-126/+119
| | | | | | | | | | | | | contexts rather than frames. Also change the way we call through to javascript, to avoid a v8::Compile. This is so we don't skew the histogram stats on our script cache. BUG=? TEST=none Review URL: http://codereview.chromium.org/119369 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18001 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile bustage by using macroben@chromium.org2009-06-101-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18000 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore canvas-lineWidth.html test that is failing due to missing expecteddarin@chromium.org2009-06-101-1/+1
| | | | | | | | | | | | | results. We can stop skipping this once the expected results are checked in upstream. BUG=none TEST=none TBR=deanm Review URL: http://codereview.chromium.org/119403 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17999 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/118473petersont@chromium.org2009-06-091-1/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17998 0039d316-1c4b-4281-b951-d872f2087c98
* Update result formatting for the search provider for the Omnibox2 popup.ben@chromium.org2009-06-092-19/+73
| | | | | | | | | | | I've kept the old style in there now too since we have --disable-omnibox2 for a short while so QA can compare if necessary. http://crbug.com/13647 TEST=suggestion completions should be bolded in the omnibox2 dropdown. the first "Search Google For" item should now read "<query> - Search Google" (or whatever your default search engine is). Review URL: http://codereview.chromium.org/119341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17997 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Menu2Delegate interface and fold methods onto Menu2Model instead.ben@chromium.org2009-06-0915-192/+215
| | | | | | | | | | | | | Enhance SimpleMenuModel::Delegate interface to support additional options required by the above. Make MenuHostWindow process WM_MENUCOMMAND and WM_MENUSELECT - the first so we can determine which index was selected, the second so we can track highlight changes within a menu. Convert Tab's context menu back to the windows native menu. This will make my life easier when I upgrade chrome_menu.cc to the new API if only the bookmarks menus/context menus are using it. BUG=none TEST=page, app menus again, context menu for tabs. open a bunch of tabs, open this page: http://bengoodger.dreamhosters.com/software/chrome/cxmenutest.html, close that tab then right click on the menu quickly. should not crash! Review URL: http://codereview.chromium.org/118426 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17996 0039d316-1c4b-4281-b951-d872f2087c98
* Removing ffmpeg again.ajwong@chromium.org2009-06-098-167/+316
| | | | | | | | Reverting r17992 and r17987. Review URL: http://codereview.chromium.org/119399 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17995 0039d316-1c4b-4281-b951-d872f2087c98
* The features request broke backward compatibility for code currently in the ↵gman@google.com2009-06-093-9/+40
| | | | | | | | | | | | | | | | | | | | | | | | | wild. This CL fixes that as follows. If there is no 'o3d_features' argument passed to the plugin it assumes the code using the plugin is old and turns on the features that broke backward compatibility. Otherwise, the utility libraries always pass in a o3d_features argument from this point on so it will work the new way (ie, certain features must be requested). Also, the requested version is passed in as well. This way we can adjust the API by version number later. Unfortunately, as it is, neither the o3d_features argument is required nor is the version number which means if someone is not using the o3djs libraries it would be possible for them to make something that we would break later. We could maybe fix that by requiring a version number and failing if one is not passed in although old code will still not give us a version number so I'm really not sure how to handle that case. Review URL: http://codereview.chromium.org/118050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17994 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing include path for windows.ajwong@chromium.org2009-06-091-0/+3
| | | | | | Review URL: http://codereview.chromium.org/119396 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17992 0039d316-1c4b-4281-b951-d872f2087c98
* Update JSTemplate to the latest version.arv@google.com2009-06-0929-1696/+4175
| | | | | | | | | | | | | This version is from Google and has already stripped all non related code except for the MAPS_DEBUG flag. I manually removed all the debugging code related to MAPS_DEBUG. TEST=New tab page, history, downloads and all other pages using HTML content should still work. BUG=None Review URL: http://codereview.chromium.org/119384 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17990 0039d316-1c4b-4281-b951-d872f2087c98