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
/
chrome
/
browser
/
renderer_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
6
-6
/
+6
*
Add code to support 2-way communication between extensions and renderers. Th...
mpcomplete@google.com
2009-04-02
2
-8
/
+9
*
Speculative fix for a crash in resource handlers.
paulg@google.com
2009-04-02
2
-0
/
+8
*
Copy selection to x clipboard.
estade@chromium.org
2009-04-02
5
-21
/
+146
*
Paste from the x clipboard into webkit.
estade@chromium.org
2009-04-02
5
-0
/
+34
*
Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h
darin@chromium.org
2009-04-01
2
-6
/
+18
*
Don't try to set the cursor on null windows.
estade@chromium.org
2009-04-01
1
-0
/
+5
*
Use WebConsoleMessage instead of ConsoleMessageLevel.
darin@chromium.org
2009-03-31
2
-6
/
+9
*
Use WebScriptSource and WebFindInPageRequest from the WebKit API.
darin@chromium.org
2009-03-31
1
-5
/
+7
*
A workaround fix for Issue 3693.
hbono@chromium.org
2009-03-30
1
-0
/
+6
*
Remove NOTIMPLEMENTED bits for fast shutdown code on non-Windows.
evan@chromium.org
2009-03-29
1
-8
/
+0
*
Add more of the server-side plumbing for extension APIs. Also
aa@chromium.org
2009-03-28
4
-6
/
+18
*
Add the ability to specify a default MIME type when loading a resource. We'l...
abarth@chromium.org
2009-03-28
3
-0
/
+18
*
Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.
darin@chromium.org
2009-03-27
8
-43
/
+69
*
Hide StatsTable behind --enable-stats-table.
mbelshe@google.com
2009-03-27
1
-0
/
+1
*
Render widget host view cursors:
estade@chromium.org
2009-03-27
6
-47
/
+67
*
Fix renderer hang caused when a synchronous XHR is disallowed for security
darin@chromium.org
2009-03-27
3
-8
/
+38
*
More NOTIMPLEMENTEDs into bugs.
evan@chromium.org
2009-03-26
1
-4
/
+6
*
Fix/punt on a bunch of NOTIMPLEMENTEDs.
evan@chromium.org
2009-03-26
1
-1
/
+1
*
Make it more obvious when our backing store has failed us.
evan@chromium.org
2009-03-26
1
-1
/
+3
*
Fix fast shutdown
tc@google.com
2009-03-26
2
-2
/
+1
*
Expose whether we're in private browsing mode to plugins.I chose to implement...
jam@chromium.org
2009-03-26
2
-1
/
+6
*
Enable child RWHVs on the Mac.
avi@google.com
2009-03-26
2
-8
/
+63
*
Relanding since it was breaking the Release build (because of missing includes).
jcampan@chromium.org
2009-03-25
1
-0
/
+12
*
Reverting 12498.
jcampan@chromium.org
2009-03-25
1
-12
/
+0
*
Moving the mouse-wheel message rerouting code out of the focus manager.
jcampan@chromium.org
2009-03-25
1
-0
/
+12
*
Revert "Fix/punt on a bunch of NOTIMPLEMENTEDs."
evan@chromium.org
2009-03-25
1
-1
/
+1
*
Reverting 12479 which reverted 12470.
willchan@chromium.org
2009-03-25
2
-7
/
+29
*
Fix/punt on a bunch of NOTIMPLEMENTEDs.
evan@chromium.org
2009-03-25
1
-1
/
+1
*
Chrome changes to support cached form submissions.
darin@chromium.org
2009-03-25
1
-13
/
+13
*
Refactor some widget creation code in web_contents_view and render_widget_hos...
estade@chromium.org
2009-03-25
7
-22
/
+39
*
Linux: write images to clipboard.
estade@chromium.org
2009-03-25
1
-5
/
+5
*
Reverting 12470.
willchan@chromium.org
2009-03-25
2
-29
/
+7
*
Don't override user's default cursor with GDK_ARROW.
estade@chromium.org
2009-03-25
1
-2
/
+6
*
Prioritize which HTTP requests get a socket first by adding a priority level ...
willchan@chromium.org
2009-03-25
2
-7
/
+29
*
A tricky fix for Issue 1845 (Take 2).
hbono@chromium.org
2009-03-25
3
-1
/
+74
*
Fix a bug in RDH that it overlooked a resource message
hclam@chromium.org
2009-03-25
1
-0
/
+1
*
Prevent data read errors from crashing the browser.
thestig@chromium.org
2009-03-24
1
-0
/
+7
*
Implement default css for toolstrips.
aa@chromium.org
2009-03-24
2
-0
/
+9
*
Add basic infrastructure for sending async browser API request and receiving ...
aa@chromium.org
2009-03-24
2
-1
/
+26
*
Fix a bug in ResourceMessageFilter
hclam@chromium.org
2009-03-24
1
-1
/
+1
*
Finish hooking up the worker process UI: use the domains of the workers as th...
jam@chromium.org
2009-03-24
7
-24
/
+35
*
Rename ExtensionMessageService::PostMessage because windows #defines that to
mpcomplete@google.com
2009-03-23
1
-1
/
+2
*
Initial rev at a message passing API for extensions. So far, only passing
mpcomplete@google.com
2009-03-23
2
-0
/
+21
*
Handle null window_id references and refer to a bug for further improvement.
avi@google.com
2009-03-23
3
-6
/
+16
*
Currently we have two types of devtools UI: Chrome built in developer tools w...
yurys@google.com
2009-03-23
1
-2
/
+3
*
Pressing the Del key while a item is selected in the autocomplete popup delet...
jcampan@chromium.org
2009-03-20
3
-0
/
+14
*
SSLPolicy fix: Step 9 of 9 (hopefully!).
abarth@chromium.org
2009-03-20
1
-0
/
+3
*
Convert FindInPage wstrings to string16.
tc@google.com
2009-03-19
2
-2
/
+2
*
Render into a ChromeCanvasPaint object in a RootView under Linux.
erg@google.com
2009-03-19
1
-2
/
+0
[next]