summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_glue.cc
Commit message (Expand)AuthorAgeFilesLines
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* Remove some unused code. Removes a couple of WebViewDelegate methodsdarin@chromium.org2009-04-181-21/+0
* WebKit Merge 42580:42609, Chromium side.dglazkov@google.com2009-04-171-1/+1
* Fix two nits that arrived after checkindkegel@google.com2009-04-161-3/+2
* Per Mark's request, add back the CPU type on Linuxdkegel@google.com2009-04-161-2/+20
* Use Michael Moss's nice user agent code on Linux.dkegel@google.com2009-04-141-25/+45
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-0/+5
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-10/+5
* Enable some code that compiles fine on linux now. This code talkstc@google.com2009-03-061-8/+0
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ...asargent@chromium.org2009-03-051-12/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Fix build bustage (take 2).darin@chromium.org2009-03-021-0/+1
* Fix build bustage.darin@chromium.org2009-03-021-0/+1
* Minor cleanup in webkit/glue:darin@chromium.org2009-03-021-16/+18
* Chrome side to pick up new WebKit API changes.darin@chromium.org2009-02-281-15/+0
* Recommit r10259 after successful try server run.jeremy@chromium.org2009-02-241-14/+4
* Revert r10259 & subsequent fixes.jeremy@chromium.org2009-02-241-4/+14
* Fix for Sandboxed WebKit on OS X:jeremy@chromium.org2009-02-241-14/+4
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-121-21/+28
* Add support for UA spoofing, and spoof Safari's UA string when loading URLsdarin@chromium.org2009-01-271-12/+29
* Handle cases where the multipart boundary is improperly prefixed with "--".darin@chromium.org2008-12-221-0/+1
* Remove a layout-test-only font-fallback path.ericroman@google.com2008-11-261-38/+0
* Make sure threading is initialized when running test_shell_testsojan@google.com2008-11-251-0/+4
* Turn on logging of notImplemented()s inside WebCore for test_shell.evanm@google.com2008-11-191-0/+4
* Add GCController support to test_shell.fqian@google.com2008-11-141-0/+7
* Changed the DumpFramesAsText() to not dump anything about a frame if it is em...sgjesse@chromium.org2008-11-101-2/+3
* Takes steps to make our PlatformScreen implementation more portable.darin@chromium.org2008-10-311-8/+0
* Switch to using the message loop rather than gtk_main().agl@chromium.org2008-10-301-0/+9
* This is a patch for bug 1385045: Adobe Acrobat 9.0 crash.nsylvain@chromium.org2008-10-221-0/+16
* Fixup some JSC compile errors for glue.mbelshe@google.com2008-10-201-2/+2
* Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in...darin@chromium.org2008-10-151-2/+0
* Fix for a memory leak.jcampan@chromium.org2008-10-081-3/+3
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-15/+18
* Add a command-line switch to change the user agent.BUG=757345pkasting@chromium.org2008-09-241-49/+66
* turn on user agent code for macpinkerton@google.com2008-09-231-1/+1
* Unignore most warnings on POSIX in build/SConscript.main.evanm@google.com2008-09-161-2/+3
* stub out win-only routines and impl user agent for MacOS Xpinkerton@google.com2008-09-091-2/+23
* Just compile some basic files so we get a libGlue.a.evanm@google.com2008-09-071-1/+20
* Remove last minute #define and change UA string to Chromemal@google.com2008-09-021-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-1/+1
* Pull the major and minor webkit version numbers from WebCore/Configurations/V...erikkay@google.com2008-08-041-3/+13
* Add webkit to the repository.initial.commit2008-07-271-0/+399