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
*
Added plumbing to transport the frame name between RenderViewHost and the Web...
atwilson@chromium.org
2010-06-12
1
-3
/
+6
*
Mac: Fix renderer idle cpu usage regression.
thakis@chromium.org
2010-05-24
1
-1
/
+2
*
Update extension functions to always pass a list of arguments, even when one ...
arv@chromium.org
2010-05-21
1
-1
/
+1
*
Disallow display of multiple experimental.extension.popup(...) windows
ericdingle@google.com
2010-05-12
1
-0
/
+2
*
Revert 46592 - Disallow display of multiple experimental.extension.popup(...)...
zork@chromium.org
2010-05-06
1
-2
/
+0
*
Disallow display of multiple experimental.extension.popup(...) windows.
ericdingle@google.com
2010-05-06
1
-0
/
+2
*
Initial support for web-extent background pages.
rafaelw@chromium.org
2010-05-06
1
-14
/
+18
*
Make the app launcher bubble fit its contents.
jcivelli@google.com
2010-05-05
1
-2
/
+1
*
Enable clipboard in extensions. re-enable the disabled clipboard test.
inferno@chromium.org
2010-05-04
1
-0
/
+3
*
Revert "Clean-up of the asynchronous behaviour of the experimental extension ...
phajdan.jr@chromium.org
2010-05-01
1
-2
/
+0
*
Clean-up of the asynchronous behaviour of the experimental extension popup API.
twiz@chromium.org
2010-04-30
1
-0
/
+2
*
Changing linux platform for chromeos. This involved moving platform_util and...
dhg@chromium.org
2010-04-29
1
-1
/
+1
*
This is the second side of a multi-sided webkit patch that will allow experim...
rafaelw@chromium.org
2010-04-28
1
-2
/
+5
*
Implement app process model isolation.
mpcomplete@chromium.org
2010-04-22
1
-0
/
+1
*
Add ExtensionFunctionDispatcher::Delegate::GetAssociatedTabContents.
rafaelw@chromium.org
2010-04-15
1
-1
/
+2
*
Adding the new WebPopupType to the RenderWidget creation.
jcivelli@google.com
2010-04-07
1
-5
/
+6
*
Fix a crash when an extension bg page calls alert(). Add regression tests this
mpcomplete@chromium.org
2010-04-02
1
-3
/
+6
*
Add calling frame's source_url to extension and dom ui requests.
rafaelw@chromium.org
2010-04-02
1
-1
/
+2
*
Don't apply toolstrip theming stylesheet to popups.
finnur@chromium.org
2010-03-31
1
-10
/
+21
*
Re-land 42631: The problem was that notifications aren't implemented on linux...
aa@chromium.org
2010-03-25
1
-2
/
+2
*
Revert 42631 as it seems to have broken browser tests on linux_views.
aa@chromium.org
2010-03-25
1
-2
/
+2
*
Finish wiring up notifications in extensions.
aa@chromium.org
2010-03-25
1
-2
/
+2
*
Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In...
aa@chromium.org
2010-03-24
1
-42
/
+13
*
Enable DOM paste for extensions with clipboard access.
dcheng@chromium.org
2010-03-22
1
-0
/
+4
*
Retry r41799:
estade@chromium.org
2010-03-18
1
-1
/
+3
*
Revert r41803 and r41799
estade@chromium.org
2010-03-17
1
-3
/
+1
*
First cut at adding Extension Infobars to the experimental API.
finnur@chromium.org
2010-03-17
1
-6
/
+28
*
Basic DragImage implementation.
estade@chromium.org
2010-03-17
1
-1
/
+3
*
BSD ifdefs, etc. necessary for chrome/
pvalchev@google.com
2010-03-09
1
-8
/
+8
*
Fix crash when a background page calls alert().
mpcomplete@chromium.org
2010-03-09
1
-1
/
+11
*
First cut at custom user style sheets.
tony@chromium.org
2010-03-08
1
-2
/
+2
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
1
-12
/
+21
*
Disable scroll bars on resizing popups below a maximum size.
skerner@chromium.org
2010-02-25
1
-0
/
+6
*
Handle keyboard events correctly in extension popups.
suzhe@chromium.org
2010-02-25
1
-6
/
+11
*
Displaying a JavaScript message box (such as an alert) from
jcampan@chromium.org
2010-02-23
1
-4
/
+2
*
Temporary fix for issue 34061.
twiz@chromium.org
2010-02-22
1
-0
/
+6
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Refactored out JS specific part of modal dialog stack into its own class, exp...
zelidrag@chromium.org
2010-02-05
1
-1
/
+1
*
The upstream change to make popup shrinking work properly is a big project, s...
aa@chromium.org
2010-01-31
1
-2
/
+6
*
Prevents a crash that occurs when multiple ExtensionHost objects point to the...
andybons@chromium.org
2010-01-26
1
-13
/
+39
*
Associate popups with the top level frame instead of the security origin.
erg@google.com
2010-01-26
1
-3
/
+2
*
Introduce all the plumbing for Session Storage. This mostly consists of crea...
jorlow@chromium.org
2010-01-15
1
-1
/
+6
*
Only calculate the GTK scrollbar colors once and then update all RenderPrefer...
erg@google.com
2010-01-07
1
-1
/
+3
*
Fixes bug where recreating the document element via altering |documentElement...
andybons@chromium.org
2010-01-04
1
-0
/
+5
*
Fix extension shutdown notification, take 2.
estade@chromium.org
2009-12-14
1
-2
/
+9
*
Revert r34321 as it breaks the task manager:
estade@chromium.org
2009-12-11
1
-15
/
+9
*
Extensions: don't send EXTENSION_PROCESS_CRASHED when the extension process i...
estade@chromium.org
2009-12-11
1
-9
/
+15
*
re-apply r34183
estade@chromium.org
2009-12-10
1
-3
/
+3
*
Refactor the keyboard events handling code related to RenderViewHostDelegate:...
suzhe@chromium.org
2009-12-10
1
-4
/
+8
*
A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...
twiz@google.com
2009-12-10
1
-7
/
+10
[next]