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
*
Remove svn:executable property from some more files that don't need it.
thestig@chromium.org
2009-07-10
1
-0
/
+0
*
Add getLanguage function to tab extension.
sidchat@google.com
2009-07-10
5
-2
/
+60
*
Revert "Revert "Revert "Linux: add LOG(FATAL) to try and catch an error."""
agl@chromium.org
2009-07-10
1
-8
/
+0
*
Revert "Revert "Linux: add LOG(FATAL) to try and catch an error.""
agl@chromium.org
2009-07-10
1
-0
/
+8
*
Fix window.close() not working for modal dialogs.
jam@chromium.org
2009-07-10
1
-1
/
+1
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
2
-9
/
+9
*
linux/mac: Fix return status of OpenChannelToPlugin message in case of failure
piman@google.com
2009-07-09
1
-0
/
+7
*
Revert "Made MediaFilter::host_ and MediaFilter::message_loop_ private."
scherkus@chromium.org
2009-07-09
2
-9
/
+9
*
Made MediaFilter::host_ and MediaFilter::message_loop_ private.
scherkus@chromium.org
2009-07-09
2
-9
/
+9
*
Make the API to open a message channel symmetric, so it works the same whethe...
mpcomplete@chromium.org
2009-07-09
13
-127
/
+142
*
Remove reference counting from WebWidgetDelegate.
darin@chromium.org
2009-07-09
2
-14
/
+1
*
Add additional render histograms
jar@chromium.org
2009-07-09
1
-2
/
+30
*
Revert "Linux: add LOG(FATAL) to try and catch an error."
agl@chromium.org
2009-07-09
1
-8
/
+0
*
Linux: add LOG(FATAL) to try and catch an error.
agl@chromium.org
2009-07-09
1
-0
/
+8
*
mac workaround.
evan@chromium.org
2009-07-09
1
-2
/
+2
*
linux: implement the sad plugin
evan@chromium.org
2009-07-09
3
-6
/
+20
*
Windowed plugins like Flash would cause the hung plugin dialog to show up whe...
ananta@chromium.org
2009-07-09
3
-17
/
+23
*
Remove WebWidgetDelegate::GetContainingView since it is not needed.
darin@chromium.org
2009-07-09
4
-11
/
+0
*
Start using WebCursorInfo from the WebKit API. WebCursorInfo is a
darin@google.com
2009-07-08
5
-6
/
+18
*
Add the page url to plugin crashes to aid debugging.
jam@chromium.org
2009-07-08
8
-331
/
+18
*
Revert change 20173 because it breaks the ui_tests, plugin_tests
nsylvain@chromium.org
2009-07-08
8
-18
/
+331
*
Add the page url to plugin crashes to aid debugging.
jam@chromium.org
2009-07-08
8
-331
/
+18
*
Split out some of the RVHDelegate functions into separate sub-classes. To limit
brettw@chromium.org
2009-07-08
2
-13
/
+14
*
Wire GetWindowRect, GetRootWindowRect, and GetScreenInfo out to the UI thread.
shess@chromium.org
2009-07-08
1
-2
/
+1
*
Make the cancelling of drag and drop match Safari for Windows. This is
arv@google.com
2009-07-08
2
-5
/
+9
*
linux: fix renderer/plugin crash when loading multiple pages with plugins
piman@google.com
2009-07-08
1
-0
/
+7
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-07
2
-8
/
+27
*
Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t...
dimich@google.com
2009-07-07
2
-5
/
+16
*
Revert "linux: OOP windowed plugins"
evan@chromium.org
2009-07-06
2
-27
/
+8
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-06
2
-8
/
+27
*
Move Emf class to the printing library. Also creates a platform agnostic Nat...
sverrir@google.com
2009-07-06
4
-30
/
+27
*
DevTools: preserve focus on activating dev tools window.
pfeldman@chromium.org
2009-07-06
1
-1
/
+2
*
Fix Acid3 Test 48: LINKTEST, Chromium side....
dglazkov@chromium.org
2009-07-03
2
-2
/
+16
*
Foundations for Print Preview and Setup
mhm@chromium.org
2009-07-03
1
-1
/
+2
*
We used to store/restore the frame and node that were focused last when a age...
jcampan@chromium.org
2009-07-03
1
-12
/
+0
*
Add getFileSize support to chromium
victorw@chromium.org
2009-07-03
2
-0
/
+13
*
Fix some issues with extension messaging:
mpcomplete@chromium.org
2009-07-02
5
-14
/
+39
*
Add a couple of more extension unit tests for page
finnur@chromium.org
2009-07-02
1
-0
/
+9
*
Set the WebViewDelegate earlier during WebView creation to ensure that
darin@chromium.org
2009-07-02
1
-20
/
+14
*
We recently enabled reading sysctl values from inside the sandbox. This CL r...
jeremy@chromium.org
2009-07-02
1
-4
/
+0
*
Fix: Off-by-one errors in loops over key codes in render_view_unittest.cc
yuzo@chromium.org
2009-07-02
1
-2
/
+2
*
PageActions can now specify multiple icons and switch between them
finnur@chromium.org
2009-07-01
2
-2
/
+4
*
Add Reload and LoadData methods to WebFrame. LoadData replaces
darin@chromium.org
2009-07-01
2
-31
/
+32
*
In this episode, we implement the DOMUI interface for extension views that ar...
aa@chromium.org
2009-07-01
2
-2
/
+2
*
DevTools: Introduce docked version of DevTools.
pfeldman@chromium.org
2009-07-01
2
-0
/
+19
*
Send port disconnect events when a frame is unloaded.
mpcomplete@chromium.org
2009-07-01
3
-3
/
+17
*
Modify printing methods on WebFrame to be more inline with the version
darin@chromium.org
2009-06-30
1
-2
/
+2
*
Introduce new api for the csi folks. This exposes the already existing
davemoore@chromium.org
2009-06-30
1
-2
/
+70
*
Refactor extension bindings to share code, avoid exposing hidden variables
mpcomplete@chromium.org
2009-06-30
15
-345
/
+418
*
Use defensive code to assure that we do SDCH and DNS histograms in trial only
jar@chromium.org
2009-06-30
1
-15
/
+15
[next]