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
*
This change adds a new "generic" theme to the Windows implementation of
dpranke@google.com
2009-09-14
1
-5
/
+8
*
Fix some mixed content layout tests.
darin@chromium.org
2009-09-14
1
-0
/
+10
*
Linux focus ring color: Go through WebKit::WebColor api rather than through t...
estade@chromium.org
2009-09-11
1
-4
/
+4
*
Eliminate some methods.
darin@chromium.org
2009-09-11
1
-7
/
+0
*
Modify our webkit code to make sure it does not call into
nsylvain@chromium.org
2009-09-11
1
-1
/
+4
*
Get rid of the half-working traces of locking, caching, and quotas. It
jorlow@chromium.org
2009-09-11
1
-13
/
+1
*
Buffered time ranges for <video>
hclam@chromium.org
2009-09-10
1
-1
/
+12
*
Hook up WebFrameClient::didUpdateCurrentHistoryItem
darin@chromium.org
2009-09-10
1
-2
/
+1
*
Hook up WebFrameClient, replacing many WebViewDelegate methods.
darin@chromium.org
2009-09-10
2
-11
/
+41
*
Roll webkit deps 48155:48185 and remove a couple of passing tests from test_e...
japhet@chromium.org
2009-09-08
2
-12
/
+13
*
* Add appCacheManifestUrl data member to WebURLResponse, and use it to detect...
michaeln@google.com
2009-09-08
2
-3
/
+6
*
Plumb the DragOperation through all the layers between the platform Drag-n-dr...
snej@chromium.org
2009-09-08
1
-0
/
+59
*
Hook up WebEditingClient.
darin@chromium.org
2009-09-04
3
-32
/
+29
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
4
-3
/
+67
*
New WebKit API interfaces for desktop notifications.
johnnyg@google.com
2009-09-01
4
-0
/
+233
*
Chromium side patch for DB support on Linux.
dumi@chromium.org
2009-08-28
1
-3
/
+4
*
Revert "Fix a ton of compiler warnings."
tony@chromium.org
2009-08-28
1
-3
/
+0
*
Fix a ton of compiler warnings.
estade@chromium.org
2009-08-28
1
-0
/
+3
*
More refactoring for WebPlugin.
darin@chromium.org
2009-08-27
2
-0
/
+26
*
Add a nullable string16 class to base. It combines a string16 + a null param
jorlow@chromium.org
2009-08-27
1
-0
/
+26
*
Add WebKit api support for allowing/disallowing stored
levin@chromium.org
2009-08-26
1
-0
/
+8
*
First half of updating Worker.postMessage(), DOMWindow.postMessage(), and
jorlow@chromium.org
2009-08-26
4
-12
/
+15
*
Add isVisible parameter to WebPlugin::updateGeometry.
darin@chromium.org
2009-08-26
1
-1
/
+1
*
Re-land r23931: Plumb whiteListAccessFromOrigin() through
aa@chromium.org
2009-08-21
1
-0
/
+8
*
More removal of WebCore usage from webplugin_impl.cc
darin@chromium.org
2009-08-21
1
-0
/
+13
*
Reverting 23931.
dimich@google.com
2009-08-21
1
-8
/
+0
*
Plumb whiteListAccessFromOrigin() through Chromium's WebKit API
aa@chromium.org
2009-08-21
1
-0
/
+8
*
Remove WebPluginImpl::element_
darin@chromium.org
2009-08-20
1
-0
/
+6
*
Add WebPlugin::acceptsInputEvents method.
darin@chromium.org
2009-08-20
1
-0
/
+1
*
Move WebPluginContainer into the WebKit API
darin@chromium.org
2009-08-20
2
-0
/
+123
*
Change WebCanvas to be a CGContext on Mac.
darin@chromium.org
2009-08-19
1
-6
/
+14
*
Finished implementation of hasAudio() to detect media without playback audio ...
scherkus@chromium.org
2009-08-18
1
-1
/
+2
*
A WebApplicationCacheHost api change allow 'foreign' entries to restart the c...
michaeln@google.com
2009-08-18
1
-2
/
+4
*
Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having
darin@chromium.org
2009-08-14
1
-3
/
+3
*
Restore the WebFrame::getPrintPageShrink() method originally added in rev 14639
darin@chromium.org
2009-08-13
1
-0
/
+5
*
Appcache related WebKit API additions. With this patch the compile-time flag ...
michaeln@google.com
2009-08-12
3
-0
/
+155
*
Adds a command line switch to enable the appcache, and plumb the switch throu...
michaeln@google.com
2009-08-12
1
-0
/
+1
*
Add protected destructors to interface types that should only be deleted via a
darin@chromium.org
2009-08-11
14
-12
/
+44
*
Linux: Make SandboxIPCProcess not be a WebKitClient
agl@chromium.org
2009-08-11
1
-2
/
+2
*
Remove obsolete and unused WebPreferences header.
darin@chromium.org
2009-08-11
1
-94
/
+0
*
Remove all direct calls to NPN_ functions in WebCore. The replacement for th...
jorlow@chromium.org
2009-08-11
1
-0
/
+3
*
The spec for ____storage.key() changed. Now, instead of raising an exception...
jorlow@chromium.org
2009-08-11
1
-4
/
+3
*
Add some helper methods for constructing a WebCString from UTF16 input,
darin@chromium.org
2009-08-11
2
-4
/
+16
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
3
-63
/
+237
*
Create a WebSettings interface that can be used for code outside of WebKit/We...
jorlow@chromium.org
2009-08-08
1
-0
/
+88
*
Add implicit AtomicString conversion to WebString. Get rid of a couple expli...
jorlow@chromium.org
2009-08-08
1
-4
/
+7
*
Add CSS Keyword values and conversion routines to webkit glue.
jeremy@chromium.org
2009-08-07
2
-0
/
+77
*
Enable message ports for workers.
jam@chromium.org
2009-08-06
2
-5
/
+9
*
Fix a bunch of layout tests related to dumpResourceLoadCallbacks.
darin@chromium.org
2009-08-06
2
-2
/
+2
*
This CL is doing a bunch of Misc work to make LocalStorage data persist.
jorlow@chromium.org
2009-08-05
1
-20
/
+43
[next]