summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The webarchive/loading/ test crashes were fixed in r13051. They now timeoutpam@chromium.org2009-04-021-4/+0
| | | | | | | | | | | again, as expected since we don't support webarchive, so it's safe to remove their special cases and return to skipping them. BUG=9549 TEST=covered by layout tests Review URL: http://codereview.chromium.org/58011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13054 0039d316-1c4b-4281-b951-d872f2087c98
* Add basic mouse input handling for Linux TabStrip.jhawkins@chromium.org2009-04-024-4/+134
| | | | | | Review URL: http://codereview.chromium.org/56200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13053 0039d316-1c4b-4281-b951-d872f2087c98
* Speculative fix for a crash in resource handlers.paulg@google.com2009-04-022-0/+8
| | | | | | | | | | | | | | Investigating the crash dumps for this bug, it looks like under certain network error conditions, the resource handlers are freed before the SafeBrowsing check has completed. When the check runs, it calls into invalid memory and crashes. BUG=8544 (http://crbug.com/8544) Review URL: http://codereview.chromium.org/60043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13052 0039d316-1c4b-4281-b951-d872f2087c98
* An empty MIME type doesn't match any plugin, no matter what they may claim.pam@chromium.org2009-04-021-1/+1
| | | | | | | | | | BUG=9549 TEST=install Silverlight, 'run_webkit_tests.sh --force LayoutTests/webarchive/loading', see no crashes (timeouts are OK) Review URL: http://codereview.chromium.org/60021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13051 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for bug 9608. adding check that tokenized header is valid.ace@google.com2009-04-022-1/+12
| | | | | | Review URL: http://codereview.chromium.org/60008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13050 0039d316-1c4b-4281-b951-d872f2087c98
* Updated Breakpad to r322 .jeremy@chromium.org2009-04-021-1/+1
| | | | | | | | The new revision contains many updates to the OS X version of Breakpad and includes an Open Source version of the Framework. Review URL: http://codereview.chromium.org/60049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13049 0039d316-1c4b-4281-b951-d872f2087c98
* Add nhs.uk as a single-authority zone.agl@chromium.org2009-04-022-1/+4
| | | | | | | | | | | | (Requested by David Hinkinson-Hodnett of NHS Choices). This also mirrors the current Mozilla exceptions list: http://mxr.mozilla.org/mozilla/source/netwerk/dns/src/effective_tld_names.dat?raw=1 http://codereview.chromium.org/56187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13048 0039d316-1c4b-4281-b951-d872f2087c98
* Add GYP file tld_cleanup tool.agl@chromium.org2009-04-021-0/+25
| | | | | | | http://codereview.chromium.org/58010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13047 0039d316-1c4b-4281-b951-d872f2087c98
* Move assorted "bug 12345" comments into BUG12345 annotations.pam@chromium.org2009-04-021-237/+213
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/60060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13046 0039d316-1c4b-4281-b951-d872f2087c98
* Only create one downloads tab per window. If there is already a Downloadsestade@chromium.org2009-04-024-5/+10
| | | | | | | | | | tab, then switch to it instead of creating new one. Introduce FOCUS_SINGLETON_TAB disposition. patch by Mohamed Mansour <http://codereview.chromium.org/50003/show> Review URL: http://codereview.chromium.org/60062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13045 0039d316-1c4b-4281-b951-d872f2087c98
* Copy selection to x clipboard.estade@chromium.org2009-04-029-31/+212
| | | | | | Review URL: http://codereview.chromium.org/55052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13044 0039d316-1c4b-4281-b951-d872f2087c98
* Fix distribution test that fails in official buildcpu@google.com2009-04-021-23/+25
| | | | | | | | | | | | - the unit test does not contain the desired resources - test only on chromium for now BUG=9637 Review URL: http://codereview.chromium.org/60067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13043 0039d316-1c4b-4281-b951-d872f2087c98
* Save space and time by having files build directly in their finaltc@google.com2009-04-022-33/+6
| | | | | | | | | | | | destination rather than once in obj then copied to the top level src directory. Roll deps to pick up DISTCC/CCACHE fix. Review URL: http://codereview.chromium.org/56194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13042 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off tcmalloc so we can see if it impacts reliability mbelshe@google.com2009-04-021-1/+1
| | | | | | | | tests. Review URL: http://codereview.chromium.org/60063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13041 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the tests temporarily.anantha@chromium.org2009-04-021-3/+3
| | | | | | Review URL: http://codereview.chromium.org/60065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13040 0039d316-1c4b-4281-b951-d872f2087c98
* Revert until sequencing issue fixed.ben@chromium.org2009-04-024-109/+16
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13039 0039d316-1c4b-4281-b951-d872f2087c98
* Add -lX11 -lXrender -lXext to the chrome link.sgk@google.com2009-04-021-0/+7
| | | | | | Review URL: http://codereview.chromium.org/56199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13038 0039d316-1c4b-4281-b951-d872f2087c98
* Enable layout test worker-replace-self.html since the underlying V8 issue ↵jianli@chromium.org2009-04-021-3/+0
| | | | | | | | has been fixed. Review URL: http://codereview.chromium.org/57079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13037 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a case where non-tabbed browser windows could open tabs. Also includes ↵ben@chromium.org2009-04-024-16/+109
| | | | | | | | | | UI test for this. http://crbug.com/8472 Review URL: http://codereview.chromium.org/56094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13036 0039d316-1c4b-4281-b951-d872f2087c98
* Added two more installer tests: 1. Testcase to install and verify ↵anantha@chromium.org2009-04-023-37/+129
| | | | | | | | | differenial installer. 2. Testcase to install and verify full installer. Review URL: http://codereview.chromium.org/56159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13035 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing headers and use patterns to exclude unneeded sources.avi@google.com2009-04-021-16/+24
| | | | | | Review URL: http://codereview.chromium.org/56196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13033 0039d316-1c4b-4281-b951-d872f2087c98
* Add a ui test that can be used to fetch a url and wait for a cookie to be set. asargent@chromium.org2009-04-023-0/+383
| | | | | | | | | It can also save a cookie value and javascript value out to a file. Review URL: http://codereview.chromium.org/57021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13032 0039d316-1c4b-4281-b951-d872f2087c98
* Paste from the x clipboard into webkit.estade@chromium.org2009-04-0212-1/+95
| | | | | | Review URL: http://codereview.chromium.org/51008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13031 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an innocuous dcheck when going to view-cache.rvargas@google.com2009-04-021-3/+5
| | | | | | | | | Don't initialize an IOBUffer if the needed size is zero. Review URL: http://codereview.chromium.org/60054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13030 0039d316-1c4b-4281-b951-d872f2087c98
* Bug 2220 lists two cases where the inactive highlighting doesn't reappear on ↵finnur@chromium.org2009-04-022-6/+18
| | | | | | | | | | FindNext. This is a simple fix for one of those cases (user presses Refresh after Find). BUG=2220 TEST=Open google.com, press Find, press e, press Refresh, press F3 (or FindNext button in UI). Then make sure the inactive matches are highlighted (not just the active match). Review URL: http://codereview.chromium.org/56193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13028 0039d316-1c4b-4281-b951-d872f2087c98
* More updates corresponding to tests that seem to be passing on Mac now.darin@chromium.org2009-04-021-9/+0
| | | | | | | | TBR=jeremy Review URL: http://codereview.chromium.org/56195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13027 0039d316-1c4b-4281-b951-d872f2087c98
* The test was failing because the ui_test run before it failed to delete the ↵jam@chromium.org2009-04-021-7/+13
| | | | | | | | test plugin (it must have still been locked by the browser process). As a result, test_shell_tests loaded that plugin into its plugin info cache. Review URL: http://codereview.chromium.org/58005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13026 0039d316-1c4b-4281-b951-d872f2087c98
* Don't allow hotkeys to activate un-activatable menu items on linux.estade@chromium.org2009-04-021-2/+6
| | | | | | | BUG=9400 Review URL: http://codereview.chromium.org/56184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13025 0039d316-1c4b-4281-b951-d872f2087c98
* Comment out a very annoying NOTIMPLEMENTED().estade@chromium.org2009-04-021-2/+1
| | | | | | Review URL: http://codereview.chromium.org/56183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13024 0039d316-1c4b-4281-b951-d872f2087c98
* More updates to test_expectations.txtdarin@chromium.org2009-04-021-38/+19
| | | | | | | | TBR=jeremy Review URL: http://codereview.chromium.org/60053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13023 0039d316-1c4b-4281-b951-d872f2087c98
* Move a bunch of libs over to gyp on windows.bradnelson@google.com2009-04-026-1303/+20
| | | | | | Review URL: http://codereview.chromium.org/60019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13020 0039d316-1c4b-4281-b951-d872f2087c98
* A file I left out of rietveld issue 56153estade@chromium.org2009-04-021-1/+1
| | | | | | | | TBR=paul Review URL: http://codereview.chromium.org/56182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13019 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: beautify debugger script list.pfeldman@chromium.org2009-04-021-1/+11
| | | | | | Review URL: http://codereview.chromium.org/56181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13018 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: add missing changes to the js file (from the ↵pfeldman@chromium.org2009-04-021-7/+31
| | | | | | | | http://codereview.chromium.org/60047). Review URL: http://codereview.chromium.org/60050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13017 0039d316-1c4b-4281-b951-d872f2087c98
* Move json2.js to a common location.patrick@chromium.org2009-04-029-971/+17
| | | | | | Review URL: http://codereview.chromium.org/56154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13016 0039d316-1c4b-4281-b951-d872f2087c98
* Update layout test expectations.darin@chromium.org2009-04-021-30/+3
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/60048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13015 0039d316-1c4b-4281-b951-d872f2087c98
* Fix tests that depend on setCustomPolicyDelegate and waitForPolicyDelegate.darin@chromium.org2009-04-029-27/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | Changes: 1- Need to support a second parameter to setCustomPolicyDelegate that controls whether subsequent loads are permitted or not. Previously, we would always deny any subsequent loads. 2- Need to change the string that we produce when writing out the URL that is impacted by a custom policy delegate. We need to write out only the filename part of the URL. (We need to do this only for file:// URLs.) 3- Add LayoutTestController::waitForPolicyDelegate and corresponding method on TestWebViewDelegate. 4- Improve the way we reset the TestWebViewDelegate. Now, instead of having support for reseting individual fields, we just reallocate the delegate. This requires adding a SetDelegate method to WebView. BUG=9582 R=dglazkov Review URL: http://codereview.chromium.org/56169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13014 0039d316-1c4b-4281-b951-d872f2087c98
* Use -Wl,-{start,end}-group for LoadableModules, too.sgk@google.com2009-04-021-1/+4
| | | | | | Review URL: http://codereview.chromium.org/56180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13013 0039d316-1c4b-4281-b951-d872f2087c98
* Add per-configuration flags that were previously being set by thesgk@google.com2009-04-021-0/+16
| | | | | | | Hammer infrastructure. Review URL: http://codereview.chromium.org/56179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13012 0039d316-1c4b-4281-b951-d872f2087c98
* Don't fatal error when GTK fails to load a 64-bit IME.deanm@chromium.org2009-04-021-6/+15
| | | | | | | | | | | | | This prevents crash on startup if you have IMEs configured. Patch from Fumitoshi Ukai. BUG=9643 Review URL: http://codereview.chromium.org/56176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13011 0039d316-1c4b-4281-b951-d872f2087c98
* Added trivial exception event handler that prints message to the Console and ↵yurys@google.com2009-04-021-0/+13
| | | | | | | | resumes the script execution. Review URL: http://codereview.chromium.org/59005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13010 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Add support for r/o CSS inspection. Original review CL by serya : ↵pfeldman@chromium.org2009-04-026-44/+377
| | | | | | | | http://codereview.chromium.org/57007 Review URL: http://codereview.chromium.org/60047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13009 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: add support for provisional load tracking.pfeldman@chromium.org2009-04-027-60/+117
| | | | | | Review URL: http://codereview.chromium.org/56149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13008 0039d316-1c4b-4281-b951-d872f2087c98
* Debugger output is now handled on the render thread.yurys@google.com2009-04-023-23/+13
| | | | | | Review URL: http://codereview.chromium.org/60013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13007 0039d316-1c4b-4281-b951-d872f2087c98
* svn:ignore the generated SConstruct and *.scons files.sgk@google.com2009-04-020-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13004 0039d316-1c4b-4281-b951-d872f2087c98
* Update public FFmpeg header files from r16647 to r18286.scherkus@chromium.org2009-04-0229-714/+1133
| | | | | | | | This also includes bumping the version of avutil from 49 to 50, which means the generated libs and build files are also updated. Review URL: http://codereview.chromium.org/56129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13003 0039d316-1c4b-4281-b951-d872f2087c98
* fix expectations for LayoutTests/fast/loader/reload-policy-delegate.html ↵darin@chromium.org2009-04-021-1/+1
| | | | | | from FAIL to TIMEOUT git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13002 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations for windows.darin@chromium.org2009-04-011-25/+21
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/60041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13001 0039d316-1c4b-4281-b951-d872f2087c98
* Installing extensions (drag/drop, download crx file) will now begeorged@chromium.org2009-04-016-9/+74
| | | | | | | | | handled by the Chrome instance w/o shell execute. This will install the extension in the proper profile using the running bits. Review URL: http://codereview.chromium.org/55046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13000 0039d316-1c4b-4281-b951-d872f2087c98
* roll DEPS to pick up bustage fix for the Mac builddarin@chromium.org2009-04-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12998 0039d316-1c4b-4281-b951-d872f2087c98