summaryrefslogtreecommitdiffstats
path: root/webkit/port
Commit message (Expand)AuthorAgeFilesLines
* Add stubs for screen size accessors for linux test_shell link errors.erg@google.com2008-10-211-0/+70
* Build SkGraphicsContext under Linuxerg@google.com2008-10-211-31/+10
* remove PLATFORM_GTK-ismstc@google.com2008-10-211-1/+0
* Make PlatformScrollBar.h cross-platform. This is just movingtc@google.com2008-10-212-44/+50
* fix typodarin@chromium.org2008-10-211-1/+1
* Add NPN_EvaluateHelper for the KJS build.darin@chromium.org2008-10-211-0/+5
* Patch of uber lameness to fix the KJS build. TestShell actually runs!darin@chromium.org2008-10-212-0/+197
* Start attacking the list of undefined symbols from Linux WebCore. This definesagl@chromium.org2008-10-212-0/+41
* Fix KJS build. Strangely, the PlatformWidget type is not expected to be defi...pkasting@chromium.org2008-10-201-4/+0
* Resubmit r3612 and r3613 this time with mac fixes (thanks mark!).ojan@google.com2008-10-2011-530/+100
* Rollback 3612 abd 3613 to fix mac build. TBR.ojan@google.com2008-10-2011-94/+524
* Refactoring of Location to make it port between JSC and V8.mbelshe@google.com2008-10-202-97/+111
* what Use third_party/WebKit plugin, pluginarray, mimetype andojan@google.com2008-10-2011-524/+94
* fix build take 2tc@google.com2008-10-181-1/+1
* WIN -> OS_WINtc@google.com2008-10-181-1/+1
* linux compile fixestc@google.com2008-10-182-1/+3
* Add stubs for these functions. They seem to get pulled in as a result of PLA...darin@google.com2008-10-181-0/+40
* fix linux buildtc@google.com2008-10-182-2/+11
* one more missing filedarin@chromium.org2008-10-181-0/+41
* Add missing headers. Oops :(darin@chromium.org2008-10-187-0/+295
* Disable PLATFORM(WIN) !!darin@chromium.org2008-10-1827-807/+221
* Fix a couple more build errors, and make the V8 DerivedSources.make mirror th...pkasting@chromium.org2008-10-171-4/+5
* Implement ScriptCallContext (3/2)This is an improved (and working!) revision ...dglazkov@google.com2008-10-175-172/+139
* Backing out ScriptCallContextdglazkov@google.com2008-10-174-139/+10
* Implement ScriptCallContext (2/2)dglazkov@google.com2008-10-174-10/+139
* Stub out writing to the pasteboard. Ends up calling NSAttributedString initWi...pinkerton@google.com2008-10-171-0/+10
* Start compiling a bunch of *Chromium.cpp files in our port ontc@google.com2008-10-175-12/+22
* Hook up skia + v8 bindings for getImageData(), putImageData().ericroman@google.com2008-10-167-22/+199
* Fix mac bustage caused by my big Win.cpp to Chromium.cpp change. To keep thedarin@google.com2008-10-161-0/+7
* Try to fix V8 build bustage; this change to the file got dropped during my fi...pkasting@chromium.org2008-10-151-0/+1
* Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in...darin@chromium.org2008-10-1560-200/+127
* Fork ScriptController into KJS- and V8-specific versions. The KJS files alre...pkasting@chromium.org2008-10-153-545/+290
* Fixing a layout test by introducing support for SVG tags altGlyph and glyph.olehougaard@google.com2008-10-154-0/+7
* Start compiling webview_impl.cc.erg@google.com2008-10-141-0/+208
* Include needed header under Linux.erg@google.com2008-10-141-0/+1
* Lots of ScriptController fixes, but it still doesn't compile cleanly.pkasting@chromium.org2008-10-141-215/+371
* Committed on behalf of treat.adam@gmail.com (manyoso::TorchMobile)pamg@google.com2008-10-141-1/+1
* Fix a number of layout tests.ager@google.com2008-10-149-120/+253
* Fix for issue 81olehougaard@google.com2008-10-141-4/+13
* Fix some types in ScriptController.h to be a bit less wonky. This was mbelsh...pkasting@chromium.org2008-10-142-14/+8
* Update DerivedSources.make to match modified WebKit scripts. This allows us ...pkasting@chromium.org2008-10-131-4/+4
* Second attempt at introducing cross-platform ExceptionContext in the midst of...dglazkov@google.com2008-10-131-12/+12
* IDL file merge.ager@google.com2008-10-1310-222/+31
* Fix problem with how Image is created for ImageBuffer, that was causing some ...ericroman@google.com2008-10-116-69/+91
* enable v8bindings warningstc@google.com2008-10-115-23/+21
* Rolling back tree breakagedglazkov@google.com2008-10-101-12/+12
* Implement cross-platform ExceptionContext (2/2)dglazkov@google.com2008-10-101-12/+12
* Unfork Clipboard.idl and implement the remaining custom methods.ager@google.com2008-10-103-49/+93
* Change Location::setHash to match JSC version.darin@chromium.org2008-10-101-1/+2
* Some initial fixes for ScriptController errors. There's stillojan@google.com2008-10-101-41/+27