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
*
blob_storage_controller.cc assert from this bug was caused by the fact that w...
zelidrag@chromium.org
2011-05-02
4
-13
/
+83
*
Get rid of AutomationResourceRoutingDelegate interface since it's not used.
jam@chromium.org
2011-05-02
6
-22
/
+1
*
ntp4: fix most visited blacklisting
estade@chromium.org
2011-05-02
1
-0
/
+8
*
Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...
jam@chromium.org
2011-05-02
25
-44
/
+55
*
Implement PseudoTCP support in P2P Transport Pepper API.
sergeyu@chromium.org
2011-05-02
6
-37
/
+280
*
Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r...
jam@chromium.org
2011-05-02
17
-160
/
+46
*
[Mac] Implement the system dictionary popup by implementing NSTextInput methods.
rsesek@chromium.org
2011-05-02
16
-30
/
+138
*
Implement the new WebPermissionClient interface in Chrome code to get rid of ...
jam@chromium.org
2011-04-30
10
-159
/
+12
*
Stop refcounting URLRequestTestJob
willchan@chromium.org
2011-04-30
1
-1
/
+5
*
Remove most prerendering code/references from content.
mmenke@chromium.org
2011-04-30
7
-143
/
+9
*
Cleanup: Remove a couple unused NotificationTypes.
thestig@chromium.org
2011-04-29
1
-5
/
+0
*
Fix race condition when OnProcessLaunched is called after RenderProcessHost c...
jam@chromium.org
2011-04-29
1
-0
/
+7
*
Move code that talks to spellchecking out of content.
jam@chromium.org
2011-04-29
5
-148
/
+0
*
Pick off the lowest hanging fruits in removing the chrome includes from conte...
jam@chromium.org
2011-04-29
18
-284
/
+190
*
Fix last two failing browser tests on Chrome OS
rkc@chromium.org
2011-04-29
3
-12
/
+28
*
Added policy to allow plugins that require authorization to run.
joaodasilva@chromium.org
2011-04-29
1
-1
/
+0
*
Remove ChromeURLRequestContext from content/.
willchan@chromium.org
2011-04-29
21
-84
/
+168
*
Tighten up DEPS checking in content\browser by explicitely listing the files ...
jam@chromium.org
2011-04-28
3
-15
/
+207
*
Fix the DCHECK in content/renderer/p2p/socket_client.cc.
sergeyu@chromium.org
2011-04-28
1
-3
/
+5
*
Rework FlushSync to return early if commands have been processed since the la...
piman@google.com
2011-04-28
5
-87
/
+61
*
Favicon file shuffling.
avi@chromium.org
2011-04-28
2
-8
/
+8
*
Reland r82950
dtseng@chromium.org
2011-04-28
2
-3
/
+7
*
Remove a unnecessary #include.
pinkerton@chromium.org
2011-04-28
1
-1
/
+0
*
Update the URL if the user cancels a beforeunload handler.
creis@chromium.org
2011-04-28
4
-3
/
+16
*
Add myself to new OWNERS file for content/renderer
jamesr@chromium.org
2011-04-28
1
-0
/
+1
*
Attempt at making new tab page more up to date during first run. When
sky@chromium.org
2011-04-28
1
-0
/
+5
*
Move WebUI ntp files into new ntp directory.
estade@chromium.org
2011-04-28
1
-1
/
+0
*
Record stats for mixed content warnings and errors.
cevans@chromium.org
2011-04-28
1
-0
/
+2
*
Fix for "Save password saves value sent in the POST request instead of the va...
asvitkine@chromium.org
2011-04-28
1
-5
/
+6
*
Adding the ability to pass arguments to JS tests from the C++ side. This enab...
ofri@google.com
2011-04-28
4
-18
/
+113
*
Profile shouldn't own Session/TabRestore services.
torne@chromium.org
2011-04-28
1
-7
/
+7
*
Observe plug-in blacklist changes in user preferences instead of local state.
bauerb@chromium.org
2011-04-28
3
-24
/
+1
*
Mac: Add unit test to verify that constructing a FontDescriptor with bad para...
jeremy@chromium.org
2011-04-28
1
-3
/
+26
*
Simple rename because I could not resist. I don't want to mix this with anoth...
cpu@chromium.org
2011-04-28
2
-20
/
+21
*
Move a few Chrome messages out of RenderViewHost. I added ChromeRenderViewHo...
jam@chromium.org
2011-04-28
8
-171
/
+5
*
Move UserMetrics to content.
michaeln@google.com
2011-04-27
14
-12
/
+109
*
Removed "compositor" child window that was created by the GPU process.Removed...
apatrick@chromium.org
2011-04-27
10
-168
/
+126
*
Rename VideoCodecConfig to VideoDecoderConfig and move to media/base/video_de...
scherkus@chromium.org
2011-04-27
8
-15
/
+17
*
Eliminate double-get for prerendered pages.
cbentzel@chromium.org
2011-04-27
1
-44
/
+67
*
Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on exte...
aa@chromium.org
2011-04-27
14
-83
/
+56
*
Moved mru_cache from content/common to base/memory.
agayev@chromium.org
2011-04-27
4
-513
/
+3
*
Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions f...
acolwell@chromium.org
2011-04-27
11
-54
/
+80
*
Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-pl...
aa@chromium.org
2011-04-27
11
-80
/
+54
*
Fix downstream bustage due to WebKit r8495 by implementing methods on RenderW...
rsesek@chromium.org
2011-04-27
1
-0
/
+4
*
Add 1st cut of QuotaManager code
kinuko@chromium.org
2011-04-27
3
-9
/
+109
*
Enable visible profanity filter for speech input and correct a mistake in the...
satish@chromium.org
2011-04-27
1
-1
/
+2
*
Enable quota API when enable-quota flag is given.
kinuko@chromium.org
2011-04-27
4
-0
/
+8
*
Create a ThumbnailGenerator for each tab instead of using the global instance.
mazda@chromium.org
2011-04-27
1
-9
/
+0
*
fix compile failure resulting from webkit r85001 - provide default stub
dpranke@chromium.org
2011-04-27
1
-0
/
+8
*
Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb exte...
aa@chromium.org
2011-04-26
11
-54
/
+80
[next]