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
/
glue
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix DomSerializerTests disabled for WebKit merge 43114:43242
jnd@chromium.org
2009-05-12
3
-37
/
+80
*
Implement the triple click for the Mac.
avi@google.com
2009-05-12
5
-74
/
+11
*
This change makes sure we always have a valid NSGraphicsContext, a job
jrg@chromium.org
2009-05-12
1
-0
/
+4
*
DevTools: migrate to 'native' JSON serialization.
pfeldman@chromium.org
2009-05-12
7
-17
/
+13
*
Delete the checked-in webkit .vcproj (and ancillary .sln) files.
sgk@google.com
2009-05-12
2
-1252
/
+0
*
Don't request scripts until ScriptsPanel is visible.
yurys@google.com
2009-05-12
2
-6
/
+32
*
Split V8Proxy::retrieveActiveFrame() into two methods.
aa@chromium.org
2009-05-12
4
-6
/
+33
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
4
-0
/
+0
*
Fix bug about webpage with an empty HEAD tag is incorrectly saved.
jnd@chromium.org
2009-05-11
3
-4
/
+77
*
fix build bustage
darin@chromium.org
2009-05-10
1
-0
/
+1
*
fix build bustage
darin@chromium.org
2009-05-10
1
-0
/
+1
*
Move WebKit API to src/webkit/api.
darin@chromium.org
2009-05-10
30
-75
/
+71
*
Fix plugin window sticking around when parent became invisible. Added test f...
jam@chromium.org
2009-05-10
3
-40
/
+14
*
DevTools: Move client js bindings to per-instance basis.
pfeldman@chromium.org
2009-05-08
2
-72
/
+44
*
DevTools: Activate inspector window on break / exception.
pfeldman@chromium.org
2009-05-08
4
-21
/
+40
*
Fix a regression which occured because of the default plugin loading before t...
ananta@chromium.org
2009-05-07
1
-2
/
+2
*
WebKit Merge 43361:43371, Chromium side.
dglazkov@google.com
2009-05-07
3
-4
/
+4
*
Convert to KURL, and then use the glue_util function to convert from
darin@chromium.org
2009-05-07
1
-3
/
+3
*
Use ifdef to take away the paint method for media player from mac
hclam@chromium.org
2009-05-07
1
-0
/
+3
*
Refactor media player to move away from webkit_glue
hclam@chromium.org
2009-05-07
9
-1616
/
+1383
*
There are cases where a Frame may outlive its associated Page. Get the
darin@chromium.org
2009-05-06
6
-63
/
+72
*
Change webplugin_delegate_impl_mac from C++ to Objective-C++
amanda@chromium.org
2009-05-06
1
-0
/
+0
*
DevTools: Update test expectataions.
pfeldman@chromium.org
2009-05-06
1
-17
/
+19
*
DevTools: Do not fail on closing WebInspector while on a breakpoint.
pfeldman@chromium.org
2009-05-06
5
-39
/
+78
*
Chrome changes for WebKit merge 43114:43242
darin@chromium.org
2009-05-05
4
-31
/
+36
*
Chrome side to handle changing CreateWebWorker to createWorker.
darin@chromium.org
2009-05-05
2
-2
/
+2
*
Plumb the creator URL for popups up to the browser. We don't yet use this fo...
pkasting@chromium.org
2009-05-05
3
-4
/
+15
*
In OOP-sytle JavaScript programs there are lots of anonymous functions which ...
yurys@google.com
2009-05-05
1
-7
/
+1
*
DevTools: Bugfixes for the round of sanity testing.
pfeldman@chromium.org
2009-05-05
6
-8
/
+34
*
Fix Flash window in Analytics being incorrectly visible.
jam@chromium.org
2009-05-05
6
-4
/
+86
*
Revert r15278. More unexpected test failures :(
darin@chromium.org
2009-05-05
12
-63
/
+249
*
Re-do r15244: Fix crash in ~TestWebViewDelegate caused by
darin@chromium.org
2009-05-05
12
-249
/
+63
*
Make our autoscroll icons a little better.
glen@chromium.org
2009-05-05
10
-0
/
+0
*
Various trivial clean-up bits:
pkasting@chromium.org
2009-05-05
3
-6
/
+8
*
Fix bug 9812: Remove current RSS code in favor of new more generalized
finnur@chromium.org
2009-05-04
4
-115
/
+0
*
Revert r15244. Failed tests :(
darin@chromium.org
2009-05-04
12
-63
/
+249
*
Eliminate webkit/glue/webhistoryitem* in favor of adding a
darin@chromium.org
2009-05-04
12
-249
/
+63
*
revert r15223 to see if it fixes the security-context-with-base-tag.html crash
darin@chromium.org
2009-05-04
2
-9
/
+0
*
Revert bug fix because interactive_ui_tests are failing.
mbelshe@google.com
2009-05-04
2
-43
/
+1
*
Adds a WillDestroyFrame(WebFrame*) notification method to WebViewDelegate that
darin@chromium.org
2009-05-04
2
-0
/
+9
*
DevTools: Add Metrics sidebar support.
pfeldman@chromium.org
2009-05-04
4
-24
/
+125
*
Defer window.close(), window.resizeTo(), and window.moveTo()
mbelshe@google.com
2009-05-04
2
-1
/
+43
*
DevTools: Implement search in scripts.
pfeldman@chromium.org
2009-05-04
4
-2
/
+57
*
Now it's possible to evaluate expressions in the debugger console.
yurys@google.com
2009-05-04
3
-37
/
+105
*
DevTools: switch from CppBound* to pure v8 bindings in WebDevToolsClient host...
pfeldman@chromium.org
2009-05-04
3
-53
/
+110
*
DevTools: Support XmlHTTPRequests sniffing.
pfeldman@chromium.org
2009-05-04
3
-3
/
+28
*
This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...
jungshik@google.com
2009-05-01
4
-9
/
+16
*
Run workers in separate processes.
jam@chromium.org
2009-05-01
3
-20
/
+241
*
Call WebWorkerClient on the main thread. This makes it consistent with the r...
jam@chromium.org
2009-05-01
2
-8
/
+135
*
Only unset the kWebPluginDelegateProperty property after calling the plugin's...
jam@chromium.org
2009-05-01
1
-25
/
+19
[next]