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
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
47
-132
/
+132
*
WebKit roll 50756:50820.
japhet@chromium.org
2009-11-11
1
-2
/
+0
*
A large number of style nits in preparation for turning on automated cpplint.py.
erg@google.com
2009-11-11
6
-11
/
+13
*
Adds a 'V8' column to task manager to track amount of memory in JavaScript heap
jamesr@chromium.org
2009-11-11
2
-0
/
+11
*
Rework painting to be something that will actually work. This allows plugins to
brettw@chromium.org
2009-11-11
2
-19
/
+87
*
Fix partial updates of transparent plugin backgrounds on Mac
stuartmorgan@chromium.org
2009-11-10
1
-5
/
+8
*
Adds an options menu to the frame of the desktop notification, for now with t...
johnnyg@chromium.org
2009-11-10
1
-2
/
+2
*
Mark RenderViewTest.OnHandleKeyboardEvent as flaky.
willchan@chromium.org
2009-11-09
1
-1
/
+1
*
Changed SharedWorkerScriptLoader and WebSharedWorkerProxy to stay alive until...
atwilson@chromium.org
2009-11-09
3
-3
/
+23
*
Amit, please review everything.
ananta@chromium.org
2009-11-07
1
-1
/
+1
*
Allow the seccomp sandbox to be enabled, even if the suid sandbox has
markus@chromium.org
2009-11-07
1
-1
/
+4
*
Move PasswordAutocompleteListener into the WebKit API (AGAIN)
yaar@chromium.org
2009-11-07
2
-8
/
+8
*
Change application cache cmd line enabling to use the new RuntimeEnabledFeatu...
jennb@chromium.org
2009-11-07
1
-0
/
+3
*
Wires through didChangeScrollOffset so that it triggers saving content
sky@chromium.org
2009-11-06
2
-0
/
+5
*
Turn LocalStorage on by default.
jorlow@chromium.org
2009-11-06
1
-1
/
+1
*
add some histograms to extensions
erikkay@chromium.org
2009-11-06
1
-3
/
+15
*
Update the find result index "(m of n)" whenever there is an active selection...
johnnyg@chromium.org
2009-11-06
1
-1
/
+6
*
For Siggi, from http://codereview.chromium.org/375002/show
mad@chromium.org
2009-11-06
1
-3
/
+6
*
Move the spellchecker to the renderer.
estade@chromium.org
2009-11-06
7
-0
/
+933
*
Added support for --worker-startup-dialog command line flag.
atwilson@chromium.org
2009-11-06
1
-29
/
+1
*
Fourth patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
1
-2
/
+1
*
Added support for --enable-shared-workers
atwilson@chromium.org
2009-11-05
1
-0
/
+5
*
Initial WebSharedWorkerImpl implementation
atwilson@chromium.org
2009-11-05
6
-14
/
+38
*
Cleans up our autorelease pool handling by making sure that an autorelease po...
dmaclach@chromium.org
2009-11-05
1
-7
/
+8
*
Makes it so that we sync changes in content state more often for selected tab...
sky@chromium.org
2009-11-05
5
-27
/
+54
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
6
-41
/
+33
*
TBR: mark@chromium.org
jeremy@chromium.org
2009-11-05
1
-4
/
+6
*
TBR:mark
jeremy@chromium.org
2009-11-05
1
-6
/
+4
*
Sandbox Worker process on the Mac.
jeremy@chromium.org
2009-11-05
1
-4
/
+6
*
Highlight node with mouse over it while selecting element to inspect
apavlov@chromium.org
2009-11-05
2
-7
/
+0
*
Enable WebSockets by default
ukai@chromium.org
2009-11-05
1
-1
/
+1
*
Switch over to the new way of enabling/disabling session/local storage.
jorlow@chromium.org
2009-11-05
1
-0
/
+5
*
Enable the URL portion of storage events. This is mostly just plumbing + a h...
jorlow@chromium.org
2009-11-05
5
-17
/
+21
*
Revert "Added beginnings of browser-process support for shared workers."
atwilson@chromium.org
2009-11-05
6
-33
/
+41
*
Added beginnings of browser-process support for shared workers.
atwilson@chromium.org
2009-11-05
6
-41
/
+33
*
Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.
scherkus@chromium.org
2009-11-05
4
-2
/
+169
*
SetVolume and GetVolume take one volume instead of separate left and right vo...
fbarchard@chromium.org
2009-11-04
5
-29
/
+21
*
Implement cancel() API on a Notification object so that script can cancel or ...
johnnyg@chromium.org
2009-11-04
1
-2
/
+2
*
Introduce WebAccessibilityControllerImpl.
dglazkov@chromium.org
2009-11-04
2
-18
/
+29
*
Only enable the seccomp sandbox, if the machine actually has kernel support for
markus@chromium.org
2009-11-04
1
-1
/
+2
*
First half of http://codereview.chromium.org/274014/show
jorlow@chromium.org
2009-11-04
4
-10
/
+26
*
Add default implementations for WebViewClient and WebWidgetClient
darin@chromium.org
2009-11-04
4
-193
/
+1
*
Add first class support for user scripts.
aa@chromium.org
2009-11-04
3
-24
/
+18
*
Fixes bug introduced during merging.
sky@chromium.org
2009-11-04
1
-1
/
+1
*
Changes session restore to use a normal load rather than preferring
sky@chromium.org
2009-11-03
2
-3
/
+49
*
Clean up extension message port data in the renderer.
mpcomplete@chromium.org
2009-11-03
1
-3
/
+18
*
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
[next]