summaryrefslogtreecommitdiffstats
path: root/webkit/port
Commit message (Expand)AuthorAgeFilesLines
* Landing 38097:38305 merge (src/webkit, DEPS)dglazkov@google.com2008-11-121-2/+5
* remove EventHandlerMac, we're no longer building it.pinkerton@google.com2008-11-121-653/+0
* Fix build bustage by removing non-existent port/xml directory from DerivedSou...darin@chromium.org2008-11-121-5/+1
* Scrollbars on Linux.agl@chromium.org2008-11-124-130/+311
* Cleanup style and alphabetize the functions in GraphicsContextSkia. It shouldbrettw@google.com2008-11-121-473/+497
* Minor cleanup in port/. Eliminate some unused files and a redundant include ...darin@chromium.org2008-11-123-19/+0
* Add ChromiumBridge::isLayoutTestMode() and change references to webkit::IsLay...erikkay@google.com2008-11-125-32/+38
* Some fixes to parallel upstream changes in our last merge.pkasting@chromium.org2008-11-121-4/+8
* Move ThemeData into RenderThemeWin.h to match what happened upstream.darin@chromium.org2008-11-112-19/+9
* Fix plugin data refreshing to work again.darin@chromium.org2008-11-111-20/+31
* * Remove windows-ism from pasteboard code and move to usingtc@google.com2008-11-1114-1669/+322
* Copy over the IDL files from port that really should be in the vendor branch ...ojan@google.com2008-11-1119-1658/+0
* Cache the GdkSkia object in PlatformContextSkia so that we aren't creatingagl@chromium.org2008-11-115-7/+27
* Some changes necessary to build an optimized binary on Linux.evanm@google.com2008-11-113-2/+4
* Fix Chromium bug 4178jhaas@chromium.org2008-11-111-1/+5
* Break port dependency on glue. Create ResourceRequest::TargetType as a mirro...darin@chromium.org2008-11-111-14/+18
* Eliminate another dependency of port on glue.darin@chromium.org2008-11-112-33/+34
* This CL makes the form autofill popup menu behave like the Firefox's one, we ...jcampan@chromium.org2008-11-112-1/+17
* Newlines, argh TBR=agldglazkov@google.com2008-11-112-2/+2
* Fix Linux tree by adding a newline to JSDOMBinding.cppagl@chromium.org2008-11-111-1/+1
* Get rid of ExceptionContext (2/2)dglazkov@google.com2008-11-107-109/+199
* More ChromiumBridge action to eliminate glue dependencies from port.darin@chromium.org2008-11-105-61/+32
* Landing 37604:38097 mergedglazkov@google.com2008-11-1022-221/+326
* Address reivew comments from previous patch.brettw@google.com2008-11-073-6/+14
* Remove windows-isms from drag & drop. Thistc@google.com2008-11-0713-1415/+575
* 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