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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl.
darin@chromium.org
2009-11-03
3
-10
/
+4
*
Fix autofill popups not closing when there are no suggestions. We have to cal...
avi@chromium.org
2009-11-03
1
-1
/
+1
*
Add the plumbing and test code for plugins opening files from the sandbox. This
brettw@chromium.org
2009-11-03
2
-1
/
+34
*
Chrome changes to extract the code from V8Proxy that special-cases
darin@chromium.org
2009-11-03
3
-10
/
+27
*
Re-commit "Add new user script injection point:
aa@chromium.org
2009-11-03
5
-22
/
+177
*
Revert r30784
aa@chromium.org
2009-11-03
5
-177
/
+22
*
Add new user script injection point "document_idle" and make it the default.
aa@chromium.org
2009-11-03
5
-22
/
+177
*
Submitting change from http://codereview.chromium.org/276029/show
mad@chromium.org
2009-11-03
2
-14
/
+171
*
Avoid a CHECK when the modal_loop_pump_messages_event handle comes in as NULL...
jam@chromium.org
2009-11-02
1
-0
/
+5
*
Conditionally added pepper_test_plugin.gyp as all.gyp dependency based on whe...
apatrick@google.com
2009-11-02
1
-0
/
+4
*
Purge memory for DBs in the renderer process.
pkasting@chromium.org
2009-11-02
1
-5
/
+15
*
Remove WebCore dependency from accessibility_controller.
dglazkov@chromium.org
2009-11-02
1
-1
/
+0
*
DevTools: support cross-navigation instrumentation.
pfeldman@chromium.org
2009-11-02
2
-10
/
+28
*
To facilitate apatrick's work on the 3D renderer for Pepper,
sehr@google.com
2009-10-31
2
-8
/
+10
*
linux: Fix build on Karmic
joel@chromium.org
2009-10-31
1
-1
/
+3
*
Change notification cmd line enabling to use the new RuntimeEnabledFeatures c...
johnnyg@chromium.org
2009-10-31
1
-0
/
+6
*
Show status bubble for links that have keyboard focus.
estade@chromium.org
2009-10-30
3
-4
/
+26
*
Initial pass of shared workers renderer-side code
atwilson@chromium.org
2009-10-30
10
-74
/
+348
*
Move various runtime enabled features into a WebRuntimeFeatures class.
darin@chromium.org
2009-10-30
1
-6
/
+8
*
Implement the Extension History API, v 0.1.The first version is a weak wrappe...
brg@chromium.com
2009-10-30
1
-2
/
+26
*
Connect the various pieces for notifications... hook up NotificationUIManager...
johnnyg@chromium.org
2009-10-30
1
-1
/
+1
*
Change the extension.onRequest even to include the sender info.
mpcomplete@chromium.org
2009-10-29
1
-5
/
+6
*
Fix typo in Event.hasListener().
aa@chromium.org
2009-10-29
1
-1
/
+1
*
New event style for pageAction API.
asargent@chromium.org
2009-10-29
1
-2
/
+6
*
Random style fixes in the database backend.
brettw@chromium.org
2009-10-29
1
-21
/
+21
*
Try to force plugins to use software rendering until we can support
amanda@chromium.org
2009-10-29
1
-0
/
+10
*
Convert ReplaceStringPlaceholders(std::string...) to take a
tony@chromium.org
2009-10-29
1
-5
/
+5
*
DevTools: Implement raw cookies access for inspector.
pfeldman@chromium.org
2009-10-29
2
-0
/
+41
*
WebSocket support in chromium.
ukai@chromium.org
2009-10-29
5
-4
/
+266
*
DevTools: Remove base/ dependencies from glue/devtools
pfeldman@chromium.org
2009-10-28
2
-23
/
+28
*
Limit chrome.(browser|page)Action.setIcon({imageData:...}) to
aa@chromium.org
2009-10-28
1
-2
/
+14
*
Rename getTabContentses to getExtensionTabs.
aa@chromium.org
2009-10-28
1
-1
/
+6
*
Log the PLT to the log file. This is a convenience for
mbelshe@google.com
2009-10-27
2
-0
/
+26
*
Ensure that Helvetica, if installed, is used instead of Arial. This should be...
avi@chromium.org
2009-10-27
2
-2
/
+2
*
Don't scale up small browser action icons.
finnur@chromium.org
2009-10-26
1
-8
/
+5
*
Second attempt to swap processes on rel=noreferrer, target=blank links.
creis@chromium.org
2009-10-26
2
-1
/
+41
*
Refactor BrowserActions, and add support for
aa@chromium.org
2009-10-24
2
-5
/
+8
*
Fix premultiplication mismatch in
aa@chromium.org
2009-10-24
1
-2
/
+3
*
Implementing WebDatabaseObserver in the renderer process.
dumi@chromium.org
2009-10-24
4
-0
/
+62
*
Instructing V8 to disable the binding for the window.openDatabase()
dumi@chromium.org
2009-10-24
1
-0
/
+3
*
Move SearchableFormData over to the WebKit API.
pkasting@chromium.org
2009-10-23
2
-16
/
+17
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
3
-8
/
+8
*
Submitting on behalf of jschuh@
cevans@chromium.org
2009-10-23
1
-3
/
+3
*
Introduce WebScriptController for script related methods.
mhm@chromium.org
2009-10-23
1
-26
/
+38
*
Implement extension.sendRequest, a simpler way to do messaging.
mpcomplete@chromium.org
2009-10-23
2
-4
/
+66
*
Adds support for the <keygen> tag for client certificate enrollment
wtc@chromium.org
2009-10-23
2
-0
/
+20
*
Push the native canvas into the plugin implementation. On Windows, this means
brettw@chromium.org
2009-10-23
4
-42
/
+80
*
Allow <video> to read from a data URI. Data URI is now handled
hclam@chromium.org
2009-10-23
2
-8
/
+14
*
Fix renderer hang if plugin process crashes while initializing a plugin.
jam@chromium.org
2009-10-22
3
-13
/
+20
*
Reverting 29783.
johnnyg@chromium.org
2009-10-22
2
-41
/
+1
[next]