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
*
Another try at landing this.
jcampan@chromium.org
2010-01-20
1
-5
/
+3
*
Moving the page contents message processing to the RenderViewHost.
jcampan@chromium.org
2010-01-18
1
-6
/
+8
*
Revert 36442 - Still causing test failures
jcampan@chromium.org
2010-01-16
1
-9
/
+9
*
4th attempt at landing this.
jcampan@chromium.org
2010-01-16
1
-9
/
+9
*
Low latency audio render host preliminaries
cpu@chromium.org
2010-01-15
1
-0
/
+10
*
Revert 36362 - It breaks NACLTests and Chrome Frame Tests
jcampan@chromium.org
2010-01-15
1
-9
/
+9
*
3rd attempt at landing the language detection on page load.
jcampan@chromium.org
2010-01-15
1
-9
/
+9
*
Introduce all the plumbing for Session Storage. This mostly consists of crea...
jorlow@chromium.org
2010-01-15
1
-9
/
+9
*
This CL contains the back-end implementation of the translate feature. It add...
jcampan@chromium.org
2010-01-14
1
-0
/
+13
*
Rename CloseIdleConnections -> CloseCurrentConnections.
mbelshe@chromium.org
2010-01-14
1
-2
/
+2
*
Finish the plumbing for cookiesEnabled.
abarth@chromium.org
2010-01-13
1
-0
/
+6
*
Moving the CLD code to the renderer so it runs sanboxed.
jcampan@chromium.org
2010-01-12
1
-7
/
+7
*
If a backing store is not available, chrome.tabs.captureVisibleTab() asks the...
skerner@chromium.org
2010-01-11
1
-0
/
+8
*
Revert 35735 - Relanding the language detection code.
jcampan@chromium.org
2010-01-07
1
-8
/
+14
*
Relanding the language detection code.
jcampan@chromium.org
2010-01-07
1
-14
/
+8
*
Check permissions for chrome.tabs.executeScript() in the
aa@chromium.org
2009-12-22
1
-9
/
+2
*
Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
darin@chromium.org
2009-12-21
1
-16
/
+7
*
Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
rsesek@chromium.org
2009-12-18
1
-7
/
+16
*
Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC.
darin@chromium.org
2009-12-18
1
-16
/
+7
*
Reverting the CLD CL altogether, the reliability bot is still red.
jcampan@chromium.org
2009-12-17
1
-8
/
+14
*
Load message catalogs on demand when chrome.i18n.getMessage needs them.
cira@chromium.org
2009-12-17
1
-6
/
+5
*
Makes the language detection happen with every page load
jcampan@chromium.org
2009-12-16
1
-14
/
+8
*
Move the utility process messages to their own file now that we have more than
brettw@chromium.org
2009-12-15
1
-59
/
+0
*
Refactor the keyboard events handling code related to RenderViewHostDelegate:...
suzhe@chromium.org
2009-12-10
1
-1
/
+4
*
Chromium: support custom WebCore context menu items in Chromium port (downstr...
pfeldman@chromium.org
2009-12-09
1
-0
/
+3
*
Remember zoom on a per-host basis.
pkasting@chromium.org
2009-12-04
1
-2
/
+24
*
Update the Pepper APIs to the latest spec for the 2D demo plugin.
brettw@chromium.org
2009-12-01
1
-7
/
+0
*
Make executeScript and insertCSS inject code into all frames.
tangjie@chromium.org
2009-11-20
1
-2
/
+5
*
Move Mac to using renderer spellchecker.
estade@chromium.org
2009-11-19
1
-9
/
+10
*
Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...
cira@chromium.org
2009-11-18
1
-5
/
+7
*
Use an explicit boolean has_new_first_party_for_cookies instead
wtc@chromium.org
2009-11-18
1
-1
/
+2
*
Use plain strings instead of wstrings for UMA actions
evan@chromium.org
2009-11-17
1
-1
/
+1
*
reland 31875. Revert was:
estade@chromium.org
2009-11-16
1
-1
/
+2
*
Revert 31875 to see whether it fixes reliability bot.
huanr@chromium.org
2009-11-16
1
-2
/
+1
*
Propagate the "first party for cookies" from WebKit to the network stack
wtc@chromium.org
2009-11-13
1
-2
/
+3
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+1
*
Cleans up a bit the DB-related methods.
dumi@chromium.org
2009-11-13
1
-4
/
+4
*
Use renderer spellchecker for windows.
estade@chromium.org
2009-11-13
1
-1
/
+2
*
Added lifecycle management and sharing support for SharedWorkers. SharedWorkers
atwilson@chromium.org
2009-11-13
1
-0
/
+21
*
Adds a 'V8' column to task manager to track amount of memory in JavaScript heap
jamesr@chromium.org
2009-11-11
1
-1
/
+9
*
Move the spellchecker to the renderer.
estade@chromium.org
2009-11-06
1
-0
/
+30
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
1
-10
/
+2
*
Highlight node with mouse over it while selecting element to inspect
apavlov@chromium.org
2009-11-05
1
-4
/
+0
*
Enable the URL portion of storage events. This is mostly just plumbing + a h...
jorlow@chromium.org
2009-11-05
1
-5
/
+8
*
Revert "Added beginnings of browser-process support for shared workers."
atwilson@chromium.org
2009-11-05
1
-2
/
+10
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
1
-10
/
+2
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
1
-6
/
+4
*
First half of http://codereview.chromium.org/274014/show
jorlow@chromium.org
2009-11-04
1
-6
/
+2
*
Add the plumbing and test code for plugins opening files from the sandbox. This
brettw@chromium.org
2009-11-03
1
-0
/
+7
*
DevTools: support cross-navigation instrumentation.
pfeldman@chromium.org
2009-11-02
1
-0
/
+6
[next]