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
*
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
brettw@chromium.org
2009-10-07
4
-4
/
+4
*
Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.
darin@chromium.org
2009-10-07
2
-15
/
+15
*
Update V8 to version 1.3.15.
sgjesse@chromium.org
2009-10-07
1
-1
/
+1
*
Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a
darin@chromium.org
2009-10-07
2
-10
/
+7
*
Fix memory leak in ExtensionAPIClientTest.
mpcomplete@chromium.org
2009-10-06
1
-2
/
+2
*
Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...
jam@chromium.org
2009-10-06
2
-31
/
+23
*
Implement browserAction.setIcon(ImageData) for extensions.
mpcomplete@chromium.org
2009-10-06
2
-20
/
+88
*
Move runFileChooser from webview_delegate to WebViewClient.
yaar@chromium.org
2009-10-06
3
-27
/
+50
*
Modify extension request IPC messages to pass a ListValue instead of a string.
mpcomplete@chromium.org
2009-10-06
4
-5
/
+30
*
Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...
sidchat@chromium.org
2009-10-05
1
-1
/
+1
*
Add a dummy call to icu::TimeZone.createDefault() before the sandbox kicks in.
jshin@chromium.org
2009-10-05
1
-1
/
+13
*
Adds desktop notification support for renderer process, and enables the build...
johnnyg@chromium.org
2009-10-05
4
-0
/
+243
*
Another stab at the Chromium side of storage events. Re-submission of http:/...
jorlow@chromium.org
2009-10-03
3
-5
/
+35
*
Add quota support.
jorlow@chromium.org
2009-10-03
3
-5
/
+5
*
More WebView / WebViewDelegate cleanup.
darin@chromium.org
2009-10-03
3
-49
/
+60
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
1
-3
/
+3
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
3
-7
/
+7
*
Add an option to disable NaCl at compile time for platforms where it doesn't ...
piman@chromium.org
2009-10-02
1
-0
/
+2
*
Restore plumbing for the spelling panel on Mac.
darin@chromium.org
2009-10-02
3
-0
/
+6
*
Minor cleanup in WebKitClient.
darin@chromium.org
2009-10-02
2
-4
/
+5
*
Make sudden termination into a counter.
estade@chromium.org
2009-10-02
2
-0
/
+21
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
3
-16
/
+11
*
Reverting 27756.
jorlow@chromium.org
2009-10-01
3
-35
/
+5
*
Another stab at the Chromium side of storage events. The WebKit side can be ...
jorlow@chromium.org
2009-10-01
3
-5
/
+35
*
Revert 27705 - Move various methods from glue/webview.h to api/public/WebView.h
mal@chromium.org
2009-10-01
3
-11
/
+16
*
Move various methods from glue/webview.h to api/public/WebView.h
darin@chromium.org
2009-10-01
3
-16
/
+11
*
Rollback Scavenge implemetation and rely on existing functionality to free
jar@chromium.org
2009-10-01
1
-2
/
+2
*
Turn extension script injection histograms into uma histograms.
asargent@chromium.org
2009-09-30
1
-8
/
+11
*
Enable <video> using cache
hclam@chromium.org
2009-09-30
1
-0
/
+4
*
Hook up webkit/api/public/WebView.h
darin@chromium.org
2009-09-30
5
-90
/
+88
*
Address review comments.
thakis@chromium.org
2009-09-30
2
-8
/
+11
*
Relanding:
mbelshe@google.com
2009-09-30
1
-0
/
+10
*
Revert r27589 that broke the tree
hclam@chromium.org
2009-09-30
1
-4
/
+0
*
<video> use cache if --enable-byte-range-support is present
hclam@chromium.org
2009-09-30
1
-0
/
+4
*
WebView::DownloadImage refactored
yaar@chromium.org
2009-09-29
2
-10
/
+51
*
Fix stupid gcc warning.
thakis@chromium.org
2009-09-29
1
-1
/
+1
*
Fix cmd-up/cmd-down.
thakis@chromium.org
2009-09-29
4
-43
/
+183
*
Get rid of the need for cross process events in order to get plugin processes...
jam@chromium.org
2009-09-29
4
-29
/
+13
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-29
3
-1
/
+30
*
Use the current frame's URL when initializing the extension framework for a f...
mpcomplete@chromium.org
2009-09-29
1
-5
/
+4
*
Fix deadlock when plugin puts an alert and right afterwards the browser proce...
jam@chromium.org
2009-09-28
5
-64
/
+45
*
Implement about:ipc dialog for Mac.
jrg@chromium.org
2009-09-28
1
-0
/
+5
*
Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-28
3
-30
/
+1
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-28
3
-1
/
+30
*
Implementing chrome.i18n.getMessage call, that loads message from the extensi...
cira@chromium.org
2009-09-28
6
-6
/
+132
*
Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
3
-30
/
+1
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
3
-1
/
+30
*
Implement Browser Actions extensions.
finnur@chromium.org
2009-09-26
2
-1
/
+9
*
Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
3
-30
/
+1
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
3
-1
/
+30
[next]