summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-2/+2
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-081-3/+3
* Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.darin@chromium.org2009-10-071-6/+23
* Introduce WebKit::WebSecurityOrigin as a wrapper arounddarin@chromium.org2009-09-181-1/+1
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-151-1/+2
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-151-2/+1
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-141-1/+2
* Eliminate some methods.darin@chromium.org2009-09-111-3/+5
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-1/+8
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-18/+6
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-0/+3
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-191-1/+1
* Remove WebFrame::selectAll and WebFrame::clearSelection in favor of havingdarin@chromium.org2009-08-141-2/+0
* Restore the WebFrame::getPrintPageShrink() method originally added in rev 14639darin@chromium.org2009-08-131-0/+1
* Correct the order of the methods in webframe_impl.cc to match how they aredarin@chromium.org2009-08-101-19/+10
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-120/+101
* Move ClosePage method to WebView.darin@chromium.org2009-08-061-2/+0
* Move alternate 404 error page loading out of WebFrame and into RenderView.darin@chromium.org2009-08-041-3/+1
* Move alternate error page loading out of WebFrame.darin@chromium.org2009-08-021-15/+1
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-301-2/+4
* Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.abarth@chromium.org2009-07-301-1/+1
* Alt{Error,404}PageResourceFetcher cleanup.darin@chromium.org2009-07-231-0/+5
* Enable isolated worlds for content scripts.abarth@chromium.org2009-07-161-0/+2
* Modify ResourceFetcher to use WebURLLoader instead of ResourceHandle.darin@chromium.org2009-07-071-4/+8
* Add Reload and LoadData methods to WebFrame. LoadData replacesdarin@chromium.org2009-07-011-23/+22
* Modify printing methods on WebFrame to be more inline with the versiondarin@chromium.org2009-06-301-5/+3
* Add notifications for when V8Proxy creates or destroys a V8 Context.mpcomplete@chromium.org2009-06-261-0/+6
* Remove WebFrame::CaptureImage in favor of having consumers call Layoutdarin@chromium.org2009-06-261-2/+0
* Remove unused / obsolete AppCache code from WebFrame.darin@chromium.org2009-06-261-9/+0
* Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.darin@chromium.org2009-06-251-4/+3
* Some cleanup around WebCore EditCommands:jeremy@chromium.org2009-06-231-2/+2
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-191-2/+0
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-181-0/+2
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-181-10/+7
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-1/+1
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+1
* Add functions to glue to get the full html of the page and also to check if t...sverrir@google.com2009-06-021-0/+2
* Remove the HistoryState property of WebRequest.darin@chromium.org2009-05-221-0/+2
* Remove a field that is now unused. This was made obsoletedarin@chromium.org2009-05-211-5/+0
* Move ExtraData from WebRequest to WebDataSource.darin@chromium.org2009-05-211-4/+0
* Re-do r15244 again.darin@chromium.org2009-05-131-7/+0
* Revert r15940 again. Unexpected layout test failures :(darin@chromium.org2009-05-131-0/+7
* Re-do r15244 again.darin@chromium.org2009-05-131-7/+0
* There are cases where a Frame may outlive its associated Page. Get thedarin@chromium.org2009-05-061-6/+1
* Revert r15278. More unexpected test failures :(darin@chromium.org2009-05-051-0/+7
* Re-do r15244: Fix crash in ~TestWebViewDelegate caused bydarin@chromium.org2009-05-051-7/+0
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-041-1/+0
* Revert r15244. Failed tests :(darin@chromium.org2009-05-041-0/+7
* Eliminate webkit/glue/webhistoryitem* in favor of adding adarin@chromium.org2009-05-041-7/+0
* Rev 12100 changed the way that we spool and render printed output, most notablymaruel@chromium.org2009-04-271-0/+1