summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Remove the URL and title from the state getting functions and IPC messages.brettw@google.com2008-12-024-33/+21
| | | | | | | If the title or URL changes, we'll be updated in other ways, so this extra processing is wasted. Review URL: http://codereview.chromium.org/12859 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6225 0039d316-1c4b-4281-b951-d872f2087c98
* Add setStopProvisionalFrameLoads to the test shell layout test controller.tc@google.com2008-12-024-4/+25
| | | | | | | | | | This fixes a layout test. BUG=http://crbug.com/2980 Review URL: http://codereview.chromium.org/13038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6224 0039d316-1c4b-4281-b951-d872f2087c98
* Few minor updates to the linux expected results list.deanm@chromium.org2008-12-021-2/+1
| | | | | | Review URL: http://codereview.chromium.org/13051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6219 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline deep-recursion, additional test cases were added upstream.deanm@chromium.org2008-12-024-7/+5
| | | | | | Review URL: http://codereview.chromium.org/13048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6217 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to get the linux expected results closer to reality.deanm@chromium.org2008-12-021-8/+305
| | | | | | Review URL: http://codereview.chromium.org/12867 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6215 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to make the linux test lists more accurate.deanm@chromium.org2008-12-022-682/+61
| | | | | | | | This will require a second pass after a few buildbot runs. Review URL: http://codereview.chromium.org/13049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6214 0039d316-1c4b-4281-b951-d872f2087c98
* I wanted env.subst() afterall, env.Dir is apparently incorrect.deanm@chromium.org2008-12-021-2/+1
| | | | | | Review URL: http://codereview.chromium.org/12860 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6209 0039d316-1c4b-4281-b951-d872f2087c98
* Pre-substitute webkit includes to avoid repeated subsitution. This causes ↵deanm@chromium.org2008-12-021-16/+19
| | | | | | | | my null build to go from 45s to 30s. Review URL: http://codereview.chromium.org/12828 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6206 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, no pipe anymore.nsylvain@chromium.org2008-12-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6202 0039d316-1c4b-4281-b951-d872f2087c98
* A test was there twice in the tests_fixable.txtnsylvain@chromium.org2008-12-021-4/+1
| | | | | | | TBR:ojan Review URL: http://codereview.chromium.org/13041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6201 0039d316-1c4b-4281-b951-d872f2087c98
* Update debug fixable list.ojan@google.com2008-12-021-0/+5
| | | | | | Review URL: http://codereview.chromium.org/12852 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6194 0039d316-1c4b-4281-b951-d872f2087c98
* Add a wrapper around beyondcompare/kdiff3 so that it can be plugged intoojan@google.com2008-12-022-9/+127
| | | | | | | | | svn merge's diff3-cmd. Eventually, others can use this for other diff3 tools as well, they'll just need to add the right tweaks to support other tools. Review URL: http://codereview.chromium.org/11520 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6192 0039d316-1c4b-4281-b951-d872f2087c98
* Forgot to include this in the merge change I just landed. TBR to greenify tree.ojan@google.com2008-12-021-1/+11
| | | | | | Review URL: http://codereview.chromium.org/13032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6188 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of webkit merge 38729:38760ojan@google.com2008-12-018-12/+57
| | | | | | Review URL: http://codereview.chromium.org/13028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6183 0039d316-1c4b-4281-b951-d872f2087c98
* Baseline 12 layout tests (10 new, 2 changed)ericroman@google.com2008-12-0137-63/+321
| | | | | | | | | | | | | | | The 10 new differed by the usual text/form control differences. The two changed were: * LayoutTests/fast/forms/placeholder-set-attribute.html Baseline changed a while ago (lighter placeholder text color) * LayoutTests/fast/forms/select-initial-position.html Currently looks fine (didn't check for historical difference) Review URL: http://codereview.chromium.org/12837 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6180 0039d316-1c4b-4281-b951-d872f2087c98
* Re-point WebCoreObjCExtras to WebKit, remove one from pending dir.dglazkov@google.com2008-12-012-83/+1
| | | | | | Review URL: http://codereview.chromium.org/13024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6176 0039d316-1c4b-4281-b951-d872f2087c98
* Enable the X selection clipboard for copying html and text out of a linux ↵tc@google.com2008-12-0110-6/+90
| | | | | | | | | | | | | | test shell. I implemented it in the webview delegate, so when we switch to the multiprocess architecture, we will need to find out if the clipboard callback can be async (the current method would require a sync call from browser to renderer to get the selected text). Review URL: http://codereview.chromium.org/12700 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6160 0039d316-1c4b-4281-b951-d872f2087c98
* Allow for setting platform-specific expecations for layout tests.ojan@google.com2008-12-017-168/+193
| | | | | | | | I don't actually update any test lists, but I did test that all my examples in the documentation actually work. Review URL: http://codereview.chromium.org/12628 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6156 0039d316-1c4b-4281-b951-d872f2087c98
* Pressing tab with no selection while the form autofill was showing would crash.jcampan@chromium.org2008-12-011-3/+5
| | | | | | | | BUG=4847 TEST=Open a form, type something so the autofill shows, press tab with no selection. Review URL: http://codereview.chromium.org/13019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6153 0039d316-1c4b-4281-b951-d872f2087c98
* Review URL: http://codereview.chromium.org/12503dglazkov@google.com2008-12-014-298/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6148 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: When asked for Monaco font, default to Times New Roman.agl@chromium.org2008-12-012-1/+10
| | | | | | | | | | | | Monaco is an Apple specific font which we don't have on either Linux nor Windows. When Windows is asked for it it appears to fallback to Times New Roman. We configure Linux to do the same so that we match on layout-tests which use Monaco. Review URL: http://codereview.chromium.org/11610 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6146 0039d316-1c4b-4281-b951-d872f2087c98
* This layout test is flaky in debug.nsylvain@chromium.org2008-12-011-1/+2
| | | | | | Review URL: http://codereview.chromium.org/13017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6143 0039d316-1c4b-4281-b951-d872f2087c98
* Fix printing. With a webkit merge, the paint() command started to be ↵maruel@chromium.org2008-12-011-1/+2
| | | | | | | | | | delegated to ScrollView instead of FrameView, printing scrollbars on the paper. TEST=print a long page, no scrollbar should appear and it should print on multiple pages correctly. BUG=3670 Review URL: http://codereview.chromium.org/13012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6139 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused RenderThemeWin::getMinimalButtonPadding.deanm@chromium.org2008-11-282-13/+0
| | | | | | Review URL: http://codereview.chromium.org/13002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6116 0039d316-1c4b-4281-b951-d872f2087c98
* Match Windows select metrics.deanm@chromium.org2008-11-283-32/+79
| | | | | | | | | We now pass basic-selects.html. Also fix a enum type mismatch (both NoPart and NoControlPart are 0, it was only the type that was wrong). Review URL: http://codereview.chromium.org/10982 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6115 0039d316-1c4b-4281-b951-d872f2087c98
* Remove test that is consistently passing from test list.ager@google.com2008-11-281-3/+0
| | | | | | | TBR=feng Review URL: http://codereview.chromium.org/10999 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6114 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselined test that expected non-conformant evaluation order of comparisons.olehougaard@google.com2008-11-283-1/+179
| | | | | | Review URL: http://codereview.chromium.org/12805 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6113 0039d316-1c4b-4281-b951-d872f2087c98
* Unfork HTMLOptionsCollection.idl. This was forked a long time ago andager@google.com2008-11-282-3/+14
| | | | | | | | | | | | we no longer need it. The only unfortunate things is that to unfork we have to add another custom getter that does not really need to be customized. The commit will be a two-step process. I'll update the WebKit DEPS once I know the new version. Review URL: http://codereview.chromium.org/10996 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6111 0039d316-1c4b-4281-b951-d872f2087c98
* Get back the messages in the inspector console.sgjesse@chromium.org2008-11-281-5/+29
| | | | | | | The unforking of the inspector JS files caused the message text not showing in the inspector console due to changes in the API between the inspector controller and the inspector. Manually added the missing changes from WebKit changeset 36817 (http://trac.webkit.org/changeset/36817) to InspectorController.cpp and fixed the parameters to the WebInspector.ConsoleMessage constructor. Review URL: http://codereview.chromium.org/10997 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6110 0039d316-1c4b-4281-b951-d872f2087c98
* Changing expectation for exception test that is working as intended.olehougaard@google.com2008-11-282-1/+1
| | | | | | Review URL: http://codereview.chromium.org/12801 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6109 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit deps after unfork of character data. ager@google.com2008-11-271-3/+3
| | | | | | | Minor changes to the code generator for consistency. Review URL: http://codereview.chromium.org/10987 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6107 0039d316-1c4b-4281-b951-d872f2087c98
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-273-34/+30
| | | | | | Review URL: http://codereview.chromium.org/12489 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6099 0039d316-1c4b-4281-b951-d872f2087c98
* Fix null dereference that happens in accessibilty because FrameView is gone ↵jam@chromium.org2008-11-272-12/+11
| | | | | | | | | | | during a nested message loop. I also fixed another null dereference in InitAccessibilityRoot that I saw during debugging. BUG=4582 Review URL: http://codereview.chromium.org/10418 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6098 0039d316-1c4b-4281-b951-d872f2087c98
* Match Windows checkbox and radio metrics. We now pass basic-inputs.html.deanm@chromium.org2008-11-272-48/+20
| | | | | | Review URL: http://codereview.chromium.org/10788 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6095 0039d316-1c4b-4281-b951-d872f2087c98
* Remove exceptions from purify data file since bug was fixed.erikkay@google.com2008-11-271-254/+0
| | | | | | | | BUG=http://code.google.com/p/chromium/issues/detail?id=4654 TBR=tony git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6089 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of webKit merge 38653:38729ojan@google.com2008-11-2714-273/+447
| | | | | | Review URL: http://codereview.chromium.org/12708 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6081 0039d316-1c4b-4281-b951-d872f2087c98
* The javascript alert dialog was removed from test shell.mbelshe@google.com2008-11-271-0/+1
| | | | | | | | I assume this is an accident; as I'd like to have it back! :-) Review URL: http://codereview.chromium.org/12704 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6079 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 6072.ojan@google.com2008-11-274-5/+5
| | | | | | | Caused a slew of layout test crashes Review URL: http://codereview.chromium.org/12513 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6077 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Match the tmMaxCharWidth of Windows exactly.agl@chromium.org2008-11-262-3/+2
| | | | | | | | | | | The metric used is totally wrong, it's much larger than the largest advance of any glyph in the font. However, it's wrong in exactly the same way as Windows is. Review URL: http://codereview.chromium.org/12505 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6073 0039d316-1c4b-4281-b951-d872f2087c98
* ActiveX changes part 2: remove old #defines, replace with new one.pkasting@chromium.org2008-11-264-5/+5
| | | | | | Review URL: http://codereview.chromium.org/12506 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6072 0039d316-1c4b-4281-b951-d872f2087c98
* The autofill code was always assuming input element were part of a form, ↵jcampan@chromium.org2008-11-261-1/+1
| | | | | | | | | | which they don't have to be. BUG=4825 TEST=Go to www.blogger.com, login, click Add. Type something in the URL input field of the frame that is opened. Review URL: http://codereview.chromium.org/12499 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6069 0039d316-1c4b-4281-b951-d872f2087c98
* fix a leak in the plugin cacheerikkay@google.com2008-11-261-89/+117
| | | | | | | | BUG=http://code.google.com/p/chromium/issues/detail?id=4654 Review URL: http://codereview.chromium.org/12694 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6065 0039d316-1c4b-4281-b951-d872f2087c98
* Fix test failures caused by bad temporary variable.darin@chromium.org2008-11-261-2/+1
| | | | | | | | TBR=ph Review URL: http://codereview.chromium.org/12696 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6057 0039d316-1c4b-4281-b951-d872f2087c98
* src/webkit side of webKit merge 38625:38653ojan@google.com2008-11-263-0/+26
| | | | | | Review URL: http://codereview.chromium.org/12690 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6052 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dependencies on base/ from MIMETypeRegistry.cppdarin@chromium.org2008-11-263-6/+21
| | | | | | | | | | | Patch by phajdan.jr@gmail.com R=darin Review URL: http://codereview.chromium.org/12004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6049 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a layout-test-only font-fallback path.ericroman@google.com2008-11-2614-58/+16
| | | | | | | | | | | The net impact is that "times new roman" is fallen back to instead of "Times" for a couple of layout tests. Overall this affects 9 tests. 6 have been rebased, and 3 marked as expected fail (since am uncertain of their correctness). This also removes some dead code relating to IMLangFontLink. Review URL: http://codereview.chromium.org/12457 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6048 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dependencies on base/glue from these 2 port files.jam@chromium.org2008-11-264-28/+22
| | | | | | Review URL: http://codereview.chromium.org/12460 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6046 0039d316-1c4b-4281-b951-d872f2087c98
* add support for --enable-file-cookies and the resource loader.pinkerton@google.com2008-11-261-12/+17
| | | | | | Review URL: http://codereview.chromium.org/12687 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6045 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 6043.ojan@google.com2008-11-263-20/+5
| | | | | | Review URL: http://codereview.chromium.org/12689 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6044 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dependencies on base/ from MIMETypeRegistry.cppdarin@chromium.org2008-11-263-5/+20
| | | | | | | | | | | Patch by phajdan.jr@gmail.com R=darin Review URL: http://codereview.chromium.org/12004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6043 0039d316-1c4b-4281-b951-d872f2087c98