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
*
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
*
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
4
-9
/
+17
*
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
6
-6
/
+14
*
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
*
This CL is doing a bunch of Misc work to make LocalStorage data persist.
jorlow@chromium.org
2009-08-05
3
-60
/
+85
*
Revert r22390.
japhet@chromium.org
2009-08-04
1
-1
/
+1
*
Fix a place where window.event is being treated as hidden.
japhet@chromium.org
2009-08-04
1
-2
/
+2
*
Fix a comment that refers to webkit/port.
darin@chromium.org
2009-08-04
1
-1
/
+1
*
Roll the WebKit deps and add add stubs for the new functions in ChromiumBridg...
jorlow@chromium.org
2009-08-04
1
-1
/
+50
*
Cross-process Message Port implementation.
jam@chromium.org
2009-08-04
5
-0
/
+457
*
Implement the NSTextInput protocol.
hbono@chromium.org
2009-08-03
3
-16
/
+47
*
Enable the V8 binding's StringImpl cache for renderer processes.
darin@chromium.org
2009-07-30
2
-1
/
+11
*
Add a WebKit API that registers a V8 extension to be loaded into content
mpcomplete@chromium.org
2009-07-30
2
-4
/
+14
*
Continue eliminating direct NPN_ function calls that go from Chromium code to...
jorlow@chromium.org
2009-07-30
2
-2
/
+90
*
BufferedDataSource to support server without range request support
hclam@chromium.org
2009-07-29
3
-0
/
+40
*
Update webkit from 46531 to 46536 to help get the canary bot
darin@chromium.org
2009-07-29
1
-1
/
+1
*
Make webkit\glue\cpp_*.cc not depend on "config.h"
jorlow@chromium.org
2009-07-29
2
-12
/
+97
*
Replace parameterless frame retrieval with explicit one.
dglazkov@chromium.org
2009-07-27
1
-1
/
+1
*
Adding HTML5 DB support to Chromium: Chromium changes
dumi@chromium.org
2009-07-27
4
-12
/
+46
*
Implemented rest of webkit api/glue code needed for HTML5 media canPlayType().
scherkus@chromium.org
2009-07-25
3
-14
/
+27
*
Verified that these strings are not used, so removing the FIXME.
ajwong@chromium.org
2009-07-24
1
-2
/
+0
*
Adds code to select which frame of an .ico best matches the desired size.
pkasting@chromium.org
2009-07-24
2
-5
/
+29
*
Move parts of npruntime into the WebKit API so it no longer has any dependenc...
jorlow@chromium.org
2009-07-24
2
-0
/
+252
*
The final CL for plumbing DOM Storage.
jorlow@chromium.org
2009-07-24
5
-5
/
+215
*
Linux: splice together RendererPreferences and SkFontHost
agl@chromium.org
2009-07-24
2
-0
/
+124
*
Make sure the multiplication sign is encoded properly.
avi@chromium.org
2009-07-23
1
-2
/
+10
*
Remove the dependency on V8Proxy.h from test_shell.cc.
dumi@chromium.org
2009-07-23
2
-0
/
+8
*
Fix a leak that only happens in layout test mode.
tc@google.com
2009-07-23
1
-0
/
+2
[next]