summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a DocumentLoader leak by switching from using new to atc@google.com2008-10-034-8/+17
* We need to layout child frames too!darin@chromium.org2008-10-031-0/+5
* putting the ifdef back the way it needs to be for mac until we can upstream o...pinkerton@google.com2008-10-021-1/+4
* Linux compile fixerg@google.com2008-10-021-2/+2
* port a webkit plugin test to non-win32estade@chromium.org2008-10-022-9/+5
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-0145-445/+388
* Add the new *accessibility*.cc source files to the SCons build.sgk@google.com2008-10-011-0/+1
* Fix painting problem with transparent plugins because plugins were ignoring t...jam@chromium.org2008-10-017-163/+35
* This fixes http://code.google.com/p/chromium/issues/detail?id=2803, whichiyengar@google.com2008-10-011-6/+5
* Adds MSAA/IAccessible exposure of web content.klink@chromium.org2008-09-302-0/+349
* On the Mac, extract the CGContextRef to pass down to WebCore, since a blindamanda@chromium.org2008-09-301-2/+6
* fix mac/linux builddarin@google.com2008-09-291-2/+2
* webkit side of adding a command line switch for fastback.darin@google.com2008-09-292-1/+4
* Disable alternate error pages on frames and iframes. This istc@google.com2008-09-291-3/+4
* Fix bug 455: Active match in Find is not selected and links are not focused a...finnur@google.com2008-09-263-9/+62