summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* A fix for Issue 2673 in chromium: "Flash: IME not available".hbono@chromium.org2008-10-152-2/+30
* Rename various text zoom related stuff to be more generic, since we now canbrettw@google.com2008-10-143-28/+40
* Convert CaptureImage to a single method with lots of ifdefs.tc@google.com2008-10-141-36/+9
* Fix a bug where if we converted a std::string into a WebCore::String,brettw@google.com2008-10-142-6/+17
* Start compiling webview_impl.cc.erg@google.com2008-10-141-1/+1
* get webframe_impl.cc to compile on linuxtc@google.com2008-10-143-19/+36
* Fix spelling.erg@google.com2008-10-141-1/+7
* Revert "wrap HMODULE with ifdefs for right now to compile on linux"erg@google.com2008-10-141-7/+1
* Make zomm do full page zoom instead of just text zoom.brettw@google.com2008-10-141-3/+3
* wrap HMODULE with ifdefs for right now to compile on linuxerg@google.com2008-10-141-1/+7
* Fix one of icefox's patchs which broke under windows by adding the header whi...erg@google.com2008-10-141-6/+10
* Revert "Wrap cursor calls with windows ifdef as cursor support only works on ...erg@google.com2008-10-141-9/+6
* Wrap cursor calls with windows ifdef as cursor support only works on windows ...erg@google.com2008-10-141-6/+9
* Replace pragma with MSVC macroserg@google.com2008-10-143-5/+8
* build more glue on linuxtc@google.com2008-10-142-5/+8
* GCC 4.3 fixestc@google.com2008-10-135-7/+0
* This fixes a regression introduced by my fix for http://code.google.com/p/chr...ananta@chromium.org2008-10-131-1/+1
* Remove unused variable (warnings are compile errors)erg@google.com2008-10-131-3/+2
* This fixes http://code.google.com/p/chromium/issues/detail?id=2846, which is ...ananta@chromium.org2008-10-103-6/+29
* Implement CaptureImage on the Macamanda@chromium.org2008-10-101-1/+17
* Add a support to NPN_PostUrl[Notify] using filesjoshia@google.com2008-10-101-34/+82
* Add stacking_order_iterator.cc to the SCons build.sgk@google.com2008-10-101-0/+1
* Get more of glue/ compiling.erg@google.com2008-10-102-23/+21
* Remove unused variable (warnings are errors)erg@google.com2008-10-092-2/+1
* Implement ScrollView::inWindow by plumbing through RenderWidget::is_hidden to...jam@chromium.org2008-10-095-0/+18
* Add stub constructors to compile on Linux and remove warning for switch cases...erg@google.com2008-10-092-2/+9
* Fix build (Icefox's patch used WebKit ifdefs instead of Chromium ones).erg@google.com2008-10-091-1/+1
* Fix build (Icefox's patch used WebKit ifdefs instead of Chromium ones).erg@google.com2008-10-092-5/+5
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-099-33/+342
* Wrap Windows functions with ifdef so they are only compiled on windowserg@google.com2008-10-093-5/+10
* Keep the order of variables the sameerg@google.com2008-10-091-15/+14
* Look for Adobe Acrobat as well.jam@chromium.org2008-10-091-4/+8
* Fix videos stopping playing. Only send an invalidate to the renderer if it's...jam@chromium.org2008-10-091-0/+1
* WebKit merge hits the SCons build, the sequel:sgk@google.com2008-10-091-0/+1
* Linux build fix: wchar_t is different on different platforms, use the char16 ...erg@google.com2008-10-093-5/+5
* KJS::Lock constructor now takes a bool. Fix 1 build error!ojan@google.com2008-10-091-1/+1
* Compile fix on Linuxerg@google.com2008-10-092-6/+8
* Porting changes in webkit/glue/plugins/testevanm@google.com2008-10-093-29/+40
* remove unneeded webkit_glue:: and wrap windows functions in ifdefserg@google.com2008-10-082-11/+13
* Remove include to file that does not exist and sign comparison compiler warning.erg@google.com2008-10-082-3/+2
* Comparison between signed and unsignederg@google.com2008-10-082-2/+2
* Remove unused static functionerg@google.com2008-10-082-13/+2
* base/logging.h defines LOG when webkit is about to so undef iterg@google.com2008-10-082-2/+3
* Use Skia on Linux alsoerg@google.com2008-10-082-4/+4
* Update strings.tc@google.com2008-10-081-1/+1
* Fix for a memory leak.jcampan@chromium.org2008-10-081-3/+3
* Merge in InspectorController changes. Get rid of all theojan@google.com2008-10-071-1/+1
* Fix ResourceHandle leak.erg@google.com2008-10-061-3/+3
* Update localized_strings.cc post-mergejeremy@chromium.org2008-10-061-1/+3
* Fix LayoutTests/fast/loader/xmlhttprequest-missing-file-exception.htmldarin@chromium.org2008-10-051-3/+5