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
*
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
*
Switch to WebFrame from the WebKit API.
darin@chromium.org
2009-08-10
21
-238
/
+281
*
Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.
willchan@chromium.org
2009-08-07
2
-3
/
+9
*
Add module-level permissions to extensions.
mpcomplete@chromium.org
2009-08-07
7
-17
/
+141
*
Add CSS Keyword values and conversion routines to webkit glue.
jeremy@chromium.org
2009-08-07
2
-0
/
+25
*
Move ClosePage method to WebView.
darin@chromium.org
2009-08-06
1
-1
/
+1
*
When the plugin crashes, cleanup references to its window in the renderer.
piman@chromium.org
2009-08-06
6
-2
/
+31
*
Enable message ports for workers.
jam@chromium.org
2009-08-06
2
-6
/
+33
*
Free demuxed audio packets if audio device fails
hclam@chromium.org
2009-08-06
1
-0
/
+1
*
Fix a bunch of layout tests related to dumpResourceLoadCallbacks.
darin@chromium.org
2009-08-06
2
-2
/
+4
*
Original change by Min-Yu Huang <minyu.huang@gmail.com> in
tc@google.com
2009-08-05
5
-503
/
+176
*
Copy files to preserve version history. Will be edited when I
tc@google.com
2009-08-05
1
-0
/
+441
*
This CL is doing a bunch of Misc work to make LocalStorage data persist.
jorlow@chromium.org
2009-08-05
2
-0
/
+12
*
Support for referenced schema types in json_schema.
rafaelw@chromium.org
2009-08-05
3
-1
/
+42
*
Linux: match GTK's hinting settings.
agl@chromium.org
2009-08-04
1
-3
/
+21
*
Force databases to be enabled when extensions are enabled so
aa@chromium.org
2009-08-04
1
-1
/
+4
*
Build fix.
agl@chromium.org
2009-08-04
1
-0
/
+4
*
Linux: don't try and read shmmax in the sandbox.
agl@chromium.org
2009-08-04
1
-13
/
+1
*
Move alternate 404 error page loading out of WebFrame and into RenderView.
darin@chromium.org
2009-08-04
3
-18
/
+130
*
mole API - take 2
erikkay@chromium.org
2009-08-04
2
-1
/
+42
*
Another attempt at landing this patch.
ananta@chromium.org
2009-08-04
2
-4
/
+10
*
Cross-process Message Port implementation.
jam@chromium.org
2009-08-04
2
-0
/
+7
*
Delay loading of ExtensionHosts until the background page is ready.
mpcomplete@chromium.org
2009-08-03
1
-1
/
+8
*
Move alternate error page loading out of WebFrame.
darin@chromium.org
2009-08-02
3
-34
/
+105
*
Add renderer histograms for late binding of sockets.
willchan@chromium.org
2009-08-02
1
-0
/
+22
[next]