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 61718 - GPU process terminates on hang.
mnissler@chromium.org
2010-10-07
7
-87
/
+40
*
Reapply 61613 that was reverted for false valgrind alarm.
kinuko@chromium.org
2010-10-07
1
-1
/
+1
*
GPU process terminates on hang.
apatrick@chromium.org
2010-10-06
7
-40
/
+87
*
Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...
kinuko@chromium.org
2010-10-06
1
-1
/
+1
*
Fix up the IndexedDB plumbing layers to match the latest WebKit code.
jorlow@chromium.org
2010-10-06
10
-188
/
+194
*
Added more logging to debug a test which fails in the build bots.
satish@chromium.org
2010-10-06
1
-0
/
+12
*
Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...
satish@chromium.org
2010-10-06
3
-17
/
+16
*
Re-enable DOM UI bindings for data: URLs.
caseq@google.com
2010-10-06
1
-1
/
+2
*
Second try for support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-06
1
-1
/
+1
*
On Windows, create a new TransportDIB::Handle struct which includes the file
kkania@chromium.org
2010-10-06
3
-16
/
+17
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
1
-45
/
+0
*
Printing: Temporary fix on Linux using dummy print settings until we get the ...
thestig@chromium.org
2010-10-05
1
-33
/
+1
*
Notify browser accessibility when the renderer's focus node is cleared.
ctguil@chromium.org
2010-10-05
1
-0
/
+8
*
Revert asynchronous backing store changes.
derat@chromium.org
2010-10-05
2
-31
/
+16
*
Implement the frame id required for the web navigation api.
jochen@chromium.org
2010-10-05
1
-3
/
+4
*
Revert 61480 - Support removeRecursively and new copy/move behaviors added to...
kinuko@chromium.org
2010-10-05
1
-1
/
+1
*
Support removeRecursively and new copy/move behaviors added to the spec recen...
kinuko@chromium.org
2010-10-05
1
-1
/
+1
*
Adds RenderViewHost::ExecuteJavascriptInWebFrameNotifyResult which
sky@chromium.org
2010-10-05
2
-14
/
+27
*
Update Chrome to use the renamed WebDragData methods.
dcheng@chromium.org
2010-10-05
1
-2
/
+2
*
Only enable renderer accessibility when an active screen reader is detected.
ctguil@chromium.org
2010-10-05
1
-1
/
+0
*
Coverity: Initialize data members in constructor.
jhawkins@chromium.org
2010-10-05
2
-0
/
+2
*
Don't try to ReleaseTransportDIB() the dibs that come from pepper
piman@chromium.org
2010-10-05
1
-2
/
+0
*
Relanding "Take extension 'management' API out of experimental."
asargent@chromium.org
2010-10-04
1
-1
/
+1
*
Autofill browsertest
isherman@chromium.org
2010-10-04
1
-0
/
+5
*
Initial pass for proxy server error message change.
mmenke@chromium.org
2010-10-04
1
-0
/
+21
*
Only run the phishing classifier for GET requests.
bryner@chromium.org
2010-10-04
4
-4
/
+31
*
don't use pretty error page for packaged apps
erikkay@chromium.org
2010-10-04
1
-1
/
+1
*
clang/mac: Fix build.
thakis@chromium.org
2010-10-04
1
-2
/
+2
*
Attempt2: Component extensions (and whitelisted extensions) specifying <all_u...
finnur@chromium.org
2010-10-04
4
-36
/
+49
*
Revert 61347 - Take extension 'management' API out of experimental.
asargent@chromium.org
2010-10-04
1
-1
/
+1
*
Take extension 'management' API out of experimental.
asargent@chromium.org
2010-10-04
1
-1
/
+1
*
Revert 61323 - Component extensions (and whitelisted extensions) specifying <...
finnur@chromium.org
2010-10-03
4
-49
/
+36
*
Component extensions (and whitelisted extensions) specifying <all_urls> in th...
finnur@chromium.org
2010-10-03
4
-36
/
+49
*
clang/mac: Fix most easy problems in chrome.xcodeproj (all targets)
thakis@chromium.org
2010-10-02
1
-5
/
+0
*
Don't load plugins on the UI thread for pref and group policy disabling.
jam@chromium.org
2010-10-02
2
-2
/
+1
*
Fix bug when zooming out where we suddenly turn into zoomed-in mode.
jam@chromium.org
2010-10-01
1
-1
/
+1
*
Get rid of ZOOM_LEVEL_IS_DOUBLE code since WebKit is rolled.
jam@chromium.org
2010-10-01
3
-35
/
+2
*
Connect the browsing data remover with WebKit cache.
rvargas@google.com
2010-10-01
2
-0
/
+7
*
Enable the html speech input API for all platforms.
satish@chromium.org
2010-10-01
1
-4
/
+0
*
Add ViewMsg_DoneUsingBitmap message.
derat@chromium.org
2010-10-01
2
-16
/
+33
*
Add offscreen context creation attributes to GGL.
enne@chromium.org
2010-10-01
5
-20
/
+120
*
Clang: make DCHECK_EQ(string16, string16) work.
thakis@chromium.org
2010-10-01
4
-8
/
+14
*
Make the selection start and end attributes of an html input control
dmazzoni@chromium.org
2010-10-01
1
-0
/
+5
*
Only run the phishing classifier for http: urls.
bryner@chromium.org
2010-10-01
4
-7
/
+22
*
AutoFill: Don't send select option values to the browser on page load. Only
jhawkins@chromium.org
2010-10-01
5
-166
/
+115
*
net: add help link for ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY
agl@chromium.org
2010-10-01
1
-1
/
+13
*
Do not expose DOM UI bindings to subframes other than chrome://
caseq@google.com
2010-10-01
1
-1
/
+3
*
Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ...
jam@chromium.org
2010-10-01
6
-37
/
+137
*
Ensure browser cache of the renderer tree contains an accessibility object be...
ctguil@chromium.org
2010-09-30
1
-0
/
+18
*
Make ui_test_utils::ExecuteJavaScript() friendlier to use. Also, add WARN_UN...
isherman@chromium.org
2010-09-30
1
-6
/
+4
[next]