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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stick all of the WebKit API enum compile asserts in one file.
darin@chromium.org
2009-09-06
6
-142
/
+102
*
Fix a compilation warning in WebMediaPlayerCliemtImpl
hclam@chromium.org
2009-09-04
1
-0
/
+1
*
Hook up WebEditingClient.
darin@chromium.org
2009-09-04
1
-0
/
+56
*
Eliminate remaining WebCore dependencies from webplugin_impl.cc
darin@chromium.org
2009-09-02
2
-14
/
+25
*
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
3
-0
/
+314
*
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
1
-4
/
+4
*
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
6
-0
/
+469
*
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
3
-2
/
+31
*
First half of updating Worker.postMessage(), DOMWindow.postMessage(), and
jorlow@chromium.org
2009-08-26
1
-15
/
+21
*
Add isVisible parameter to WebPlugin::updateGeometry.
darin@chromium.org
2009-08-26
1
-2
/
+2
*
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
1
-0
/
+15
*
Change the way that we search for iframes. The original code assumed that
darin@chromium.org
2009-08-21
1
-25
/
+111
*
Reverting 23931.
dimich@google.com
2009-08-21
1
-15
/
+0
*
Plumb whiteListAccessFromOrigin() through Chromium's WebKit API
aa@chromium.org
2009-08-21
1
-0
/
+15
*
Remove WebPluginImpl::element_
darin@chromium.org
2009-08-20
2
-0
/
+6
*
Add WebPlugin::acceptsInputEvents method.
darin@chromium.org
2009-08-20
1
-0
/
+3
*
Move WebPluginContainer into the WebKit API
darin@chromium.org
2009-08-20
4
-0
/
+494
*
Change WebCanvas to be a CGContext on Mac.
darin@chromium.org
2009-08-19
2
-29
/
+5
*
Finished implementation of hasAudio() to detect media without playback audio ...
scherkus@chromium.org
2009-08-18
2
-0
/
+8
*
A WebApplicationCacheHost api change allow 'foreign' entries to restart the c...
michaeln@google.com
2009-08-18
1
-2
/
+12
*
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
*
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
*
Appcache related WebKit API additions. With this patch the compile-time flag ...
michaeln@google.com
2009-08-12
2
-2
/
+262
*
Adds a command line switch to enable the appcache, and plumb the switch throu...
michaeln@google.com
2009-08-12
2
-0
/
+6
*
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
2
-7
/
+12
*
Remove all direct calls to NPN_ functions in WebCore. The replacement for th...
jorlow@chromium.org
2009-08-11
1
-21
/
+27
*
The spec for ____storage.key() changed. Now, instead of raising an exception...
jorlow@chromium.org
2009-08-11
4
-17
/
+6
*
Add some helper methods for constructing a WebCString from UTF16 input,
darin@chromium.org
2009-08-11
1
-3
/
+25
*
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
2
-0
/
+110
*
Create a WebSettings interface that can be used for code outside of WebKit/We...
jorlow@chromium.org
2009-08-08
2
-0
/
+323
*
Add implicit AtomicString conversion to WebString. Get rid of a couple expli...
jorlow@chromium.org
2009-08-08
3
-13
/
+31
*
Add CSS Keyword values and conversion routines to webkit glue.
jeremy@chromium.org
2009-08-07
1
-0
/
+156
*
Revert 22723
jorlow@chromium.org
2009-08-07
3
-8
/
+3
*
Save a reference to the origin passed into the StorageAreaImpl for as long
jorlow@chromium.org
2009-08-07
3
-3
/
+8
*
Enable message ports for workers.
jam@chromium.org
2009-08-06
2
-4
/
+8
*
Fix a "not all control paths return a value" warning and correct indentation.
darin@chromium.org
2009-08-06
1
-3
/
+6
*
Fix a bunch of layout tests related to dumpResourceLoadCallbacks.
darin@chromium.org
2009-08-06
4
-4
/
+12
*
Revert "Save a reference to the origin passed into the StorageAreaImpl for as...
phajdan.jr@chromium.org
2009-08-06
3
-8
/
+3
*
Save a reference to the origin passed into the StorageAreaImpl for as long
jorlow@chromium.org
2009-08-06
3
-3
/
+8
*
Update to WebKit r46807.
pkasting@chromium.org
2009-08-05
1
-3
/
+3
[next]