summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 15795: make the capslock indicator in password fields (on Mac) work.avi@chromium.org2009-07-231-0/+8
* Alt{Error,404}PageResourceFetcher cleanup.darin@chromium.org2009-07-239-184/+87
* None of these files need to include config.h any longer...so remove it.jorlow@chromium.org2009-07-2314-28/+2
* DevTools: print function source in eval selection requests.pfeldman@chromium.org2009-07-231-0/+3
* Fix a leak that only happens in layout test mode.tc@google.com2009-07-231-0/+2
* This CL fixes issue 17468 - Regression: Extra white rectangle showing when mo...xji@chromium.org2009-07-231-8/+10
* Fix NULL_RETURN defect found by Coverity.cmp@google.com2009-07-231-1/+5
* Changes to provide asynchronous read in data source:hclam@chromium.org2009-07-229-22/+1989
* Fix a FORWARD_NULL defect reported by Coverity.wtc@chromium.org2009-07-221-16/+16
* Make scrollbars and other controls tint/untint upon main window gainingthakis@chromium.org2009-07-224-0/+46
* Remove some bogus includes.darin@chromium.org2009-07-224-10/+4
* DevTools Profiler: hide code injected by DevTools.mnaganov@chromium.org2009-07-221-1/+10
* DevTools: Handle errors in evaluation response.pfeldman@chromium.org2009-07-221-5/+7
* This CL fixes issue 5996: Tooltip gets direction from Chrome langauge, not el...xji@chromium.org2009-07-222-2/+14
* Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_...ajwong@chromium.org2009-07-222-2/+2
* linux: add windowless plugin plumbingpiman@google.com2009-07-222-8/+10
* Creating a unique user-agent string for ChromeOS builds, so that metrics can ...evan@chromium.org2009-07-221-2/+9
* Fix another d&d crash that happens when the tab contentstc@google.com2009-07-211-3/+6
* DevTools: mute accidental refresh requests while on DevTools window.pfeldman@chromium.org2009-07-211-0/+13
* DevTools Profiler: small UI improvements.mnaganov@chromium.org2009-07-212-2/+36
* Enable DOM_STORAGE in our build. Put LocalStorage and SessionStorage behind ...jorlow@chromium.org2009-07-212-0/+6
* DevTools: Make splitters move while dragged over iframes.pfeldman@chromium.org2009-07-201-0/+23
* DevTools: remember variable tree expansion state while debugging.pfeldman@chromium.org2009-07-202-4/+24
* DevTools: Fix debugPrint to work via new Console API.pfeldman@chromium.org2009-07-201-1/+4
* DevTools: Use Chrome's colors for DevTools toolbar.pfeldman@chromium.org2009-07-201-0/+6
* DevTools: Disable dock action on Mac OS since it is not yet implemented.pfeldman@chromium.org2009-07-201-0/+3
* Reverting 21059.jorlow@chromium.org2009-07-182-6/+0
* Enable DOM_STORAGE in our build. Put LocalStorage and SessionStorage behind ...jorlow@chromium.org2009-07-182-0/+6
* Added reference counting to the Pipeline interface.scherkus@chromium.org2009-07-182-2/+2
* Spellcheck should not only work if the element is contentEditable, it should ...jparent@chromium.org2009-07-181-6/+4
* Fix a memory leak found by Valgrind.evan@chromium.org2009-07-181-6/+11
* Fix a crash in plugin handling. The code was destroying the passed-in cairo_t,brettw@chromium.org2009-07-171-1/+0
* Renamed FilterHost::Error() and Pipeline::GetTime() to more appropriate names.scherkus@chromium.org2009-07-172-3/+3
* Land Anton's change to cast from v8::Value to v8::Object beforeager@chromium.org2009-07-171-2/+4
* Reverting 20516 by re-landing this previous patch.brettw@chromium.org2009-07-171-10/+10
* linux: obey standard system paths for pluginsevan@chromium.org2009-07-171-3/+20
* Introduce WebLocalizedString and queryLocalizedString methodsdarin@chromium.org2009-07-176-202/+87
* Remove unintended addition of a forward delcaration for WebWidget.ajwong@chromium.org2009-07-171-1/+0
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-175-11/+105
* WebFrameImpl::GetSelection(): Replace NBSPs with spaces.estade@chromium.org2009-07-161-1/+7
* Enable isolated worlds for content scripts.abarth@chromium.org2009-07-163-4/+24
* Simplify window_open_disposition.cc since we only require conversion fromdarin@chromium.org2009-07-162-30/+15
* DevTools: Make 'toggle node search' mode work.pfeldman@chromium.org2009-07-165-10/+37
* Reverting 20855.darin@chromium.org2009-07-1619-618/+487
* Reverting 20854.darin@chromium.org2009-07-1619-487/+618
* Use WebWidget from the WebKit API. This change also makesdarin@chromium.org2009-07-1619-618/+487
* Avoid dereferencing uninitialized pointers.cevans@chromium.org2009-07-162-6/+49
* Adding callback support to media filter Initialize() and Seek().scherkus@chromium.org2009-07-162-12/+21
* Removed extraneous call to the now depreacted WebCore::parseURL().japhet@chromium.org2009-07-151-3/+2
* Reenable content script messaging test.mpcomplete@chromium.org2009-07-151-4/+0