index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
glue
/
webframe_impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
1
-2
/
+2
*
Make all content scripts from an extension run in the same
aa@chromium.org
2009-10-08
1
-3
/
+3
*
Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.
darin@chromium.org
2009-10-07
1
-6
/
+23
*
Introduce WebKit::WebSecurityOrigin as a wrapper around
darin@chromium.org
2009-09-18
1
-1
/
+1
*
ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...
finnur@chromium.org
2009-09-15
1
-1
/
+2
*
Revert change 26184, 26181 and 26178 to fix
nsylvain@chromium.org
2009-09-15
1
-2
/
+1
*
ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...
finnur@chromium.org
2009-09-14
1
-1
/
+2
*
Eliminate some methods.
darin@chromium.org
2009-09-11
1
-3
/
+5
*
Hook up WebFrameClient, replacing many WebViewDelegate methods.
darin@chromium.org
2009-09-10
1
-1
/
+8
*
More refactoring for WebPlugin.
darin@chromium.org
2009-08-27
1
-18
/
+6
*
More removal of WebCore usage from webplugin_impl.cc
darin@chromium.org
2009-08-21
1
-0
/
+3
*
Change WebCanvas to be a CGContext on Mac.
darin@chromium.org
2009-08-19
1
-1
/
+1
*
Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having
darin@chromium.org
2009-08-14
1
-2
/
+0
*
Restore the WebFrame::getPrintPageShrink() method originally added in rev 14639
darin@chromium.org
2009-08-13
1
-0
/
+1
*
Correct the order of the methods in webframe_impl.cc to match how they are
darin@chromium.org
2009-08-10
1
-19
/
+10
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
1
-120
/
+101
*
Move ClosePage method to WebView.
darin@chromium.org
2009-08-06
1
-2
/
+0
*
Move alternate 404 error page loading out of WebFrame and into RenderView.
darin@chromium.org
2009-08-04
1
-3
/
+1
*
Move alternate error page loading out of WebFrame.
darin@chromium.org
2009-08-02
1
-15
/
+1
*
Add a WebKit API that registers a V8 extension to be loaded into content
mpcomplete@chromium.org
2009-07-30
1
-2
/
+4
*
Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.
abarth@chromium.org
2009-07-30
1
-1
/
+1
*
Alt{Error,404}PageResourceFetcher cleanup.
darin@chromium.org
2009-07-23
1
-0
/
+5
*
Enable isolated worlds for content scripts.
abarth@chromium.org
2009-07-16
1
-0
/
+2
*
Modify ResourceFetcher to use WebURLLoader instead of ResourceHandle.
darin@chromium.org
2009-07-07
1
-4
/
+8
*
Add Reload and LoadData methods to WebFrame. LoadData replaces
darin@chromium.org
2009-07-01
1
-23
/
+22
*
Modify printing methods on WebFrame to be more inline with the version
darin@chromium.org
2009-06-30
1
-5
/
+3
*
Add notifications for when V8Proxy creates or destroys a V8 Context.
mpcomplete@chromium.org
2009-06-26
1
-0
/
+6
*
Remove WebFrame::CaptureImage in favor of having consumers call Layout
darin@chromium.org
2009-06-26
1
-2
/
+0
*
Remove unused / obsolete AppCache code from WebFrame.
darin@chromium.org
2009-06-26
1
-9
/
+0
*
Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame.
darin@chromium.org
2009-06-25
1
-4
/
+3
*
Some cleanup around WebCore EditCommands:
jeremy@chromium.org
2009-06-23
1
-2
/
+2
*
Revert 18765 to try to repair perf regression
jar@chromium.org
2009-06-19
1
-2
/
+0
*
Send port-closed notification when a frame with ports unloads.
mpcomplete@google.com
2009-06-18
1
-0
/
+2
*
Delete files from webkit/glue that have been made obsolete by corresponding
darin@chromium.org
2009-06-18
1
-10
/
+7
*
Extract form related classes from the guts of WebFrameImpl.
darin@chromium.org
2009-06-15
1
-1
/
+1
*
Refactor the PlatformContext layer to have only one class.
brettw@chromium.org
2009-06-14
1
-1
/
+1
*
Add functions to glue to get the full html of the page and also to check if t...
sverrir@google.com
2009-06-02
1
-0
/
+2
*
Remove the HistoryState property of WebRequest.
darin@chromium.org
2009-05-22
1
-0
/
+2
*
Remove a field that is now unused. This was made obsolete
darin@chromium.org
2009-05-21
1
-5
/
+0
*
Move ExtraData from WebRequest to WebDataSource.
darin@chromium.org
2009-05-21
1
-4
/
+0
*
Re-do r15244 again.
darin@chromium.org
2009-05-13
1
-7
/
+0
*
Revert r15940 again. Unexpected layout test failures :(
darin@chromium.org
2009-05-13
1
-0
/
+7
*
Re-do r15244 again.
darin@chromium.org
2009-05-13
1
-7
/
+0
*
There are cases where a Frame may outlive its associated Page. Get the
darin@chromium.org
2009-05-06
1
-6
/
+1
*
Revert r15278. More unexpected test failures :(
darin@chromium.org
2009-05-05
1
-0
/
+7
*
Re-do r15244: Fix crash in ~TestWebViewDelegate caused by
darin@chromium.org
2009-05-05
1
-7
/
+0
*
Fix bug 9812: Remove current RSS code in favor of new more generalized
finnur@chromium.org
2009-05-04
1
-1
/
+0
*
Revert r15244. Failed tests :(
darin@chromium.org
2009-05-04
1
-0
/
+7
*
Eliminate webkit/glue/webhistoryitem* in favor of adding a
darin@chromium.org
2009-05-04
1
-7
/
+0
*
Rev 12100 changed the way that we spool and render printed output, most notably
maruel@chromium.org
2009-04-27
1
-0
/
+1
[next]