summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* roll DEPS to pick up bustage fix for the Linux builddarin@chromium.org2009-04-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12996 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build oops. I forgot to add WebScreenInfoFactory to the build.darin@chromium.org2009-04-011-0/+4
| | | | | | | | TBR=sgk Review URL: http://codereview.chromium.org/60036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12994 0039d316-1c4b-4281-b951-d872f2087c98
* Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.hdarin@chromium.org2009-04-0131-481/+437
| | | | | | | | | | | | | This also eliminates webkit_glue::GetScreenInfo and webkit_glue::GetScreenInfoHelper. As part of this CL, I also extracted all of the ParamTraits for WebKit API types into chrome/common/webkit_param_traits.h. R=dglazkov Review URL: http://codereview.chromium.org/58008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12993 0039d316-1c4b-4281-b951-d872f2087c98
* The layoutTestController had its queueScript method broken into two:darin@chromium.org2009-04-012-17/+50
| | | | | | | | | | | | | | | | | | | | | queueLoadingScript and queueNonLoadingScript. The behavior of the work queue also changed to be a bit simpler. Now, each WorkItem reports whether or not it kicked off a load. There is a bit more work to do here to determine if work items actually resulted in a load. For now, I am just guessing, which is almost always correct. I will follow-up with the other part of the CL once this one clears the bots. This change corresponds roughly to: http://trac.webkit.org/changeset/42082 BUG=9581 R=dglazkov Review URL: http://codereview.chromium.org/56164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12991 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp revision in DEPS to start using the gclient dogfood hook on Linux.sgk@google.com2009-04-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/56166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12990 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp revision in DEPS to get --mode= and SConstruct file change.sgk@google.com2009-04-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/60034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12989 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Hammer files.sgk@google.com2009-04-0135-7946/+1
| | | | | | | Updates chromium_builders.py to remove import and use of deleted module. Review URL: http://codereview.chromium.org/42667 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12987 0039d316-1c4b-4281-b951-d872f2087c98
* Checked in wrong copy.sgk@google.com2009-04-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/56163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12985 0039d316-1c4b-4281-b951-d872f2087c98
* Change uses of the SCons Install() builder to 'cp' inside thesgk@google.com2009-04-011-5/+18
| | | | | | | Chromium infrastructure, too. Review URL: http://codereview.chromium.org/60030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12984 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the checked-in scons configuration files.sgk@google.com2009-04-01163-20713/+0
| | | | | | Review URL: http://codereview.chromium.org/53121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12982 0039d316-1c4b-4281-b951-d872f2087c98
* Fresh build problem: make sure test_shell is built and installedsgk@google.com2009-04-011-0/+2
| | | | | | | when we ask for test_shell_tests. Review URL: http://codereview.chromium.org/56161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12980 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gyp in DEPS to get 'cp' fix (?) for mksnapshot race condition.sgk@google.com2009-04-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/60026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12978 0039d316-1c4b-4281-b951-d872f2087c98
* Use the better gyp pattern to make sure test_shell.pak is installed nextsgk@google.com2009-04-011-4/+6
| | | | | | | to test_shell on Linux. Review URL: http://codereview.chromium.org/59004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12976 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the 'Hammer' name in favor of the Debug|Release namessgk@google.com2009-04-017-20/+11
| | | | | | | and paths we'll use in gyp-generated files. Review URL: http://codereview.chromium.org/56158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12975 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a test. Linux now matches Mac, which differs from Windows.evan@chromium.org2009-04-012-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12973 0039d316-1c4b-4281-b951-d872f2087c98
* Retry rebaselining -- revert accidental Windows change, check in Linux one.evan@chromium.org2009-04-012-2/+19
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12972 0039d316-1c4b-4281-b951-d872f2087c98
* Stop running tests in parallel. There's stillojan@google.com2009-04-011-3/+4
| | | | | | | too much flakiness. Review URL: http://codereview.chromium.org/60018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12968 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test_expectations file.agl@chromium.org2009-04-011-5/+0
| | | | | | | (Had a duplicate entry) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12967 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable save package on linux, mac.estade@chromium.org2009-04-016-12/+37
| | | | | | Review URL: http://codereview.chromium.org/56153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12966 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a test now that context menu behavior changed.evan@chromium.org2009-04-011-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12965 0039d316-1c4b-4281-b951-d872f2087c98
* Don't try to set the cursor on null windows.estade@chromium.org2009-04-011-0/+5
| | | | | | Review URL: http://codereview.chromium.org/59003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12964 0039d316-1c4b-4281-b951-d872f2087c98
* Context menu on RMB-down, not up, on Linux.evan@chromium.org2009-04-011-3/+9
| | | | | | Review URL: http://codereview.chromium.org/60017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12963 0039d316-1c4b-4281-b951-d872f2087c98
* Making rushed build fixes are a bad idea! Myojan@google.com2009-04-011-2/+1
| | | | | | | last tbr included changes I didn't mean to. TBR again. Review URL: http://codereview.chromium.org/56157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12962 0039d316-1c4b-4281-b951-d872f2087c98
* Doh. Fix type error. TBR.ojan@google.com2009-04-011-2/+3
| | | | | | Review URL: http://codereview.chromium.org/58006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12961 0039d316-1c4b-4281-b951-d872f2087c98
* Enable running webkit tests in parallel on Windows-Releaseojan@google.com2009-04-011-16/+26
| | | | | | | | | | | | | | | | | | only. I plan to turn on one configuration at a time, since each one seemed to have it's own set of issues and failing tests. Windows release had the smallest set of problems. One of the problems was just a bad test that started causing other tests to fail when run in a different order. The other is that http tests that were close to timing out before, actually timeout now. For now, I just increase the timeout when running tests in parallel. Longer-term, we should implement per-test timeouts as only a couple tests started failing. Review URL: http://codereview.chromium.org/56028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12960 0039d316-1c4b-4281-b951-d872f2087c98
* Skip test that would cause following tests to fail and ojan@google.com2009-04-012-1/+3
| | | | | | | rebaseline a test that now has correct results. Review URL: http://codereview.chromium.org/56155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12959 0039d316-1c4b-4281-b951-d872f2087c98
* Implement custom methods for some Node dom callsmbelshe@google.com2009-04-012-3/+6
| | | | | | | | | | | | | so that we can take advantage of lazy wrapper initialization. Dependent on the webkit fix. will roll the deps for webkit as well. Review URL: http://codereview.chromium.org/57086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12958 0039d316-1c4b-4281-b951-d872f2087c98