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
/
extensions
/
extension_host.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Update a bunch of files to the new location of browser_window.h. Par...
tfarina@chromium.org
2011-04-09
1
-1
/
+1
*
Relanding http://src.chromium.org/viewvc/chrome?view=rev&revision=80938.
jam@chromium.org
2011-04-08
1
-27
/
+11
*
Revert 80938 - Add a new RenderViewHostObserver interface for filtering IPCs ...
jam@chromium.org
2011-04-08
1
-11
/
+27
*
Add a new RenderViewHostObserver interface for filtering IPCs send to RenderV...
jam@chromium.org
2011-04-08
1
-27
/
+11
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
1
-3
/
+3
*
Move dispatching and sending of the last extension specific messages out of T...
jam@chromium.org
2011-04-05
1
-19
/
+13
*
Get rid of extensions dependency from content\browser.
jam@chromium.org
2011-04-04
1
-0
/
+9
*
Fix developer tools for extensions.
jam@chromium.org
2011-03-30
1
-3
/
+5
*
Move WebUIFactory to chrome/, try 2.
estade@chromium.org
2011-03-30
1
-3
/
+3
*
Revert 79691 - Move WebUIFactory to chrome/browser.
estade@chromium.org
2011-03-29
1
-3
/
+3
*
Move WebUIFactory to chrome/browser.
estade@chromium.org
2011-03-29
1
-3
/
+3
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Theme system cleanup
erg@google.com
2011-03-23
1
-1
/
+0
*
Move the rest of the content browser->renderer messages to content. Also mov...
jam@chromium.org
2011-03-23
1
-1
/
+1
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Initial support for partitioning cookies for isolated apps.
creis@google.com
2011-03-15
1
-0
/
+6
*
Add the 'suppress further messageboxes' checkbox to messages from ExtensionHost.
finnur@chromium.org
2011-03-11
1
-7
/
+31
*
Fix uninitialized constructors and reverse NULL checks found by Coverity
stuartmorgan@chromium.org
2011-03-11
1
-3
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
1
-1
/
+1
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-7
/
+7
*
WebUI: Move the core files of WebUI from chrome/browser/webui to content/brow...
tfarina@chromium.org
2011-02-25
1
-1
/
+1
*
Remove browsing_instance.h stub file and update all the references.
tfarina@chromium.org
2011-02-24
1
-1
/
+1
*
WebUI: Fix the remaining references to dom_ui. Final Patch.
tfarina@chromium.org
2011-02-23
1
-1
/
+1
*
WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...
tfarina@chromium.org
2011-02-18
1
-3
/
+3
*
touch: Fix extension popups.
sadrul@chromium.org
2011-02-15
1
-1
/
+1
*
WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage.
tfarina@chromium.org
2011-02-12
1
-1
/
+1
*
gtk: Improve fullscreen RenderWidgetHostViewGtk.
derat@chromium.org
2011-02-11
1
-2
/
+1
*
WebUI: Rename DOMUIFactory to WebUIFactory.
tfarina@chromium.org
2011-01-29
1
-2
/
+2
*
Relanding this as this was reverted.
ananta@chromium.org
2011-01-27
1
-0
/
+9
*
Revert 72861 (chrome/browser/desktop_notification_handler.cc:53:warning: unus...
thakis@chromium.org
2011-01-27
1
-9
/
+0
*
Move the handling of Desktop notification IPCs coming in from the renderer in...
ananta@chromium.org
2011-01-27
1
-0
/
+9
*
Get rid of a few more interfaces from RenderViewHostDelegate that aren't needed.
jam@chromium.org
2011-01-25
1
-6
/
+16
*
Don't use GetAsTabContents. Send notifications from TabContentsView instead.
jochen@chromium.org
2011-01-24
1
-4
/
+3
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...
pkasting@chromium.org
2011-01-21
1
-3
/
+7
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Cleanup: Remove unneeded chrome/browser/prefs/pref_service.h usage.
thestig@chromium.org
2011-01-15
1
-1
/
+0
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
1
-3
/
+3
*
Cleanup: Remove unneeded includes of pref_names.h
thestig@chromium.org
2011-01-13
1
-1
/
+0
*
Change extension unload notification to indicate updates.
asargent@chromium.org
2010-12-23
1
-1
/
+1
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-5
/
+5
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
1
-1
/
+3
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+16
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-3
/
+3
*
Turn GPU accelerated features (WebGL, compositing, accelerated 2d canvas) off...
jamesr@chromium.org
2010-12-03
1
-0
/
+8
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Move app_modal_dialog stuff to ui/
ben@chromium.org
2010-12-01
1
-1
/
+1
*
Revert some old debugging code for tracking down a (now-closed) crash bug.
mpcomplete@chromium.org
2010-11-17
1
-8
/
+0
*
Cleanup: Include browser.h -> ui/browser.h [Part 3].
jhawkins@chromium.org
2010-11-16
1
-1
/
+1
[next]