summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-0533-217/+648
| | | | | | | | | | | | | Refactored WebWorkerClientProxy into two classes - WebWorkerDispatcher which dispatches incoming IPCs for the worker, and WebWorkerClientProxy, which handles outgoing API calls from WebWorkerImpl. This allows WebWorkerClientProxy to be reused by WebSharedWorkerDispatcher. BUG=26233 TEST=none (will enable layout tests when basic functionality available) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31077 Review URL: http://codereview.chromium.org/351004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31096 0039d316-1c4b-4281-b951-d872f2087c98
* These are the new Windows baselines for the Skia lsb compositing change.senorblanco@chromium.org2009-11-054459-4470/+2274
| | | | | | | | | BUG=none TEST=none TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31095 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Blacklist PDF so that they are downloaded instead of handled by QuickTimersesek@chromium.org2009-11-051-0/+2
| | | | | | | | | BUG=13716, 26075 TEST=Click on a link to a PDF. It should download rather than display the first page. Review URL: http://codereview.chromium.org/370002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31094 0039d316-1c4b-4281-b951-d872f2087c98
* Landing this for Vitaly.ager@chromium.org2009-11-051-131/+0
| | | | | | | | | | Remove V8EventListenerList-related Purify suppressions. BUG=23396 Review URL: http://codereview.chromium.org/360052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31093 0039d316-1c4b-4281-b951-d872f2087c98
* This change was supposed to go into my Skia 367 merge, but somehow I missed it.senorblanco@chromium.org2009-11-053-123/+6649
| | | | | | | | | | | | This will break yet more layout tests, which have been added to test_expectations.txt. They will be rebaselined after a few runs. BUG=9333 TEST=green bots Review URL: http://codereview.chromium.org/258036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31092 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: mark@chromium.orgjeremy@chromium.org2009-11-0515-67/+279
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31091 0039d316-1c4b-4281-b951-d872f2087c98
* TBR:markjeremy@chromium.org2009-11-0516-281/+70
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31090 0039d316-1c4b-4281-b951-d872f2087c98
* Sandbox Worker process on the Mac.jeremy@chromium.org2009-11-0516-70/+281
| | | | | | | | | | | | | | * Add plumbing to allow multiple Sandbox profiles on OS X. * Separate sandbox_init_wrapper into platform specific files. * Sandbox Worker process & add plumbing to Sandbox utility process when we bring that up. * Remove mention of stale bugs in utility process on Mac. BUG=23582 TEST=Worker process should work. Review URL: http://codereview.chromium.org/341033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31089 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.18.2 to fix eval issue that is breaking jQuery.ager@chromium.org2009-11-051-1/+1
| | | | | | | BUG=24924 Review URL: http://codereview.chromium.org/360049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31088 0039d316-1c4b-4281-b951-d872f2087c98
* Highlight node with mouse over it while selecting element to inspectapavlov@chromium.org2009-11-0512-63/+10
| | | | | | | | | BUG=20969 TEST=none Review URL: http://codereview.chromium.org/348056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31087 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Add port method stub: avoid devtools breakage on deps roll.pfeldman@chromium.org2009-11-051-0/+4
| | | | | | | TBR=mnaganov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31086 0039d316-1c4b-4281-b951-d872f2087c98
* Fix kServerHandshakeHeaderukai@chromium.org2009-11-052-9/+9
| | | | | | | | | BUG=none TEST=net_unittests passes Review URL: http://codereview.chromium.org/355039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31085 0039d316-1c4b-4281-b951-d872f2087c98
* Limit frequency of audio to 48000.fbarchard@chromium.org2009-11-051-0/+9
| | | | | | | | | BUG=24480 TEST=Play colors2.ogv and do a seek. Should play and seek but audio will be mute. Review URL: http://codereview.chromium.org/365010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31084 0039d316-1c4b-4281-b951-d872f2087c98
* Enable WebSockets by defaultukai@chromium.org2009-11-054-6/+6
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/360007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31083 0039d316-1c4b-4281-b951-d872f2087c98
* Switch over to the new way of enabling/disabling session/local storage. jorlow@chromium.org2009-11-0510-16/+10
| | | | | | | | BUG=none TEST=|'localStorage' in window| should only be true iff --enable-local-storage is specified Review URL: http://codereview.chromium.org/335034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31082 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the URL portion of storage events. This is mostly just plumbing + a ↵jorlow@chromium.org2009-11-0530-282/+159
| | | | | | | | | | | | | hack for making them work in test shell and single process mode. This replaces http://codereview.chromium.org/335034/show TEST=none BUG=24581 Review URL: http://codereview.chromium.org/363014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31081 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Added beginnings of browser-process support for shared workers."atwilson@chromium.org2009-11-0532-645/+214
| | | | | | This reverts commit 31077. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31080 0039d316-1c4b-4281-b951-d872f2087c98
* Remove one line from layout test expectations.yutak@chromium.org2009-11-051-1/+0
| | | | | | | | | | LayoutTests/fast/events/drag-and-drop-dataTransfer-types-nocrash.html was fixed in WebKit r50532 <http://trac.webkit.org/changeset/50532>. BUG=none TEST=none Review URL: http://codereview.chromium.org/355038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31079 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce sleep time on Mac to 500 ms, same as PCfbarchard@chromium.org2009-11-051-1/+1
| | | | | | | | | BUG=26555 TEST=run valgrind or let build bot do it and if it runs faster than you can go make a coffee and get back, then its good. Review URL: http://codereview.chromium.org/366023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31078 0039d316-1c4b-4281-b951-d872f2087c98
* Added beginnings of browser-process support for shared workers.atwilson@chromium.org2009-11-0532-214/+645
| | | | | | | | | | | Refactored WebWorkerClientProxy into two classes - WebWorkerDispatcher which dispatches incoming IPCs for the worker, and WebWorkerClientProxy, which handles outgoing API calls from WebWorkerImpl. This allows WebWorkerClientProxy to be reused by WebSharedWorkerDispatcher. BUG=26233 TEST=none (will enable layout tests when basic functionality available) Review URL: http://codereview.chromium.org/351004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31077 0039d316-1c4b-4281-b951-d872f2087c98
* Always enable Breakpad if using --enable-crash-reporter flagnirnimesh@chromium.org2009-11-052-3/+8
| | | | | | | | | | | | | This is so that when unattended, typically the first run dialog is not shown (when using automation proxy) and the user does not get a chance to consent to sending stats. This gives an opportunity to force enable breakpad. BUG=24960,25271 TEST=Breakpad should be initialized if --enable-crash-reporter flag has been specified Review URL: http://codereview.chromium.org/282011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31074 0039d316-1c4b-4281-b951-d872f2087c98
* Push the Omaha app guid into the browser distribution classes to remove ↵robertshield@chromium.org2009-11-0513-22/+55
| | | | | | | | compile-time differences between Chrome Frame and Chrome. Review URL: http://codereview.chromium.org/361023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31073 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.scherkus@chromium.org2009-11-056-2/+177
| | | | | | | | | | | | Wrote unit tests for the entire class and fixed some other bugs that cropped up. BUG=25075 TEST=unit_tests, also closing tabs/browser shouldn't try to use dead IO loop Review URL: http://codereview.chromium.org/363007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31070 0039d316-1c4b-4281-b951-d872f2087c98
* Make SessionService use its own enum for storing window type in the session ↵ben@chromium.org2009-11-052-5/+55
| | | | | | | | | | | database. This allows us to modify Browser::Type without invalidating databases from older versions. http://crbug.com/26500 TEST=see bug Review URL: http://codereview.chromium.org/361016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31069 0039d316-1c4b-4281-b951-d872f2087c98
* linux: swap order of buttons for dangerous downloadsevan@chromium.org2009-11-051-7/+7
| | | | | | | | BUG=26756 Review URL: http://codereview.chromium.org/361024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31068 0039d316-1c4b-4281-b951-d872f2087c98
* Move LOG from warning to infocpu@chromium.org2009-11-051-1/+1
| | | | | | | | - Less file IO on the UI thread Review URL: http://codereview.chromium.org/354013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31067 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests/fast/ruby for windows - XP-specific baselines weredpranke@google.com2009-11-0564-16/+32
| | | | | | | | | | | | checked into platform/chromium-win R=victorw@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/360046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31066 0039d316-1c4b-4281-b951-d872f2087c98
* Updating O3D rev number to include recent changes to FColladavangelis@google.com2009-11-051-1/+1
| | | | | | Review URL: http://codereview.chromium.org/360045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31065 0039d316-1c4b-4281-b951-d872f2087c98
* Map WSAEACCES (which is reported by connect if Windows Firewallwtc@chromium.org2009-11-052-14/+38
| | | | | | | | | | | | | | | | | | | | blocks the connection) to ERR_ACCESS_DENIED. We are already mapping EACCES to ERR_ACCESS_DENIED on Linux and Mac. Use ERR_CONNECTION_FAILED instead of ERR_FAILED as the default error code for Connect. Create the ShouldTryNextAddress function for Windows to match the Linux and Mac code. WSAGetLastError returns int rather than DWORD. R=eroman BUG=21548 TEST=none Review URL: http://codereview.chromium.org/361015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31064 0039d316-1c4b-4281-b951-d872f2087c98
* wav_ola_test - add CommandLine::Reset to clean up ValGrind memory leak fix.fbarchard@chromium.org2009-11-051-1/+1
| | | | | | | | | BUG=25945 TEST=similar to media_bench you should be able to valgrind on the tool and not see memory leaks. Review URL: http://codereview.chromium.org/363021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31063 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 236.0 to 237.0laforge@chromium.org2009-11-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31062 0039d316-1c4b-4281-b951-d872f2087c98
* Show only one app menu. Cole pointed out that ChromeOS currently has two ↵oshima@chromium.org2009-11-0511-23/+63
| | | | | | | | | | | | | almost identical app menu. This CL will toggle app menu depending on the status of toolbar. - This is only for toolkit views build as gtk version does not toggle toolbar. - The menu contnets are not fully sync'ed. We need some refactoring, when we fully migrate to views. Review URL: http://codereview.chromium.org/366010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31061 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 50528:50535hclam@chromium.org2009-11-051-1/+1
| | | | | | | | | TBR=brettw TEST=tree stays green Review URL: http://codereview.chromium.org/361019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31060 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Update strings for title case and remove some old strings.derat@chromium.org2009-11-051-100/+166
| | | | | | | | | BUG=24701 TEST=ran chrome and looked at the strings Review URL: http://codereview.chromium.org/366016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31059 0039d316-1c4b-4281-b951-d872f2087c98
* Remove legalese about autoupdate from install dialog.aa@chromium.org2009-11-051-8/+8
| | | | | | | | | BUG=22962 TEST=Install an extension. Install dialog warning should not include any warnings about autoupdating. Review URL: http://codereview.chromium.org/362002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31058 0039d316-1c4b-4281-b951-d872f2087c98
* linux: update some obsolete test expectationsevan@chromium.org2009-11-051-8/+1
| | | | | | | | BUG=14751,14752,14767 Review URL: http://codereview.chromium.org/363020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31057 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Fix unnecessary Singleton object instantiation.mattm@chromium.org2009-11-0513-20/+20
| | | | | | | | | | CID=7228-7241 BUG=none TEST=none Review URL: http://codereview.chromium.org/360037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31056 0039d316-1c4b-4281-b951-d872f2087c98
* Add a command line reset to clean up memory leak found by valgrind.fbarchard@chromium.org2009-11-051-0/+1
| | | | | | | | | BUG=25945 TEST=valgrind --tool=memcheck --num-callers=30 --leak-check=full --gen-suppressions=all --demangle=no out/Debug/media_bench --stream=video ~/media/color2.mp4 Review URL: http://codereview.chromium.org/363016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31055 0039d316-1c4b-4281-b951-d872f2087c98
* Remove what appears to be an unused variable.eroman@chromium.org2009-11-052-8/+4
| | | | | | | | Also correct some long line violations. Review URL: http://codereview.chromium.org/355034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31054 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in ps (!), and fix a typo that disabled a suppression for an ↵dank@chromium.org2009-11-051-1/+8
| | | | | | | | expected leak in CheckOpString Review URL: http://codereview.chromium.org/361021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31053 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some unneeded defines from the Linux build of bookmark sync.zork@chromium.org2009-11-051-10/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/360036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31052 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where we were over compensating for the height of thetony@chromium.org2009-11-051-1/+1
| | | | | | | | | | bookmarks bar during an animation. What we want is the "extra" height provided by the bookmarks bar. Since we always show at least 4px, we don't count that as extra height. Review URL: http://codereview.chromium.org/366019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31051 0039d316-1c4b-4281-b951-d872f2087c98
* FFmpeg in-tree build for mac.ajwong@chromium.org2009-11-0515-96/+5716
| | | | | | | | | BUG=26509 TEST=none Review URL: http://codereview.chromium.org/340072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31050 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 50516:50527hclam@chromium.org2009-11-052-2/+6
| | | | | | | | | | | | TBR=brettw TEST=tree stays green Also add a fail expectation for a new test so we can capture it's baseline later. Review URL: http://codereview.chromium.org/363013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31048 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the OK button when editing a bookmark even when there is no text, and ↵viettrungluu@chromium.org2009-11-055-12/+31
| | | | | | | | | | | | | keep alignment correct in both cases. Also strip out newlines from bookmark titles. [Patch by feldstein.] BUG=26353 TEST=Add and remove titles from bookmarks in the bookmark bar and verify that they look correct, and icons are centered when there is no text. Review URL: http://codereview.chromium.org/353024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31047 0039d316-1c4b-4281-b951-d872f2087c98
* Fix first run ui hanging. The threads need to get started earlier.jam@chromium.org2009-11-051-6/+7
| | | | | | | BUG=26614 Review URL: http://codereview.chromium.org/360035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31046 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where we'd leak ResourceMessageFilters and BrowserRenderProcessHostsmpcomplete@chromium.org2009-11-052-6/+24
| | | | | | | | | | | on shutdown when extensions were running. BUG=15708 BUG=26652 Review URL: http://codereview.chromium.org/355032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31045 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp to 741 and pickup fix for xcode process_as_sources.ajwong@chromium.org2009-11-051-1/+1
| | | | | | Review URL: http://codereview.chromium.org/355033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31044 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that overlay does not appear in incognito mode.mirandac@chromium.org2009-11-051-1/+2
| | | | | | | | | BUG= 20036 TEST= install glossy blue theme. See curved corner (overlay) in upper left hand corner. Note that it does not appear in the incognito version of the theme (now it appears in the jarringly wrong color). Review URL: http://codereview.chromium.org/361018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31043 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up flaky WIN tests in test_expectations.japhet@chromium.org2009-11-051-31/+7
| | | | | | | | | | | BUG=20786 BUG=20886 BUG=24167 TEST=i can has green? Review URL: http://codereview.chromium.org/367004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31042 0039d316-1c4b-4281-b951-d872f2087c98