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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a compilation warning in WebMediaPlayerCliemtImpl
hclam@chromium.org
2009-09-04
1
-0
/
+1
*
Hook up WebEditingClient.
darin@chromium.org
2009-09-04
4
-32
/
+85
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
6
-17
/
+92
*
Fixes crash when switching to new tabs containing audio/video elements.
scherkus@chromium.org
2009-09-02
1
-1
/
+4
*
Fix two issues with the plugin installer.
jam@chromium.org
2009-09-01
1
-1
/
+1
*
New WebKit API interfaces for desktop notifications.
johnnyg@google.com
2009-09-01
7
-0
/
+547
*
Pull in webkit revision 47912. This involves a build fix matching
ojan@google.com
2009-09-01
3
-3
/
+3
*
Chromium side patch for DB support on Linux.
dumi@chromium.org
2009-08-28
2
-7
/
+8
*
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
*
Fix a crash that the reliability bots caught.
darin@chromium.org
2009-08-27
1
-2
/
+6
*
More refactoring for WebPlugin.
darin@chromium.org
2009-08-27
8
-0
/
+495
*
Add a nullable string16 class to base. It combines a string16 + a null param
jorlow@chromium.org
2009-08-27
1
-0
/
+26
*
Fix build break.
levin@chromium.org
2009-08-26
1
-2
/
+2
*
Add WebKit api support for allowing/disallowing stored
levin@chromium.org
2009-08-26
4
-2
/
+39
*
First half of updating Worker.postMessage(), DOMWindow.postMessage(), and
jorlow@chromium.org
2009-08-26
5
-27
/
+36
*
Add isVisible parameter to WebPlugin::updateGeometry.
darin@chromium.org
2009-08-26
2
-3
/
+3
*
Add dummy implementation for newly added localized string in WebKit. This is ...
jianli@chromium.org
2009-08-26
1
-0
/
+18
*
Re-land r23931: Plumb whiteListAccessFromOrigin() through
aa@chromium.org
2009-08-21
2
-0
/
+23
*
Change the way that we search for iframes. The original code assumed that
darin@chromium.org
2009-08-21
1
-25
/
+111
*
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
2
-23
/
+0
*
Plumb whiteListAccessFromOrigin() through Chromium's WebKit API
aa@chromium.org
2009-08-21
2
-0
/
+23
*
Remove WebPluginImpl::element_
darin@chromium.org
2009-08-20
3
-0
/
+12
*
Add WebPlugin::acceptsInputEvents method.
darin@chromium.org
2009-08-20
2
-0
/
+4
*
Move WebPluginContainer into the WebKit API
darin@chromium.org
2009-08-20
6
-0
/
+617
*
Change WebCanvas to be a CGContext on Mac.
darin@chromium.org
2009-08-19
3
-35
/
+19
*
Finished implementation of hasAudio() to detect media without playback audio ...
scherkus@chromium.org
2009-08-18
3
-1
/
+10
*
A WebApplicationCacheHost api change allow 'foreign' entries to restart the c...
michaeln@google.com
2009-08-18
2
-4
/
+16
*
Remove webview's dependency on webpreferences.
jorlow@chromium.org
2009-08-17
1
-0
/
+9
*
Add a stub for releasing any storage locks within a namespace. This will soon
jorlow@chromium.org
2009-08-17
2
-0
/
+6
*
Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having
darin@chromium.org
2009-08-14
1
-3
/
+3
*
Move glue/event_conversion.{h,cc} into the WebKit API implementation.
darin@chromium.org
2009-08-14
2
-0
/
+343
*
namespace Foo { class Bar; } is used many places, so I just left it.
jorlow@chromium.org
2009-08-14
2
-2
/
+2
*
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
5
-2
/
+417
*
Adds a command line switch to enable the appcache, and plumb the switch throu...
michaeln@google.com
2009-08-12
3
-0
/
+7
*
Add protected destructors to interface types that should only be deleted via a
darin@chromium.org
2009-08-11
14
-12
/
+44
*
Mac: Fix assertion failure on pressing the fn-key (and increase robustness).
avi@chromium.org
2009-08-11
1
-3
/
+20
*
Linux: Make SandboxIPCProcess not be a WebKitClient
agl@chromium.org
2009-08-11
3
-9
/
+14
*
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
2
-21
/
+30
*
The spec for ____storage.key() changed. Now, instead of raising an exception...
jorlow@chromium.org
2009-08-11
5
-21
/
+9
*
Add some helper methods for constructing a WebCString from UTF16 input,
darin@chromium.org
2009-08-11
3
-7
/
+41
*
Fix possible uninitialized variable if all frames in the .ico are smaller tha...
pkasting@chromium.org
2009-08-11
1
-1
/
+1
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
5
-63
/
+347
*
Create a WebSettings interface that can be used for code outside of WebKit/We...
jorlow@chromium.org
2009-08-08
3
-0
/
+411
*
Add implicit AtomicString conversion to WebString. Get rid of a couple expli...
jorlow@chromium.org
2009-08-08
4
-17
/
+38
*
Add CSS Keyword values and conversion routines to webkit glue.
jeremy@chromium.org
2009-08-07
3
-0
/
+233
*
Revert 22723
jorlow@chromium.org
2009-08-07
3
-8
/
+3
[next]