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
/
browser
/
renderer_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
The password manager infobar is suppressed when the one-click infobar is
rogerta@chromium.org
2012-08-20
1
-0
/
+8
*
Move Variations stuff into variations/ directories and add OWNERS files for t...
stevet@chromium.org
2012-08-15
2
-2
/
+2
*
Rename all of experiments_helper to variations_helper, including files, names...
stevet@chromium.org
2012-08-13
1
-3
/
+3
*
Remove Instant v1 API.
sreeram@chromium.org
2012-08-09
1
-12
/
+0
*
Always send an ExtensionMsg_Loaded message before ExtensionMsg_ActivateExtension
kalman@chromium.org
2012-08-07
1
-0
/
+7
*
Speculative resource prefetching - fixing missing navigations due to server s...
shishir@chromium.org
2012-08-02
2
-3
/
+7
*
Add an interface for nacl to create delete-on-close temp files,
jvoung@google.com
2012-07-30
2
-0
/
+8
*
Move the render process host tests in content to chrome. These test chrome sp...
jam@chromium.org
2012-07-27
1
-1
/
+213
*
Infobar unknown plugins by default on Linux
jln@chromium.org
2012-07-27
1
-0
/
+6
*
Moved ExtensionMessage* into extensions namespace
rdevlin.cronin@chromium.org
2012-07-25
1
-7
/
+7
*
Move ExtensionEventRouter and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-23
1
-1
/
+1
*
Add a NaCl-Private interface for opening files in DIR_PNACL_COMPONENT.
jvoung@google.com
2012-07-23
2
-0
/
+12
*
Get content_browsertest working. I've added a simple test for now, and will c...
jam@chromium.org
2012-07-19
1
-2
/
+3
*
Remove all the OS X 10.6 SDK forward declarations.
rsesek@chromium.org
2012-07-18
1
-1
/
+0
*
Attempt to fix bug where extension APIs not always defined.
aa@chromium.org
2012-07-16
1
-8
/
+3
*
Move UserScript and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-13
2
-3
/
+6
*
Histograms - Support histograms for Plugins, GPU
rtenneti@google.com
2012-07-12
2
-11
/
+0
*
Move ExtensionSystem into extensions namespace
rdevlin.cronin@chromium.org
2012-07-11
1
-4
/
+5
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
10
-10
/
+0
*
Revert 145642 - Cleanup: make ExtensionRequestSender manage its IPC responses...
cmp@chromium.org
2012-07-09
1
-1
/
+1
*
Cleanup: make ExtensionRequestSender manage its IPC responses directly, rather
kalman@chromium.org
2012-07-09
1
-1
/
+1
*
Put VariationsService into the chrome_variations namespace.
asvitkine@chromium.org
2012-07-06
2
-4
/
+4
*
Filtered events.
koz@chromium.org
2012-07-05
2
-0
/
+42
*
Revert 145145 - Filtered events.
dharani@chromium.org
2012-07-03
2
-42
/
+0
*
Filtered events.
koz@chromium.org
2012-07-02
2
-0
/
+42
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-6
/
+7
*
Remove Message::Sender and Channel::Listener typedefs.
brettw@chromium.org
2012-06-29
1
-1
/
+1
*
Move each permission classes to its own files in extensions/permissions and r...
penghuang@chromium.org
2012-06-27
1
-2
/
+3
*
Make chrome.appWindow.create() provide access to the child window at a predic...
jeremya@chromium.org
2012-06-27
2
-0
/
+9
*
Revert 144072 - Make chrome.appWindow.create() provide access to the child wi...
nkostylev@chromium.org
2012-06-26
2
-9
/
+0
*
Synchronize the check status of the "Check Spelling While Typing" item.
hbono@chromium.org
2012-06-26
1
-0
/
+15
*
Coverity: Fix a reverse inull.
jhawkins@chromium.org
2012-06-26
1
-4
/
+2
*
Make chrome.appWindow.create() provide access to the child window at a predic...
jeremya@chromium.org
2012-06-26
2
-0
/
+9
*
Move browser commands into a separate file.
ben@chromium.org
2012-06-25
3
-12
/
+15
*
Speculative resource prefetching for URLs CL.
shishir@chromium.org
2012-06-25
2
-3
/
+23
*
Revert 143896 - Filtered events.
benwells@chromium.org
2012-06-25
2
-42
/
+0
*
Filtered events.
koz@chromium.org
2012-06-25
2
-0
/
+42
*
Filtered events.
koz@chromium.org
2012-06-25
2
-42
/
+0
*
Filtered events.
koz@chromium.org
2012-06-25
2
-0
/
+42
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-1
/
+1
*
Move singleton tabs off Browser.
ben@chromium.org
2012-06-21
1
-2
/
+3
*
Remove message_loop_helpers.h and update the includes to point to the new loc...
tfarina@chromium.org
2012-06-20
1
-1
/
+1
*
Implement a ResourceThrottle for URL overriding in Chrome on Android.
mkosiba@chromium.org
2012-06-20
3
-0
/
+470
*
Temporarily disable transmission of metrics headers if the request was pending.
stevet@chromium.org
2012-06-19
1
-0
/
+6
*
Rename IPC::Channel and IPC::Sender in src/chrome.
brettw@chromium.org
2012-06-15
2
-5
/
+4
*
Refactor the guts of ResourceDispatcherHostImpl into a new class named
darin@chromium.org
2012-06-14
2
-2
/
+2
*
Revert 141197 - Infobar all unknown unsandboxed plug-ins.
bauerb@chromium.org
2012-06-13
1
-1
/
+1
*
Infobar all unknown unsandboxed plug-ins.
bauerb@chromium.org
2012-06-08
1
-8
/
+11
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
2
-2
/
+2
*
NaCl Validation Caching: support incognito mode.
ncbray@chromium.org
2012-05-30
2
-1
/
+4
[next]