summaryrefslogtreecommitdiffstats
path: root/webkit/port
Commit message (Expand)AuthorAgeFilesLines
* Landing this again as I cannot reproduce the perf regression locally.jcampan@chromium.org2008-11-073-75/+142
* Keep MessagePort wrappers alive for the life-time of the correspondingager@google.com2008-11-073-11/+45
* Fix Linux build bustage by making the ImageBufferSkia code compilable on all ...brettw@google.com2008-11-071-1/+1
* Make Canvas and other ImageBuffer uses able to detect failure and not createbrettw@google.com2008-11-072-1/+20
* Disallow shadowing of top since shadowing top can break frame-bustingager@google.com2008-11-073-12/+12
* Do not allow shadowing of location.href since that can breakager@google.com2008-11-072-2/+1
* Another attempt at fixing the flash security issue surroundingager@google.com2008-11-076-109/+194
* Reverting the autofill popu CL as it creates perf regression.jcampan@chromium.org2008-11-063-145/+76
* Add support for arbitrarily transformed Windows buttons text fields, and sele...brettw@google.com2008-11-063-25/+256
* Eliminate CursorChromium's dependency on webkit/glue.darin@chromium.org2008-11-065-123/+124
* Fix all callers of the removed GraphicsContext functions to use only the func...brettw@google.com2008-11-055-50/+47
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-053-75/+144
* Implement and refactor some test shell functions and enable a test.estade@chromium.org2008-11-051-2/+3
* Render GTK widgets on Linuxagl@chromium.org2008-11-053-26/+607
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-20/+21
* Fix a crasher when printing.maruel@chromium.org2008-11-041-1/+33
* Don't use ENABLE_DATABASE in DOMWindow.idl yet, it's not ready (r4486 fallout)mark@chromium.org2008-11-041-1/+2
* Fix two issues with window.location:ager@google.com2008-11-043-13/+27
* Finish unforking the async history item changes.mpcomplete@google.com2008-11-042-7/+0
* Revert changes in issue 9247.fqian@google.com2008-11-032-1/+3
* Get Database compiling on Chromium. Note that because we aren't generating theaa@google.com2008-11-032-15/+32
* Port a few more test_shell_tests to Linux.tc@google.com2008-11-035-706/+1299
* Fix Selenium testsdglazkov@google.com2008-11-033-30/+31
* Rename ScriptController::notifyDOMWindowReady() to windowObjectAvailable().fqian@google.com2008-11-032-3/+1
* Fix state pushing in the graphics context. My changes pushed a default state ...brettw@google.com2008-11-011-1/+1
* Fix font regression. I was using ascent() instead of font->ascent(), whichbrettw@google.com2008-11-011-10/+7
* Factor out text, theme, and icon stuff out of PlatformContextSkia back to the...brettw@google.com2008-10-316-526/+399
* Takes steps to make our PlatformScreen implementation more portable.darin@chromium.org2008-10-314-143/+114
* Updated project files and added V8 bindings for HTML5 media/audio/video/sourc...scherkus@chromium.org2008-10-318-3/+309
* Fix gcc build break:mark@chromium.org2008-10-311-10/+10
* WTF?! wtf is lowercase. Fix build break on case-sensitive filesystems (likemark@chromium.org2008-10-311-1/+1
* Fix a null-ptr renderer crash.ericroman@google.com2008-10-311-0/+8
* Get fonts to render in a somewhat recognisable form on Linux.agl@chromium.org2008-10-316-59/+309
* Reformat PlatformContextSkia to be WEbKit style. Reindent the code, rename va...brettw@google.com2008-10-313-561/+612
* Adjust the readonly form control state to no longer looktc@google.com2008-10-311-13/+8
* Set the size properly in our ImageBuffer. This makes various operations fail ...brettw@google.com2008-10-311-0/+1
* Fix transparency for ImageBuffers we make. This behavior is consistent withbrettw@google.com2008-10-311-0/+5
* Mac changes for r4070 et seq. Make jsbindings, webcore, port, and glue sharemark@chromium.org2008-10-315-401/+25
* Fix a crash when painting is disabled. We would be passed NULL and it wasn't ...brettw@google.com2008-10-311-1/+1
* Try to fix the linux build again.brettw@google.com2008-10-311-2/+1
* Re-add ifdefs for mac & linux builds in the graphics files.brettw@google.com2008-10-311-0/+6
* Add missing file from my last checkin moving Skia painting objects around.brettw@google.com2008-10-311-1/+0
* Make ImageBuffer creation and handling conform to proper WebKit form rather t...brettw@google.com2008-10-3112-1300/+1090
* Fix the JSC build.darin@chromium.org2008-10-312-5/+75
* Split the NONNODE_WRAPPER_TYPES into two partsmbelshe@google.com2008-10-311-3/+9
* Linux fixes for the WebKit merge.evanm@google.com2008-10-301-1/+1
* Landing 36102:37604 merge on trunkdglazkov@google.com2008-10-3049-3260/+1497
* use the null image instead of NULL, fixes a bunch of crashes.pinkerton@google.com2008-10-281-1/+1
* Change the fatal error handler to no longer return to V8. It will now crashsgjesse@chromium.org2008-10-281-8/+8
* Port a few test_shell_tests. Now it runs 45 of them.evanm@google.com2008-10-271-11/+17