summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webframe_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Roll to webkit r48994.atwilson@chromium.org2009-10-021-1/+1
* Move various methods from glue/webview.h to api/public/WebView.h darin@chromium.org2009-10-011-25/+15
* Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.hmal@chromium.org2009-10-011-3/+5
* Move various methods from glue/webview.h to api/public/WebView.hdarin@chromium.org2009-10-011-5/+3
* Fix cmd-up/cmd-down.thakis@chromium.org2009-09-291-2/+17
* Introduce WebKit::WebSecurityOrigin as a wrapper arounddarin@chromium.org2009-09-181-7/+8
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-151-2/+18
* Revert change 26184, 26181 and 26178 to fixnsylvain@chromium.org2009-09-151-18/+2
* ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...finnur@chromium.org2009-09-141-2/+18
* Tries to avoid unnecessary layoutjamesr@chromium.org2009-09-141-6/+1
* Eliminate some methods.darin@chromium.org2009-09-111-3/+3
* Hook up WebFrameClient, replacing many WebViewDelegate methods.darin@chromium.org2009-09-101-14/+19
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-0/+6
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-071-1/+1
* Implement layoutTestController.display() method.dglazkov@chromium.org2009-09-041-0/+3
* Roll WebKit revision 48001.michaeln@google.com2009-09-031-1/+1
* More refactoring for WebPlugin.darin@chromium.org2009-08-271-3/+3
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-0/+23
* Change WebCanvas to be a CGContext on Mac.darin@chromium.org2009-08-191-7/+7
* Remove WebFrame::selectAll and WebFrame::clearSelection in favor of havingdarin@chromium.org2009-08-141-13/+2
* Restore the WebFrame::getPrintPageShrink() method originally added in rev 14639darin@chromium.org2009-08-131-0/+10
* Correct the order of the methods in webframe_impl.cc to match how they aredarin@chromium.org2009-08-101-799/+799
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-251/+294
* Move ClosePage method to WebView.darin@chromium.org2009-08-061-6/+0
* Move alternate 404 error page loading out of WebFrame and into RenderView.darin@chromium.org2009-08-041-18/+17
* Move alternate error page loading out of WebFrame.darin@chromium.org2009-08-021-41/+6
* Add a WebKit API that registers a V8 extension to be loaded into contentmpcomplete@chromium.org2009-07-301-4/+6
* Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.abarth@chromium.org2009-07-301-2/+2
* Alt{Error,404}PageResourceFetcher cleanup.darin@chromium.org2009-07-231-1/+13
* Introduce WebLocalizedString and queryLocalizedString methodsdarin@chromium.org2009-07-171-0/+1
* WebFrameImpl::GetSelection(): Replace NBSPs with spaces.estade@chromium.org2009-07-161-1/+7
* Enable isolated worlds for content scripts.abarth@chromium.org2009-07-161-4/+15
* Roll WebKit DEPS from 45738 to 45840.dimich@google.com2009-07-141-2/+3
* Enables find in page match counts on Mac.rohitrao@chromium.org2009-07-101-9/+0
* Revert unintentional change.abarth@chromium.org2009-07-091-5/+4
* Roll WebKit DEPSabarth@chromium.org2009-07-091-4/+5
* Modify ResourceFetcher to use WebURLLoader instead of ResourceHandle.darin@chromium.org2009-07-071-1/+11
* We used to store/restore the frame and node that were focused last when a age...jcampan@chromium.org2009-07-031-4/+0
* Add Reload and LoadData methods to WebFrame. LoadData replacesdarin@chromium.org2009-07-011-104/+88
* Modify printing methods on WebFrame to be more inline with the versiondarin@chromium.org2009-06-301-19/+7
* Delete V8Proxy and V8Utilities and use upstreamed versions.japhet@chromium.org2009-06-291-1/+1
* Reverting 19489,19488.japhet@chromium.org2009-06-291-1/+1
* Somehow missed a file in the original patch. Doh.japhet@chromium.org2009-06-291-1/+1
* Add notifications for when V8Proxy creates or destroys a V8 Context.mpcomplete@chromium.org2009-06-261-0/+11
* Remove WebFrame::CaptureImage in favor of having consumers call Layoutdarin@chromium.org2009-06-261-35/+0
* Remove unused / obsolete AppCache code from WebFrame.darin@chromium.org2009-06-261-36/+1
* Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.darin@chromium.org2009-06-251-25/+11
* Run content scripts in their own isolated world. Hidden behind the --isolate...abarth@chromium.org2009-06-251-1/+6
* Don't disable view-source mode on cancellation. On error, we should turn offbrettw@chromium.org2009-06-251-3/+0
* Some cleanup around WebCore EditCommands:jeremy@chromium.org2009-06-231-2/+2