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
*
Add a comment in PrintWebViewHelper::Print().
maruel@chromium.org
2009-08-26
1
-0
/
+7
*
Revert 24314 - Modify the RenderThread to track the number of widgets
mbelshe@google.com
2009-08-25
5
-119
/
+13
*
Modify the RenderThread to track the number of widgets
mbelshe@google.com
2009-08-25
5
-13
/
+119
*
linux: new socket/plug code for windowed plugins
piman@chromium.org
2009-08-25
4
-24
/
+26
*
Revert 24227 - Modify the RenderThread to track the number of widgets
nick@chromium.org
2009-08-25
5
-115
/
+13
*
Modify the RenderThread to track the number of widgets
mbelshe@google.com
2009-08-25
5
-13
/
+115
*
Revert r24223. Storage test is not working.
aa@chromium.org
2009-08-25
1
-0
/
+7
*
Try again to commit r24174: Change the way json_schema.js is loaded.
aa@chromium.org
2009-08-25
9
-44
/
+57
*
Force databases and localstorage to be enabled extensions.
aa@chromium.org
2009-08-25
1
-7
/
+0
*
Revert r24217.
aa@chromium.org
2009-08-25
8
-44
/
+41
*
Change the way json_schema.js is loaded. This is required so
aa@chromium.org
2009-08-25
8
-41
/
+44
*
Implement a read-size throttle within the TCP socket.
mbelshe@google.com
2009-08-25
1
-0
/
+10
*
Revert breakage from r24174.
aa@chromium.org
2009-08-24
7
-43
/
+40
*
Change the way json_schema.js is loaded. This is required so
aa@chromium.org
2009-08-24
7
-40
/
+43
*
Exposes a chrome.devtools object to extensions. This allows extensions to ca...
mpcomplete@chromium.org
2009-08-24
2
-2
/
+14
*
Implement granular cross-origin XHR for extensions.
aa@chromium.org
2009-08-23
5
-16
/
+46
*
Validation of extension api callbacks and event parameters in DEBUG
rafaelw@chromium.org
2009-08-22
9
-33
/
+124
*
Some tweaks to the OS X Sandbox:
jeremy@chromium.org
2009-08-21
2
-27
/
+36
*
Retrofit the pre-existing appache message dispatching with the new WebKit API...
michaeln@google.com
2009-08-21
6
-13
/
+24
*
Hide seccomp sandbox from !X86
deanm@chromium.org
2009-08-21
1
-0
/
+2
*
More removal of WebCore usage from webplugin_impl.cc
darin@chromium.org
2009-08-21
2
-6
/
+6
*
DevTools l10n: generate localized strings and use them.
mnaganov@chromium.org
2009-08-21
1
-1
/
+7
*
Remove include of IPC headers from headers they crept into. This slows down ...
jam@chromium.org
2009-08-20
1
-1
/
+0
*
Remove special event pumping now that r21355 is in and we can specify to use ...
avi@chromium.org
2009-08-20
2
-34
/
+6
*
Revert r23820 by mnaganov due to Interactive Test failures
asargent@chromium.org
2009-08-20
1
-7
/
+1
*
DevTools l10n: generate localized strings and use them.
mnaganov@chromium.org
2009-08-20
1
-1
/
+7
*
Change WebCanvas to be a CGContext on Mac.
darin@chromium.org
2009-08-19
2
-2
/
+4
*
Move IDMap back to base/ where it is needed.
phajdan.jr@chromium.org
2009-08-19
2
-2
/
+2
*
Async extension callbacks now always fire and set chrome.extension.lastError ...
rafaelw@chromium.org
2009-08-18
3
-6
/
+13
*
We need to initialize last_top_level_navigation_page_id_ in the constructor o...
ananta@chromium.org
2009-08-18
1
-0
/
+1
*
linux/mac: fix another race condition with the plugin channel
piman@chromium.org
2009-08-18
1
-7
/
+0
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
1
-2
/
+2
*
Remove webview's dependency on webpreferences.
jorlow@chromium.org
2009-08-17
3
-14
/
+27
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-15
1
-3
/
+2
*
linux: implement WebPluginDelegateProxy::BackgroundChanged
piman@chromium.org
2009-08-14
1
-5
/
+51
*
Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having
darin@chromium.org
2009-08-14
1
-4
/
+6
*
Reverting 23420. It caused a reliability regression.
maruel@chromium.org
2009-08-14
1
-2
/
+3
*
Implementation of getBackgroundPage(), getToolstrips(), and
aa@chromium.org
2009-08-14
6
-92
/
+189
*
Ensure we don't load plugins on the IO thread.
jam@chromium.org
2009-08-14
1
-3
/
+2
*
Address bug 12392 by only updating the PRIMARY selection if we are currently
estade@chromium.org
2009-08-13
3
-1
/
+11
*
I have taken over this patch, original authored by Adam Hunter (adamhunter).
rafaelw@chromium.org
2009-08-13
1
-0
/
+12
*
Allow extensions to use APIs that they didn't ask permission to use.
mpcomplete@chromium.org
2009-08-12
2
-2
/
+12
*
Move IDMap from base/ to common/
phajdan.jr@chromium.org
2009-08-12
2
-2
/
+2
*
Add chrome.extension to extension_api.json and docs.
rafaelw@chromium.org
2009-08-12
2
-3
/
+13
*
linux/mac: Fix race condition when destroying the renderer<->plugin channel
piman@chromium.org
2009-08-11
1
-0
/
+8
*
Initial version of the Seccomp sandbox. Imported from http://code.google.com/...
markus@chromium.org
2009-08-11
2
-2
/
+19
*
AudioRendererHost send ViewMsg_AudioStreamState
hclam@chromium.org
2009-08-11
5
-32
/
+21
*
The spec for ____storage.key() changed. Now, instead of raising an exception...
jorlow@chromium.org
2009-08-11
2
-5
/
+5
*
Add some helper methods for constructing a WebCString from UTF16 input,
darin@chromium.org
2009-08-11
4
-6
/
+5
*
If URL requests are to be routed through the external host, the ExternalTabCo...
ananta@chromium.org
2009-08-10
1
-0
/
+1
[next]