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
*
Reland r29095 (removes wrench integration for
aa@chromium.org
2009-10-15
1
-6
/
+7
*
Reverting r29095 (removes wrench integration for
aa@chromium.org
2009-10-15
1
-7
/
+6
*
Remove the implicit wrench menu items for browser actions.
aa@chromium.org
2009-10-15
1
-6
/
+7
*
Update browser actions api to be like new design doc.
aa@chromium.org
2009-10-15
2
-7
/
+23
*
Refactor notification provider in renderer process to not use a message filter.
johnnyg@chromium.org
2009-10-14
4
-68
/
+31
*
Enable the RenderViewTest printing tests on the Mac.
stuartmorgan@chromium.org
2009-10-14
3
-24
/
+33
*
Remove the use of histogram in AudioMessageFilter
hclam@chromium.org
2009-10-14
1
-32
/
+0
*
The focus ring was not shown on Linux toolkit views.
jcampan@chromium.org
2009-10-14
1
-1
/
+1
*
Make the acknowledgement message for querying form autofill data always
darin@chromium.org
2009-10-14
2
-12
/
+14
*
Update page action manifest parsing to match the new format.
mpcomplete@chromium.org
2009-10-13
1
-2
/
+4
*
Wire up printing on the Mac
stuartmorgan@chromium.org
2009-10-13
5
-31
/
+271
*
Revert r28745 which disabled nested message loops on Mac, after Mark's fixes.
jam@chromium.org
2009-10-13
1
-3
/
+0
*
This patch enables "Save page as" (ctrl+s) for resources located at
jamesr@chromium.org
2009-10-13
1
-3
/
+5
*
Implement WebAccessibility object, a wrapper for WebCore::AccessibilityObject.
dglazkov@chromium.org
2009-10-13
3
-3
/
+8
*
Turn NULL used as int to 0.
phajdan.jr@chromium.org
2009-10-13
3
-8
/
+8
*
Spawn the pepper WebPluginDelegateImpl when a MIME type begins with "pepper-".
brettw@chromium.org
2009-10-13
1
-0
/
+9
*
Enables the sending of Timeline Agent and Resource messages to the devtools a...
jamesr@chromium.org
2009-10-12
3
-1
/
+11
*
Disable nested message loops in Mac for now. There seems to be a problem wit...
jam@chromium.org
2009-10-12
1
-0
/
+3
*
Browser side support (sans UI) for desktop notifications.
johnnyg@chromium.org
2009-10-12
1
-3
/
+3
*
Revert 28692
jar@chromium.org
2009-10-12
1
-6
/
+0
*
Gather histogram data from render into browser before renderer shutdown
jar@chromium.org
2009-10-12
1
-0
/
+6
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
5
-8
/
+9
*
Fix another race condition on worker process shutdown that results in use-aft...
jam@chromium.org
2009-10-10
2
-0
/
+4
*
Linux: Fix early font free during printing.
estade@chromium.org
2009-10-09
1
-1
/
+0
*
Moving ShowContextMenu out of WebView_delegate and into WebViewClient
yaar@chromium.org
2009-10-09
3
-54
/
+18
*
Implement chrome.extension.connectExternal and fix various API inconsistencies.
mpcomplete@chromium.org
2009-10-09
8
-65
/
+79
*
Some fixes to the OS X Sandbox:
jeremy@chromium.org
2009-10-09
2
-105
/
+10
*
Print the element path in TestWebViewDelegate::decidePolicyForNavigation()
tkent@chromium.org
2009-10-09
2
-2
/
+2
*
Eliminate WebView::GetDelegate and replace RenderViewSet with a map from
darin@chromium.org
2009-10-09
8
-75
/
+145
*
Move ffmpeg binaries into the Framework package so it can be accssed by Chrom...
ajwong@chromium.org
2009-10-08
1
-0
/
+12
*
Add functionality to the renderer thread to purge memory. Not yet called.
pkasting@chromium.org
2009-10-08
2
-0
/
+33
*
Display tcmalloc debug output from renderer processes in about:tcmalloc.
sgk@chromium.org
2009-10-08
2
-0
/
+19
*
Make all content scripts from an extension run in the same
aa@chromium.org
2009-10-08
3
-4
/
+30
*
Put headers in right order. Ensure WebKit is initialized everywhere necessar...
pkasting@chromium.org
2009-10-08
1
-7
/
+5
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
4
-4
/
+4
*
Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.
darin@chromium.org
2009-10-07
2
-15
/
+15
*
Update V8 to version 1.3.15.
sgjesse@chromium.org
2009-10-07
1
-1
/
+1
*
Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a
darin@chromium.org
2009-10-07
2
-10
/
+7
*
Fix memory leak in ExtensionAPIClientTest.
mpcomplete@chromium.org
2009-10-06
1
-2
/
+2
*
Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...
jam@chromium.org
2009-10-06
2
-31
/
+23
*
Implement browserAction.setIcon(ImageData) for extensions.
mpcomplete@chromium.org
2009-10-06
2
-20
/
+88
*
Move runFileChooser from webview_delegate to WebViewClient.
yaar@chromium.org
2009-10-06
3
-27
/
+50
*
Modify extension request IPC messages to pass a ListValue instead of a string.
mpcomplete@chromium.org
2009-10-06
4
-5
/
+30
*
Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...
sidchat@chromium.org
2009-10-05
1
-1
/
+1
*
Add a dummy call to icu::TimeZone.createDefault() before the sandbox kicks in.
jshin@chromium.org
2009-10-05
1
-1
/
+13
*
Adds desktop notification support for renderer process, and enables the build...
johnnyg@chromium.org
2009-10-05
4
-0
/
+243
*
Another stab at the Chromium side of storage events. Re-submission of http:/...
jorlow@chromium.org
2009-10-03
3
-5
/
+35
*
Add quota support.
jorlow@chromium.org
2009-10-03
3
-5
/
+5
*
More WebView / WebViewDelegate cleanup.
darin@chromium.org
2009-10-03
3
-49
/
+60
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
1
-3
/
+3
[next]