summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Allow <video> to read from a data URI. Data URI is now handledhclam@chromium.org2009-10-235-62/+131
* Moved castToHTMLXXXElement and getNameForInputElement to DOMUtilitiesPrivate.yaar@chromium.org2009-10-227-76/+16
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-2/+7
* Optimize memory usage in MultipartResponseDelegate by not usingtony@chromium.org2009-10-221-3/+3
* Move ContextMenuClientImpl to api/srcyaar@chromium.org2009-10-223-336/+3
* Fix renderer hang if plugin process crashes while initializing a plugin.jam@chromium.org2009-10-221-0/+2
* Fix painting issue in Reader 9.2.jam@chromium.org2009-10-221-0/+3
* Reverting 29783.johnnyg@chromium.org2009-10-222-5/+0
* Swaps renderer processes on links with rel=noreferrer and target=_blank.creis@google.com2009-10-222-0/+5
* Cleanup in webkit/glue to remove some dependencies.darin@chromium.org2009-10-2218-318/+238
* Remove a glue dependency in preparation for moving contents to WebKit API land.pkasting@chromium.org2009-10-221-14/+17
* Use the existing ProfileTypes extensibility to plug in heap snapshotsapavlov@chromium.org2009-10-221-88/+31
* Make WebSocketStreamHandleBridge RefCountedThreadSafe.ukai@chromium.org2009-10-222-7/+8
* Fix lifetime management of WebSocketStreamhandleImpl::Context and WebSocketSt...ukai@chromium.org2009-10-221-7/+34
* Revert 29747 - Switch over to the new way of enabling/disabling session/local...nsylvain@chromium.org2009-10-222-0/+3
* Do not lower our ready state if the media resource is completely loaded.scherkus@chromium.org2009-10-221-1/+5
* Switch over to the new way of enabling/disabling session/local storage.jorlow@chromium.org2009-10-222-3/+0
* Implemented WebMediaPlayerImpl::hasSingleSecurityOrigin().scherkus@chromium.org2009-10-211-2/+4
* Shorten searchable_form_data.cc more. Use early return/continue to flatten i...pkasting@chromium.org2009-10-211-132/+105
* Trim unused members from SearchableFormData. Remove copies of WebCore functi...pkasting@chromium.org2009-10-213-183/+84
* [Mac] Call setIsActive() when changing focus in layout test mode.rohitrao@chromium.org2009-10-211-6/+3
* Modify the factory method name to follow WebKitapavlov@chromium.org2009-10-211-2/+2
* Enable WebSocket in test_shellukai@chromium.org2009-10-216-0/+274
* DevTools: test that content scripts are visible in the debugger scripts listyurys@google.com2009-10-211-8/+38
* Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...jhawkins@chromium.org2009-10-203-25/+24
* Revert "Temporarily adding blank line to webkit_resources.grd."scherkus@chromium.org2009-10-201-1/+0
* Temporarily adding blank line to webkit_resources.grd.scherkus@chromium.org2009-10-201-0/+1
* Add WebFrameClient::cancelledError to avoid a dependency ondarin@chromium.org2009-10-202-9/+26
* Convert some structures in webkit/glue to string16.darin@chromium.org2009-10-209-75/+69
* Blacklist some non-functional plugins on the Macstuartmorgan@chromium.org2009-10-201-2/+8
* add enableWebSockets in WebKit APIukai@chromium.org2009-10-202-3/+0
* Moved Node/ElementToHTMLInputElement from glue/dom_utilities into src/DOMUtil...yaar@chromium.org2009-10-204-29/+9
* Neither of the hit tests in WebViewImpl worked if the page had scrolled. Thi...vandebo@chromium.org2009-10-191-2/+4
* Deprecate PathService::Get(..., wstring*) and use FilePath instead.evan@chromium.org2009-10-191-3/+5
* Removed webkit_glue::FillFormToUploadFile from dom_operations.yaar@chromium.org2009-10-192-124/+1
* Convert the spellchecker and associated messages and functions to use string16brettw@chromium.org2009-10-191-3/+3
* New volume mute images for video controlshclam@chromium.org2009-10-193-0/+0
* Prepare heap profiler for WebKit profiles panel UI-related refactoringapavlov@chromium.org2009-10-191-0/+12
* DevTools: show diffs of retainers count between heap snapshots.mnaganov@chromium.org2009-10-192-122/+137
* DevTools: allow expanding constructor propertyyurys@google.com2009-10-192-68/+83
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-1939-208/+133
* Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS.tkent@chromium.org2009-10-192-9/+20
* Moved Pepper delegate definition to chrome\renderer to allow it to usesehr@google.com2009-10-178-581/+34
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-1713-228/+76
* Set os_error to net::ERR_ABORTED instead of 0 or net::ERR_FAILED whenwtc@chromium.org2009-10-171-0/+1
* Convert devtools interfaces over to using WebString.darin@chromium.org2009-10-1617-183/+199
* Fix heap profiler after a WebKit roll.apavlov@chromium.org2009-10-162-9/+42
* Kill WebViewDelegate::WasOpenedByUserGesture, and instead havedarin@chromium.org2009-10-163-10/+3
* Move autofill related WebView{Delegate} methods into the WebKit API.darin@chromium.org2009-10-1610-145/+132
* Fix build bustage of 29235hclam@chromium.org2009-10-161-1/+1