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
/
content
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't block on stream requests on Alternate-Protocol.
willchan@chromium.org
2011-03-06
1
-2
/
+0
*
Really need a clang trybot
jam@chromium.org
2011-03-05
1
-0
/
+4
*
Fix clang build again
jam@chromium.org
2011-03-05
3
-3
/
+12
*
Fix clang build
jam@chromium.org
2011-03-05
1
-0
/
+3
*
Move resource related IPCs to their own file in content. I added a IPC_STRUC...
jam@chromium.org
2011-03-05
20
-64
/
+782
*
autofill: Rename AutoFillManager to AutofillManager.
tfarina@chromium.org
2011-03-05
2
-5
/
+5
*
NSS: Unlock crypto devices when populating cert manager.
mattm@chromium.org
2011-03-05
2
-3
/
+23
*
Don't try to convert text/html URLs ending in .user.js.
aa@chromium.org
2011-03-05
1
-1
/
+1
*
Move socket stream messages to content, in preparation for moving its dispatc...
jam@chromium.org
2011-03-05
13
-81
/
+283
*
Make IndexedDB obey the SpecialStoragePolicy.
jorlow@chromium.org
2011-03-05
6
-23
/
+58
*
fix display of filenames in file:/// URLs
evan@chromium.org
2011-03-05
3
-11
/
+13
*
(1) Hook up the print button to send the pages to the default printer for pri...
kmadhusu@chromium.org
2011-03-05
2
-4
/
+6
*
Move infobar_delegate.[cc,h] back to chrome/browser/tab_contents.
tfarina@chromium.org
2011-03-04
5
-205
/
+2
*
Stream speech audio to server as it gets recorded, instead of waiting until e...
satish@chromium.org
2011-03-04
8
-43
/
+72
*
Register "filesystem:" as a "WebSafeScheme" to let ResourceDispatcherHost ser...
adamk@chromium.org
2011-03-04
2
-0
/
+5
*
Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling
adamk@chromium.org
2011-03-04
2
-1
/
+14
*
ui_tests: use proper API for getting tab title
evan@chromium.org
2011-03-04
1
-21
/
+23
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Get rid of the extension dependency in ResourceDispatcher by calling out to a...
jam@chromium.org
2011-03-04
6
-73
/
+5
*
This is the first CL for a sequence of CLs that will add in the display infra...
rharrison@chromium.org
2011-03-04
1
-0
/
+3
*
Enable speech input by default and remove unused code.
satish@chromium.org
2011-03-04
3
-28
/
+16
*
Take out the is_content_filtered bool that gets passed around betwen renderer...
jam@chromium.org
2011-03-04
6
-16
/
+3
*
Remove FileSystemQuotaManager class
kinuko@chromium.org
2011-03-04
1
-2
/
+0
*
Adding multisampling to GPU software rendering list feature sets. Allow muti...
zmo@google.com
2011-03-04
3
-52
/
+111
*
Revert 76840 - Removed GPU plugin.
jcivelli@chromium.org
2011-03-04
2
-0
/
+4
*
Removed GPU plugin.
apatrick@chromium.org
2011-03-03
2
-4
/
+0
*
Move MessageRouter from chrome to content.
jam@chromium.org
2011-03-03
4
-0
/
+118
*
Code to distinguish the Pro3,1 17" from the Pro 3,1 15", mild cleanup.
avi@chromium.org
2011-03-03
1
-48
/
+75
*
Revert 76792 - fix display of filenames in file:/// URLs
jcivelli@chromium.org
2011-03-03
3
-13
/
+11
*
Remove web_ui_util helper functions.
kmadhusu@chromium.org
2011-03-03
2
-43
/
+0
*
fix display of filenames in file:/// URLs
evan@chromium.org
2011-03-03
3
-11
/
+13
*
Move content specific switches to content, in preparation for moving director...
jam@chromium.org
2011-03-03
4
-3
/
+303
*
Fix enable/disable of the Chrome Pepper Nacl plug-in. On Linux, the Zygote lo...
bbudge@google.com
2011-03-03
1
-1
/
+18
*
Avoid holding a lock during destructor call when not needed
jar@chromium.org
2011-03-03
1
-2
/
+3
*
Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...
ben@chromium.org
2011-03-03
1
-0
/
+1
*
Pick more adequate time for showing locale change notification.
dilmah@chromium.org
2011-03-03
1
-4
/
+1
*
Fix pepper-local files
piman@google.com
2011-03-03
1
-1
/
+1
*
Dont use the word blacklisting
nduca@chromium.org
2011-03-03
2
-0
/
+74
*
IndexedDB: fire versionchange events when calling setVersion
dgrogan@chromium.org
2011-03-03
9
-45
/
+135
*
Don't run the phishing classifier if the page was loaded from a private IP ad...
bryner@chromium.org
2011-03-02
2
-1
/
+15
*
Add plumbing for new primaryKey method on IDBCursor.
jorlow@chromium.org
2011-03-02
2
-0
/
+11
*
Fix build break on clang bot
sergeyu@chromium.org
2011-03-02
2
-0
/
+4
*
Fix build break on clang bot
sergeyu@chromium.org
2011-03-02
3
-1
/
+10
*
P2P Sockets host implementation.
sergeyu@chromium.org
2011-03-02
13
-2
/
+643
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-1
/
+0
*
Inform the browser about mouse input in windowed plugins to ensure that we ex...
ananta@chromium.org
2011-03-02
2
-0
/
+9
*
Change from PROCESS_LAUNCHER to FILE thread per earlier suggestion.
satish@chromium.org
2011-03-02
1
-1
/
+1
*
Revert 76553 - Applying factory pattern (through NativeMetafileFactory class)...
jam@chromium.org
2011-03-02
1
-0
/
+1
*
Applying factory pattern (through NativeMetafileFactory class). It is used to...
dpapad@chromium.org
2011-03-02
1
-1
/
+0
*
Update the includes to the old tab_contents.h
jam@chromium.org
2011-03-02
3
-3
/
+3
[next]