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
*
TBR: darin
mhm@chromium.org
2009-10-21
2
-9
/
+5
*
Introduce WebSecurityPolicy for security related methods.
mhm@chromium.org
2009-10-21
2
-5
/
+9
*
Enable WebSocket in test_shell
ukai@chromium.org
2009-10-21
1
-0
/
+11
*
Make all pepper plugins default to windowless and transparent.
sehr@google.com
2009-10-20
1
-0
/
+5
*
Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d...
jhawkins@chromium.org
2009-10-20
1
-9
/
+9
*
Add WebFrameClient::cancelledError to avoid a dependency on
darin@chromium.org
2009-10-20
2
-18
/
+30
*
Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate).
viettrungluu@chromium.org
2009-10-20
1
-1
/
+1
*
add enableWebSockets in WebKit API
ukai@chromium.org
2009-10-20
1
-0
/
+3
*
Implement chrome.browserAction.setIcon({path:...});
aa@chromium.org
2009-10-20
1
-1
/
+25
*
Switch to SendAndRunNestedMessageLoop in Mac printing
stuartmorgan@chromium.org
2009-10-19
1
-6
/
+1
*
Removed webkit_glue::FillFormToUploadFile from dom_operations.
yaar@chromium.org
2009-10-19
2
-56
/
+0
*
Convert the spellchecker and associated messages and functions to use string16
brettw@chromium.org
2009-10-19
2
-13
/
+13
*
When Chrome hands off a URL to be opened by the external host by the ViewHost...
ananta@chromium.org
2009-10-19
1
-1
/
+2
*
Fix global constant and style.
maruel@chromium.org
2009-10-19
3
-27
/
+30
*
Delete glue/webview{_delegate}.h
darin@chromium.org
2009-10-19
11
-31
/
+41
*
Make LayoutTests/http/tests/misc/redirect-to-external-url.html PASS.
tkent@chromium.org
2009-10-19
2
-0
/
+24
*
Moved Pepper delegate definition to chrome\renderer to allow it to use
sehr@google.com
2009-10-17
4
-2
/
+560
*
Move WebDevToolsAgent{Delegate} into the WebKit API.
darin@chromium.org
2009-10-17
9
-40
/
+51
*
Http Cache: Enable byte-range support by default.
rvargas@google.com
2009-10-16
1
-1
/
+1
*
Implement new page action API.
mpcomplete@chromium.org
2009-10-16
2
-20
/
+30
*
Convert devtools interfaces over to using WebString.
darin@chromium.org
2009-10-16
5
-33
/
+59
*
Popup width and height are now dynamic.
erikkay@chromium.org
2009-10-16
2
-19
/
+25
*
Kill WebViewDelegate::WasOpenedByUserGesture, and instead have
darin@chromium.org
2009-10-16
2
-5
/
+9
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
1
-0
/
+1
*
Move autofill related WebView{Delegate} methods into the WebKit API.
darin@chromium.org
2009-10-16
3
-38
/
+44
*
Revert "Move scripting / v8 related methods out of WebKit.h"
tony@chromium.org
2009-10-16
1
-1
/
+0
*
Move scripting / v8 related methods out of WebKit.h
mhm@chromium.org
2009-10-16
1
-0
/
+1
*
Get the nexe name from NaCl and send the NaCl process handle and pid to the r...
gregoryd@google.com
2009-10-15
2
-7
/
+19
*
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
[next]