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
/
common
/
render_messages_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update renderers when there are zero user scripts.
aa@chromium.org
2009-05-26
1
-1
/
+2
*
Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...
abarth@chromium.org
2009-05-23
1
-2
/
+2
*
Have the browser process rewrite manifest.json and theme/page action images
mpcomplete@google.com
2009-05-22
1
-4
/
+12
*
Adds propagation and handling of render-side focus events, for the benefit of...
klink@chromium.org
2009-05-20
1
-1
/
+8
*
Introducing the Utility process, which handles the unpacking and verification
mpcomplete@google.com
2009-05-15
1
-0
/
+19
*
Re-do r15244 again.
darin@chromium.org
2009-05-13
1
-2
/
+2
*
Propagate intrinsic width notification over IPC in all cases (not just extens...
pinkerton@chromium.org
2009-05-13
1
-0
/
+5
*
This CL updates chrome to the latest version of skia, retrieved via DEPS, and
senorblanco@chromium.org
2009-05-13
1
-1
/
+1
*
Revert r15940 again. Unexpected layout test failures :(
darin@chromium.org
2009-05-13
1
-2
/
+2
*
Re-do r15244 again.
darin@chromium.org
2009-05-13
1
-2
/
+2
*
Add Automatic spell correction support in Chrome.
sidchat@google.com
2009-05-12
1
-0
/
+4
*
FormatErrorMessage() functions are now publicly available from ExtensionError...
rafaelw@chromium.org
2009-05-12
1
-7
/
+10
*
Defer window.close(), resizeTo() and moveTo() actions
mbelshe@google.com
2009-05-09
1
-0
/
+7
*
Popup whitelisting checkpoint.
pkasting@chromium.org
2009-05-06
1
-1
/
+1
*
Plumb the creator URL for popups up to the browser. We don't yet use this fo...
pkasting@chromium.org
2009-05-05
1
-2
/
+3
*
Fix bug 9812: Remove current RSS code in favor of new more generalized
finnur@chromium.org
2009-05-04
1
-4
/
+0
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
1
-2
/
+2
*
Pass down the opener tab when a message channel is opened to an extension.
mpcomplete@google.com
2009-05-01
1
-7
/
+10
*
Only send events to renderers that are listening to an event.Notify browser w...
erikkay@google.com
2009-05-01
1
-0
/
+8
*
Synchronously update the loading state when a load starts so that the UI will
brettw@chromium.org
2009-04-28
1
-5
/
+8
*
Fix sudden termination after the latest WebKit merge.
jam@chromium.org
2009-04-25
1
-4
/
+4
*
Implement HTML selects as native Cocoa controls for Chrome.
paul@chromium.org
2009-04-24
1
-0
/
+5
*
Remove unused bits and pieces of #ifdefed code that isn't used.
tim@chromium.org
2009-04-24
1
-10
/
+0
*
Add transparency support to RenderWidgetHostView.
aa@chromium.org
2009-04-23
1
-0
/
+5
*
Allow Flash (and other plugins) to be installed without restarting the browse...
jam@chromium.org
2009-04-23
1
-0
/
+3
*
Initial plumbing for sending events from the browser to extension renderers. ...
rafaelw@chromium.org
2009-04-16
1
-0
/
+5
*
Refactoring; switch the |filter| parameter into something that is more amenab...
avi@chromium.org
2009-04-12
1
-4
/
+3
*
Copy text selection from renderer to browser every time it changes.
estade@chromium.org
2009-04-09
1
-8
/
+1
*
When the Find bar has focus it eats keypresses such as PageUp, PageDown and U...
finnur@chromium.org
2009-04-08
1
-1
/
+4
*
Switch to using WebDragData in WebView and WebViewDelegate.
darin@chromium.org
2009-04-07
1
-5
/
+3
*
Adds new messages and widens some existing messages between the renderer and ...
michaeln@google.com
2009-04-07
1
-0
/
+37
*
Switching things to FilePath:
phajdan.jr@chromium.org
2009-04-07
1
-0
/
+1
*
Stop serializing WebString over IPC. The new rule is that only POD (plain old
darin@chromium.org
2009-04-06
1
-5
/
+8
*
First pass of refactoring dialogs.
avi@chromium.org
2009-04-06
1
-1
/
+1
*
Callbacks through ChromeClient->RenderView->RenderViewHost for ContentsDidCha...
rafaelw@chromium.org
2009-04-04
1
-0
/
+3
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Add code to support 2-way communication between extensions and renderers. Th...
mpcomplete@google.com
2009-04-02
1
-10
/
+15
*
Copy selection to x clipboard.
estade@chromium.org
2009-04-02
1
-1
/
+12
*
Paste from the x clipboard into webkit.
estade@chromium.org
2009-04-02
1
-0
/
+8
*
Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h
darin@chromium.org
2009-04-01
1
-4
/
+5
*
Use WebConsoleMessage instead of ConsoleMessageLevel.
darin@chromium.org
2009-03-31
1
-4
/
+2
*
Use WebScriptSource and WebFindInPageRequest from the WebKit API.
darin@chromium.org
2009-03-31
1
-1
/
+1
*
Add more of the server-side plumbing for extension APIs. Also
aa@chromium.org
2009-03-28
1
-0
/
+4
*
Use Webkit::WebInputEvent and remove webkit/glue/webinputevent.
darin@chromium.org
2009-03-27
1
-1
/
+0
*
A tricky fix for Issue 1845 (Take 2).
hbono@chromium.org
2009-03-25
1
-0
/
+11
*
Implement default css for toolstrips.
aa@chromium.org
2009-03-24
1
-0
/
+7
*
Add basic infrastructure for sending async browser API request and receiving ...
aa@chromium.org
2009-03-24
1
-2
/
+14
*
Finish hooking up the worker process UI: use the domains of the workers as th...
jam@chromium.org
2009-03-24
1
-11
/
+2
*
Initial rev at a message passing API for extensions. So far, only passing
mpcomplete@google.com
2009-03-23
1
-0
/
+19
[next]