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
/
api
/
public
Commit message (
Expand
)
Author
Age
Files
Lines
*
Roll DEPS for WebKit 50407:50416. Includes a fix for accessiblity bustage fr...
senorblanco@chromium.org
2009-11-02
1
-129
/
+132
*
Revert "Handle GTK enter and leave notification events and pass them to WebKi...
rafaelw@chromium.org
2009-11-02
1
-2
/
+0
*
Handle GTK enter and leave notification events and pass them to WebKit as
estade@chromium.org
2009-11-02
1
-0
/
+2
*
DevTools: report correct content length for resources.
yurys@google.com
2009-11-02
1
-1
/
+1
*
Remove WebCore dependency from accessibility_controller.
dglazkov@chromium.org
2009-11-02
1
-0
/
+49
*
DevTools: support cross-navigation instrumentation.
pfeldman@chromium.org
2009-11-02
2
-2
/
+5
*
Expose a method to access amount of memory used by the current process.
darin@chromium.org
2009-11-02
1
-0
/
+8
*
Revert "Eliminate mime_util dependency from WebFrameLoaderClient."
mhm@chromium.org
2009-11-01
1
-1
/
+0
*
Eliminate mime_util dependency from WebFrameLoaderClient.
mhm@chromium.org
2009-11-01
1
-0
/
+1
*
Change notification cmd line enabling to use the new RuntimeEnabledFeatures c...
johnnyg@chromium.org
2009-10-31
2
-1
/
+3
*
Fixed style nits.
atwilson@chromium.org
2009-10-30
3
-5
/
+5
*
Show status bubble for links that have keyboard focus.
estade@chromium.org
2009-10-30
1
-0
/
+3
*
Remove WebCore dependencies from accessibility_ui_element.
dglazkov@chromium.org
2009-10-30
2
-0
/
+138
*
Flesh out more of ChromiumBridge.cpp eliminating all but two methods on
darin@chromium.org
2009-10-30
1
-1
/
+6
*
Initial pass of shared workers renderer-side code
atwilson@chromium.org
2009-10-30
3
-0
/
+125
*
Some minor cleanup in WebBindings.{h,cpp}
darin@chromium.org
2009-10-30
1
-23
/
+23
*
Move various runtime enabled features into a WebRuntimeFeatures class.
darin@chromium.org
2009-10-30
2
-11
/
+65
*
Adds default implementations to WebFrameClient
yaar@chromium.org
2009-10-29
1
-44
/
+48
*
DevTools: Implement raw cookies access for inspector.
pfeldman@chromium.org
2009-10-29
2
-0
/
+81
*
DevTools: Remove base/ dependencies from glue/devtools
pfeldman@chromium.org
2009-10-28
2
-0
/
+123
*
Second attempt to swap processes on rel=noreferrer, target=blank links.
creis@chromium.org
2009-10-26
1
-0
/
+4
*
Adding the WebDatabase class, and the WebDatabaseObserver abstract
dumi@chromium.org
2009-10-23
3
-0
/
+137
*
Move SearchableFormData over to the WebKit API.
pkasting@chromium.org
2009-10-23
1
-0
/
+68
*
Introduce WebScriptController for script related methods.
mhm@chromium.org
2009-10-23
1
-19
/
+25
*
Adds support for the <keygen> tag for client certificate enrollment
wtc@chromium.org
2009-10-23
1
-0
/
+9
*
Add missing forward decl in WebSocketStreamHandleClient.h
ukai@chromium.org
2009-10-23
1
-0
/
+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
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-22
2
-18
/
+64
*
Revert 29747 - Switch over to the new way of enabling/disabling session/local...
nsylvain@chromium.org
2009-10-22
2
-4
/
+1
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-10-22
2
-1
/
+4
*
Trim unused members from SearchableFormData. Remove copies of WebCore functi...
pkasting@chromium.org
2009-10-21
1
-1
/
+1
*
TBR: darin
mhm@chromium.org
2009-10-21
2
-64
/
+18
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-21
2
-18
/
+64
*
Enable WebSocket in test_shell
ukai@chromium.org
2009-10-21
4
-0
/
+172
*
Add WebFrameClient::cancelledError to avoid a dependency on
darin@chromium.org
2009-10-20
1
-4
/
+10
*
Remove +x bit from files that shouldn't have it.
evan@chromium.org
2009-10-20
1
-0
/
+0
*
add enableWebSockets in WebKit API
ukai@chromium.org
2009-10-20
2
-1
/
+4
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
3
-20
/
+20
*
Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS.
tkent@chromium.org
2009-10-19
1
-0
/
+10
*
Move WebDevToolsAgent{Delegate} into the WebKit API.
darin@chromium.org
2009-10-17
5
-1
/
+143
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
2
-26
/
+67
*
Move autofill related WebView{Delegate} methods into the WebKit API.
darin@chromium.org
2009-10-16
2
-0
/
+30
*
Revert "Move scripting / v8 related methods out of WebKit.h"
tony@chromium.org
2009-10-16
2
-67
/
+26
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
2
-26
/
+67
*
Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.
dglazkov@chromium.org
2009-10-13
3
-0
/
+84
*
Fix another race condition on worker process shutdown that results in use-aft...
jam@chromium.org
2009-10-10
1
-0
/
+1
*
Use WebKit::WebVector instead of std::vector in WebKit::WebMediaPlayer
hclam@chromium.org
2009-10-09
1
-3
/
+3
*
Moving ShowContextMenu out of WebView_delegate and into WebViewClient
yaar@chromium.org
2009-10-09
2
-1
/
+123
*
Print the element path in TestWebViewDelegate::decidePolicyForNavigation()
tkent@chromium.org
2009-10-09
1
-0
/
+2
[next]