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
/
chrome_content_browser_client.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable UserStyleSheetWatcher for Android.
yfriedman@chromium.org
2013-05-03
1
-0
/
+4
*
Implement web speech synthesis.
dmazzoni@chromium.org
2013-05-03
1
-0
/
+5
*
Renderer initiated navigations from non instant process should not fall into ...
creis@chromium.org
2013-05-03
1
-36
/
+30
*
Fix --dump-histograms-on-exit and make it work for Release builds.
tonyg@chromium.org
2013-05-02
1
-1
/
+0
*
Re-implement form validation message UI with native widgets (Views)
tkent@chromium.org
2013-05-02
1
-3
/
+0
*
Move WebPreferences to root namespace
gman@chromium.org
2013-05-01
1
-2
/
+1
*
fixes uncheck behavior of notification settings for webkit notifications.
mukai@chromium.org
2013-04-30
1
-17
/
+37
*
Re-implement form validation message UI with native widgets. (Common and Mac)
tkent@chromium.org
2013-04-30
1
-0
/
+5
*
Fix BrowserPluginMessageFilter not being created for <adview>
mthiesse@chromium.org
2013-04-29
1
-1
/
+2
*
Move Media Galleries FileAPI code out of webkit.
tommycli@chromium.org
2013-04-24
1
-0
/
+13
*
Remove --allow-request-os-file-handle option
hamaji@chromium.org
2013-04-24
1
-1
/
+0
*
signin: pull basic SigninManager functionality into new SigninManagerBase class.
tim@chromium.org
2013-04-21
1
-2
/
+17
*
Cleanup: Return additional schemes vector as out parameter from GetAdditional...
kinuko@chromium.org
2013-04-17
1
-5
/
+3
*
Do not refer "chrome" in content/browser/fileapi
kinuko@chromium.org
2013-04-14
1
-0
/
+8
*
Hook NtTerminateProcess and generate crash reports when it is called from an ...
cdn@chromium.org
2013-04-13
1
-1
/
+0
*
[spellcheck, OSX] Enable async checking on OSX
groby@chromium.org
2013-04-13
1
-1
/
+1
*
Put autofill code into namepspace autofill Step 2
kaiwang@chromium.org
2013-04-12
1
-1
/
+1
*
Remove ContentBrowserClient::RenderViewHostCreated, which is redundant
phajdan.jr@chromium.org
2013-04-12
1
-14
/
+0
*
Move various bits of UMA code from ChromeBrowserMain to a new ChromeBrowserMa...
thestig@chromium.org
2013-04-12
1
-0
/
+3
*
Disables HTML notifications when rich notifications are enabled.
dewittj@chromium.org
2013-04-09
1
-0
/
+9
*
cros: Disallow opening new tab/popup in app mode.
xiyuan@chromium.org
2013-04-06
1
-1
/
+9
*
Hide ContentClient getters from embedders so that they they don't reuse conte...
jam@chromium.org
2013-04-05
1
-33
/
+30
*
Re-Re-apply 192420: Move login switches to src/chromeos"
stevenjb@chromium.org
2013-04-05
1
-5
/
+8
*
Revert 192504 "Re-apply 192420: Move login switches to src/chromeos"
tkent@chromium.org
2013-04-05
1
-8
/
+5
*
Re-apply 192420: Move login switches to src/chromeos
stevenjb@chromium.org
2013-04-05
1
-5
/
+8
*
Revert 192420 "Move login switches to src/chromeos"
alexeypa@google.com
2013-04-05
1
-8
/
+5
*
Move login switches to src/chromeos
stevenjb@chromium.org
2013-04-04
1
-5
/
+8
*
Resubmit of Remove AppIsolation from Extension Class
rdevlin.cronin@chromium.org
2013-04-03
1
-3
/
+7
*
[spellcheck] turn on async spellchecking for OSX.
groby@chromium.org
2013-04-03
1
-10
/
+2
*
Instant URLs should only be in instant process and instant process should onl...
shishir@chromium.org
2013-04-03
1
-3
/
+10
*
Move the ViewType enum to extensions\common.
jam@chromium.org
2013-04-01
1
-4
/
+4
*
Unlike GetOSFileDescriptor, this API is asynchronous.
hamaji@chromium.org
2013-04-01
1
-0
/
+1
*
Revert 191571 "Move AppIsolation out of Extension Class"
ilevy@chromium.org
2013-03-31
1
-7
/
+3
*
Move AppIsolation out of Extension Class
rdevlin.cronin@chromium.org
2013-03-31
1
-3
/
+7
*
[Clean up] Drop chrome::search:: namespace.
kmadhusu@chromium.org
2013-03-27
1
-5
/
+5
*
Browser Plugin: Only install BrowserPluginMessageFilter if render process sup...
fsamuel@chromium.org
2013-03-23
1
-0
/
+20
*
Initial check-in enabling <adview> tag for packaged apps.
rpaquay@chromium.org
2013-03-23
1
-0
/
+2
*
Split the ProcessType enum into process types that content knows about (which...
jam@chromium.org
2013-03-22
1
-1
/
+2
*
Allow extensions on chrome:// URLs, when flag is set and permission is explic...
aboxhall@chromium.org
2013-03-21
1
-0
/
+1
*
Get rid of chrome frame flag in sandbox_policy.cc which is a layering violati...
jam@chromium.org
2013-03-20
1
-0
/
+4
*
Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...
jam@chromium.org
2013-03-20
1
-0
/
+28
*
Move c/b/instant -> c/b/search.
samarth@chromium.org
2013-03-18
1
-3
/
+3
*
Remove support for crx-less hosted apps.
sammc@chromium.org
2013-03-15
1
-1
/
+0
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-1
/
+1
*
Properly disable gesture requirement for media playback on GoogleTV.
hyogij@google.com
2013-03-13
1
-0
/
+3
*
Move c/b/ui/search/search.* to c/b/instant/
samarth@chromium.org
2013-03-07
1
-1
/
+1
*
Add chrome-search: access from Instant overlay
dhollowa@chromium.org
2013-03-07
1
-32
/
+12
*
signin: copy the path before passing to Replacements in GetEffectiveURL
tim@chromium.org
2013-03-07
1
-1
/
+4
*
signin: force web signin flow initiated visits to accounts.google.com to thei...
tim@chromium.org
2013-03-07
1
-0
/
+42
*
Revert 186347
jochen@chromium.org
2013-03-06
1
-12
/
+32
[next]