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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanup in glue to remove some remaining base dependencies.
darin@chromium.org
2009-10-26
1
-12
/
+4
*
Second attempt to swap processes on rel=noreferrer, target=blank links.
creis@chromium.org
2009-10-26
1
-0
/
+4
*
Replace MessageLoop+ScopedRunnableMethodFactory with WebCore::Timer+Vector
darin@chromium.org
2009-10-26
1
-20
/
+66
*
Create a PasswordAutocompleteListener interface to de-couple WebView
darin@chromium.org
2009-10-23
1
-3
/
+4
*
Moved castToHTMLXXXElement and getNameForInputElement to DOMUtilitiesPrivate.
yaar@chromium.org
2009-10-22
1
-3
/
+2
*
Reverting 29783.
johnnyg@chromium.org
2009-10-22
1
-4
/
+0
*
Swaps renderer processes on links with rel=noreferrer and target=_blank.
creis@google.com
2009-10-22
1
-0
/
+4
*
Cleanup in webkit/glue to remove some dependencies.
darin@chromium.org
2009-10-22
1
-122
/
+87
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
1
-0
/
+1
*
Build fix.
abarth@chromium.org
2009-10-10
1
-1
/
+1
*
Roll WebKit to 49413.
abarth@chromium.org
2009-10-10
1
-6
/
+6
*
Roll WebKit ro r49372
hclam@chromium.org
2009-10-09
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
-12
/
+16
*
Webkit roll: 49206:49213.
jparent@chromium.org
2009-10-07
1
-1
/
+1
*
More WebView / WebViewDelegate cleanup.
darin@chromium.org
2009-10-03
1
-11
/
+7
*
Roll to webkit r48994.
atwilson@chromium.org
2009-10-02
1
-1
/
+1
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
1
-25
/
+15
*
Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.h
mal@chromium.org
2009-10-01
1
-3
/
+5
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
1
-5
/
+3
*
Fix cmd-up/cmd-down.
thakis@chromium.org
2009-09-29
1
-2
/
+17
*
Introduce WebKit::WebSecurityOrigin as a wrapper around
darin@chromium.org
2009-09-18
1
-7
/
+8
*
ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...
finnur@chromium.org
2009-09-15
1
-2
/
+18
*
Revert change 26184, 26181 and 26178 to fix
nsylvain@chromium.org
2009-09-15
1
-18
/
+2
*
ExtensionShelf now uses the BookmarkExtensionBackground, just like the Bookma...
finnur@chromium.org
2009-09-14
1
-2
/
+18
*
Tries to avoid unnecessary layout
jamesr@chromium.org
2009-09-14
1
-6
/
+1
*
Eliminate some methods.
darin@chromium.org
2009-09-11
1
-3
/
+3
*
Hook up WebFrameClient, replacing many WebViewDelegate methods.
darin@chromium.org
2009-09-10
1
-14
/
+19
*
Adds support for the os x spelling panel to chromium. Users can
pinkerton@chromium.org
2009-09-09
1
-0
/
+6
*
Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but
benl@chromium.org
2009-09-07
1
-1
/
+1
*
Implement layoutTestController.display() method.
dglazkov@chromium.org
2009-09-04
1
-0
/
+3
*
Roll WebKit revision 48001.
michaeln@google.com
2009-09-03
1
-1
/
+1
*
More refactoring for WebPlugin.
darin@chromium.org
2009-08-27
1
-3
/
+3
*
More removal of WebCore usage from webplugin_impl.cc
darin@chromium.org
2009-08-21
1
-0
/
+23
*
Change WebCanvas to be a CGContext on Mac.
darin@chromium.org
2009-08-19
1
-7
/
+7
*
Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having
darin@chromium.org
2009-08-14
1
-13
/
+2
*
Restore the WebFrame::getPrintPageShrink() method originally added in rev 14639
darin@chromium.org
2009-08-13
1
-0
/
+10
*
Correct the order of the methods in webframe_impl.cc to match how they are
darin@chromium.org
2009-08-10
1
-799
/
+799
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
1
-251
/
+294
*
Move ClosePage method to WebView.
darin@chromium.org
2009-08-06
1
-6
/
+0
*
Move alternate 404 error page loading out of WebFrame and into RenderView.
darin@chromium.org
2009-08-04
1
-18
/
+17
*
Move alternate error page loading out of WebFrame.
darin@chromium.org
2009-08-02
1
-41
/
+6
*
Add a WebKit API that registers a V8 extension to be loaded into content
mpcomplete@chromium.org
2009-07-30
1
-4
/
+6
*
Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.
abarth@chromium.org
2009-07-30
1
-2
/
+2
*
Alt{Error,404}PageResourceFetcher cleanup.
darin@chromium.org
2009-07-23
1
-1
/
+13
*
Introduce WebLocalizedString and queryLocalizedString methods
darin@chromium.org
2009-07-17
1
-0
/
+1
*
WebFrameImpl::GetSelection(): Replace NBSPs with spaces.
estade@chromium.org
2009-07-16
1
-1
/
+7
*
Enable isolated worlds for content scripts.
abarth@chromium.org
2009-07-16
1
-4
/
+15
*
Roll WebKit DEPS from 45738 to 45840.
dimich@google.com
2009-07-14
1
-2
/
+3
*
Enables find in page match counts on Mac.
rohitrao@chromium.org
2009-07-10
1
-9
/
+0
[next]