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
*
Linux: more windowless plugin work.
evan@chromium.org
2009-04-06
1
-78
/
+73
*
Stop serializing WebString over IPC. The new rule is that only POD (plain old
darin@chromium.org
2009-04-06
3
-35
/
+51
*
First pass of refactoring dialogs.
avi@chromium.org
2009-04-06
1
-1
/
+2
*
Roll out dominantScript, getGenericFontFamily patches to unfork a bunch of fi...
dglazkov@google.com
2009-04-06
1
-2
/
+1
*
DevTools: Glue part for the 'attach early' functionality.
pfeldman@chromium.org
2009-04-06
5
-30
/
+62
*
Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...
rafaelw@chromium.org
2009-04-04
6
-1
/
+29
*
Fix potential crash when multiple workers try to start at the same time. In o...
jianli@chromium.org
2009-04-03
1
-0
/
+18
*
- Added support for keeping track of load times.
davemoore@chromium.org
2009-04-03
7
-34
/
+154
*
WebKit merge 42132:42199 (Chrome side)
darin@chromium.org
2009-04-03
1
-3
/
+4
*
Remove unneeded uses of base/pickle.h. Add some explicit #includes.
thestig@chromium.org
2009-04-03
1
-1
/
+0
*
1. Scope pane is populated with local variables, arguments and 'this' object ...
yurys@google.com
2009-04-03
3
-52
/
+231
*
DevTools: Use string literals when encoding messages.
pfeldman@chromium.org
2009-04-03
3
-124
/
+89
*
DevTools: fixes for crashes / bugs while debugging calendar.google.com.
pfeldman@chromium.org
2009-04-03
7
-114
/
+180
*
Don't call NPP_StreamAsFile on the plugin, if the stream is being closed due ...
ananta@chromium.org
2009-04-03
1
-1
/
+2
*
A workaround fix for Issue 9186.
hbono@chromium.org
2009-04-03
1
-0
/
+6
*
An empty MIME type doesn't match any plugin, no matter what they may claim.
pam@chromium.org
2009-04-02
1
-1
/
+1
*
Only create one downloads tab per window. If there is already a Downloads
estade@chromium.org
2009-04-02
1
-3
/
+4
*
Paste from the x clipboard into webkit.
estade@chromium.org
2009-04-02
4
-1
/
+41
*
DevTools: beautify debugger script list.
pfeldman@chromium.org
2009-04-02
1
-1
/
+11
*
DevTools: add missing changes to the js file (from the http://codereview.chro...
pfeldman@chromium.org
2009-04-02
1
-7
/
+31
*
Fix tests that depend on setCustomPolicyDelegate and waitForPolicyDelegate.
darin@chromium.org
2009-04-02
3
-0
/
+8
*
Added trivial exception event handler that prints message to the Console and ...
yurys@google.com
2009-04-02
1
-0
/
+13
*
DevTools: Add support for r/o CSS inspection. Original review CL by serya : h...
pfeldman@chromium.org
2009-04-02
6
-44
/
+377
*
DevTools: add support for provisional load tracking.
pfeldman@chromium.org
2009-04-02
7
-60
/
+117
*
Debugger output is now handled on the render thread.
yurys@google.com
2009-04-02
1
-1
/
+4
*
Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h
darin@chromium.org
2009-04-01
10
-200
/
+45
*
Remove the checked-in scons configuration files.
sgk@google.com
2009-04-01
2
-256
/
+0
*
Context menu on RMB-down, not up, on Linux.
evan@chromium.org
2009-04-01
1
-3
/
+9
*
Switch the new tab key to command on the Mac. Popping new tabs still doesn't ...
avi@google.com
2009-04-01
1
-3
/
+7
*
1. Supported removal of breakpoints from UI.
yurys@google.com
2009-04-01
5
-5
/
+138
*
DevTools: Support r/o properties inspection.
pfeldman@chromium.org
2009-04-01
15
-32
/
+396
*
Fix Mac build break.
jam@chromium.org
2009-04-01
1
-1
/
+1
*
Port plugin messages.
jam@chromium.org
2009-04-01
11
-93
/
+82
*
Re-enabling ENABLE_VIDEO since and made appropriate changes due toWebKit merg...
hclam@chromium.org
2009-03-31
4
-56
/
+96
*
Use WebConsoleMessage instead of ConsoleMessageLevel.
darin@chromium.org
2009-03-31
5
-1009
/
+992
*
Use WebScriptSource and WebFindInPageRequest from the WebKit API.
darin@chromium.org
2009-03-31
9
-102
/
+100
*
Update our webframe_impl to use loadURLIntoChildFrame().
playmobil@google.com
2009-03-31
1
-31
/
+4
*
Chrome side of WebKit merge 42026:42115
playmobil@google.com
2009-03-31
4
-2
/
+4
*
1. Allow to add breakpoints using Scripts panel.
yurys@google.com
2009-03-31
3
-35
/
+353
*
Reland changes to enable worker layout tests. Compared to last review (http:/...
jianli@chromium.org
2009-03-30
2
-3
/
+10
*
Enable running webkit tests in parallel and make it use
ojan@google.com
2009-03-30
4
-12
/
+13
*
1. Added 'scripts' command response handler that populates Scripts panel with...
yurys@google.com
2009-03-30
3
-64
/
+71
*
DevTools: support null callbacks in the frontend, encapsulate node ids.
pfeldman@chromium.org
2009-03-30
3
-8
/
+5
*
Fix devtools tests.
pfeldman@chromium.org
2009-03-30
1
-2
/
+2
*
DevTools: Implement basic DOM edit operations.
pfeldman@chromium.org
2009-03-30
11
-253
/
+537
*
Revert 12763.
jianli@chromium.org
2009-03-30
2
-10
/
+3
*
Enable worker layout tests. In order for test_shell to run worker, we link al...
jianli@chromium.org
2009-03-30
2
-3
/
+10
*
Build fix.
abarth@chromium.org
2009-03-28
1
-1
/
+2
*
Add the ability to specify a default MIME type when loading a resource. We'l...
abarth@chromium.org
2009-03-28
2
-0
/
+4
*
Fix mac build bustage and remove some files that I forgot to delete.
darin@chromium.org
2009-03-27
3
-1333
/
+3
[next]